2023-07-28  Sandro Santilli <strk@kbt.io>

	* NEWS, Version.config: Prepare for PostGIS 3.3.4 release

2023-07-27  Sandro Santilli <strk@kbt.io>

	* .gitignore: Unignore topology.sql.in

2023-07-24  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis: Updated README.postgis instructions for apt
	based systems (Jelte Fennema) References #5452 for PostGIS 3.3.4

2023-07-17  Bas Couwenberg <sebastic@debian.org>

	* NEWS, configure.ac: Fix macro expansion recursion on powerpc
	architectures.  References #5450 References #4751 References #4752 Backport in 3.3 branch (3.3.4dev)

2023-07-16  Regina Obe <lr@pcorp.us>

	* LICENSE.TXT, doc/xsl/LICENSE,
	doc/xsl/post_gis_day_cards.html.xsl,
	doc/xsl/postgis_aggs_mm.xml.xsl,
	doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl,
	doc/xsl/postgis_reference.xml.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/raster_comments.sql.xsl, doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/sfcgal_cheatsheet.html.xsl,
	doc/xsl/sfcgal_comments.sql.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_comments.sql.xsl,
	doc/xsl/topology_cheatsheet.html.xsl,
	doc/xsl/topology_comments.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl: Clarify licensing of XSL style
	sheets References #5449 for PostGIS 3.3.4

2023-07-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_spgist_nd.c: Remove shadowed variable warning

2023-07-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/address_standardizer/pagc_std_api.h,
	extensions/address_standardizer/parseaddress-api.c,
	liblwgeom/lwgeom_topo.c, loader/shp2pgsql-core.c,
	postgis/gserialized_estimate.c, postgis/gserialized_spgist_3d.c,
	postgis/mvt.c: Cleasn up some build warnings.

2023-07-06  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item about topology dump fix

2023-06-05  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Grant select on topology sequences Allows public dumping of postgis-topology enabled database (as long
	as there are no topologies) Closes #5395 in 3.3 branch (3.3.4dev) This is a backport of 6f8b43f882ed24d7800a175c9fd863612e793736

2023-06-30  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_out_geojson.c: PG17 is now master and still doesn't
	have the new json api exposed Flip the json api to PG18 for now May
	need to flip back later.  Closes #5421 for PostGIS 3.3.4

2023-06-28  Regina Obe <lr@pcorp.us>

	* NEWS: Put in a note about ST_AsMVT interruptability removed

2023-06-28  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/postgis_module.c: Prevent crash in mvt References
	#5385 for PostGIS 3.3.4

2023-06-26  Regina Obe <lr@pcorp.us>

	* NEWS, raster/rt_core/rt_band.c,
	raster/test/regress/rt_pixelvalue.sql,
	raster/test/regress/rt_pixelvalue_expected: ST_Value bilinear  - Don't throw an error if nodatavalue, instead use 0  - Add tests for bilinear  References #5410 for PostGIS 3.3.4

2023-06-23  Tobias Bussmann <t.bussmann@gmx.net>

	*
	extensions/address_standardizer/expected/test-standardize_address_1
	.out: address_standardizer: fix installcheck (#5409) Patch from
	Tobias Bussman Closes #5409

2023-06-19  Regina Obe <lr@pcorp.us>

	* regress/core/regress_proj_cache_overflow.sql,
	regress/core/regress_proj_cache_overflow_expected: Remove entries
	that cause errors in Proj 5.2 and 4.9 References #5316 for PostGIS
	3.3.4 Namely:  transform: latitude or longitude exceeded limits (-14)  transform the point because either no grid shift files were found   failed to load datum shift file (-38)

2023-06-19  Regina Obe <lr@pcorp.us>

	* regress/core/regress_proj_4890.sql,
	regress/core/regress_proj_cache_overflow.sql,
	regress/core/regress_proj_cache_overflow_expected: Fix for proj
	failures References #5316 for PostGIS 3.3.10

2023-06-17  Regina Obe <lr@pcorp.us>

	* ci/github/run_usan_clang.sh: FIX GHA clang failures for clang 14 - remove  explicit conversion, seems to cause clang 14 to fail - base path of LD_PRELOAD based on major version of clang   instead of hard-coded 11 Closes #5400 for PostGIS 3.3.10

2023-06-19  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: Fully qualify
	internal calls to topology methods in ValidateTopology References #5403 in 3.3 branch (3.3.4dev) Includes regress test

2023-06-04  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: [skip ci] Winnie ci changes. Renable
	address standardizer and tiger geocoder tests Default back to json-c
	0.12 for packaging and build as well But allow json-c to be
	overridable Note: json-c 0.16 for some reason makes Winnie's cunit
	break

2023-06-04  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Downgrade JSON and make it
	conditionally set if not set

2023-06-04  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Trying to fix regress (make similar
	to master

2023-06-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/core/interrupt.sql: Let PostgreSQL
	write the interruption error message References #5365 in stable-3.3 branch (3.3.4dev) Tweak segmentize interrupt test

2023-05-04  Sandro Santilli <strk@kbt.io>

	* regress/core/interrupt_relate.sql: Tweak interrupt_relate test to
	catch interruption in ST_Intersects That function became very fast so the result was obtained before
	reaching the statement timeout time

2023-06-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Never rely on tolerance-based point
	equality for topology code It sounds pretty dangerous and unwanted

2023-06-01  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addpoint.sql,
	topology/test/regress/topogeo_addpoint_expected: Improve robustness
	of finding distinct vertices in topology edges Fixes #5394 in 3.3 branch (3.3.4dev) Includes regression test.  Also augments precision in debug
	messages.

2023-05-31  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Numerous packaging and regress fixes
	to work with newer proj and other libs

2023-05-29  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add 3.3.3 to upgrade paths

2023-05-29  Regina Obe <lr@pcorp.us>

	* : commit a230dbc02753a4e96376f08ebfdb56a347a01e30 Author: Sandro
	Santilli <strk@kbt.io> Date:   Mon May 29 20:48:34 2023 +0200

2023-05-29  Sandro Santilli <strk@kbt.io>

	* regress/core/oriented_envelope.sql,
	regress/core/oriented_envelope_expected: Show obtained output on
	failure, in oriented_envelope test References #5391

2023-05-29  Sandro Santilli <strk@kbt.io>

	* NEWS, Version.config: Flip to next milestone

2023-05-29  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Update versions of windows packages,
	and ship projsync.exe

2023-05-29  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for PostGIS 3.3.3 release

2023-05-28  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: Add test
	for PostGIS 3.3.3 References #5378

2023-05-24  Regina Obe <lr@pcorp.us>

	* NEWS, extras/tiger_geocoder/tiger_loader_2022.sql: Fix tiger 2022
	 faces load - Add uace20 to exclusions column list References #5388 for PostGIS 3.3.3

2023-05-17  Sandro Santilli <strk@kbt.io>

	* postgis/geography_inout.c: Fix write past end of block in GML
	output References #5384 in 3.3 branch (3.3.3dev)

2023-05-17  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/geography_inout.c, regress/core/out_gml.sql,
	regress/core/out_gml_expected, regress/core/tests.mk.in: Fix crash
	in ST_AsGML when given id is longer than given prefix Includes regress test.  References #5384 in 3.3 branch (3.3.3dev)

2023-05-09  Sandro Santilli <strk@kbt.io>

	* regress/core/regress_buffer_params.sql,
	regress/core/regress_buffer_params_expected: Normalize GEOS
	polygonal results from Buffer ops

2023-05-09  Sandro Santilli <strk@kbt.io>

	* regress/core/offsetcurve.sql: Ignore collinear vertices in
	offsetcurve Fixes a failure with newer GEOS code which results in an additional
	vertex (collinear to the existing segment).

2023-05-12  Sandro Santilli <strk@kbt.io>

	* regress/hooks/hook-after-upgrade.sql: Fix upgrade test by dropping
	deprecated function after upgrade

2023-05-12  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/geography.sql.in,
	postgis/postgis_after_upgrade.sql,
	regress/hooks/hook-after-upgrade.sql,
	regress/hooks/hook-before-upgrade.sql: Fix 2.5 upgrades with views
	using geography based ST_Distance Include tests References #5380 in 3.3 branch (3.3.3dev)

2023-05-12  Sandro Santilli <strk@kbt.io>

	* ci/github/run_coverage.sh: [gha] Enable verbosity on check step in
	coverage test

2023-05-12  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Encode dependency of postgis.sql on its
	effective sources

2023-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/geography.sql.in: Retain SRID through
	ST_Buffer(geography) call, references #5378

2023-04-26  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Revise winnie paths to support new
	location of proj 8+

2023-04-24  Regina Obe <lr@pcorp.us>

	* NEWS: add Laurenz Albe to PG16 news credits

2023-04-23  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/lwgeom_union.c: Fix crash on ST_Union References
	#5371 for PostGIS 3.3.3

2023-04-23  Regina Obe <lr@pcorp.us>

	* .cirrus.yml, ci/bessie/postgis_regress.sh: FreeBSD bots - Turn off cirrus testing on 12.3 - Disable raster testing on bessie   (current issue with GDAL 3.6 pkg packaging)

2023-04-22  Regina Obe <lr@pcorp.us>

	* liblwgeom/liblwgeom.h.in: Fix for PG 13 and below Evidentally
	stdbool is not included in PG13 and below So added changes for
	raster for PG16, broke PG 13 Closes
	https://github.com/postgis/postgis/pull/716

2022-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/ci.yml, .gitignore, NEWS,
	extensions/address_standardizer/std_pg_hash.c,
	libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	libpgcommon/shared_gserialized.c, postgis/flatgeobuf.c,
	postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
	postgis/gserialized_spgist_2d.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_triggers.c,
	raster/rt_core/rt_band.c, raster/rt_pg/rtpg_band_properties.c,
	raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_inout.c,
	raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpostgis.c,
	raster/rt_pg/rtpostgis.h, regress/core/geos310.sql,
	regress/core/geos310_expected, regress/core/geos312.sql,
	regress/core/geos312_expected, regress/core/tests.mk.in,
	regress/core/tickets.sql, regress/core/tickets_expected,
	regress/core/union.sql: Support build on Pg16devel for PostGIS 3.3.3 Closes #5257 Closes #5261 Closes #5277 Closes #5308 Closes #5374
	Closes https://github.com/postgis/postgis/pull/716

2023-04-21  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Force C locale and libc provider in regress
	test db with PG15+ This is probably a workaround to a bug in PostgreSQL 16, but it
	feels like the smallest change to fix #5375

2023-04-21  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_gdal.c: Get rid of no longer used variable.
	Reference #5366 for PostGIS 3.3.3

2023-04-21  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_gdal.c: Get rid of no longer used variable.
	Reference #5366 for PostGIS 3.3.3

2023-04-21  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_gdal.c: Change gdal polygonize tests to be
	sum of areas and values instead of checking individual elements.
	This is to account for GDAL 3.7 results array sorted in different
	order from prior versions.  References #5366 for PostGIS 3.3.3

2023-04-14  Paul Norman <penorman@mac.com>

	* NEWS: Remove invisible unicode in NEWS file A U+FFFC character got into the NEWS file, causing warning messages
	in gitea.

2023-04-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Clarify GetTopoElements returns
	primitives. Closes #5369 for PostGIS 3.3.3. [skip ci]

2023-04-03  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Fix Even's last name. [skip ci]

2023-03-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Add news entry for #5363

2023-03-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos_cluster.c: Add an interrupt check in dbscan

2023-03-26  Regina Obe <lr@pcorp.us>

	* .cirrus.yml: Add projsync steps to fix cirrus proj failures.  Add
	verbose to make check so can see failures Closes #5360 for 3.3.3

2023-03-26  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Have debbie build with
	minor-version.

2023-03-21  Regina Obe <lr@pcorp.us>

	* sfcgal/regress/regress_sfcgal.sql,
	sfcgal/regress/regress_sfcgal_expected: Change ST_3DConvexHull to
	check area The order of polygon patches and starting points of
	polygons is not consistent across sfcgal versions, per report on IRC

2023-03-13  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, doc/postgis.xml,
	doc/reference_processing.xml: Fix geos versioning and geos website
	links

2023-01-27  Regina Obe <lr@pcorp.us>

	* NEWS, extras/tiger_geocoder/geocode/reverse_geocode.sql: Prefer
	street segments that have a street name and address range over those
	missing either piece, as long as they are within 70 meters of
	reference point References #5331 for PostGIS 3.3.3

2023-02-26  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/geography_measurement.c, regress/core/bestsrid.sql,
	regress/core/bestsrid_expected: Reject infinite coordinates in
	_ST_BestSRID to prevent crash on ARM (maybe other systems too) References #5347
	for PostGIS 3.3.3 Also change convert to gserialized logic to use newer syntax

2023-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: NEWS entry for #5288

2023-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c: Correctly handle multi-cross case in
	ST_LineCrossingDirection. Closes #5288

2023-03-07  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Do not use SQLERRM when not defined References #5341 in 3.3 branch (3.3.3dev)

2023-02-20  Sandro Santilli <strk@kbt.io>

	* NEWS,
	extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in: 
	Mark topology.topology_id_seq as a user data References #5344 in stable-3.3 branch (3.3.3dev)

2023-02-18  Regina Obe <lr@pcorp.us>

	* NEWS: NEWS for #5342

2023-02-18  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_inout.c, regress/core/out_geometry.sql,
	regress/core/out_geometry_expected: ST_AsLatLon infinite coordinate.
	References #5342 for PostGIS 3.3.3

2023-02-17  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_geos.c: Free lwgeom References #5320, #5315, #5318
	for PostGIS 3.3.3

2023-02-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
	postgis/lwgeom_geos.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Prefilter to check for non-finite
	coordinates before feeding ST_SimplifyPreserveTopology, to avoid
	crash/hang.  for PostGIS 3.3.3 Closes #5320

2023-02-16  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	regress/core/geos39.sql, regress/core/geos39_expected,
	regress/core/setpoint.sql, regress/core/setpoint_expected,
	regress/core/tickets.sql, regress/core/tickets_expected: Prevent
	crash on infinite coordinates for PostGIS 3.3.3 References #5319
	ST_SetPoint References #5315 ST_Buffer References #5318
	ST_MaximumnInscribedCircle

2023-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/tickets.sql, regress/core/tickets_expected: Make
	exception test a little less dependent on exception text

2023-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_module.c: Move version for log wrapping errors up
	to 6, references #5332

2023-02-15  Regina Obe <lr@pcorp.us>

	* NEWS:  Schema qualify raster functions used in  raster check constraint functions.   References #5338 for PostGIS 3.3.3

2023-02-15  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Schema qualify raster functions
	used in raster check constraint functions.  References #5338 for PostGIS 3.4.0dev

2023-02-14  Regina Obe <lr@pcorp.us>

	* regress/core/out_marc21.sql, regress/core/out_marc21_expected: 
	Take out marc21_out tests that fail under mingw64.  References #5142
	for PostGIS 3.3.3

2023-02-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News entry for #5313

2023-02-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/rtpg_gdal.c: Detoast Datum before casting result to
	pointer, references #5313

2023-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: NEWS item for #5332

2023-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_module.c: When libproj throws at error, don't just
	write the message to stderr. Catch it and put it into the PgSQL log
	at a DEBUG level.  We check all return values and return codes when
	calling into the proj API, so the extra error messages don't really
	help us.  This is in response to our calls to proj_create() dumping
	messages into stderr, which confuses operators.  Our projection code
	has to try a bunch of possible strings to instantiate projection
	objects, some of which fail (generating a message) and then we fall
	back to the next string. The proj "errors" are not errors from our
	pov, so we catch them and send them along at much lower priority.
	References #5332

2022-09-16  Sandro Santilli <strk@kbt.io>

	* libpgcommon/gserialized_gist.h: Fix partly outside array bounds
	gcc warning Backports fix #5233 in 3.3.3dev

2023-01-30  Sandro Santilli <strk@kbt.io>

	* NEWS, utils/create_upgrade.pl: Use scripts_installed for downgrade
	protection Closes #5329 in 3.3 branch (3.3.3dev)

2023-01-30  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/st_remedgemodface.sql,
	topology/test/regress/st_remedgemodface_expected,
	topology/test/regress/st_remedgenewface.sql,
	topology/test/regress/st_remedgenewface_expected: Fix segfault in
	_lwt_RemEdge when no edge side-faces are found References #5106 in 3.3 branch (3.3.3dev) Includes regress tests

2022-12-13  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/cleanup/RemoveUnusedPrimitives.sql.in,
	topology/test/regress/removeunusedprimitives.sql,
	topology/test/regress/removeunusedprimitives_expected: 
	RemoveUnusedPrimitives: do not try removing nodes connecting closed
	edges Closes #5303 in 3.3 branch (3.3.3dev) Includes test.

2022-12-08  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: Fix
	tickets regression failure on geos main.  References #5300 for
	PostGIS 3.3.3

2022-12-08  Regina Obe <lr@pcorp.us>

	* NEWS,
	extensions/address_standardizer/expected/test-standardize_address_1
	.out,
	extensions/address_standardizer/test-standardize_address_1.sql.in,
	extensions/address_standardizer/us_lex.sql: 
	address_standardizer_data_us corrections: 1. Change to VALUES so easier to skip over entries already present 2. Add entries for PIECE and POINT References #5299 for PostGIS
	3.3.3

2022-12-07  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/manage/CopyTopology.sql.in,
	topology/test/regress/copytopology.sql,
	topology/test/regress/copytopology_expected: Ensure CopyTopology
	does not violate layer triggers Makes sure hierarchical TopoGeometry definitions are always loaded
	AFTER the primitives defining them.  Closes #5298 in 3.3 branch (3.3.3dev) Includes regression test

2022-12-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Also get rid of all script copies,
	only real executables hould be copied

2022-12-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Package the compiled version of
	raster2pgsql and not the script.  Closes #5292 for PostGIS 3.3.3

2022-11-28  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml, .woodpecker/docs.yml, .woodpecker/regress.yml: 
	Move some jobs to woodie from dronie.  Add more PG versions to
	woodie

2022-11-17  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/cleanup/RemoveUnusedPrimitives.sql.in,
	topology/test/regress/removeunusedprimitives.sql,
	topology/test/regress/removeunusedprimitives_expected: Fix
	misleading message about doubly connected edges healing Closes #5289 Includes regress test

2022-11-16  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Reword paragraph about pgtopo_export,
	fixing a typo

2022-11-13  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip to next
	milestone

2022-11-13  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis: Minor edits, stamp version on README

2022-11-13  Regina Obe <lr@pcorp.us>

	* NEWS: Change release date to 11/12 to appease news checker on
	berries

2022-11-13  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, NEWS, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for PostGIS 3.3.2 release

2022-11-10  Regina Obe <lr@pcorp.us>

	* NEWS, raster/rt_core/rt_raster.c,
	raster/test/regress/rt_asraster.sql,
	raster/test/regress/rt_asraster_expected: Fix bad rasterization of
	linestring (Gilles Vuidel) References #5084  for PostGIS 3.3.2

2022-11-09  Regina Obe <lr@pcorp.us>

	* NEWS, liblwgeom/lwgeom_sfcgal.c: Specify geometry type when SFCGAL
	can't process.  Closes #4988 for PostGIS 3.3.2

2022-11-08  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/loader/pgtopo_export,
	topology/loader/pgtopo_import: Allow import/export of topologies
	with names needing quoting Closes #5285 in stable-3.3 branch (3.3.2dev)

2022-11-07  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Copy topology loadar/dumpter into
	the postgresql bin folder

2022-11-05  Regina Obe <lr@pcorp.us>

	* NEWS: [skip ci] Fix typo in news.

2022-11-05  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_loader_2022.sql: Update
	postgis_tiger_geocoder to work with TIGER 2022 files Closes #5244
	for PostGIS 3.3.2

2022-11-03  Louis Descoteaux <ld@celertech.ca>

	* NEWS, topology/Makefile.in: Fix topology install on Alpine Move include $(PGXS) and use := for LIBTOOL References #5264 in 3.3
	branch (3.3.2dev)

2022-11-03  Regina Obe <lr@pcorp.us>

	* ci/berrie/configs.sh, ci/berrie64/configs.sh: Change berries to
	test against 3.11 head (3.11.1)

2022-11-03  Regina Obe <lr@pcorp.us>

	* NEWS, loader/shp2pgsql-core.c,
	regress/loader/CharNoWidth.select.expected,
	regress/loader/CharNoWidth.select.sql, regress/loader/tests.mk: 
	Handle load of dbase character fields with not width specified
	References #5280 for PostGIS 3.3.2

2022-11-03  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Fix 2.5d
	topology building regression (geometrically non-closed) References #5234 in 3.3 branch (3.3.2dev)

2022-10-28  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Fix error in
	topology import of self-intersecting rings References #5081 in 3.3 branch (3.3.2dev) Includes regression
	testcase

2022-10-29  Regina Obe <lr@pcorp.us>

	* regress/core/snaptogrid.sql, regress/core/snaptogrid_expected: 
	Change test so also agrees on Arm.  References #5241 for PostGIS
	3.3.2

2022-10-29  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/Makefile.in: Encode dependency of raster
	unpackaged sql on create_unpackage.pl

2022-10-29  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Fix handling of multiline SQL defn in
	unpackaged script creation

2022-10-27  Regina Obe <lr@pcorp.us>

	* NEWS, liblwgeom/lwgeom.c, regress/core/snaptogrid.sql,
	regress/core/snaptogrid_expected: Fix crash in ST_SnapToGrid on
	Empties References #5241 for PostGIS 3.3.2

2022-10-27  Regina Obe <lr@pcorp.us>

	* ci/berrie64/postgis_regress.sh: Make Berrie64 stop on first error

2022-10-28  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Fix syntax of ownership check in
	extension packager "desc" is a reserved word

2022-10-28  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item about packaging checked ownership References #4648 in 3.3 branch (3.3.2dev)

2022-10-28  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Check ownership of functions match
	that of extension upon packaging References #4648 in 3.3 branch

2022-10-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Flag some functions as aggregates, not
	flagged before

2022-10-16  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/xsl/post_gis_day_cards.html.xsl,
	doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/sfcgal_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl,
	doc/xsl/topology_gardentest.sql.xsl: Numerous changes to cheatsheets 1. Handle sect2 functions 2. Update versions 3. Put cheatsheets in html folder like other html files 4. Flag aggregates and window functions in postgis and raster
	cheatsheets

2022-10-02  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch 'tpetazzoni/no-force-static-link'
	into stable-3.3 References #5255 for PostGIS 3.3.2 , GH702 Remove
	forced static linking on raster2pgsql (Thomas Petazzoni)

2022-09-28  Regina Obe <lr@pcorp.us>

	* NEWS, utils/create_upgrade.pl: Add schema qual to upgrade util

2022-09-27  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/lwgeom_dumppoints.c, regress/core/dumppoints.sql,
	regress/core/dumppoints_expected, regress/core/dumpsegments.sql,
	regress/core/dumpsegments_expected: ST_DumpPoints and
	ST_DumpSegments crash on multipolygon with empty polygon References
	#5240 for PostGIS 3.3.2

2022-09-26  Regina Obe <lr@pcorp.us>

	* regress/core/relate_bnr.sql, regress/core/relate_bnr_expected: 
	Remove a relate_bnr that results in different answer in patched
	GEOS.  References #5245 for PostGIS 3.3.2

2022-09-26  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_input.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_overlay.xml.po,
	doc/po/es/reference_input.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/es/reference_overlay.xml.po,
	doc/po/fr/reference_input.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/fr/reference_overlay.xml.po,
	doc/po/it_IT/reference_input.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_overlay.xml.po,
	doc/po/ja/reference_input.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_overlay.xml.po,
	doc/po/ko_KR/reference_input.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/reference_overlay.xml.po,
	doc/po/pl/reference_input.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pl/reference_overlay.xml.po,
	doc/po/pt_BR/reference_input.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/reference_overlay.xml.po,
	doc/po/ru/reference_input.xml.po,
	doc/po/ru/reference_output.xml.po,
	doc/po/ru/reference_overlay.xml.po,
	doc/po/templates/reference_input.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_overlay.xml.pot: update pots and pos

2022-09-25  Regina Obe <lr@pcorp.us>

	* doc/reference_overlay.xml: Backport overlay cleanup changes to
	3.3.2

2022-09-25  Regina Obe <lr@pcorp.us>

	* NEWS, doc/ST_AsMARC21.xml, doc/ST_GeomFromMARC21.xml,
	doc/reference_input.xml, doc/reference_output.xml: Merge Marc21 docs
	into main docs.  Closes #5248 for PostGIS 3.3.2

2022-09-16  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Drop downgrade protection from
	postgis_extensions_upgrade() This is best done from within upgrade scripts themselves, which is
	done from 3.3.0 version onward

2022-09-10  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip to next
	milestone

2022-09-09  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config,
	doc/po/de/release_notes.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/es/reference_validation.xml.po,
	doc/po/es/release_notes.xml.po,
	doc/po/fr/reference_constructor.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/fr/reference_validation.xml.po,
	doc/po/fr/release_notes.xml.po,
	doc/po/it_IT/reference_constructor.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_validation.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/reference_validation.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/pl/reference_constructor.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pl/reference_validation.xml.po,
	doc/po/pl/release_notes.xml.po,
	doc/po/pt_BR/reference_constructor.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/reference_validation.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/ru/reference_constructor.xml.po,
	doc/po/ru/reference_output.xml.po,
	doc/po/ru/reference_validation.xml.po,
	doc/po/ru/release_notes.xml.po,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_validation.xml.pot,
	doc/po/templates/release_notes.xml.pot, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prepping for 3.3.1 release

2022-09-09  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_validation.xml.po,
	doc/po/de/release_notes.xml.po, doc/po/ja/extras_topology.xml.po,
	doc/po/ja/installation.xml.po, doc/po/ja/introduction.xml.po,
	doc/po/ja/reference.xml.po, doc/po/ja/reference_accessor.xml.po,
	doc/po/ja/reference_bbox.xml.po,
	doc/po/ja/reference_cluster.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_input.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_operator.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_overlay.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_raster.xml.po,
	doc/po/ja/reference_relationship.xml.po,
	doc/po/ja/reference_sfcgal.xml.po, doc/po/ja/reference_srs.xml.po,
	doc/po/ja/reference_trajectory.xml.po,
	doc/po/ja/reference_transaction.xml.po,
	doc/po/ja/reference_transformation.xml.po,
	doc/po/ja/reference_troubleshooting.xml.po,
	doc/po/ja/reference_type.xml.po,
	doc/po/ja/reference_validation.xml.po,
	doc/po/ja/reference_version.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ja/using_postgis_app.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ja/using_postgis_query.xml.po,
	doc/po/ja/using_raster_dataman.xml.po: Backport weblate translated
	files

2022-09-03  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/lwgeom_out_geojson.c: PG15 compile error with
	geojson out.  References #5231 for PostGIS 3.3.1

2022-08-30  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_lrs.c: Typo: 2st -> 2nd Closes #5227

2022-08-30  Sandro Santilli <strk@kbt.io>

	* extensions/upgradeable_versions.mk: Add 3.3.0 as upgradeable
	version

2022-08-30  Sandro Santilli <strk@kbt.io>

	* NEWS: Stub new NEWS section

2022-08-27  Regina Obe <lr@pcorp.us>

	* Version.config: Push to next milestone

2022-08-26  Regina Obe <lr@pcorp.us>

	* README.md: Point CI badges to 3.3 branch

2022-08-26  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, ci/winnie/build_postgis.sh,
	ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh,
	doc/release_notes.xml, extensions/upgradeable_versions.mk: Prepping
	for release

2022-08-26  Regina Obe <lr@pcorp.us>

	* doc/reference_validation.xml: Add note that geos 3.10 is required
	for newer make valid

2022-08-26  Regina Obe <lr@pcorp.us>

	* doc/po/de/using_postgis_query.xml.po,
	doc/reference_constructor.xml, doc/reference_output.xml: Backport
	doc changes

2022-08-22  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip back to
	dev milestone

2022-08-22  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: Fix branch creation to be our new standard
	stable-3.3.0rc2

2022-08-21  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config,
	doc/po/de/release_notes.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/fr/release_notes.xml.po, doc/po/it_IT/release_notes.xml.po,
	doc/po/ja/release_notes.xml.po, doc/po/ko_KR/release_notes.xml.po,
	doc/po/pl/release_notes.xml.po, doc/po/pt_BR/release_notes.xml.po,
	doc/po/ru/release_notes.xml.po,
	doc/po/templates/release_notes.xml.pot, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for 3.3.0rc2

2022-08-18  Sandro Santilli <strk@kbt.io>

	* regress/core/regress_big_polygon.sql: Drop manual QUIET setting
	from regress tests

2022-08-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: always pass --quiet to psql Removes the need to filter out lines ourselves from perl

2022-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Add news entries for 5171, 5181

2022-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwspheroid.c: Short circuit geodesic distance when input
	points are equal (References #5171)

2022-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Reset proj errno after failed parse

2022-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwgeom.c, regress/core/reverse_expected: 
	ST_Reverse must reverse components of CompoundCurve to retain valid
	structure, #5089

2022-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Correctly read geometry extent off
	multi-key GIST indexes. References #5032

2022-08-15  Florentin Drogeanu <drogeanu.florentin@gmail.com>

	* doc/po/ro/administration.xml.po: Translated using Weblate
	(Romanian) Currently translated at 22.3% (21 of 94 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ro/

2022-08-16  Sandro Santilli <strk@kbt.io>

	* configure.ac: Run autoupdate Closes #5219

2022-08-15  Florentin Drogeanu <drogeanu.florentin@gmail.com>

	* doc/po/ro/administration.xml.po: Added translation using Weblate
	(Romanian)

2022-08-14  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: Test new drone image, should have PG13 in it

2022-08-14  Regina Obe <lr@pcorp.us>

	* Jenkinsfile, ci/debbie-pipeline/postgis_build.sh,
	ci/debbie-pipeline/postgis_regress.sh: Remove jenkins pipeline
	setup, needs some work

2022-08-13  Regina Obe <lr@pcorp.us>

	* : commit 550d6d53a720e17ccacea8094161e6aae02d220b Author: Regina
	Obe <lr@pcorp.us> Date:   Sat Aug 13 15:21:13 2022 -0400

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile, ci/debbie-pipeline/postgis_build.sh,
	ci/debbie-pipeline/postgis_regress.sh: Try to run shell scripts

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Start adding real steps

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Change to jarmmie

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Try with different node

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Try again - just node name

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Try again

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Test with a specific agent

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Fix typo

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Try designating a specific agent

2022-08-13  Regina Obe <lr@pcorp.us>

	* Jenkinsfile: Testing pipleine mode

2022-08-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add --build-dir switch to run_test.pl

2022-08-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test: fix --upgrade with no
	--upgrade-path with 3.0+ versions Fixes --extension --raster --upgrade tests where --upgrade-path is
	not given and default version is 3.0 or later

2022-08-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test: stop assuming default version has
	split raster Fixes --extension --upgrade tests where --upgrade-path is NOT given
	and the default version in .control file is older than 3.0
	(pre-split times)

2022-08-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix perl syntax logic

2022-08-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test: don't try to handle raster split
	when coming from unpackaged References #5213 in master branch (3.3.0dev)

2022-08-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: raster extension needs be
	upgraded only when split from core

2022-08-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: fix support for pre-split-raster
	unpackaged upgrade testing

2022-08-12  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Survive upgrades adding views and
	tables Closes #5187 in master branch (3.3.0dev)

2022-08-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: run psql in quiet mode when
	loading scripts

2022-08-12  Sandro Santilli <strk@kbt.io>

	* regress/loader/ReprojectPts-post.sql,
	regress/loader/ReprojectPts-pre.sql,
	regress/loader/ReprojectPtsD-post.sql,
	regress/loader/ReprojectPtsD-pre.sql,
	regress/loader/ReprojectPtsGeog-post.sql,
	regress/loader/ReprojectPtsGeog-pre.sql,
	regress/loader/ReprojectPtsGeogD-post.sql,
	regress/loader/ReprojectPtsGeogD-pre.sql: Remove empty pre/post sql
	files in loader tests

2022-08-08  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: flip
	back to dev mode

2022-08-08  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, NEWS, README.postgis,
	doc/po/de/installation.xml.po, doc/po/de/postgis.xml.po,
	doc/po/de/release_notes.xml.po, doc/po/es/installation.xml.po,
	doc/po/es/postgis.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/fr/installation.xml.po, doc/po/fr/postgis.xml.po,
	doc/po/fr/release_notes.xml.po, doc/po/it_IT/installation.xml.po,
	doc/po/it_IT/postgis.xml.po, doc/po/it_IT/release_notes.xml.po,
	doc/po/ja/installation.xml.po, doc/po/ja/postgis.xml.po,
	doc/po/ja/release_notes.xml.po, doc/po/ko_KR/installation.xml.po,
	doc/po/ko_KR/postgis.xml.po, doc/po/ko_KR/release_notes.xml.po,
	doc/po/pl/installation.xml.po, doc/po/pl/postgis.xml.po,
	doc/po/pl/release_notes.xml.po, doc/po/pt_BR/installation.xml.po,
	doc/po/pt_BR/postgis.xml.po, doc/po/pt_BR/release_notes.xml.po,
	doc/po/ru/installation.xml.po, doc/po/ru/postgis.xml.po,
	doc/po/ru/release_notes.xml.po,
	doc/po/templates/installation.xml.pot,
	doc/po/templates/postgis.xml.pot,
	doc/po/templates/release_notes.xml.pot: Add dates, updated pots and
	pos, minor correction to how to release

2022-08-08  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, doc/release_notes.xml: Prep for 3.3.0rc1
	release

2022-08-06  Sandro Santilli <strk@kbt.io>

	* utils/create_upgrade.pl: Fix extraction of integer array version
	on upgrade References #5202 in master branch (3.3.0dev)

2022-08-06  Sandro Santilli <strk@kbt.io>

	* utils/create_upgrade.pl: Consider full version when guarding
	against downgrades References #5202 in master branch (3.3.0dev)

2022-08-06  Sandro Santilli <strk@kbt.io>

	* utils/create_upgrade.pl: Guard against downgrades References #5202 in master branch (3.3.0dev)

2022-08-05  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: 1) Only use ANY option if superuser installing 2) Don't allow downgrade 3) Schema qual changes Closes #5194 for PostGIS 3.3.0 Closes #5202
	for PostGIS 3.3.0

2022-08-05  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Update urls and add a note that sh
	autogen.sh is needed if building from git

2022-08-05  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Improve labels on PASS/FAIL/SKIP from
	unpackaged`

2022-08-05  Sandro Santilli <strk@kbt.io>

	* loader/postgis.pl: Improve user help for postgis command

2022-07-30  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_tiger_geocoder/Makefile.in: Use
	upgrade-paths-rules from geocoder, don't re-implement it

2022-08-02  Regina Obe <lr@pcorp.us>

	* README.postgis: Update readme to reflect shp2pgsql-gui works with
	any gtk 2 series

2022-08-01  Regina Obe <lr@pcorp.us>

	* utils/create_or_replace_to_create.pl: cleanup remove unused
	functions, fix help

2022-08-01  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in: Try to fix out of
	tree build, broken by recent extension changes

2022-08-01  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/address_standardizer/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	utils/create_or_replace_to_create.pl: Change address_standardizer
	and postgis_tiger_geocoder CREATE EXTENSION to use CREATE  instead
	of CREATE OR REPLACE.  References #5195 and #5196 for PostGIS 3.3.0

2022-08-01  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: Change to use perl
	regex instead of sed for control file

2022-07-29  Regina Obe <lr@pcorp.us>

	* NEWS: Add missing NEWS. References #5025 for PostGIS 3.3.0rc1

2022-07-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_supportfn.c: Ensure that additional operators
	are not appended when the function and opfamily disagree about
	dimensionality. References #5025

2022-07-29  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Remove overreplacement. Closes #5193 for
	PostGIS 3.3.0

2022-07-29  Sandro Santilli <strk@kbt.io>

	* utils/create_upgrade.pl: Simplify handling of replaced function in
	upgrade procedure Avoids unneeded multiple CREATE OR REPLACE FUNCTION blocks

2022-07-29  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Fix syntax

2022-07-29  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Survive upgrades adding operator class
	(and other object kinds) Closes #5187

2022-07-27  Thomas Petazzoni <thomas.petazzoni@bootlin.com>

	* raster/loader/Makefile.in: raster/loader/Makefile.in: do not force
	static linking This is similar to commit

	https://github.com/postgis/postgis/commit/98070faad220e12fcaed9a583a70a37c510b7c6b,but applied to raster/loader. It ensures that if only shared
	variants of the libraries are available, the link still works. If
	you force -static and only shared variants of some of the libraries
	are available, the link fails with "d: attempted static link of
	dynamic object XYZ".  Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

2022-07-25  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql: Put in sort to enforce same order across
	all platforms

2022-07-25  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: 
	Regression test for  #5139

2022-07-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* extras/wkb_reader/readwkb.c, liblwgeom/lwgeom_debug.c,
	liblwgeom/lwprint.c, loader/shp2pgsql-gui.c,
	postgis/gserialized_estimate.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_spheroid.c, raster/rt_core/rt_geometry.c,
	raster/rt_pg/rtpg_utility.c, raster/rt_pg/rtpostgis.c: Move to
	snprintf where easily done

2022-07-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 8d33a1e6af998a24cf892139f049e941cda84ccd Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Mon Jul 25 14:01:44 2022
	-0700

2022-07-25  Regina Obe <lr@pcorp.us>

	* NEWS, libpgcommon/lwgeom_cache.c: Use read only SPI to maintain
	parallel safety for ST_AsGeoJSON and ST_AsGML References #5139 for
	PostGIS 3.3.0 Using same solution from #3952

2022-07-25  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in, postgis/legacy.sql.in,
	raster/rt_pg/rtpostgis.sql.in: Use integer instead of int4.
	References #5191 for PostGIS 3.3.0. For raster, geography, and
	legacy

2022-07-25  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/postgis.sql.in: Use integer instead of int4.
	References #5191 for PostGIS 3.3.0

2022-07-25  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix database presence detection Closes #5190

2022-07-24  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh, ci/berrie64/postgis_regress.sh: 
	Revise berries to use --enable-lto to catch issues such as those
	noted in #5157

2022-07-24  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Have debbie build without the
	--with-minor-lib-version to prevent her from trying to upgrade using
	an old .so file

2022-07-24  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_minimum_bounding_circle.c: Clean up the
	formatting of last commit.

2022-07-23  Regina Obe <lr@pcorp.us>

	* NEWS, liblwgeom/cunit/cu_minimum_bounding_circle.c: Minimum
	Bounding Circle regress failure on i386 Debian Revise test to ignore
	micro floating point difference Closes #5157 for PostGIS 3.3.0

2022-07-23  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, doc/postgis.xml: 1. Introduce a  &max_postgres_version; so we can use in docs in the
	multiple places it is needed 2. Change docs where it says PostgreSQL &min_postgres_version; or
	higher to PostgreSQL &min_postgres_version; - &max_postgres_version;

2022-07-22  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_srs.xml.po, doc/po/es/reference_srs.xml.po,
	doc/po/fr/reference_srs.xml.po, doc/po/it_IT/reference_srs.xml.po,
	doc/po/ja/reference_srs.xml.po, doc/po/ko_KR/reference_srs.xml.po,
	doc/po/pl/reference_srs.xml.po, doc/po/pt_BR/reference_srs.xml.po,
	doc/po/ru/reference_srs.xml.po,
	doc/po/templates/reference_srs.xml.pot, doc/reference_srs.xml: Fix
	xml error in last commit.  References #5064 for PostGIS 3.3.0

2022-07-21  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/po/de/extras_topology.xml.po,
	doc/po/de/reference_srs.xml.po, doc/po/es/extras_topology.xml.po,
	doc/po/es/reference_srs.xml.po, doc/po/fr/extras_topology.xml.po,
	doc/po/fr/reference_srs.xml.po,
	doc/po/it_IT/extras_topology.xml.po,
	doc/po/it_IT/reference_srs.xml.po,
	doc/po/ja/extras_topology.xml.po, doc/po/ja/reference_srs.xml.po,
	doc/po/ko_KR/extras_topology.xml.po,
	doc/po/ko_KR/reference_srs.xml.po,
	doc/po/pl/extras_topology.xml.po, doc/po/pl/reference_srs.xml.po,
	doc/po/pt_BR/extras_topology.xml.po,
	doc/po/pt_BR/reference_srs.xml.po,
	doc/po/ru/extras_topology.xml.po, doc/po/ru/reference_srs.xml.po,
	doc/po/templates/extras_topology.xml.pot,
	doc/po/templates/reference_srs.xml.pot, doc/reference_srs.xml: Add
	docs for topogeometry ST_SRID and add reference from geometry
	ST_SRID to topogeomety and raster ST_SRID.  Closes #5064 for PostGIS
	3.3.0

2022-07-18  Regina Obe <lr@pcorp.us>

	* NEWS: Add missing item References #5024 for PostGIS 3.3.0

2022-07-18  Regina Obe <lr@pcorp.us>

	* NEWS, raster/rt_pg/rtpostgis.sql.in: raster ST_Value is
	undercosted Closes #5154 for PostGIS 3.3.0

2022-07-18  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* regress/core/fixedoverlay.sql, regress/core/fixedoverlay_expected: 
	Fixed Overlay: fix test Closes
	https://git.osgeo.org/gitea/postgis/postgis/pulls/103 There is a copy/paste error in the test suite.  "SymDifference" test is basically the same as difference one.  This MR fixes the test case and the expected result.

2022-07-13  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_lrs.xml.po, doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_relationship.xml.po,
	doc/po/de/reference_sfcgal.xml.po,
	doc/po/es/reference_accessor.xml.po,
	doc/po/es/reference_lrs.xml.po, doc/po/es/reference_measure.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_relationship.xml.po,
	doc/po/es/reference_sfcgal.xml.po,
	doc/po/fr/reference_accessor.xml.po,
	doc/po/fr/reference_lrs.xml.po, doc/po/fr/reference_measure.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_relationship.xml.po,
	doc/po/fr/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_lrs.xml.po,
	doc/po/it_IT/reference_measure.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_relationship.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/ja/reference_accessor.xml.po,
	doc/po/ja/reference_lrs.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_relationship.xml.po,
	doc/po/ja/reference_sfcgal.xml.po,
	doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_lrs.xml.po,
	doc/po/ko_KR/reference_measure.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_relationship.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/pl/reference_accessor.xml.po,
	doc/po/pl/reference_lrs.xml.po, doc/po/pl/reference_measure.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_relationship.xml.po,
	doc/po/pl/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_lrs.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_relationship.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/ru/reference_accessor.xml.po,
	doc/po/ru/reference_lrs.xml.po, doc/po/ru/reference_measure.xml.po,
	doc/po/ru/reference_output.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_relationship.xml.po,
	doc/po/ru/reference_sfcgal.xml.po,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_lrs.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_relationship.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/reference_accessor.xml, doc/reference_lrs.xml,
	doc/reference_measure.xml, doc/reference_output.xml,
	doc/reference_processing.xml, doc/reference_relationship.xml,
	doc/reference_sfcgal.xml, doc/xsl/postgis_aggs_mm.xml.xsl: More
	SQL-MM cleanup

2022-07-13  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flip
	back to dev mode

2022-07-13  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Fix xsl was showing 3.2 items
	instead of 3.3 items in changed section

2022-07-13  Regina Obe <lr@pcorp.us>

	* README.postgis: Update date and version on README

2022-07-13  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, doc/po/de/extras_topology.xml.po,
	doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_lrs.xml.po, doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_sfcgal.xml.po,
	doc/po/de/reference_version.xml.po, doc/po/de/release_notes.xml.po,
	doc/po/de/using_raster_dataman.xml.po,
	doc/po/es/extras_topology.xml.po,
	doc/po/es/reference_accessor.xml.po,
	doc/po/es/reference_lrs.xml.po, doc/po/es/reference_measure.xml.po,
	doc/po/es/reference_sfcgal.xml.po,
	doc/po/es/reference_version.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/es/using_raster_dataman.xml.po,
	doc/po/fr/extras_topology.xml.po,
	doc/po/fr/reference_accessor.xml.po,
	doc/po/fr/reference_lrs.xml.po, doc/po/fr/reference_measure.xml.po,
	doc/po/fr/reference_sfcgal.xml.po,
	doc/po/fr/reference_version.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_raster_dataman.xml.po,
	doc/po/it_IT/extras_topology.xml.po,
	doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_lrs.xml.po,
	doc/po/it_IT/reference_measure.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_version.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/ja/extras_topology.xml.po,
	doc/po/ja/reference_accessor.xml.po,
	doc/po/ja/reference_lrs.xml.po, doc/po/ja/reference_measure.xml.po,
	doc/po/ja/reference_sfcgal.xml.po,
	doc/po/ja/reference_version.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ja/using_raster_dataman.xml.po,
	doc/po/ko_KR/extras_topology.xml.po,
	doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_lrs.xml.po,
	doc/po/ko_KR/reference_measure.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/ko_KR/reference_version.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/ko_KR/using_raster_dataman.xml.po,
	doc/po/pl/extras_topology.xml.po,
	doc/po/pl/reference_accessor.xml.po,
	doc/po/pl/reference_lrs.xml.po, doc/po/pl/reference_measure.xml.po,
	doc/po/pl/reference_sfcgal.xml.po,
	doc/po/pl/reference_version.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pl/using_raster_dataman.xml.po,
	doc/po/pt_BR/extras_topology.xml.po,
	doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_lrs.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_version.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po,
	doc/po/ru/extras_topology.xml.po,
	doc/po/ru/reference_accessor.xml.po,
	doc/po/ru/reference_lrs.xml.po, doc/po/ru/reference_measure.xml.po,
	doc/po/ru/reference_sfcgal.xml.po,
	doc/po/ru/reference_version.xml.po, doc/po/ru/release_notes.xml.po,
	doc/po/ru/using_raster_dataman.xml.po,
	doc/po/templates/administration.xml.pot,
	doc/po/templates/database_tuning.xml.pot,
	doc/po/templates/extras.xml.pot,
	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/postgis.xml.pot,
	doc/po/templates/reference.xml.pot,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_bbox.xml.pot,
	doc/po/templates/reference_cluster.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_exception.xml.pot,
	doc/po/templates/reference_guc.xml.pot,
	doc/po/templates/reference_input.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_operator.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_overlay.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/reference_relationship.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/po/templates/reference_srs.xml.pot,
	doc/po/templates/reference_trajectory.xml.pot,
	doc/po/templates/reference_transaction.xml.pot,
	doc/po/templates/reference_transformation.xml.pot,
	doc/po/templates/reference_troubleshooting.xml.pot,
	doc/po/templates/reference_type.xml.pot,
	doc/po/templates/reference_validation.xml.pot,
	doc/po/templates/reference_version.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/reporting.xml.pot,
	doc/po/templates/using_postgis_app.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot,
	doc/po/templates/using_postgis_query.xml.pot,
	doc/po/templates/using_raster_dataman.xml.pot,
	doc/release_notes.xml: Prepping for 3.3.0beta2 release 1. Clean up NEWS 2. add release notes 3. update translations 4. Flip version to 3.3.0beta2

2022-07-13  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/reference_measure.xml,
	doc/reference_sfcgal.xml: Mark 3d functions that are sql mm
	compliant

2022-07-13  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch 'lbartoletti/fix_bessie32' Fix for
	bessie32 compile errors Closes
	https://git.osgeo.org/gitea/postgis/postgis/pulls/102

2022-07-13  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* ci/bessie32/postgis_regress.sh: Enable raster

2022-07-12  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* ci/bessie32/postgis_regress.sh: [WIP] fix bessie32

2022-07-12  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_regress.sh: Have debbie check all upgrades

2022-07-12  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_topology/Makefile.in, utils/create_unpackaged.pl: 
	Package objects before upgrading (only those which exist) We don't need to upgrade before packaging because objects created
	during extension upgrade are automatically packaged.  Also doing the packaging before allows us to run some checks against
	the unpackaged objects to decide whether or not to trust them
	(unimplemented yet).

2022-07-12  Sandro Santilli <strk@kbt.io>

	* regress/core/regress.sql: Check for ownership mismatch in regress
	test

2022-07-12  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: check_all_upgrades: add support for
	PostgreSQL 15 and prereleases

2022-07-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/FindLayer.sql.in,
	topology/sql/manage/FindTopology.sql.in: Qualify topology type names
	in FindLayer and FindTopology signatures

2022-07-11  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh, ci/berrie64/postgis_regress.sh,
	ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh,
	ci/debbie/postgis_regress.sh: Set all static bots to test
	--with-library-minor-version so we can in future better test
	upgrades

2022-07-11  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh: Put back gcc settings for
	bessie32, but set to gcc11 which is the new installed after upgrade

2022-07-11  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh: Get rid of gcc8 specific stuff on
	bessie32. Upgrade seems tonow have gcc11

2022-07-08  Sandro Santilli <strk@kbt.io>

	* .editorconfig, NEWS, doc/extras_topology.xml,
	topology/Makefile.in,
	topology/sql/cleanup/RemoveUnusedPrimitives.sql.in,
	topology/test/regress/removeunusedprimitives.sql,
	topology/test/regress/removeunusedprimitives_expected,
	topology/test/tests.mk, topology/topology.sql.in: Implement
	topology.RemoveUnusedPrimitives Closes #5183 Includes tests, docs and NEWS entry

2022-07-10  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Topology DOC corrections: 1. ST_MoveIsoNode takes a node not an edge 2. ST_ChangeEdgeGeom doesn't have anode / anothernode args

2022-07-10  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Topology DOC corrections: 1. ST_MoveIsoNode takes a node not an edge 2. ST_ChangeEdgeGeom doesn't have anode / anothernode args

2022-07-09  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: print an HINT when not finding
	build dir

2022-07-08  Regina Obe <lr@pcorp.us>

	* .github/workflows/ci.yml: Remove latest as pg master has now
	flipped to PG 16.  Replace with pg15.  Also remove pg13 coverage,
	now replaced with a pg15 coverage

2022-07-05  Nicolas Roelandt <roelandtn.pro@gmail.com>

	* doc/po/fr/extras_address_standardizer.xml.po: Translated using
	Weblate (French) Currently translated at 3.3% (7 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/fr/

2022-07-06  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_lrs.xml: Improve doc for Linear Ref functions

2022-07-05  Regina Obe <lr@pcorp.us>

	* NEWS, doc/po/de/release_notes.xml.po,
	doc/po/es/release_notes.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pt_BR/release_notes.xml.po, doc/po/ru/release_notes.xml.po,
	doc/po/templates/release_notes.xml.pot, doc/release_notes.xml: 
	Mention that some new SFCGAL functions require sfcgal 1.4.1

2022-07-05  Regina Obe <lr@pcorp.us>

	* NEWS: Add notes that SFCGAL 1.4.1 is needed for ST_AlphaShape and
	ST_OptimalAlphaShape

2022-07-04  Bas Couwenberg <sebastic@xs4all.nl>

	* NEWS, loader/pgsql2shp-core.c: Fix build failure on s390x.  Closes
	#5179 Fixes: https://trac.osgeo.org/postgis/ticket/5179

2022-07-03  Regina Obe <lr@pcorp.us>

	* NEWS: Add parallel aggregate also to beta2 release section

2022-07-03  Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>

	* NEWS: NEWS record for parallel ST_Union

2022-07-03  Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>

	* : Merge remote-tracking branch 'konturio/parallel-union'

2022-07-03  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flip
	back to dev mode

2022-07-03  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, NEWS, README.postgis: Prep for release

2022-07-03  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh: Add step in debbie's packaging to
	generate md5

2022-07-02  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config: Flip to 3.3.0beta1 in prep for release

2022-07-02  Regina Obe <lr@pcorp.us>

	* NEWS, doc/po/de/release_notes.xml.po,
	doc/po/es/release_notes.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/release_notes.xml.po,
	doc/po/templates/release_notes.xml.pot, doc/release_notes.xml: 
	Update release notes

2022-07-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: Fix
	winnie's devnext upgrade path

2022-07-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Fix ANY for regress

2022-07-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Fix ANY case for windows packaging

2022-07-02  Regina Obe <lr@pcorp.us>

	* NEWS: Update news in prep for release

2022-07-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Change winnie to install the 0-byte
	MAX in EDB install

2022-07-01  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: change MAX to UPGRADEME per strk's
	suggestion as it is clearer in purpose

2022-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, postgis/geography_measurement.c: Harmonize
	use of tolerances a little and short-circuit distance calculation on
	identical inputs References #4932

2022-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/msys.yml: Disable msys CI

2022-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/msys.yml: Disable msys, until someone fixes it
	up

2022-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: For
	edge_distance_to_point test, do not check that candidate point is on
	the target plane: we already know it is because we deliberately
	constructed it to be there. References #4835

2022-06-27  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_processing.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/templates/reference_processing.xml.pot: Update pots and pos

2022-06-27  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Improve doc for processing functions

2022-06-26  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: ST_ConcaveHull geometry collection issue.
	Closes #4541 for PostGIS 3.3.0 (old ST_ConcaveHull implementation)

2022-06-26  Regina Obe <lr@pcorp.us>

	* .github/workflows/ci.yml: Take out pgmaster since latest is
	regressing cleanly again

2022-06-26  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Use 0-byte MAX method for extension
	scripts

2022-06-26  Regina Obe <lr@pcorp.us>

	* .github/workflows/ci.yml: Put back latest to see if picks up new
	image and fixes #5172

2022-06-26  Regina Obe <lr@pcorp.us>

	* .github/workflows/ci.yml: Try to test not latest proj, but latest
	GDAL

2022-06-24  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_triangulatepolygon01.wkt,
	doc/reference_processing.xml: Improve doc for ST_TriangulatePolygon

2022-06-24  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Remove packaging of older extension
	scripts for windows

2022-06-22  sergei sh <sshoulbakov@kontur.io>

	* postgis/postgis_after_upgrade.sql: parallel ST_Union: dropping
	pgis_geometry_union_finalfn

2022-06-21  Regina Obe <lr@pcorp.us>

	* doc/po/de/using_raster_dataman.xml.po,
	doc/po/es/using_raster_dataman.xml.po,
	doc/po/fr/using_raster_dataman.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/ja/using_raster_dataman.xml.po,
	doc/po/ko_KR/using_raster_dataman.xml.po,
	doc/po/pl/using_raster_dataman.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po,
	doc/po/ru/using_raster_dataman.xml.po,
	doc/po/templates/using_raster_dataman.xml.pot,
	doc/using_raster_dataman.xml, raster/loader/raster2pgsql.c: Update
	Help screen. Minor adjustments to doc.  References #5170

2022-06-21  sergei sh <sshoulbakov@kontur.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in,
	postgis/postgis_legacy.c: parallel ST_Union
	pgis_geometry_union_finalfn function removed

2022-06-21  sergei sh <sshoulbakov@kontur.io>

	* postgis/postgis.sql.in: parallel ST_Union: function cost fix

2022-06-17  sergei sh <sshoulbakov@kontur.io>

	* postgis/lwgeom_union.c: parallel ST_Union: NULL argument checks
	removed from STRICT functions

2022-06-17  sergei sh <sshoulbakov@kontur.io>

	* postgis/postgis.sql.in, regress/core/union.sql: parallel ST_Union:
	serialfn, deserialfn, finalfn marked STRICT deserialfn must be STRICT for Postgres=13.1 compatibility

2022-06-14  sergei sh <sshoulbakov@kontur.io>

	* postgis/Makefile.in, postgis/lwgeom_union.c,
	postgis/lwgeom_union.h, postgis/postgis.sql.in,
	regress/core/tests.mk.in, regress/core/union.sql,
	regress/core/union_expected: parallel ST_Union

2022-06-21  Sandro Santilli <strk@kbt.io>

	* .editorconfig, extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in, postgis/Makefile.in,
	postgis/postgis.sql.in, raster/rt_pg/Makefile.in,
	sfcgal/Makefile.in, topology/Makefile.in, utils/Makefile.in,
	utils/README, utils/{postgis_proc_upgrade.pl => create_upgrade.pl}: 
	Rename postgis_proc_upgrade.pl to create_upgrade.pl, drop unused
	argument

2022-06-21  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, raster/test/regress/Makefile.in,
	raster/test/regress/tests.mk, regress/Makefile.in,
	regress/core/Makefile.in, regress/core/tests.mk.in,
	regress/dumper/Makefile.in, regress/dumper/tests.mk,
	regress/loader/Makefile.in, regress/loader/tests.mk,
	regress/runtest.mk, sfcgal/regress/Makefile.in,
	sfcgal/regress/tests.mk.in, topology/test/Makefile.in,
	topology/test/tests.mk, utils/check_tests_enabled.sh: Drop redundant
	variable topsrcdir, use top_srcdir

2022-06-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/flatgeobuf.c: Error out when asked to build flatgeobuf on
	table with no geometry (references #5173)

2022-06-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 4879d97f16df8a00791fbddd9522fd9b750012fc Merge: 6cd8406b5
	de6d9c824 Author: Paul Ramsey <pramsey@cleverelephant.ca> Date:
	Fri Jun 17 12:11:03 2022 -0700

2022-06-17  Regina Obe <lr@pcorp.us>

	* .cirrus.yml: Turn cirrus back on

2022-06-16  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/introduction.xml.po: Translated using Weblate (Japanese) Currently translated at 100.0% (213 of 213 strings) Translation: postgis/introduction.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/introductionxml/ja/

2022-06-16  Regina Obe <lr@pcorp.us>

	* doc/po/de/installation.xml.po,
	doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_relationship.xml.po,
	doc/po/de/using_raster_dataman.xml.po,
	doc/po/es/installation.xml.po, doc/po/es/reference_measure.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_relationship.xml.po,
	doc/po/es/using_raster_dataman.xml.po,
	doc/po/fr/installation.xml.po, doc/po/fr/reference_measure.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_relationship.xml.po,
	doc/po/fr/using_raster_dataman.xml.po,
	doc/po/it_IT/installation.xml.po,
	doc/po/it_IT/reference_measure.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_relationship.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/ja/installation.xml.po, doc/po/ja/reference_measure.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_relationship.xml.po,
	doc/po/ja/using_raster_dataman.xml.po,
	doc/po/ko_KR/installation.xml.po,
	doc/po/ko_KR/reference_measure.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_relationship.xml.po,
	doc/po/ko_KR/using_raster_dataman.xml.po,
	doc/po/pl/installation.xml.po, doc/po/pl/reference_measure.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_relationship.xml.po,
	doc/po/pl/using_raster_dataman.xml.po,
	doc/po/pt_BR/installation.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_relationship.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po,
	doc/po/ru/installation.xml.po, doc/po/ru/reference_measure.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_relationship.xml.po,
	doc/po/ru/using_raster_dataman.xml.po,
	doc/po/templates/installation.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_relationship.xml.pot,
	doc/po/templates/using_raster_dataman.xml.pot: Update pots and pos

2022-06-16  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [dronie] raise clone depth to 50 commits Frequent pushes to master branch make PR checking sometime fail to
	find the target within 20 commits

2022-06-16  Sandro Santilli <strk@kbt.io>

	* sfcgal/regress/Makefile.in: Fix `make -C sfcgal/regress/ check`

2022-06-16  Sandro Santilli <strk@kbt.io>

	* regress/dumper/Makefile.in: Fix `make -C regress/dumper check`

2022-06-16  Sandro Santilli <strk@kbt.io>

	* regress/loader/Makefile.in: Fix `make -C regress/loader check`

2022-06-16  Sandro Santilli <strk@kbt.io>

	* regress/core/Makefile.in: Fix `make -C regress/core check`

2022-06-16  Regina Obe <lr@pcorp.us>

	* configure.ac, raster/test/regress/Makefile.in: Put back raster
	regress/Makefile.in but take out the redundant bits

2022-06-16  Regina Obe <lr@pcorp.us>

	* .github/workflows/msys.yml: Put back mingw64 testing

2022-06-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/address_standardizer/std_pg_hash.c: Replicate patch
	from  lbartoletti to fix cut/paste error

2022-06-16  Regina Obe <lr@pcorp.us>

	* raster/test/Makefile.in: Try to fix make clean by removing makre
	regres target

2022-06-16  Regina Obe <lr@pcorp.us>

	* configure.ac, raster/test/regress/Makefile.in: Get rid of obsolete
	raster regress makefile. Was replaced by tests.mk a while ago

2022-06-16  Regina Obe <lr@pcorp.us>

	* NEWS, doc/using_raster_dataman.xml, raster/loader/raster2pgsql.c,
	raster/test/regress/loader/TiledAutoCopyn.opts,
	raster/test/regress/loader/{TiledAutoZCopy.select.expected =>
	TiledAutoCopyn.select.expected},
	raster/test/regress/loader/{TiledAutoZCopy.select.sql =>
	TiledAutoCopyn.select.sql},
	raster/test/regress/loader/{TiledAutoZCopy.tif.ref =>
	TiledAutoCopyn.tif.ref},
	raster/test/regress/loader/TiledAutoZCopy.opts,
	raster/test/regress/loader/TiledAutoZCopy.sql,
	raster/test/regress/tests.mk: Replace -Z option as  optional
	argument to -Y option.  Increase default of copy to 50 rows from 11.
	References #5170

2022-06-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/msys.yml, NEWS, configure.ac,
	doc/using_raster_dataman.xml,
	extensions/address_standardizer/std_pg_hash.c,
	raster/loader/raster2pgsql.c, raster/test/Makefile.in,
	raster/test/regress/Makefile.in,
	raster/test/regress/loader/TiledAutoCopyn.opts,
	raster/test/regress/loader/TiledAutoZCopy.opts,
	raster/test/regress/loader/{TiledAutoCopyn.select.expected =>
	TiledAutoZCopy.select.expected},
	raster/test/regress/loader/{TiledAutoCopyn.select.sql =>
	TiledAutoZCopy.select.sql},
	raster/test/regress/loader/TiledAutoZCopy.sql,
	raster/test/regress/loader/{TiledAutoCopyn.tif.ref =>
	TiledAutoZCopy.tif.ref}, raster/test/regress/tests.mk: Revert "Merge
	branch 'lbartoletti-fix_cutpaste_isinstdportalcache'" This reverts commit 6c5acf038ebf4b3c720d8a2cfdb5991fb9aa78eb,
	reversing changes made to 08dcf2aa5f2e0bd9ee195183644d4c3ee8cad6c4.

2022-06-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit de6d9c824dda4996ec96893cb132741d9eff5a5f Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Thu Jun 16
	13:01:17 2022 +0200

2022-06-16  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* liblwgeom/gserialized.c: gserialized.c: Fix an always true
	condition At line 366 we always check that bsz1 is different than bsz2. So, if
	bsz1 is not inferior to bsz2, it always true than bsz1 is superior
	to bsz2.  We could remove the else if part and return 1.

2022-06-16  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* extensions/address_standardizer/std_pg_hash.c: std_pg_hash.c: fix
	cut/paste in IsInStdPortalCache ci->lextab is tested 3 times. I guess it's a cut/paste mistake and
	should be replaced by the two other variables ci->gaztab and
	ci->rultab.

2022-06-16  Regina Obe <lr@pcorp.us>

	* raster/test/Makefile.in: Try to fix make clean by removing makre
	regres target

2022-06-16  Regina Obe <lr@pcorp.us>

	* : Support for mingw64-windows. Provided by Loïc Bartoletti.
	Closes https://github.com/postgis/postgis/pull/695

2022-06-16  Regina Obe <lr@pcorp.us>

	* NEWS, doc/using_raster_dataman.xml, raster/loader/raster2pgsql.c,
	raster/test/regress/loader/TiledAutoCopyn.opts,
	raster/test/regress/loader/{TiledAutoZCopy.select.expected =>
	TiledAutoCopyn.select.expected},
	raster/test/regress/loader/{TiledAutoZCopy.select.sql =>
	TiledAutoCopyn.select.sql},
	raster/test/regress/loader/{TiledAutoZCopy.tif.ref =>
	TiledAutoCopyn.tif.ref},
	raster/test/regress/loader/TiledAutoZCopy.opts,
	raster/test/regress/loader/TiledAutoZCopy.sql,
	raster/test/regress/tests.mk: Replace -Z option as  optional
	argument to -Y option.  Increase default of copy to 50 rows from 11.
	References #5170

2022-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_measure.xml, postgis/lwgeom_spheroid.c,
	postgis/postgis.sql.in: Add ST_DistanceSphere(geom, geom, radius)
	and ST_DistanceSpheroid(geom, geom) for a little more convenience
	and functionality.

2022-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_relationship.xml: Remove spurious reference to CGAL
	backend

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* .github/workflows/msys.yml: remove mingw32

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* .github/workflows/msys.yml: enable test

2022-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/html/image_src/Makefile.in,
	doc/html/image_src/st_triangulatepolygon01.wkt,
	doc/reference_processing.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, regress/core/geos311.sql,
	regress/core/geos311_expected: ST_TriangulatePolygon for contrained
	polygon triangulation GEOS 3.11 only, "constrained polygon
	triangulation" outputs a set of triangles that exactly covers the
	input polygon.

2022-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 1f67a740cbf5a692e7ac8562b09c15a077566f47 Merge: 650293b85
	0a1bbd29a Author: Paul Ramsey <pramsey@cleverelephant.ca> Date:
	Wed Jun 15 12:53:42 2022 -0700

2022-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 8f96045d03043b8c9b9c8f770b300d95d9473ab8 Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Wed Jun 15
	18:25:47 2022 +0200

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* .cirrus.yml: stop service and exit if fail

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* extensions/address_standardizer/std_pg_hash.c: fix std_pg_hash:
	declaration-after-statement

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* .cirrus.yml: [CI][Cirrus] Fix and update FreeBSD CI

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* postgis/gserialized_estimate.c: gserialized_estimate.c: fix and
	remove unused variable

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* extensions/address_standardizer/std_pg_hash.c: 
	address_standardizer/std_pg_hash.c: fix unused variable warning.
	These variables are used.

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* loader/shpopen.c: loader/shpopen.c: remove unused variable
	'nCurrentRecordOffset'

2022-06-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* extensions/address_standardizer/parseaddress-api.c: 
	parseaddress-api.c: remove unused variable 'comma'

2022-06-14  Regina Obe <lr@pcorp.us>

	* ci/berrie64/postgis_regress.sh, ci/debbie/postgis_regress.sh: Turn
	off upgrading on debbie.  Turn on on berrie64.  Minor cleanup of
	scripts

2022-06-14  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/postgis_tiger_geocoder/Makefile.in: Allow upgrade
	of tiger structure. Put in notes.  References #5039 for PostGIS
	3.3.0

2022-06-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/utility/set_search_path.sql: Change
	signature

2022-06-13  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/introduction.xml.po: Translated using Weblate (Japanese) Currently translated at 100.0% (213 of 213 strings) Translation: postgis/introduction.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/introductionxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_topology.xml.po: Translated using Weblate
	(Japanese) Currently translated at 93.2% (566 of 607 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_trajectory.xml.po: Translated using Weblate
	(Japanese) Currently translated at 8.8% (3 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_cluster.xml.po: Translated using Weblate
	(Japanese) Currently translated at 5.5% (3 of 54 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/installation.xml.po: Translated using Weblate (Japanese) Currently translated at 100.0% (247 of 247 strings) Translation: postgis/installation.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_input.xml.po: Translated using Weblate
	(Japanese) Currently translated at 99.6% (275 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_accessor.xml.po: Translated using Weblate
	(Japanese) Currently translated at 65.7% (263 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_overlay.xml.po: Translated using Weblate
	(Japanese) Currently translated at 3.9% (6 of 151 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/performance_tips.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (28 of 28 strings) Translation: postgis/performance_tips.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/performance_tipsxml/ja/

2022-06-14  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_address_standardizer.xml.po: Translated using
	Weblate (Japanese) Currently translated at 100.0% (207 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/ja/

2022-06-13  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_loader_2021.sql: Update to support TIGER
	2021. References #5039 for PostGIS 3.3.0

2022-06-13  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: zcta updated to 520 version

2022-06-13  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Document new -Z switch. Clarify use
	of -k.  References #5170

2022-06-13  Regina Obe <lr@pcorp.us>

	* raster/loader/raster2pgsql.h: Fix data type of max_tiles_per_copy.
	References #5170

2022-06-11  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Improve doc for
	ST_SimplifyPolygonHull

2022-06-11  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: Add NEWS for directed linemerge.

2022-06-11  Sergei <managerzf168@gmail.com>

	* : Merge acfd2483c540472093812e3356d7fcbb04fc1106 into
	a64af1feb79f40d9e5714a5b09ad3ec07a04b742

2022-06-11  Regina Obe <lr@pcorp.us>

	* NEWS, raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
	raster/test/regress/Makefile.in,
	raster/test/regress/loader/TiledAutoZCopy.opts,
	raster/test/regress/loader/TiledAutoZCopy.select.expected,
	raster/test/regress/loader/TiledAutoZCopy.select.sql,
	raster/test/regress/loader/TiledAutoZCopy.sql,
	raster/test/regress/loader/TiledAutoZCopy.tif.ref,
	raster/test/regress/tests.mk: Add Z option to raster2pgsql that
	allows for specifying number of rows per SQL COPY.  Closes #5170 Add credits for ST_SimplifyPolygonHull to news, References #5169

2022-06-10  Regina Obe <lr@pcorp.us>

	* ci/berrie/configs.sh, ci/berrie64/configs.sh: Change berries to
	test against PG15

2022-06-10  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Add ST_SimplifyPolygonHull
	availability

2022-06-10  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_relationship.xml: Improve doc for spatial
	relationship funs

2022-06-09  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_simplifypolygonhull02.wkt,
	doc/html/image_src/st_simplifypolygonhull03.wkt,
	doc/reference_processing.xml: Doc for ST_SimplifyPolygonHull

2022-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/Makefile.in, doc/html/image_src/generator.c,
	doc/html/image_src/st_simplifypolygonhull01.wkt,
	doc/reference_processing.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, regress/core/geos311.sql,
	regress/core/geos311_expected: Add ST_SimplifyPolygonHull() function
	for use with GEOS 3.11 Builds an inner or outer full that is either fully containing or
	contained, respectively. Hull is built by removing edges until
	target percentage of remaining vertices is met.

2022-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* .cirrus.yml: Turn off cirrus-ci bots until someone wants to make
	them happy

2022-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml, liblwgeom/lwgeom_geos.c,
	regress/core/geos311.sql, regress/core/geos311_expected: Expose GEOS
	polygonal concave hull in ST_ConcaveHull, closes #5168.  The current concave hull does a "pointwise" hull.  For polygonal
	inputs, this can result in a hull that does not cover all the area
	of the input. The polygonal hull algorithm ensures that the hull in
	fact covers all the input area.

2022-06-04  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: PG15 edb is shpping with newer ssl,
	and postgisgui references it, so copy to folder

2022-06-03  sergei sh <sshoulbakov@kontur.io>

	* postgis/postgis.sql.in: ST_LineMerg directed: creating overload
	for GEOS < 3.11

2022-05-30  sergei sh <sshoulbakov@kontur.io>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_linemerge03.wkt,
	doc/html/image_src/styles.conf, doc/reference_processing.xml: 
	ST_LineMerge directed: docs; new image generator style

2022-05-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: Remove some manual allocations in favour
	of allocate-as-required asprintf approach

2022-05-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: Capture and THEN ignore values for CI

2022-05-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: Capture then ignore return values for CI

2022-05-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: Explicitly ignore return values for CI

2022-05-29  Regina Obe <lr@pcorp.us>

	* NEWS: Add manpages enhancement to news

2022-05-29  Regina Obe <lr@pcorp.us>

	* extensions/postgis_extension_helper.sql: More schema
	qualifications references #5155 for PostGIS 3.3.0

2022-05-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: Fix wraparound math problem in strncat
	calls, closes #5114

2022-05-26  sergei sh <sshoulbakov@kontur.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c,
	postgis/lwgeom_geos.c, postgis/postgis.sql.in: ST_LineMerge overload
	with "directed" argument.  Closes #5161

2022-05-24  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add 2.4.10 to upgrade paths

2022-05-23  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Fix out-of-tree install of man pages

2022-05-23  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/man/pgtopo_export.1, doc/man/pgtopo_import.1: 
	Add manpages for pgtopo_import and pgtopo_export Closes #5158

2022-05-22  Regina Obe <lr@pcorp.us>

	* NEWS: Add note that geos 3.11 is not out yet and placeholder for
	new 3.3.0 changes

2022-05-22  Regina Obe <lr@pcorp.us>

	* : commit dfd6dfa2fd4d1f3fbe1cd6179dd02ff92e80844a Author: Regina
	Obe <lr@pcorp.us> Date:   Sun May 22 13:50:24 2022 -0400

2022-05-22  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_linemerge01.wkt,
	doc/html/image_src/st_linemerge02.wkt, doc/reference_processing.xml: 
	Improve doc for ST_LineMerge

2022-05-21  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: [ci skip] Update instructions. Should be
	upload.osgeo.org for pushing changes

2022-05-21  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip back to
	dev mode

2022-05-21  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, NEWS, README.postgis, Version.config,
	doc/po/de/extras_topology.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_sfcgal.xml.po, doc/po/de/release_notes.xml.po,
	doc/po/es/extras_topology.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_sfcgal.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/fr/extras_topology.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_sfcgal.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/it_IT/extras_topology.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/ja/extras_topology.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_sfcgal.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/extras_topology.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/pl/extras_topology.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_sfcgal.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pt_BR/extras_topology.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/ru/extras_topology.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_sfcgal.xml.po, doc/po/ru/release_notes.xml.po,
	doc/po/templates/extras_topology.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/po/templates/release_notes.xml.pot, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prepping for 3.3.0alpha1 release

2022-05-20  Regina Obe <lr@pcorp.us>

	* extensions/postgis_extension_helper.sql: Fix some schema quals.
	References #5155 for PostGIS 3.3.0

2022-05-17  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_overlay.xml.po: Translated using Weblate
	(German) Currently translated at 2.6% (4 of 151 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/de/

2022-05-17  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_relationship.xml.po: Translated using Weblate
	(German) Currently translated at 5.6% (16 of 282 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/de/

2022-05-17  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_processing.xml.po: Translated using Weblate
	(German) Currently translated at 54.3% (194 of 357 strings) Translation: postgis/reference_processing.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/de/

2022-05-17  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh, postgis/lwgeom_functions_basic.c,
	regress/core/tickets.sql, regress/core/tickets_expected: Return
	error on ST_SetPoint emtpy linestring.  References #5151 for PostGIS
	3.3.0 Have berrie stop on any error

2022-05-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c,
	regress/core/split.sql, regress/core/split_expected: Fix infinite
	loop in lwline_split_by_point_to References #5152 in master branch Includes unit and regress test

2022-05-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: More thorough testing of
	empties. CIs that do garden should crash with this

2022-05-17  Regina Obe <lr@pcorp.us>

	* .gitignore: Exclude visual code file

2022-05-17  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Fix out-of-build install of topology
	import/export scripts References #5116

2022-05-16  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document pgtopo_export and pgtopo_import References #5116

2022-05-16  Sandro Santilli <strk@kbt.io>

	* topology/loader/pgtopo_export: Print usage of pgtopo_export if
	called with -h / --help

2022-05-16  Sandro Santilli <strk@kbt.io>

	* topology/loader/pgtopo_export, topology/loader/pgtopo_import: Have
	pgtopo_export die earlier if requested to dump to terminal

2022-05-16  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/loader/{pgtopo_export.sh =>
	pgtopo_export}, topology/loader/{pgtopo_import.sh => pgtopo_import}: 
	Install topology dumper and loader, rename them to drop .sh
	extension References #5116

2022-05-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_api.c: Demote ST_Split notices to debug Closes #5152

2022-05-15  Darafei Praliaskouski <me@komzpa.net>

	* : Merge remote-tracking branch 'gh/pr/686/merge'

2022-05-15  Sergei <managerzf168@gmail.com>

	* : Merge 7bff735e8197136aad954ce0cae8b23df3ec980e into
	368aeeccd07735249a81cf0b9657768fd87d4f7a

2022-05-15  Darafei Praliaskouski <me@komzpa.net>

	* : Merge remote-tracking branch 'gh/pr/668/merge'

2022-05-15  Regina Obe <lr@pcorp.us>

	* extensions/postgis_extension_helper.sql,
	extensions/postgis_extension_helper_uninstall.sql: Change signature
	of AddToSearchPath, references #5150

2022-05-14  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/administration.xml.po: Translated using Weblate
	(Russian) Currently translated at 22.3% (21 of 94 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ru/

2022-05-14  Regina Obe <regina@arrival3d.com>

	* doc/po/es/introduction.xml.po: Translated using Weblate (Spanish) Currently translated at 13.6% (29 of 213 strings) Translation: postgis/introduction.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/introductionxml/es/

2022-05-13  Paul Ramsey <pramsey+github@cleverelephant.ca>

	* : Merge 2e4cd52c10605343365054efb782de99a754071a into
	32268098405b097431a74be2963317f6585df56a

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_validation.xml.po: Translated using Weblate
	(German) Currently translated at 5.8% (4 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_trajectory.xml.po: Translated using Weblate
	(German) Currently translated at 5.8% (2 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/extras_topology.xml.po: Translated using Weblate
	(German) Currently translated at 82.1% (484 of 589 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_lrs.xml.po: Translated using Weblate (German) Currently translated at 37.9% (41 of 108 strings) Translation: postgis/reference_lrs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_lrsxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/faq.xml.po: Translated using Weblate (German) Currently translated at 100.0% (95 of 95 strings) Translation: postgis/faq.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/faqxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_cluster.xml.po: Translated using Weblate
	(German) Currently translated at 3.7% (2 of 54 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_raster.xml.po: Translated using Weblate
	(German) Currently translated at 87.8% (1407 of 1601 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_editor.xml.po: Translated using Weblate
	(German) Currently translated at 65.6% (189 of 288 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_bbox.xml.po: Translated using Weblate (German) Currently translated at 2.5% (3 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_srs.xml.po: Translated using Weblate (German) Currently translated at 3.7% (2 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_troubleshooting.xml.po: Translated using
	Weblate (German) Currently translated at 7.6% (2 of 26 strings) Translation: postgis/reference_troubleshooting.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_troubleshootingxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_input.xml.po: Translated using Weblate
	(German) Currently translated at 92.3% (255 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_accessor.xml.po: Translated using Weblate
	(German) Currently translated at 54.2% (217 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_operator.xml.po: Translated using Weblate
	(German) Currently translated at 92.4% (207 of 224 strings) Translation: postgis/reference_operator.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_operatorxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_version.xml.po: Translated using Weblate
	(German) Currently translated at 2.2% (2 of 88 strings) Translation: postgis/reference_version.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_versionxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_overlay.xml.po: Translated using Weblate
	(German) Currently translated at 1.9% (3 of 151 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_transformation.xml.po: Translated using
	Weblate (German) Currently translated at 2.3% (2 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_relationship.xml.po: Translated using Weblate
	(German) Currently translated at 3.9% (11 of 282 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_management.xml.po: Translated using Weblate
	(German) Currently translated at 66.6% (44 of 66 strings) Translation: postgis/reference_management.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_managementxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_measure.xml.po: Translated using Weblate
	(German) Currently translated at 50.1% (157 of 313 strings) Translation: postgis/reference_measure.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_sfcgal.xml.po: Translated using Weblate
	(German) Currently translated at 2.7% (5 of 182 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_processing.xml.po: Translated using Weblate
	(German) Currently translated at 54.3% (194 of 357 strings) Translation: postgis/reference_processing.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_constructor.xml.po: Translated using Weblate
	(German) Currently translated at 12.5% (32 of 254 strings) Translation: postgis/reference_constructor.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_constructorxml/de/

2022-05-11  Andreas Schild <andreas.schild@bfw.gv.at>

	* doc/po/de/reference_output.xml.po: Translated using Weblate
	(German) Currently translated at 75.6% (224 of 296 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/de/

2022-05-06  sergei sh <sshoulbakov@kontur.io>

	* raster/rt_core/rt_raster.c, raster/test/regress/rt_clip.sql,
	raster/test/regress/rt_clip_expected: raster alignment check fix,
	#5148

2022-05-08  Bjrn Harrtell <bjorn@wololo.org>

	* deps/flatgeobuf/flatgeobuf_c.cpp, deps/flatgeobuf/flatgeobuf_c.h,
	deps/flatgeobuf/geometryreader.cpp,
	deps/flatgeobuf/geometryreader.h,
	deps/flatgeobuf/geometrywriter.cpp,
	deps/flatgeobuf/geometrywriter.h: Fix whitespace

2022-05-08  Bjrn Harrtell <bjorn@wololo.org>

	* deps/flatgeobuf/feature_generated.h,
	deps/flatgeobuf/header_generated.h,
	deps/flatgeobuf/include/flatbuffers/allocator.h,
	deps/flatgeobuf/include/flatbuffers/array.h,
	deps/flatgeobuf/include/flatbuffers/base.h,
	deps/flatgeobuf/include/flatbuffers/bfbs_generator.h,
	deps/flatgeobuf/include/flatbuffers/buffer.h,
	deps/flatgeobuf/include/flatbuffers/buffer_ref.h,
	deps/flatgeobuf/include/flatbuffers/code_generators.h,
	deps/flatgeobuf/include/flatbuffers/default_allocator.h,
	deps/flatgeobuf/include/flatbuffers/detached_buffer.h,
	deps/flatgeobuf/include/flatbuffers/flatbuffer_builder.h,
	deps/flatgeobuf/include/flatbuffers/flatbuffers.h,
	deps/flatgeobuf/include/flatbuffers/flatc.h,
	deps/flatgeobuf/include/flatbuffers/flex_flat_util.h,
	deps/flatgeobuf/include/flatbuffers/flexbuffers.h,
	deps/flatgeobuf/include/flatbuffers/grpc.h,
	deps/flatgeobuf/include/flatbuffers/idl.h,
	deps/flatgeobuf/include/flatbuffers/reflection.h,
	deps/flatgeobuf/include/flatbuffers/reflection_generated.h,
	deps/flatgeobuf/include/flatbuffers/registry.h,
	deps/flatgeobuf/include/flatbuffers/stl_emulation.h,
	deps/flatgeobuf/include/flatbuffers/string.h,
	deps/flatgeobuf/include/flatbuffers/struct.h,
	deps/flatgeobuf/include/flatbuffers/table.h,
	deps/flatgeobuf/include/flatbuffers/util.h,
	deps/flatgeobuf/include/flatbuffers/vector.h,
	deps/flatgeobuf/include/flatbuffers/vector_downward.h,
	deps/flatgeobuf/include/flatbuffers/verifier.h: Upgrade flatbuffers
	and generated flatgeobuf headers

2022-05-07  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml, doc/reference_sfcgal.xml: Missed
	spot in last commit

2022-05-07  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/introduction.xml.po: Translated using Weblate (Russian) Currently translated at 0.9% (2 of 213 strings) Translation: postgis/introduction.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/introductionxml/ru/

2022-05-07  Regina Obe <regina@arrival3d.com>

	* doc/po/it_IT/using_raster_dataman.xml.po: Translated using Weblate
	(Italian) Currently translated at 63.1% (113 of 179 strings) Translation: postgis/using_raster_dataman.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/using_raster_datamanxml/it/

2022-05-07  Regina Obe <regina@arrival3d.com>

	* doc/po/it_IT/reference_raster.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.2% (292 of 1601 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/it/

2022-05-07  Regina Obe <regina@arrival3d.com>

	* doc/po/it_IT/reference_type.xml.po: Translated using Weblate
	(Italian) Currently translated at 41.3% (19 of 46 strings) Translation: postgis/reference_type.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_typexml/it/

2022-05-07  Regina Obe <regina@arrival3d.com>

	* doc/po/it_IT/reference_input.xml.po: Translated using Weblate
	(Italian) Currently translated at 57.9% (160 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/it/

2022-05-07  Regina Obe <regina@arrival3d.com>

	* doc/po/it_IT/performance_tips.xml.po: Translated using Weblate
	(Italian) Currently translated at 53.5% (15 of 28 strings) Translation: postgis/performance_tips.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/performance_tipsxml/it/

2022-05-07  Regina Obe <regina@arrival3d.com>

	* doc/po/ko_KR/extras_address_standardizer.xml.po: Translated using
	Weblate (Korean) Currently translated at 97.5% (202 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/ko/

2022-05-07  Regina Obe <regina@arrival3d.com>

	* doc/po/es/extras_address_standardizer.xml.po: Translated using
	Weblate (Spanish) Currently translated at 42.0% (87 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/es/

2022-05-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull03.wkt,
	doc/html/image_src/st_concavehull04.wkt,
	doc/html/image_src/st_optimalalphashape03..wkt,
	doc/html/image_src/st_optimalalphashape04..wkt: Revert polygon
	examples

2022-05-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in: Take out concavehull pictures for
	now, will fix later

2022-05-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull03.wkt: Fix invalid geom

2022-05-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/{st_concavehull03..wkt =>
	st_concavehull03.wkt}, doc/html/image_src/{st_concavehull04..wkt =>
	st_concavehull04.wkt}: Fix typo in file names

2022-05-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull03..wkt,
	doc/html/image_src/st_concavehull04..wkt,
	doc/html/image_src/st_optimalalphashape03..wkt,
	doc/html/image_src/st_optimalalphashape04..wkt,
	doc/reference_processing.xml, doc/reference_sfcgal.xml: Add polygon
	examples to ST_ConcaveHull and ST_OptimalAlphaShape

2022-05-07  Regina Obe <lr@pcorp.us>

	* postgis/postgis_letters.sql, regress/core/letters.sql,
	regress/core/letters_expected, regress/core/tests.mk.in: Mark
	ST_Letters as Parallel Safe.  Add test for ST_Letters

2022-05-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: The "float" type in the SQL definition
	refers to a double precision argument even though it is named
	"float", so read that type here.

2022-05-04  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_alphashape01.wkt,
	doc/po/de/reference_sfcgal.xml.po,
	doc/po/es/reference_sfcgal.xml.po,
	doc/po/fr/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/ja/reference_sfcgal.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/pl/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/ru/reference_sfcgal.xml.po,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/reference_sfcgal.xml, doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl: More example cleanup.  Update
	garden tables suffix. Update pot and pos

2022-05-04  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: Put back mising tag. More sort fixing

2022-05-04  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_alphashape01.wkt, doc/reference_sfcgal.xml: 
	More standardization of examples, fix copy paste, sort functions

2022-05-04  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_alphashape01.wkt,
	doc/html/image_src/st_alphashape02.wkt,
	doc/html/image_src/st_alphashape03.wkt,
	doc/html/image_src/st_optimalalphashape01.wkt,
	doc/html/image_src/st_optimalalphashape02.wkt,
	doc/reference_sfcgal.xml: More examples of alpha shapes.  Fix arg
	names.  References #5146

2022-05-04  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_optimalalphashape01.wkt,
	doc/html/image_src/st_optimalalphashape02.wkt,
	doc/reference_sfcgal.xml: Scale optimal alpha shape input  so the
	image is visible

2022-05-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_sfcgal.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_sfcgal.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_sfcgal.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_sfcgal.xml.po,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot:  References https://git.osgeo.org/gitea/postgis/postgis/pulls/98  References #5143  Add build image step of Alpha shapes to image builder  Update pots and pos to include new AlphaShape additions and
	 references

2022-05-03  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* .gitignore, GNUmakefile.in, NEWS, configure.ac,
	doc/html/image_src/st_alphashape01.wkt,
	doc/html/image_src/st_alphashape02.wkt,
	doc/html/image_src/st_optimalalphashape01.wkt,
	doc/html/image_src/st_optimalalphashape02.wkt,
	doc/reference_processing.xml, doc/reference_sfcgal.xml,
	sfcgal/lwgeom_sfcgal.c, sfcgal/lwgeom_sfcgal.h,
	sfcgal/regress/Makefile.in, sfcgal/regress/alphashape.sql,
	sfcgal/regress/alphashape_expected, sfcgal/regress/{tests.mk =>
	tests.mk.in}, sfcgal/sfcgal.sql.in, utils/check_tests_enabled.sh: 
	Closes https://git.osgeo.org/gitea/postgis/postgis/pulls/98 Closes
	#5143 Squashed commit of the following: commit 6dad8a00b11e5961c08ebc676f10bfbf25c8eff1 Author: Regina Obe
	<lr@pcorp.us> Date:   Tue May 3 18:35:28 2022 -0400     Change tests to check for sfcgal version at compile time     Fix docs, function signature and xml validaty commit 4ba5288a7dece6cb14a204c1206345c7cc9f491a Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Tue May 3 06:47:07
	2022 +0200     fix tests commit 88b449750e6c5152741c16659771136747253ff8 Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Tue May 3 06:32:26
	2022 +0200     fix if postgis_sfcgal_version and fix build commit 6865e31dd9f078dd0e05a72efc3282c613b97fc9 Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Tue May 3 06:18:22
	2022 +0200     seperate alphashape test commit cefccb67156b4fc7d797a6ff199c76b2e8a74754 Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Tue May 3 05:58:57
	2022 +0200     fix the ifdef part and add a message error commit eb3801e92aa48f42edaa828f3f0fced44b118f32 Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Tue May 3 05:58:29
	2022 +0200     add informaiton aoubt SFCGAL > 1.4.1 commit e96550d4d89f7b8ddb4e09c7bd7845a37f3f7bb5 Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Mon May 2 10:40:09
	2022 +0200     fix doc commit 0b5e6a35b317b285b133ff8247c761da0e40d83e Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Mon May 2 09:44:49
	2022 +0200     Use singular: AlphaShapes => AlphaShape commit 8e92c13cc0bb72760d467b35b4f4a409732bfb17 Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Fri Mar 4 11:55:21
	2022 +0100     Add SFCGAL optimal alpha shapes doc commit 734c430d337354143b1fe466f6e8bf1597c6e674 Author: Loïc
	Bartoletti <loic.bartoletti@oslandia.com> Date:   Fri Mar 4 11:33:16
	2022 +0100     Add SFCGAL alpha shapes

2022-05-03  Regina Obe <lr@pcorp.us>

	* NEWS: Note about raster ST_Polygon no longer simplified.
	References #5136

2022-05-02  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_raster.xml.po,
	doc/po/de/using_postgis_query.xml.po,
	doc/po/es/reference_accessor.xml.po,
	doc/po/es/reference_editor.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_raster.xml.po,
	doc/po/es/using_postgis_query.xml.po,
	doc/po/fr/reference_accessor.xml.po,
	doc/po/fr/reference_editor.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_raster.xml.po,
	doc/po/fr/using_postgis_query.xml.po,
	doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_editor.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/it_IT/using_postgis_query.xml.po,
	doc/po/ja/reference_accessor.xml.po,
	doc/po/ja/reference_editor.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_raster.xml.po,
	doc/po/ja/using_postgis_query.xml.po,
	doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/using_postgis_query.xml.po,
	doc/po/pl/reference_accessor.xml.po,
	doc/po/pl/reference_editor.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_raster.xml.po,
	doc/po/pl/using_postgis_query.xml.po,
	doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_editor.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_raster.xml.po,
	doc/po/pt_BR/using_postgis_query.xml.po,
	doc/po/ru/reference_accessor.xml.po,
	doc/po/ru/reference_editor.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_raster.xml.po,
	doc/po/ru/using_postgis_query.xml.po,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/using_postgis_query.xml.pot,
	doc/reference_raster.xml: CHANGES 1. Put a note about raster ST_Polygon and ST_DumpAsPolygons that
	they no longer do validaty checks or make value per
	https://github.com/postgis/postgis/pull/675 2. Update pos and pots

2022-05-02  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_raster_geometry.c,
	raster/test/regress/rt_polygon.sql: CHANGES: Closes #5136 Change
	cunit tests that fail on GDAL 3.2 to do perimeter test instead of
	area test Change postgresql tests that fail on GDAL 3.2 to do
	ST_MakeValid before testing

2022-04-26  sergei sh <sshoulbakov@kontur.io>

	* NEWS, deps/wagyu/lwgeom_wagyu.cpp, deps/wagyu/lwgeom_wagyu.h,
	postgis/postgis_module.c: using ExecutorStart_hook to reset
	interrupt flags Add to NEWS Closes
	https://github.com/postgis/postgis/pull/685 Closes #5137

2022-02-09  Victor "multun" Collod <victor.collod@epita.fr>

	* NEWS, postgis/mvt.c, postgis/mvt.h: mvt: introduce feature_builder
	and fix a buffer overflow The previous code tried to manually handle resizing the tags array
	whenever used, but failed to keep it properly sized.  This commit adds an abstraction over unfinished features, which
	enables centralized array size bookkeeping.  Closes https://git.osgeo.org/gitea/postgis/postgis/pulls/92 for
	PostGIS 3.3.0 Closes #5088 for PostGIS 3.3.0

2022-04-29  Bjrn Harrtell <bjorn@wololo.org>

	* deps/flatgeobuf/flatgeobuf_c.h: Fix typo in comment

2022-04-28  bartoletti <lbartoletti@tuxfamily.org>

	* doc/po/fr/reference_raster.xml.po: Translated using Weblate
	(French) Currently translated at 6.1% (99 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/fr/

2022-04-28  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_accessor.xml: Improve doc for ST_Points

2022-04-28  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_editor.xml: Improve doc for ST_RemoveRepeatedPoints

2022-04-28  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_processing.xml: Add note about GEOS 3.11 to
	use enhanced ST_ConcaveHull.  Minor amendments to NEWS

2022-04-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit ddd5900cf33ea919ad70c64ee72e22ccade010da Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Apr 21 11:12:45 2022
	-0700

2022-04-21  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Try to fix html localized
	building, giving invalid path

2022-04-21  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, extensions/upgradeable_versions.mk: [skip ci]
	Update upgrade links to include 2.5.6, 2.5.7dev,  3.2.1,  3.2.2dev
	Update How to release docs to reflect change of workflow

2022-04-20  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_query.xml: Modernize doc example SQL

2022-04-20  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_editor.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (282 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/ja/

2022-04-20  Regina Obe <regina@arrival3d.com>

	* doc/po/it_IT/extras_address_standardizer.xml.po: Translated using
	Weblate (Italian) Currently translated at 7.2% (15 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/it/

2022-04-20  Regina Obe <regina@arrival3d.com>

	* doc/po/pt_BR/postgis.xml.po: Translated postgis using Weblate
	(Portuguese (Brazil)) Currently translated at 66.6% (4 of 6 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/pt_BR/

2022-04-20  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/postgis.xml.po: Translated postgis using Weblate
	(Polish) Currently translated at 66.6% (4 of 6 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/pl/

2022-04-20  Regina Obe <regina@arrival3d.com>

	* doc/po/ko_KR/postgis.xml.po: Translated postgis using Weblate
	(Korean) Currently translated at 100.0% (6 of 6 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ko/

2022-04-17  Regina Obe <lr@pcorp.us>

	* .cirrus.yml: Turn of cirrus testing on master until we figure out
	what's up with it.  References
	https://trac.osgeo.org/postgis/ticket/5134

2022-04-15  Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>

	* NEWS, raster/rt_core/rt_geometry.c: remove GEOS geometry
	validation from RT_ST_DumpAsPolygons

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/extras_topology.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.1% (1 of 589 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_exception.xml.po: Translated using Weblate
	(Russian) Currently translated at 3.8% (1 of 26 strings) Translation: postgis/reference_exception.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_exceptionxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_guc.xml.po: Translated using Weblate (Russian) Currently translated at 1.4% (1 of 68 strings) Translation: postgis/reference_guc.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_gucxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_transaction.xml.po: Translated using Weblate
	(Russian) Currently translated at 2.3% (1 of 43 strings) Translation: postgis/reference_transaction.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transactionxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_input.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.7% (2 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_management.xml.po: Translated using Weblate
	(Russian) Currently translated at 3.0% (2 of 66 strings) Translation: postgis/reference_management.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_managementxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_output.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.3% (1 of 296 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_cluster.xml.po: Translated using Weblate
	(Russian) Currently translated at 1.8% (1 of 54 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_accessor.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.5% (2 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_measure.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.6% (2 of 313 strings) Translation: postgis/reference_measure.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_type.xml.po: Translated using Weblate
	(Russian) Currently translated at 2.1% (1 of 46 strings) Translation: postgis/reference_type.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_typexml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/extras_tigergeocoder.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.4% (1 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_lrs.xml.po: Translated using Weblate (Russian) Currently translated at 0.9% (1 of 108 strings) Translation: postgis/reference_lrs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_lrsxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_operator.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.4% (1 of 224 strings) Translation: postgis/reference_operator.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_operatorxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_sfcgal.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.6% (1 of 156 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_validation.xml.po: Translated using Weblate
	(Russian) Currently translated at 2.9% (2 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_srs.xml.po: Translated using Weblate (Russian) Currently translated at 3.7% (2 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/extras_historytable.xml.po: Translated using Weblate
	(Russian) Currently translated at 3.5% (1 of 28 strings) Translation: postgis/extras_historytable.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_historytablexml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_relationship.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.7% (2 of 282 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_trajectory.xml.po: Translated using Weblate
	(Russian) Currently translated at 2.9% (1 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_bbox.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.8% (1 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_version.xml.po: Translated using Weblate
	(Russian) Currently translated at 1.1% (1 of 88 strings) Translation: postgis/reference_version.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_versionxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_constructor.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.7% (2 of 254 strings) Translation: postgis/reference_constructor.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_constructorxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_editor.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.7% (2 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_processing.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.5% (2 of 357 strings) Translation: postgis/reference_processing.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/extras_address_standardizer.xml.po: Translated using
	Weblate (Russian) Currently translated at 0.4% (1 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_troubleshooting.xml.po: Translated using
	Weblate (Russian) Currently translated at 3.8% (1 of 26 strings) Translation: postgis/reference_troubleshooting.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_troubleshootingxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_raster.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.1% (1 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/reference_transformation.xml.po: Translated using
	Weblate (Russian) Currently translated at 1.1% (1 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/ru/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_raster.xml.po: Translated using Weblate
	(Polish) Currently translated at 1.1% (19 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/pl/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/fr/reference_raster.xml.po: Translated using Weblate
	(French) Currently translated at 6.1% (98 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/fr/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_editor.xml.po: Translated using Weblate
	(Polish) Currently translated at 14.1% (40 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/pl/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/fr/reference_editor.xml.po: Translated using Weblate
	(French) Currently translated at 10.6% (30 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/fr/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_sfcgal.xml.po: Translated using Weblate
	(Polish) Currently translated at 5.1% (8 of 156 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/pl/

2022-04-16  Regina Obe <regina@arrival3d.com>

	* doc/po/fr/reference_sfcgal.xml.po: Translated using Weblate
	(French) Currently translated at 16.0% (25 of 156 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/fr/

2022-04-16  Regina Obe <lr@pcorp.us>

	* doc/po/de/extras_topology.xml.po, doc/po/de/introduction.xml.po,
	doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_bbox.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_input.xml.po, doc/po/de/reference_lrs.xml.po,
	doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_sfcgal.xml.po,
	doc/po/es/extras_topology.xml.po, doc/po/es/introduction.xml.po,
	doc/po/es/reference_accessor.xml.po,
	doc/po/es/reference_bbox.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/reference_editor.xml.po,
	doc/po/es/reference_input.xml.po, doc/po/es/reference_lrs.xml.po,
	doc/po/es/reference_measure.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_sfcgal.xml.po,
	doc/po/fr/extras_topology.xml.po, doc/po/fr/introduction.xml.po,
	doc/po/fr/reference_accessor.xml.po,
	doc/po/fr/reference_bbox.xml.po,
	doc/po/fr/reference_constructor.xml.po,
	doc/po/fr/reference_editor.xml.po,
	doc/po/fr/reference_input.xml.po, doc/po/fr/reference_lrs.xml.po,
	doc/po/fr/reference_measure.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_sfcgal.xml.po,
	doc/po/it_IT/extras_topology.xml.po,
	doc/po/it_IT/introduction.xml.po,
	doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_bbox.xml.po,
	doc/po/it_IT/reference_constructor.xml.po,
	doc/po/it_IT/reference_editor.xml.po,
	doc/po/it_IT/reference_input.xml.po,
	doc/po/it_IT/reference_lrs.xml.po,
	doc/po/it_IT/reference_measure.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/ja/extras_topology.xml.po, doc/po/ja/introduction.xml.po,
	doc/po/ja/reference_accessor.xml.po,
	doc/po/ja/reference_bbox.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_editor.xml.po,
	doc/po/ja/reference_input.xml.po, doc/po/ja/reference_lrs.xml.po,
	doc/po/ja/reference_measure.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_sfcgal.xml.po,
	doc/po/ko_KR/extras_topology.xml.po,
	doc/po/ko_KR/introduction.xml.po,
	doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_bbox.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_input.xml.po,
	doc/po/ko_KR/reference_lrs.xml.po,
	doc/po/ko_KR/reference_measure.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/pl/extras_topology.xml.po, doc/po/pl/introduction.xml.po,
	doc/po/pl/reference_accessor.xml.po,
	doc/po/pl/reference_bbox.xml.po,
	doc/po/pl/reference_constructor.xml.po,
	doc/po/pl/reference_editor.xml.po,
	doc/po/pl/reference_input.xml.po, doc/po/pl/reference_lrs.xml.po,
	doc/po/pl/reference_measure.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_sfcgal.xml.po,
	doc/po/pt_BR/extras_topology.xml.po,
	doc/po/pt_BR/introduction.xml.po,
	doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_bbox.xml.po,
	doc/po/pt_BR/reference_constructor.xml.po,
	doc/po/pt_BR/reference_editor.xml.po,
	doc/po/pt_BR/reference_input.xml.po,
	doc/po/pt_BR/reference_lrs.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/ru/extras_topology.xml.po, doc/po/ru/introduction.xml.po,
	doc/po/ru/reference_accessor.xml.po,
	doc/po/ru/reference_bbox.xml.po,
	doc/po/ru/reference_constructor.xml.po,
	doc/po/ru/reference_editor.xml.po,
	doc/po/ru/reference_input.xml.po, doc/po/ru/reference_lrs.xml.po,
	doc/po/ru/reference_measure.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_sfcgal.xml.po,
	doc/po/templates/extras_topology.xml.pot,
	doc/po/templates/introduction.xml.pot,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_bbox.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_input.xml.pot,
	doc/po/templates/reference_lrs.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot: Update pots and pos

2022-04-15  Regina Obe <lr@pcorp.us>

	* : PG15 Fast GIST index build (Sergei Shoulbakov) Closes #5135
	Closes https://github.com/postgis/postgis/pull/684 Merge
	remote-tracking branch 'konturio/enable-sorsupport-2d'

2022-04-15  sergei sh <sshoulbakov@kontur.io>

	* sfcgal/regress/regress_sfcgal.sql,
	sfcgal/regress/regress_sfcgal_expected: ST_3DUnion tests

2022-04-15  sergei sh <sshoulbakov@kontur.io>

	* NEWS: News: 2d sortsupport enabled for postgres 15+

2022-04-14  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_constructor.xml: Fix doc ST_PointM typo,
	descriptions

2022-04-14  Regina Obe <lr@pcorp.us>

	* .github/workflows/ci.yml: Add back latest to test PG15 and newer
	Proj and GDAL

2022-04-13  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Update default dep versions of windows
	build

2022-04-13  sergei sh <sshoulbakov@kontur.io>

	* postgis/postgis.sql.in: enable 2d sortsupport function for
	postgres >= 15

2022-04-13  sergei sh <sshoulbakov@kontur.io>

	* doc/reference_sfcgal.xml: aggregate ST_3DUnion: documentation fix

2022-04-12  sergei sh <sshoulbakov@kontur.io>

	* doc/reference_sfcgal.xml, sfcgal/sfcgal.sql.in: aggregate
	ST_3DUnion

2022-04-12  Sandro Santilli <strk@kbt.io>

	* utils/check_tests_enabled.sh: Do not hide disabled tests in
	topology Problem was introduced by 5bb5a91c807cfc85a3b50c577dfbaf8950fa17db

2022-04-12  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Fix handling of RUNTESTFLAGS make argument with
	installcheck Closes #5130

2022-04-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 0fa10837a3eca81f44e2da4c28b4dad204ebaaf2 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Mon Apr 11 19:16:56 2022
	-0700

2022-04-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 5bb5a91c807cfc85a3b50c577dfbaf8950fa17db Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Mon Apr 11 14:51:35 2022
	-0700

2022-04-11  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, extensions/postgis_tiger_geocoder/tests.mk,
	regress/core/typmod.sql: Have installcheck (or
	RUNTESTFLAGS=--extension) also load tiger Make typmod test survive presence of tiger extension

2022-04-11  Regina Obe <lr@pcorp.us>

	* NEWS, ci/dronie/postgis_regress.sh: Fix NEWS note should be
	--enable-lto, not --with.  Enable LTO testing on dronie

2022-04-11  Even Rouault <even.rouault@spatialys.com>

	* doc/reference_accessor.xml, doc/reference_constructor.xml,
	doc/reference_editor.xml, doc/reference_input.xml,
	doc/reference_lrs.xml: Documentation: fix a few instances of
	non-parens multipoint output of ST_AsText()

2022-04-10  Regina Obe <lr@pcorp.us>

	* extensions/postgis_extension_helper.sql: Fix search path function.
	References #5125 and #5126 for PostGIS 3.3.0

2022-04-09  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch
	'konturio/configure-enable-lto-option' Require --with-lto config to
	enable LTO.  Closes #4574 for PostGIS 3.3.0 Closes #5121 for PostGIS
	3.3.0

2022-04-08  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_extension_helper.sql: Do not undo search_path
	changes done by pgis exts in single session References #5125 in master branch (3.3.0dev)

2022-04-08  sergei sh <sshoulbakov@kontur.io>

	* configure.ac: configure option --enable-lto

2022-04-07  Sandro Santilli <strk@kbt.io>

	* NEWS: Remove the topology GRANT item from NEWS, as it'll be in
	3.2.2

2022-04-07  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/topology.sql.in: GRANT USAGE ON SCHEMA topology TO
	PUBLIC Closes #5124 in master branch (3.3.0dev)

2022-04-07  Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>

	* NEWS, raster/rt_pg/rtpg_mapalgebra.c: Speed up RASTER_Clip

2022-04-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/AddTopoGeometryColumn.sql.in,
	topology/topology.sql.in: Put AddTopoGeometryColumn code in its own
	file

2022-04-06  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document topology.FindLayer

2022-04-06  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql.in: More
	availability info

2022-04-06  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml,
	topology/sql/manage/CreateTopology.sql.in,
	topology/sql/sqlmm.sql.in, topology/topology.sql.in: Fill in some
	topology functions availability info

2022-03-28  Sandro Santilli <strk@kbt.io>

	* .editorconfig, NEWS, topology/loader/pgtopo_export.sh,
	topology/loader/pgtopo_import.sh: topology loader/dumper scripts

2022-04-05  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Fix compile against PG15. json and jsonb
	are now keywords so must be quoted as function names. References
	#5123 for PostGIS 3.3

2022-04-05  Regina Obe <lr@pcorp.us>

	* configure.ac: Disable LTO on mingw instead of everywhere (fixes
	last committ).  References #5121 for PostGIS 3.3

2022-04-05  Regina Obe <lr@pcorp.us>

	* configure.ac: Disable LTO on mingw.  References #5121 for PostGIS
	3.3

2022-04-04  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_out_geojson.c: Fix compile against PG15. Took out
	too much last time. References #5123 for PostGIS 3.3

2022-04-04  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/lwgeom_out_geojson.c: Fix compile against PG15.
	References #5123 for PostGIS 3.3

2022-04-01  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/using_postgis_query.xml.po: Translated using Weblate
	(Japanese) Currently translated at 6.4% (7 of 109 strings) Translation: postgis/using_postgis_query.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/using_postgis_queryxml/ja/

2022-03-31  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Avoid using abs(element_id) on
	topology relation table Use element_id directly, instead, to make use of the new index

2022-03-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/CreateTopology.sql.in: Fix syntax in
	CreateTopology SQL code It looks like it was broken in 6893c5422 but it looks like our bots
	were mostly happy with it (my PostgreSQL 13 isn't)

2022-03-31  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/manage/CreateTopology.sql.in: Add indices on
	edge_data.abs_next_{left,right}_edge This speeds up foreign key constraints checking upon removal or
	editing of edges.  See https://trac.osgeo.org/postgis/ticket/2083#comment:20 Closes #2083 again

2022-03-30  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Add missing argument to printf
	command The lack of argument was introduced with
	854103fa2e087b53485c8cf403a1fcb952146be2

2022-03-30  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/manage/CreateTopology.sql.in: Add index on
	node(containing_face) Closes #2861

2022-03-30  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/postgis_topology.c,
	topology/sql/manage/CreateTopology.sql.in: Add index on
	relation(element_id) and use it from RemEdge functions Closes #2083

2022-03-30  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/CreateTopology.sql.in,
	topology/topology.sql.in: Put CreateTopology function in its own
	file

2022-03-30  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Include major/minor version in default regression
	db name

2022-03-30  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_estimate.c, regress/core/estimatedextent.sql,
	regress/core/estimatedextent_expected: Have ST_EstimatedExtent take
	a NULL box from index as definitive References #5120 in master branch (3.3.0dev) Includes regression
	test

2022-03-29  Sandro Santilli <strk@kbt.io>

	* doc/reference_bbox.xml: Add ST_EstimatedExtent in See Also section
	of ST_Extent

2022-03-27  Chen <onsummer@foxmail.com>

	* doc/po/zh_Hans/reference_constructor.xml.po: Translated using
	Weblate (Chinese (Simplified)) Currently translated at 5.1% (13 of 252 strings) Translation: postgis/reference_constructor.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_constructorxml/zh_Hans/

2022-03-27  Chen <onsummer@foxmail.com>

	* doc/po/zh_Hans/installation.xml.po: Translated using Weblate
	(Chinese (Simplified)) Currently translated at 2.8% (7 of 247 strings) Translation: postgis/installation.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/zh_Hans/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_validation.xml.po: Translated using Weblate
	(Japanese) Currently translated at 5.8% (4 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_topology.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (542 of 542 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_trajectory.xml.po: Translated using Weblate
	(Japanese) Currently translated at 5.8% (2 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_raster.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (1600 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/faq_raster.xml.po: Translated using Weblate (Japanese) Currently translated at 100.0% (73 of 73 strings) Translation: postgis/faq_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/faq_rasterxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/faq.xml.po: Translated using Weblate (Japanese) Currently translated at 100.0% (95 of 95 strings) Translation: postgis/faq.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/faqxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_cluster.xml.po: Translated using Weblate
	(Japanese) Currently translated at 3.7% (2 of 54 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_bbox.xml.po: Translated using Weblate
	(Japanese) Currently translated at 3.4% (4 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/installation.xml.po: Translated using Weblate (Japanese) Currently translated at 90.6% (224 of 247 strings) Translation: postgis/installation.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_input.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (276 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_accessor.xml.po: Translated using Weblate
	(Japanese) Currently translated at 59.7% (239 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_tigergeocoder.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (234 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_overlay.xml.po: Translated using Weblate
	(Japanese) Currently translated at 3.3% (5 of 151 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_transformation.xml.po: Translated using
	Weblate (Japanese) Currently translated at 3.4% (3 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_guc.xml.po: Translated using Weblate
	(Japanese) Currently translated at 76.4% (52 of 68 strings) Translation: postgis/reference_guc.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_gucxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_relationship.xml.po: Translated using Weblate
	(Japanese) Currently translated at 89.7% (253 of 282 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_measure.xml.po: Translated using Weblate
	(Japanese) Currently translated at 53.6% (163 of 304 strings) Translation: postgis/reference_measure.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_sfcgal.xml.po: Translated using Weblate
	(Japanese) Currently translated at 8.4% (13 of 154 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/ja/

2022-03-28  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_processing.xml.po: Translated using Weblate
	(Japanese) Currently translated at 91.2% (325 of 356 strings) Translation: postgis/reference_processing.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/ja/

2022-03-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql.in,
	topology/test/regress/topologysummary.sql,
	topology/test/regress/topologysummary_expected: Fix missing
	TopoGeometries count with wrong topology_id in deploy tables Includes regress test

2022-03-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql.in,
	topology/test/regress/topologysummary.sql,
	topology/test/regress/topologysummary_expected: Fix missing
	TopoGeometries count with wrong layer_id in deploy tables Includes regress test

2022-03-28  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/test/regress/droptopogeometrycolumn.sql,
	topology/test/regress/droptopogeometrycolumn_expected,
	topology/topology.sql.in: Allow dropping topologies with missing
	layer topogeom sequences Closes #5118 in master branch Includes regression test

2022-03-27  Chen <onsummer@foxmail.com>

	* doc/po/zh_Hans/reference_constructor.xml.po: Added translation
	using Weblate (Chinese (Simplified))

2022-03-22  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: Add NEWS mention of LTO

2022-03-21  Sergei <managerzf168@gmail.com>

	* : Merge b360ef3f08570f254ae5711c141f95371f25fb2c into
	842dd8b50274bfec09ab7430a735764d85ce0a0d

2022-03-18  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/droptopology.sql,
	topology/test/regress/droptopology_expected,
	topology/topology.sql.in: Execute pending constraints before
	dropping topology References #5115 in master branch (3.3.0dev) Includes test

2022-03-17  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_tigergeocoder.xml.po: Translated using Weblate
	(Japanese) Currently translated at 94.4% (221 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/ja/

2022-03-15  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Add Aliaksandr Kalenik to credits

2022-03-12  sergei sh <sshoulbakov@kontur.io>

	* configure.ac, liblwgeom/varint.c, macros/compiler-vendor.m4,
	raster/test/cunit/cu_raster_geometry.c: LTO enabled by default if
	supported; selecting ar, ranlib implementation based on compiler
	vendor; lwgeom, raster: possible uninitialized variable fixes

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/de/extras.xml.po: Translated using Weblate (German) Currently translated at 100.0% (3 of 3 strings) Translation: postgis/extras.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extrasxml/de/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_raster.xml.po: Translated using Weblate
	(Polish) Currently translated at 1.1% (18 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pt_BR/faq.xml.po: Translated using Weblate (Portuguese
	(Brazil)) Currently translated at 81.0% (77 of 95 strings) Translation: postgis/faq.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/faqxml/pt_BR/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/fr/faq.xml.po: Translated using Weblate (French) Currently translated at 81.0% (77 of 95 strings) Translation: postgis/faq.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/faqxml/fr/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/es/faq.xml.po: Translated using Weblate (Spanish) Currently translated at 85.2% (81 of 95 strings) Translation: postgis/faq.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/faqxml/es/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_editor.xml.po: Translated using Weblate
	(Polish) Currently translated at 13.8% (39 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_output.xml.po: Translated using Weblate
	(Polish) Currently translated at 3.7% (11 of 296 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_input.xml.po: Translated using Weblate
	(Polish) Currently translated at 40.9% (113 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_accessor.xml.po: Translated using Weblate
	(Polish) Currently translated at 3.5% (14 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/extras_tigergeocoder.xml.po: Translated using Weblate
	(Japanese) Currently translated at 93.5% (219 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/ja/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/it_IT/extras_tigergeocoder.xml.po: Translated using Weblate
	(Italian) Currently translated at 2.9% (7 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/it/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/fr/extras_tigergeocoder.xml.po: Translated using Weblate
	(French) Currently translated at 10.2% (24 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/fr/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/es/extras_tigergeocoder.xml.po: Translated using Weblate
	(Spanish) Currently translated at 11.5% (27 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/es/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/fr/administration.xml.po: Translated using Weblate (French) Currently translated at 5.3% (5 of 94 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/fr/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_guc.xml.po: Translated using Weblate (Polish) Currently translated at 5.8% (4 of 68 strings) Translation: postgis/reference_guc.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_gucxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/fr/using_postgis_query.xml.po: Translated using Weblate
	(French) Currently translated at 5.5% (6 of 109 strings) Translation: postgis/using_postgis_query.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/using_postgis_queryxml/fr/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_sfcgal.xml.po: Translated using Weblate
	(Polish) Currently translated at 4.5% (7 of 154 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/reference_processing.xml.po: Translated using Weblate
	(Polish) Currently translated at 4.4% (16 of 356 strings) Translation: postgis/reference_processing.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/pl/extras_address_standardizer.xml.po: Translated using
	Weblate (Polish) Currently translated at 1.9% (4 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/pl/

2022-03-10  Regina Obe <regina@arrival3d.com>

	* doc/po/es/extras_address_standardizer.xml.po: Translated using
	Weblate (Spanish) Currently translated at 42.0% (87 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/es/

2022-03-04  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Clone GBOX before freeing the datum

2022-03-04  Sandro Santilli <strk@kbt.io>

	* NEWS: Add missing NEWS entry for #5111

2022-03-03  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Speed up face MBR
	computation during topology editing Closes #5111 Update test for #4706 as we won't throw an exception now, from
	ST_ChangeEdgeGeom, on invalid topology

2022-03-03  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_changeedgegeom.sql: Use PERFORM in
	plpgsql test code

2022-03-03  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix ticket reference in comment

2022-03-03  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Update link to Vincent Picavet Topology
	overview document Oslandia moved their things to self-hosted gitlab instance

2022-02-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: Never consider
	rings composed of only dangling edges as a shell Works around a robustness issue with ptarray_is_ccw References #5105
	in master branch (3.3.0dev)

2022-02-28  Regina Obe <lr@pcorp.us>

	* : commit e057379151eba06435d46766eaad0bf8351a8971 Author: Sandro
	Santilli <strk@kbt.io> Date:   Mon Feb 28 20:34:21 2022 +0100

2022-02-28  Regina Obe <lr@pcorp.us>

	* extensions/postgis/unpackage_raster_if_needed.sql,
	extensions/postgis_extension_helper.sql,
	extras/tiger_geocoder/utility/set_search_path.sql,
	postgis/geography.sql.in, postgis/postgis.sql.in,
	postgis/postgis_after_upgrade.sql,
	postgis/postgis_before_upgrade.sql, raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
	topology/sql/manage/ManageHelper.sql.in,
	utils/postgis_proc_upgrade.pl: search_path vulnerability during
	install. References #5069

2022-02-28  Sandro Santilli <strk@kbt.io>

	* doc/po/templates/extras_topology.xml.pot,
	doc/po/templates/introduction.xml.pot,
	doc/po/templates/reference_lrs.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_processing.xml.pot: Update pot

2022-02-28  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Allow make update-po and update-pot in
	out-of-source builds

2022-02-28  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Improve ValidateTopology documentation

2022-02-26  Jim Jones <jim.jones@uni-muenster.de>

	* regress/core/out_marc21.sql, regress/core/out_marc21_expected: 
	Regress fix for marc21 on windows Closes #5104 Closes
	https://github.com/postgis/postgis/pull/673

2022-02-25  Chen <onsummer@foxmail.com>

	* doc/po/zh_Hans/installation.xml.po: Translated using Weblate
	(Chinese (Simplified)) Currently translated at 0.8% (2 of 247 strings) Translation: postgis/installation.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/zh_Hans/

2022-02-25  Chen <onsummer@foxmail.com>

	* doc/po/zh_Hans/installation.xml.po: Added translation using
	Weblate (Chinese (Simplified))

2022-02-25  Chen <onsummer@foxmail.com>

	* doc/po/zh_Hans/administration.xml.po: Added translation using
	Weblate (Chinese (Simplified))

2022-02-17  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Test distclean

2022-02-23  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Clean topology test subdir on make
	clean/distclean

2022-02-23  Sandro Santilli <strk@kbt.io>

	* configure.ac: Do not create sfcgal Makefiles if sfcgal is disabled

2022-02-25  Sandro Santilli <strk@kbt.io>

	* utils/check_distclean.sh: Add check_distclean utility script

2022-02-17  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Drop LONG_INT print (debug leftover?)

2022-02-24  sergei sh <managerzf168@gmail.com>

	* configure.ac, deps/flatgeobuf/Makefile.in,
	deps/wagyu/Makefile.in, libpgcommon/Makefile.in,
	raster/rt_core/Makefile.in: Allowing archiver program and flags
	options in ./configure

2022-02-25  Sandro Santilli <strk@kbt.io>

	* Makefile: Stop automatically configuring on top-level make References #5103

2022-02-24  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh,
	ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: Get rid of
	make distclean

2022-02-24  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Change winnie to run make distclean
	instead of make clean

2022-02-24  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh: make
	clean does not work after configure Change bessies to run make distclean instead of make clean.

2022-02-24  Sandro Santilli <strk@kbt.io>

	* ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh: Stop
	bessies on first error

2022-02-24  Sandro Santilli <strk@kbt.io>

	* Makefile: Drop GNUism from top-level Makefile Should fix Bessie and Debbie

2022-02-23  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Remove loader/postgis on make clean

2022-02-23  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Have make_dist.sh remove CI files

2022-02-23  Sandro Santilli <strk@kbt.io>

	* .gitignore, Makefile: Have top-level Makefile use build/ directory
	for building

2022-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_transform.c: Add IAU_2015 to default list

2022-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* : merge

2022-02-23  Sandro Santilli <strk@kbt.io>

	* topology/test/check_multiprocess_topology_population.sh: Error out
	from multiprocess topology test if target db does not exist

2022-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit c4380f19d64b7af94eb66d5f7418da1e8b0b3603 Author: Sandro
	Santilli <strk@kbt.io> Date:   Wed Feb 23 18:35:23 2022 +0100

2022-02-23  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Remove useless dependency for install rule

2022-02-23  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Fix out-of-tree install target for loader

2021-08-05  Sandro Santilli <strk@kbt.io>

	* topology/test/check_multiprocess_topology_population.sh: Evidence
	invalidities list and cleanup pids file

2022-02-22  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/hooks/hook-after-upgrade-topology.sql: Add
	test for CopyTopology backward compatibility

2022-02-22  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Restore backward compatible order of
	fields in topology node table Closes #5102

2022-02-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/CopyTopology.sql.in: Use format() for
	CopyTopology body

2022-02-22  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_tigergeocoder.xml.po: Translated using Weblate
	(Japanese) Currently translated at 93.1% (218 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/ja/

2022-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_transform.c, postgis/postgis.sql.in: Direct access
	to Proj data via functions

2022-02-20  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Update Credits

2022-02-19  Regina Obe <lr@pcorp.us>

	* postgis/mvt.c, postgis/mvt.h: MVT refactor from Victor Collod
	References https://git.osgeo.org/gitea/postgis/postgis/pulls/93 for
	PostGIS 3.3.0 Squashed commit of the following: commit 7d8d390ae6a4cd7a798aa4c4ff7831d9a276b4c6 Author: Victor
	"multun" Collod <victor.collod@epita.fr> Date:   Wed Feb 9 16:06:09
	2022 +0100     mvt: restrict the ownership of the feature being built     mvt: refactor and comment mvt_agg_transfn     mvt: remove the ctx parameter of encode_ptarray{,_initial}

2022-02-19  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh, ci/debbie/postgis_release_docs.sh: 
	Missed some spots. Also up GEOS / GDAL versions.  References #5101

2022-02-19  Regina Obe <lr@pcorp.us>

	* README.md, ci/debbie/postgis_make_dist.sh: CHANGES: 1) Make dist build docs against PostgreSQL 11 (was PG 9.6 which is
	no longer supported.  Closes #5101 2) Add Doc / Make Dist badge to signal if doc building is broken.

2022-02-19  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/geography_inout.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_geos.c: Fix PG 15 building atoi removed.  References
	#5100 for PostGIS 3.3.0

2022-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_transform.c, postgis/postgis.sql.in: Direct access
	to Proj data via functions

2022-02-18  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_measure.xml: Fix doc typos

2022-02-18  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_hausdorffdistance01.wkt,
	doc/reference_measure.xml: Improve doc for ST_HausdorffDistance

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_trajectory.xml.po: Translated using Weblate
	(Italian) Currently translated at 14.7% (5 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_raster.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.3% (293 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_cluster.xml.po: Translated using Weblate
	(Italian) Currently translated at 7.4% (4 of 54 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_editor.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.0% (51 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_output.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.5% (55 of 296 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_input.xml.po: Translated using Weblate
	(Italian) Currently translated at 58.3% (161 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_accessor.xml.po: Translated using Weblate
	(Italian) Currently translated at 39.5% (158 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/it/

2022-02-17  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_tigergeocoder.xml.po: Translated using Weblate
	(Japanese) Currently translated at 91.0% (213 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/ja/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_overlay.xml.po: Translated using Weblate
	(Italian) Currently translated at 5.9% (9 of 151 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_guc.xml.po: Translated using Weblate
	(Italian) Currently translated at 7.3% (5 of 68 strings) Translation: postgis/reference_guc.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_gucxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_sfcgal.xml.po: Translated using Weblate
	(Italian) Currently translated at 16.2% (25 of 154 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_processing.xml.po: Translated using Weblate
	(Italian) Currently translated at 17.9% (64 of 357 strings) Translation: postgis/reference_processing.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/it/

2022-02-17  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_address_standardizer.xml.po: Translated using
	Weblate (Italian) Currently translated at 6.7% (14 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/it/

2022-02-18  Harrissou Sant-anna <delazj@gmail.com>

	* doc/reference_processing.xml: Fix duplicate word

2022-02-18  Tobias Bussmann <t.bussmann@gmx.net>

	* configure.ac: fix generation of FLATGEOBUF_LDFLAGS because of WAGYU_LDFLAGS, this only had an impact when building
	--without-protobuf. fixes #5091

2022-02-17  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Take out Changed: 3.3.0 on gist_geometry.
	Causes upgrade to fail as it tries to add already added

2022-02-17  Regina Obe <lr@pcorp.us>

	* NEWS: Add missed news item

2022-02-18  Jim Jones <jim.jones@uni-muenster.de>

	* regress/core/in_marc21.sql, regress/core/in_marc21_expected,
	regress/core/out_marc21.sql, regress/core/out_marc21_expected: Minor
	changes to test cases - Adds missing ST_AsText(geom,5) to input test polygon_14 - Adds ORDER BY to output tests

2022-02-17  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_line_substring01.wkt,
	doc/html/image_src/st_locatebetween01.wkt,
	doc/html/image_src/styles.conf, doc/reference_lrs.xml: Add doc LRS
	reference examples

2022-02-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/ci.yml: Remove Pg9.6 and Pg10 from GH Actions

2022-02-17  Regina Obe <lr@pcorp.us>

	* NEWS, configure.ac, doc/postgis.xml, libpgcommon/lwgeom_pg.c,
	libpgcommon/lwgeom_pg.h, postgis/geography.sql.in,
	postgis/lwgeom_box3d.c, postgis/lwgeom_box3d.h, postgis/mvt.c,
	postgis/postgis.sql.in, postgis/postgis_spgist.sql.in: Drop support
	for PostgreSQL 9.6 and 10

2022-02-17  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [dronie] Drop testing 9.6 and 10 for master branch

2022-02-17  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, postgis/Makefile.in, regress/Makefile.in: Clean
	more on "distclean"

2022-02-17  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_tiger_geocoder/Makefile.in: Fix
	postgis_tiger_geocoder build

2022-02-17  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Fix out-of-tree build of shp2pgsql-gui

2022-02-17  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in: Clean more generated
	files on `make clean`

2022-02-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 2a2bb0b19a85c11ac2dee496585f7e3d4ea3fc72 Author: Sandro
	Santilli <strk@kbt.io> Date:   Thu Feb 17 17:36:53 2022 +0100

2022-02-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 1535e01ff967e5bfcd94c5e5797edd44827369bd Author: Sandro
	Santilli <strk@kbt.io> Date:   Thu Feb 17 17:32:45 2022 +0100

2022-02-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, doc/ST_AsMARC21.xml, doc/ST_GeomFromMARC21.xml,
	postgis/Makefile.in, postgis/lwgeom_in_marc21.c,
	postgis/lwgeom_out_marc21.c, postgis/postgis.sql.in,
	regress/core/in_marc21.sql, regress/core/in_marc21_expected,
	regress/core/out_marc21.sql, regress/core/out_marc21_expected,
	regress/core/tests.mk.in: Add MARC21/XML parser, from @jimjonesbr     - ST_GeomFromMARC21: extracts geometries from MARC21 documents     - ST_AsMARC21: generates MARC21 documents from geometries

2022-02-17  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Further cleanup protobuf related build
	scripts

2022-02-17  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Further simplify protobuf Makefile targets

2022-02-17  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Fix double invocation of protobuf compiler
	and repeated builds Closes #5099

2022-02-17  Sandro Santilli <strk@kbt.io>

	* configure.ac: Implement configure check for source dir being
	already configured Closes #5098

2022-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/Makefile.in, spatial_ref_sys.sql,
	utils/create_spatial_ref_sys_config_dump.pl: On update, apply the
	latest spatial_ref_sys. Also, use a multi-valued insert with a no-op
	on conflict for spatial_ref_sys. References #5024

2022-02-15  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Do not sort by edge_id in
	getClosestEdge callback, to effectively use index.  References #5097 in master branch (3.3.0dev)

2022-02-15  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_validation.xml.po: Translated using Weblate
	(Japanese) Currently translated at 2.9% (2 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/ja/

2022-02-15  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_accessor.xml.po: Translated using Weblate
	(Japanese) Currently translated at 59.5% (238 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/ja/

2022-02-15  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_tigergeocoder.xml.po: Translated using Weblate
	(Japanese) Currently translated at 88.8% (208 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/ja/

2022-02-15  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_historytable.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (28 of 28 strings) Translation: postgis/extras_historytable.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_historytablexml/ja/

2022-02-15  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_overlay.xml.po: Translated using Weblate
	(Japanese) Currently translated at 1.3% (2 of 151 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/ja/

2022-02-15  Sandro Santilli <strk@kbt.io>

	* doc/po/de/introduction.xml.po, doc/po/es/introduction.xml.po,
	doc/po/fr/introduction.xml.po, doc/po/it_IT/introduction.xml.po,
	doc/po/ja/introduction.xml.po, doc/po/ko_KR/introduction.xml.po,
	doc/po/pl/introduction.xml.po, doc/po/pt_BR/introduction.xml.po,
	doc/po/ru/introduction.xml.po,
	doc/po/templates/introduction.xml.pot: Update pot/po after recent
	doc changes

2022-02-14  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Spring cleaning of developer list

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/extras.xml.po: Translated using Weblate (French) Currently translated at 33.3% (1 of 3 strings) Translation: postgis/extras.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extrasxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_validation.xml.po: Translated using Weblate
	(French) Currently translated at 1.4% (1 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/extras_topology.xml.po: Translated using Weblate
	(French) Currently translated at 11.1% (62 of 556 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_trajectory.xml.po: Translated using Weblate
	(French) Currently translated at 2.9% (1 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_exception.xml.po: Translated using Weblate
	(French) Currently translated at 84.6% (22 of 26 strings) Translation: postgis/reference_exception.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_exceptionxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/faq.xml.po: Translated using Weblate (French) Currently translated at 80.0% (76 of 95 strings) Translation: postgis/faq.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/faqxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_raster.xml.po: Translated using Weblate
	(French) Currently translated at 6.0% (97 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_cluster.xml.po: Translated using Weblate
	(French) Currently translated at 1.8% (1 of 54 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_bbox.xml.po: Translated using Weblate (French) Currently translated at 0.8% (1 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_srs.xml.po: Translated using Weblate (French) Currently translated at 1.8% (1 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_troubleshooting.xml.po: Translated using
	Weblate (French) Currently translated at 7.6% (2 of 26 strings) Translation: postgis/reference_troubleshooting.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_troubleshootingxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_operator.xml.po: Translated using Weblate
	(French) Currently translated at 4.9% (11 of 224 strings) Translation: postgis/reference_operator.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_operatorxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_version.xml.po: Translated using Weblate
	(French) Currently translated at 1.1% (1 of 88 strings) Translation: postgis/reference_version.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_versionxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/administration.xml.po: Translated using Weblate (French) Currently translated at 2.1% (2 of 94 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_overlay.xml.po: Translated using Weblate
	(French) Currently translated at 0.6% (1 of 151 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_transformation.xml.po: Translated using
	Weblate (French) Currently translated at 1.1% (1 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_relationship.xml.po: Translated using Weblate
	(French) Currently translated at 0.3% (1 of 282 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_measure.xml.po: Translated using Weblate
	(French) Currently translated at 16.6% (52 of 312 strings) Translation: postgis/reference_measure.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/fr/

2022-02-13  H Santanna <delazj@gmail.com>

	* doc/po/fr/reference_sfcgal.xml.po: Translated using Weblate
	(French) Currently translated at 15.5% (24 of 154 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/fr/

2022-02-13  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_constructor.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/using_postgis_dataman.xml.po,
	doc/po/fr/reference_constructor.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po,
	doc/po/it_IT/reference_constructor.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/using_postgis_dataman.xml.po,
	doc/po/pl/reference_constructor.xml.po,
	doc/po/pl/using_postgis_dataman.xml.po,
	doc/po/pt_BR/reference_constructor.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po,
	doc/po/ru/reference_constructor.xml.po,
	doc/po/ru/using_postgis_dataman.xml.po,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot: Update pots and pos

2022-02-13  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Note that ST_Point and friends had
	srid added in PostGIS 3.2

2022-02-12  Regina Obe <lr@pcorp.us>

	* configure.ac: Patches from Tobias Bussmann References #5090 for
	PostGIS 3.3.0 Closes https://github.com/postgis/postgis/pull/662,
	Closes https://github.com/postgis/postgis/pull/663atches from Tobias
	Bussmann References #5090 for PostGIS 3.3.0 Closes
	https://github.com/postgis/postgis/pull/662, Closes
	https://github.com/postgis/postgis/pull/663

2022-02-10  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc SRS section even more

2022-02-10  Sandro Santilli <strk@kbt.io>

	* doc/po/de/reference_processing.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/using_postgis_dataman.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/using_postgis_dataman.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/using_postgis_dataman.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/using_postgis_dataman.xml.po,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot: Update po/pot files

2022-02-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Document ST_Simplify signature
	taking 2 arguments

2022-02-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Add ST_SimplifyVW to See Also
	section of ST_Simplify

2022-02-09  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc SRS section more

2022-02-09  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc SRS section

2022-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	postgis/lwgeom_transform.c: Make lwproj_is_latlong available in
	lwgeom_transform.h, references GH-659

2022-02-07  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_pointonsurface.wkt,
	doc/html/image_src/st_pointonsurface01.wkt,
	doc/html/image_src/st_pointonsurface02.wkt,
	doc/html/image_src/st_pointonsurface03.wkt,
	doc/html/image_src/st_pointonsurface04.wkt,
	doc/reference_processing.xml: Add doc ST_PointOnSurface images

2022-02-07  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/generator.c,
	doc/html/image_src/st_linecrossingdirection01.wkt,
	doc/html/image_src/st_linecrossingdirection02.wkt,
	doc/html/image_src/st_linecrossingdirection03.wkt,
	doc/html/image_src/st_linecrossingdirection04.wkt,
	doc/html/image_src/styles.c, doc/html/image_src/styles.conf,
	doc/html/image_src/styles.h: Add doc image generator arrow style

2022-02-07  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/generator.c: Remove doc image generator unused
	code

2022-02-06  Sandro Santilli <strk@kbt.io>

	* doc/po/de/reference_output.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/ru/reference_output.xml.po,
	doc/po/templates/reference_output.xml.pot: Update translation files
	after documentation fix

2022-02-06  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml: Fix reference_output.xml Opening and ending tag mismatch ( ulink and url ) broke in
	5f8782f02d7533cf5e947f65e8c6d05ed8be5e1d

2022-02-05  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/postgis.sql.in: Have postgis_extensions_upgrade set
	extversion to ANY prior to update This allows upgrading from any version of PostGIS even if no
	specific upgrade script exists on disk (which often happens as we
	support multiple stable branches).

2022-02-06  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: Link to online viewer

2022-02-06  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_cluster.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_overlay.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_relationship.xml.po,
	doc/po/de/reference_sfcgal.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/es/reference_cluster.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/reference_measure.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/es/reference_overlay.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_relationship.xml.po,
	doc/po/es/reference_sfcgal.xml.po,
	doc/po/es/using_postgis_dataman.xml.po,
	doc/po/fr/reference_cluster.xml.po,
	doc/po/fr/reference_constructor.xml.po,
	doc/po/fr/reference_measure.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/fr/reference_overlay.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_relationship.xml.po,
	doc/po/fr/reference_sfcgal.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po,
	doc/po/it_IT/reference_cluster.xml.po,
	doc/po/it_IT/reference_constructor.xml.po,
	doc/po/it_IT/reference_measure.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_overlay.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_relationship.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po,
	doc/po/ja/reference_cluster.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_measure.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_overlay.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_relationship.xml.po,
	doc/po/ja/reference_sfcgal.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ko_KR/reference_cluster.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/reference_measure.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/reference_overlay.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_relationship.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/ko_KR/using_postgis_dataman.xml.po,
	doc/po/pl/reference_cluster.xml.po,
	doc/po/pl/reference_constructor.xml.po,
	doc/po/pl/reference_measure.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pl/reference_overlay.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_relationship.xml.po,
	doc/po/pl/reference_sfcgal.xml.po,
	doc/po/pl/using_postgis_dataman.xml.po,
	doc/po/pt_BR/reference_cluster.xml.po,
	doc/po/pt_BR/reference_constructor.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/reference_overlay.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_relationship.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po,
	doc/po/ru/reference_cluster.xml.po,
	doc/po/ru/reference_constructor.xml.po,
	doc/po/ru/reference_measure.xml.po,
	doc/po/ru/reference_output.xml.po,
	doc/po/ru/reference_overlay.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_relationship.xml.po,
	doc/po/ru/reference_sfcgal.xml.po,
	doc/po/ru/using_postgis_dataman.xml.po,
	doc/po/templates/reference_cluster.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_overlay.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_relationship.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot: Update pos and pots

2022-02-06  Regina Obe <lr@pcorp.us>

	* NEWS: Add to news enhancements to postgis_sfcgal

2022-02-06  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, doc/reference_sfcgal.xml,
	postgis/postgis_letters.sql: Remove STRICT on postgis_letters
	(causes no font passed in to fail).  Closes #5085 Add some X3D
	examples that use letters

2022-02-05  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add 3.1.5 to upgrade path

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_validation.xml.po: Translated using Weblate
	(Japanese) Currently translated at 1.4% (1 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_trajectory.xml.po: Translated using Weblate
	(Japanese) Currently translated at 2.9% (1 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_cluster.xml.po: Translated using Weblate
	(Japanese) Currently translated at 1.8% (1 of 55 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_bbox.xml.po: Translated using Weblate
	(Japanese) Currently translated at 1.7% (2 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_srs.xml.po: Translated using Weblate
	(Japanese) Currently translated at 5.5% (3 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_troubleshooting.xml.po: Translated using
	Weblate (Japanese) Currently translated at 11.5% (3 of 26 strings) Translation: postgis/reference_troubleshooting.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_troubleshootingxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_version.xml.po: Translated using Weblate
	(Japanese) Currently translated at 1.1% (1 of 88 strings) Translation: postgis/reference_version.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_versionxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/administration.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (94 of 94 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_overlay.xml.po: Translated using Weblate
	(Japanese) Currently translated at 0.6% (1 of 143 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_transformation.xml.po: Translated using
	Weblate (Japanese) Currently translated at 2.3% (2 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/ja/

2022-02-04  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_address_standardizer.xml.po: Translated using
	Weblate (Japanese) Currently translated at 100.0% (207 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/ja/

2022-02-05  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Reword messages from
	postgis_extensions_upgrade() to be less scary There's no need to say that extension are "not packageable" because
	that's not true, they are just not in use...

2022-02-04  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_transform.c: Fix outdated comments [ci skip]

2022-02-04  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Use less EXECUTE calls in CreateTopology

2022-02-04  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Use modern (typmod, format) syntax in
	CreateTopology

2022-02-04  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Replace || with format() in DropTopolgy
	and DropTopoGeometryColumn

2022-02-03  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Add script based upgrade testing in
	check_all_upgrades

2022-02-03  Sandro Santilli <strk@kbt.io>

	* regress/hooks/hook-after-upgrade.sql,
	regress/hooks/hook-before-upgrade.sql: Add test for views using
	ST_ClusterKMeans on upgrade References #5080

2022-02-03  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Handle exception upon attempts to
	rewrite deprecated functions Closes #5080 Also rewrite deprecated as wrappers only after trying to drop them

2022-02-03  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_relationship.xml: Fix doc ST_LIneCrossingDirection

2022-02-03  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_linecrossingdirection01.wkt,
	doc/html/image_src/st_linecrossingdirection02.wkt,
	doc/html/image_src/st_linecrossingdirection03.wkt,
	doc/html/image_src/st_linecrossingdirection04.wkt,
	doc/reference_relationship.xml: Improve doc for
	ST_LineCrossingDirection

2022-02-03  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_overlay.xml, doc/using_postgis_dataman.xml: Add doc
	simple SQLMM and UnaryUnion refs

2022-02-03  Sandro Santilli <strk@kbt.io>

	* doc/README: Update doc/README documentation Add check and localization rules [ci skip]

2022-02-03  Sandro Santilli <strk@kbt.io>

	* ci/dronie/postgis_regress.sh: [dronie] Print also INFO from
	check_all_upgrades

2022-02-03  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: check_all_upgrade improvements Generalize labeling of SKIP messages Generalize postgresql/postgis
	support matrix

2022-02-03  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc Validity section

2022-02-03  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add support in run_test.pl for script based
	upgrade paths [ci skip]

2022-02-02  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/generator.c, doc/html/image_src/styles.c: Add
	doc image generator verbose flag

2022-02-02  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/generator.c,
	doc/html/image_src/st_issimple01.wkt,
	doc/html/image_src/st_issimple02.wkt,
	doc/html/image_src/st_issimple03.wkt,
	doc/html/image_src/st_issimple04.wkt,
	doc/html/image_src/st_issimple05.wkt,
	doc/html/image_src/st_issimple06.wkt,
	doc/html/image_src/st_issimple07.wkt, doc/html/image_src/styles.c,
	doc/html/image_src/styles.conf, doc/html/image_src/styles.h: Add
	line endpoints to doc image generator

2022-02-02  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc validation image
	captions

2022-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml: Close errant para

2022-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml, postgis/postgis_letters.sql: Reduce
	the number of function parameters and recommend use of
	scale/translate for the st_letters function.

2022-02-02  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_overlay.xml: Improve doc for ST_Subdivide

2022-02-02  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_overlay.xml: Improve doc ST_Subdivide

2022-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 6b8fec2128001f127502b6361d0c9da06a63c3c9 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Wed Feb 2 11:24:05 2022
	-0800

2022-02-02  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_clusterkmeans01.wkt,
	doc/reference_cluster.xml: Improve doc ST_ClusterKmeans examples

2022-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Harmonize C parameter reading in concave
	hull with the SQL side parameter definition

2022-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Match doc param names to SQL param
	names

2022-02-02  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_maximuminscribedcircle01.wkt,
	doc/reference_processing.xml: Improve doc ST_MaxInscribedCircle
	example

2022-02-02  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_closestpoint01.wkt,
	doc/html/image_src/st_closestpoint02.wkt,
	doc/html/image_src/st_longestline01.wkt,
	doc/html/image_src/st_longestline02.wkt,
	doc/html/image_src/st_longestline03.wkt,
	doc/html/image_src/st_shortestline01.wkt,
	doc/html/image_src/st_shortestline02.wkt, doc/reference_measure.xml: 
	Improve doc for measure functions

2022-02-02  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Do not change ST_ConcaveHull signature Fixes #5078

2022-02-01  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_measure.xml: Clean up doc example tables

2022-02-01  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add new 3.1.5 and 3.1.6dev,
	remove 3.1.5dev

2022-02-01  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_relationship.xml: Fix doc ST_Touches section

2022-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: Halt PostGIS extension install if pgaudit
	is active and logging. Avoids multi-gigabyte log explosion.
	References #5076

2022-02-01  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_issimple02.wkt,
	doc/html/image_src/st_issimple04.wkt,
	doc/html/image_src/st_issimple07.wkt,
	doc/html/image_src/st_isvalid03.wkt,
	doc/html/image_src/st_isvalid04.wkt,
	doc/html/image_src/st_isvalid05.wkt,
	doc/html/image_src/st_isvalid06.wkt,
	doc/html/image_src/st_isvalid07.wkt,
	doc/html/image_src/st_isvalid08.wkt,
	doc/html/image_src/st_isvalid09.wkt, doc/using_postgis_dataman.xml: 
	Improve doc Geometry Validation section

2022-02-01  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_azimuth01.wkt,
	doc/html/image_src/st_azimuth02.wkt, doc/reference_measure.xml: 
	Improve doc ST_Azimuth section

2022-02-01  Sandro Santilli <strk@kbt.io>

	* utils/check_cluster_upgrade.sh: Fix and improve
	check_cluster_upgrade script

2022-02-01  Sandro Santilli <strk@kbt.io>

	* ci/dronie/postgis_regress.sh: [dronie] wait for tee background to
	complete before moving on

2022-02-01  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [dronie] Test PG12 Closes #5077

2022-02-01  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: check_all_ugprades: skip unsupported
	upgrades References #5077

2022-02-01  Sandro Santilli <strk@kbt.io>

	* ci/dronie/postgis_regress.sh: [dronie] Also print SKIPs in the
	upgrade summary print

2022-02-01  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml, ci/dronie/postgis_regress.sh: [dronie] Go back to
	POSIX shell scripts

2022-02-01  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [dronie] Stop testing PG12 for now References #5077

2022-02-01  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: Take out
	spatial_ref_sys check.  We know it fails. References #5024

2022-01-31  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_overlaps04.wkt,
	doc/html/image_src/st_overlaps05.wkt,
	doc/html/image_src/st_overlaps06.wkt,
	doc/reference_relationship.xml: Add doc ST_Overlaps images

2022-02-01  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [dronie] use bash to run the ci script

2022-02-01  Sandro Santilli <strk@kbt.io>

	* ci/dronie/postgis_regress.sh: [dronie] Don't hide upgrade test
	failures

2022-01-31  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: Include
	count of entries in spatial ref sys. References #5024 for PostGIS
	3.3

2022-01-31  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_generatepoints01.wkt,
	doc/html/image_src/st_generatepoints02.wkt,
	doc/html/image_src/st_geometricmedian01.wkt,
	doc/reference_processing.xml: Improve doc ST_GeometricMedian example

2022-01-31  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/de9im01.wkt, doc/html/image_src/de9im02.wkt,
	doc/html/image_src/de9im03.wkt, doc/html/image_src/de9im04.wkt,
	doc/html/image_src/de9im05.wkt, doc/html/image_src/de9im06.wkt,
	doc/html/image_src/de9im07.wkt, doc/html/image_src/de9im08.wkt,
	doc/html/image_src/de9im09.wkt, doc/html/image_src/de9im10.wkt,
	doc/html/image_src/de9im11.wkt, doc/html/image_src/de9im12.wkt,
	doc/html/image_src/de9im13.wkt,
	doc/html/image_src/st_overlaps01.wkt,
	doc/html/image_src/st_overlaps02.wkt,
	doc/html/image_src/st_overlaps03.wkt,
	doc/html/image_src/styles.conf: Finish doc image styling upgrade

2022-01-31  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: Test to
	catch #5024 missing spatial_ref_sys after upgrade

2022-01-31  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/styles.conf: Fix doc image style color code

2022-01-31  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_approximatemedialaxis01.wkt,
	doc/html/image_src/st_azimuth01.wkt,
	doc/html/image_src/st_azimuth02.wkt,
	doc/html/image_src/st_buildarea01.wkt,
	doc/html/image_src/st_centroid01.wkt,
	doc/html/image_src/st_centroid02.wkt,
	doc/html/image_src/st_centroid03.wkt,
	doc/html/image_src/st_centroid04.wkt,
	doc/html/image_src/st_clusterkmeans01.wkt,
	doc/html/image_src/st_clusterkmeans02.wkt,
	doc/html/image_src/st_difference01.wkt,
	doc/html/image_src/st_envelope01.wkt,
	doc/html/image_src/st_extrude01.wkt,
	doc/html/image_src/st_extrude03.wkt,
	doc/html/image_src/st_generatepoints01.wkt,
	doc/html/image_src/st_generatepoints02.wkt,
	doc/html/image_src/st_geometricmedian01.wkt,
	doc/html/image_src/st_letters01.wkt,
	doc/html/image_src/st_line_interpolate_point01.wkt,
	doc/html/image_src/st_line_interpolate_points01.wkt,
	doc/html/image_src/st_minkowskisum01.wkt,
	doc/html/image_src/st_minkowskisum02.wkt,
	doc/html/image_src/st_minkowskisum03.wkt,
	doc/html/image_src/st_minkowskisum04.wkt,
	doc/html/image_src/st_offsetcurve01.wkt,
	doc/html/image_src/st_offsetcurve02.wkt,
	doc/html/image_src/st_offsetcurve03.wkt,
	doc/html/image_src/st_offsetcurve04.wkt,
	doc/html/image_src/st_offsetcurve05.wkt,
	doc/html/image_src/st_offsetcurve06.wkt,
	doc/html/image_src/st_orientedenvelope01.wkt,
	doc/html/image_src/st_sharedpaths01.wkt,
	doc/html/image_src/st_sharedpaths02.wkt,
	doc/html/image_src/st_shortestline01.wkt,
	doc/html/image_src/st_shortestline02.wkt,
	doc/html/image_src/st_snap01.wkt, doc/html/image_src/st_snap02.wkt,
	doc/html/image_src/st_snap03.wkt, doc/html/image_src/st_snap04.wkt,
	doc/html/image_src/st_snap05.wkt,
	doc/html/image_src/st_split01.wkt,
	doc/html/image_src/st_split02.wkt,
	doc/html/image_src/st_split03.wkt,
	doc/html/image_src/st_split04.wkt,
	doc/html/image_src/st_straightskeleton01.wkt,
	doc/html/image_src/st_subdivide01.wkt,
	doc/html/image_src/st_subdivide02.wkt,
	doc/html/image_src/st_symdifference01.wkt,
	doc/html/image_src/st_symdifference02.wkt,
	doc/html/image_src/styles.conf, doc/reference_processing.xml: 
	Improve doc image styling - more images

2022-01-31  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/generator.c,
	doc/html/image_src/st_boundary01.wkt,
	doc/html/image_src/st_boundary02.wkt,
	doc/html/image_src/st_buffer01.wkt,
	doc/html/image_src/st_buffer02.wkt,
	doc/html/image_src/st_buffer03.wkt,
	doc/html/image_src/st_buffer04.wkt,
	doc/html/image_src/st_buffer05.wkt,
	doc/html/image_src/st_buffer06.wkt,
	doc/html/image_src/st_buffer07.wkt,
	doc/html/image_src/st_buffer08.wkt,
	doc/html/image_src/st_buffer09.wkt,
	doc/html/image_src/st_buffer10.wkt,
	doc/html/image_src/st_buffer11.wkt,
	doc/html/image_src/st_buffer12.wkt,
	doc/html/image_src/st_buffer13.wkt,
	doc/html/image_src/st_closestpoint01.wkt,
	doc/html/image_src/st_closestpoint02.wkt,
	doc/html/image_src/st_concavehull01.wkt,
	doc/html/image_src/st_concavehull02.wkt,
	doc/html/image_src/st_constraineddelaunaytriangles01.wkt,
	doc/html/image_src/st_constraineddelaunaytriangles02.wkt,
	doc/html/image_src/st_contains01.wkt,
	doc/html/image_src/st_contains02.wkt,
	doc/html/image_src/st_contains03.wkt,
	doc/html/image_src/st_contains04.wkt,
	doc/html/image_src/st_contains05.wkt,
	doc/html/image_src/st_contains06.wkt,
	doc/html/image_src/st_convexhull01.wkt,
	doc/html/image_src/st_crosses01.wkt,
	doc/html/image_src/st_crosses02.wkt,
	doc/html/image_src/st_crosses03.wkt,
	doc/html/image_src/st_crosses04.wkt,
	doc/html/image_src/st_delaunaytriangles04.wkt,
	doc/html/image_src/st_dumppoints01.wkt,
	doc/html/image_src/st_issimple01.wkt,
	doc/html/image_src/st_issimple02.wkt,
	doc/html/image_src/st_issimple03.wkt,
	doc/html/image_src/st_issimple04.wkt,
	doc/html/image_src/st_issimple05.wkt,
	doc/html/image_src/st_issimple06.wkt,
	doc/html/image_src/st_issimple07.wkt,
	doc/html/image_src/st_isvalid01.wkt,
	doc/html/image_src/st_isvalid02.wkt,
	doc/html/image_src/st_isvalid03.wkt,
	doc/html/image_src/st_isvalid04.wkt,
	doc/html/image_src/st_isvalid05.wkt,
	doc/html/image_src/st_isvalid06.wkt,
	doc/html/image_src/st_isvalid07.wkt,
	doc/html/image_src/st_isvalid08.wkt,
	doc/html/image_src/st_isvalid09.wkt,
	doc/html/image_src/st_line_substring01.wkt,
	doc/html/image_src/st_linecrossingdirection01.wkt,
	doc/html/image_src/st_linecrossingdirection02.wkt,
	doc/html/image_src/st_linecrossingdirection03.wkt,
	doc/html/image_src/st_linecrossingdirection04.wkt,
	doc/html/image_src/st_longestline01.wkt,
	doc/html/image_src/st_longestline02.wkt,
	doc/html/image_src/st_longestline03.wkt,
	doc/html/image_src/st_makevalid01.wkt,
	doc/html/image_src/st_makevalid02.wkt,
	doc/html/image_src/st_makevalid03.wkt,
	doc/html/image_src/st_makevalid04.wkt,
	doc/html/image_src/st_makevalid05.wkt,
	doc/html/image_src/st_makevalid06.wkt,
	doc/html/image_src/st_maximuminscribedcircle01.wkt,
	doc/html/image_src/st_maximuminscribedcircle02.wkt,
	doc/html/image_src/st_minimumboundingcircle01.wkt,
	doc/html/image_src/st_tesselate03.wkt,
	doc/html/image_src/st_tesselate04.wkt,
	doc/html/image_src/st_touches01.wkt,
	doc/html/image_src/st_touches02.wkt,
	doc/html/image_src/st_touches03.wkt,
	doc/html/image_src/st_touches04.wkt,
	doc/html/image_src/st_touches05.wkt,
	doc/html/image_src/st_touches06.wkt,
	doc/html/image_src/st_voronoi01.wkt,
	doc/html/image_src/st_voronoi02.wkt,
	doc/html/image_src/st_voronoi03.wkt,
	doc/html/image_src/st_within01.wkt, doc/html/image_src/styles.conf: 
	Improve doc image styling

2022-01-31  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Enable check-tests-enabled test on "make check" Closes #5062

2022-01-31  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [dronie] Build and check all documentation

2022-01-31  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: docs-check does not really depend on docs It was erroneously marked as such in
	fd02e22a4171665e9d04ceb88b0d0410170db851

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Fix -Werror=sign-compare warnings

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Fix -Werror=stringop-truncation
	warning

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/pt_BR/reference.xml.po,
	doc/po/pt_BR/reference_constructor.xml.po: Fix invalid translation
	in pt_BR Closes #5073 Closes #5059

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_constructor.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_transaction.xml.po: Fix validity errors in
	ko_KR translation

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/ko_KR/reference.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po: Fix invalid refs in ko_KR
	translation

2022-01-31  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: docs depend on postgis_revision.h

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/fr/reference_accessor.xml.po,
	doc/po/fr/reference_constructor.xml.po,
	doc/po/fr/reference_management.xml.po,
	doc/po/fr/reference_raster.xml.po,
	doc/po/fr/reference_transaction.xml.po: Fix validity errors in
	french translation

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Do not use fuzzy matching when updating
	translation files Fuzzy matching can easily results in broken XML

2022-01-31  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: docs-check depends on docs, not on all

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/de/extras_topology.xml.po,
	doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_lrs.xml.po, doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_transaction.xml.po: Fix validity errors in
	german translation

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/de/reference.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_input.xml.po,
	doc/po/de/reference_management.xml.po: Fix IDREF errors in german
	translation

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_management.xml.po: Some verbatim translations Fix japanese translation structure References #5073

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/ja/reference_constructor.xml.po: Translated using Weblate
	(Japanese) Currently translated at 14.9% (36 of 241 strings) Co-authored-by: Sandro Santilli <strk@kbt.io> Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_constructorxml/ja/Translation: postgis/reference_constructor.xml

2022-01-31  Sandro Santilli <strk@kbt.io>

	* 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/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_input.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_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_relationship.xml.po,
	doc/po/ja/reference_sfcgal.xml.po, doc/po/ja/reference_srs.xml.po,
	doc/po/ja/reference_transaction.xml.po,
	doc/po/ja/reference_troubleshooting.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (556 of 556 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (105 of 105 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (1600 of 1600 strings) Translated using Weblate (Japanese) Currently translated at 88.4% (23 of 26 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (4 of 4 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (282 of 282 strings) Translated using Weblate (Japanese) Currently translated at 3.7% (2 of 54 strings) Translated using Weblate (Japanese) Currently translated at 69.7% (30 of 43 strings) Translated using Weblate (Japanese) Currently translated at 7.6% (2 of 26 strings) Translated using Weblate (Japanese) Currently translated at 99.6% (291 of 292 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (276 of 276 strings) Translated using Weblate (Japanese) Currently translated at 59.2% (237 of 400 strings) Translated using Weblate (Japanese) Currently translated at 88.8% (208 of 234 strings) Translated using Weblate (Japanese) Currently translated at 89.7% (201 of 224 strings) Translated using Weblate (Japanese) Currently translated at 75.0% (51 of 68 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (273 of 273 strings) Translated using Weblate (Japanese) Currently translated at 60.8% (190 of 312 strings) Translated using Weblate (Japanese) Currently translated at 68.1% (45 of 66 strings) Translated using Weblate (Japanese) Currently translated at 8.6% (13 of 151 strings) Translated using Weblate (Japanese) Currently translated at 96.0% (337 of 351 strings) Translated using Weblate (Japanese) Currently translated at 14.5% (35 of 241 strings) Translated using Weblate (Japanese) Currently translated at 98.0% (203 of 207 strings) Translated postgis using Weblate (Japanese) Currently translated at 100.0% (6 of 6 strings) Co-authored-by: Sandro Santilli <strk@kbt.io> Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/ja/Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/ja/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/ja/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ja/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/ja/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_constructorxml/ja/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/ja/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_exceptionxml/ja/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_gucxml/ja/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/ja/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_lrsxml/ja/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_managementxml/ja/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/ja/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_operatorxml/ja/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/ja/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/ja/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/ja/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/ja/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/ja/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/ja/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transactionxml/ja/Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_troubleshootingxml/ja/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/referencexml/ja/
	Translation: postgis/extras_address_standardizer.xml Translation:
	postgis/extras_tigergeocoder.xml Translation:
	postgis/extras_topology.xml Translation: postgis/postgis
	Translation: postgis/reference.xml Translation:
	postgis/reference_accessor.xml Translation:
	postgis/reference_constructor.xml Translation:
	postgis/reference_editor.xml Translation:
	postgis/reference_exception.xml Translation:
	postgis/reference_guc.xml Translation: postgis/reference_input.xml
	Translation: postgis/reference_lrs.xml Translation:
	postgis/reference_management.xml Translation:
	postgis/reference_measure.xml Translation:
	postgis/reference_operator.xml Translation:
	postgis/reference_output.xml Translation:
	postgis/reference_processing.xml Translation:
	postgis/reference_raster.xml Translation:
	postgis/reference_relationship.xml Translation:
	postgis/reference_sfcgal.xml Translation: postgis/reference_srs.xml
	Translation: postgis/reference_transaction.xml Translation:
	postgis/reference_troubleshooting.xml

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/es/reference_accessor.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/reference_lrs.xml.po,
	doc/po/es/reference_management.xml.po,
	doc/po/es/reference_transaction.xml.po: Fix structural issues in es
	translations References #5073

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_overlay.xml.po,
	doc/po/it_IT/reference_raster.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.1% (291 of 1600 strings) Translated using Weblate (Italian) Currently translated at 5.5% (8 of 143 strings) Co-authored-by: Sandro Santilli <strk@kbt.io> Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/it/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/it/
	Translation: postgis/reference_overlay.xml Translation:
	postgis/reference_raster.xml

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Use --noout to xmllint rather than directing to
	/dev/null

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/de/introduction.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/es/introduction.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/fr/introduction.xml.po,
	doc/po/fr/reference_constructor.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/it_IT/introduction.xml.po,
	doc/po/it_IT/reference_constructor.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/ja/introduction.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ko_KR/introduction.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/pl/introduction.xml.po,
	doc/po/pl/reference_constructor.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pt_BR/introduction.xml.po,
	doc/po/pt_BR/reference_constructor.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/ru/introduction.xml.po,
	doc/po/ru/reference_constructor.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/templates/introduction.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_processing.xml.pot: Results of running
	`make update-po`

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_constructor.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_transaction.xml.po: Fix structure of pt_BR
	translation It still fail make check but with less errors

2022-01-29  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [drone] Build localized docs out-of-tree

2022-01-29  Sandro Santilli <strk@kbt.io>

	* .gitignore, configure.ac, doc/Makefile.in, doc/po/Makefile.local,
	doc/po/de/Makefile, doc/po/de/Makefile.in, doc/po/es/Makefile,
	doc/po/es/Makefile.in, doc/po/fr/Makefile, doc/po/fr/Makefile.in,
	doc/po/it_IT/Makefile, doc/po/it_IT/Makefile.in,
	doc/po/ja/Makefile, doc/po/ja/Makefile.in, doc/po/ko_KR/Makefile,
	doc/po/ko_KR/Makefile.in, doc/po/pl/Makefile,
	doc/po/pl/Makefile.in, doc/po/pt_BR/Makefile,
	doc/po/pt_BR/Makefile.in, doc/po/ru/Makefile, doc/po/ru/Makefile.in: 
	Fix out-of-tree build of localized docs Closes #5067

2022-01-31  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_constructor.xml.po,
	doc/po/it_IT/reference_management.xml.po,
	doc/po/it_IT/reference_raster.xml.po: Fix xmllint on italian
	translation

2022-01-29  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Fix staged-install path for windows builds Closes #5066

2022-01-28  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_concavehull01.wkt,
	doc/html/image_src/st_concavehull02.wkt: Improve doc ST_ConcaveHull
	polygon style

2022-01-28  Martin Davis <mtnclimb@gmail.com>

	* doc/html/image_src/st_concavehull01.wkt,
	doc/html/image_src/st_concavehull02.wkt: Improve doc ST_ConcaveHull
	image styling

2022-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Add a NEWS entry for the new GEOS concave hull binding

2022-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/html/image_src/Makefile.in,
	doc/html/image_src/st_letters01.wkt, doc/reference_constructor.xml,
	postgis/postgis.sql.in, postgis/postgis_letters.sql: ST_Letters
	function and documentation Generates geometry that has the shapes of
	the letters in the function arguments. Size is scalable and start
	point is changeable. Hooks are there for alterate fonts for the
	suitably motivated.

2022-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull01.wkt,
	doc/html/image_src/st_concavehull02.wkt,
	doc/html/image_src/st_concavehull03.wkt,
	doc/html/image_src/st_concavehull04.wkt,
	doc/html/image_src/st_concavehull05.wkt,
	doc/html/image_src/st_concavehull06.wkt,
	doc/html/image_src/st_concavehull07.wkt,
	doc/html/image_src/st_concavehull08.wkt,
	doc/reference_processing.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, regress/core/tests.mk.in: ST_ConcaveHull
	implementation from GEOS 3.11+ A native code concave hull
	implementation with better performance and fewer failure cases than
	the current PL/PgSQL implementation.

2022-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/ci.yml, README.md, README.postgis, ci/{travis
	=> github}/logbt, ci/{travis => github}/run_coverage.sh, ci/{travis
	=> github}/run_debug.sh, ci/{travis => github}/run_garden.sh,
	ci/{travis => github}/run_tests.sh, ci/{travis =>
	github}/run_usan_clang.sh, ci/{travis => github}/run_usan_gcc.sh,
	doc/introduction.xml, regress/core/interrupt_buffer.sql: Replace
	references to 'travis' with references to 'github' in the CI scripts
	and script locations.

2022-01-28  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [dronie] Build localized docs

2022-01-28  Sandro Santilli <strk@kbt.io>

	* doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po: Fix broken translations Closes #5071

2022-01-28  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Add docs-localized top-level Makefile rule

2022-01-28  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [dronie] only pull docker image in step required
	by all others

2022-01-28  Sandro Santilli <strk@kbt.io>

	* README.md: Drop cloud.drone badge from README.md it's redundant

2022-01-28  Sandro Santilli <strk@kbt.io>

	* .cloud-drone.yml: Drop cloud-drone specific config

2022-01-28  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [drone] Add PostgreSQL-12 testing

2022-01-28  Sandro Santilli <strk@kbt.io>

	* .cloud-drone.yml: [cloud-drone] fix after updates of the ci script

2022-01-19  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml, ci/dronie/postgis_regress.sh: [dronie] Activate
	parallel steps, using out-of-tree builds

2022-01-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, loader/TODO, postgis/TODO, raster/TODO: Drop most
	TODO files, either empty or completely outdated A couple of TODO files are still in the repo but I don't feel like
	reviewing them at the moment

2022-01-27  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Really make source tree immutable

2022-01-27  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/load_outdb-post.pl,
	raster/test/regress/load_outdb-pre.pl,
	raster/test/regress/loader/load_outdb-pre.sql,
	raster/test/regress/{ => loader}/load_outdb.sql,
	raster/test/regress/loader/load_outdb.tif.ref,
	raster/test/regress/{ => loader}/load_outdb_expected,
	raster/test/regress/tests.mk: Another pre/post machinery replaced
	with .tif.ref files References #5068

2022-01-27  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/loader/Basic-post.pl,
	raster/test/regress/loader/Basic-pre.pl,
	raster/test/regress/loader/Basic.tif.ref,
	raster/test/regress/loader/BasicCopy-post.pl,
	raster/test/regress/loader/BasicCopy-pre.pl,
	raster/test/regress/loader/BasicCopy.tif.ref,
	raster/test/regress/loader/BasicFilename-post.pl,
	raster/test/regress/loader/BasicFilename-pre.pl,
	raster/test/regress/loader/BasicFilename.select.expected,
	raster/test/regress/loader/BasicFilename.tif.ref,
	raster/test/regress/loader/BasicOutDB-post.pl,
	raster/test/regress/loader/BasicOutDB-pre.pl,
	raster/test/regress/loader/BasicOutDB.opts,
	raster/test/regress/loader/BasicOutDB.tif.ref,
	raster/test/regress/loader/Tiled10x10-post.pl,
	raster/test/regress/loader/Tiled10x10-pre.pl,
	raster/test/regress/loader/Tiled10x10.tif.ref,
	raster/test/regress/loader/Tiled10x10Copy-post.pl,
	raster/test/regress/loader/Tiled10x10Copy-pre.pl,
	raster/test/regress/loader/Tiled10x10Copy.tif.ref,
	raster/test/regress/loader/Tiled8x8-post.pl,
	raster/test/regress/loader/Tiled8x8-pre.pl,
	raster/test/regress/loader/Tiled8x8.tif.ref,
	raster/test/regress/loader/TiledAuto-post.pl,
	raster/test/regress/loader/TiledAuto-pre.pl,
	raster/test/regress/loader/TiledAuto.tif.ref,
	raster/test/regress/loader/TiledAutoSkipNoData-post.pl,
	raster/test/regress/loader/TiledAutoSkipNoData-pre.pl,
	raster/test/regress/loader/TiledAutoSkipNoData.tif.ref: Replace
	pre/post machinery of rasters with .tif.ref files Closes #5068

2022-01-27  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: support {regdir} label in .opts
	raster files

2022-01-27  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: add support for .tif.ref files

2022-01-27  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Fix `make html` in out-of-tree builds Puts xsltproc path in XSLTPROC_COMMONOPTS

2022-01-27  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/Makefile.in: Fix `make images` in out-of-tree
	builds

2022-01-27  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c, doc/html/image_src/styles.c,
	doc/html/image_src/styles.h: [generator] look for styles.conf in the
	dir containing image source

2022-01-27  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: [generator] Add support for taking
	output in commandline

2022-01-27  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/Makefile.in: Fix out-of-source build of image
	generator

2022-01-27  Regina Obe <regina@arrival3d.com>

	* doc/po/de/extras_tigergeocoder.xml.po, doc/po/de/faq.xml.po,
	doc/po/ru/reference_accessor.xml.po,
	doc/po/ru/reference_constructor.xml.po,
	doc/po/ru/reference_editor.xml.po,
	doc/po/ru/reference_input.xml.po,
	doc/po/ru/reference_management.xml.po,
	doc/po/ru/reference_measure.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_relationship.xml.po,
	doc/po/ru/reference_srs.xml.po,
	doc/po/ru/reference_validation.xml.po: Translated using Weblate
	(Russian) Currently translated at 0.3% (1 of 276 strings) Translated using Weblate (Russian) Currently translated at 1.5% (1 of 66 strings) Translated using Weblate (Russian) Currently translated at 0.2% (1 of 400 strings) Translated using Weblate (Russian) Currently translated at 0.3% (1 of 312 strings) Translated using Weblate (Russian) Currently translated at 1.4% (1 of 68 strings) Translated using Weblate (Russian) Currently translated at 1.8% (1 of 54 strings) Translated using Weblate (Russian) Currently translated at 0.3% (1 of 273 strings) Translated using Weblate (Russian) Currently translated at 0.4% (1 of 233 strings) Translated using Weblate (Russian) Currently translated at 0.3% (1 of 282 strings) Translated using Weblate (Russian) Currently translated at 0.2% (1 of 361 strings) Translated using Weblate (German) Currently translated at 85.2% (81 of 95 strings) Translated using Weblate (German) Currently translated at 94.0% (220 of 234 strings) Co-authored-by: Regina Obe <regina@arrival3d.com> Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/de/Translate-URL: https://weblate.osgeo.org/projects/postgis/faqxml/de/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/ru/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_constructorxml/ru/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/ru/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/ru/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_managementxml/ru/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/ru/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/ru/Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/ru/Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/ru/
	Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/ru/Translation: postgis/extras_tigergeocoder.xml Translation:
	postgis/faq.xml Translation: postgis/reference_accessor.xml
	Translation: postgis/reference_constructor.xml Translation:
	postgis/reference_editor.xml Translation:
	postgis/reference_input.xml Translation:
	postgis/reference_management.xml Translation:
	postgis/reference_measure.xml Translation:
	postgis/reference_processing.xml Translation:
	postgis/reference_relationship.xml Translation:
	postgis/reference_srs.xml Translation:
	postgis/reference_validation.xml

2022-01-26  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Set source tree as read-only after
	./autogen.sh

2022-01-26  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Use out-of-source build

2022-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: Missing line-continuation in chunked-html target
	broken build for docs.

2022-01-26  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in: Use custom install
	target for address_standardizer extension The PGXS one isn't good because it insists in the control file being
	in the source tree, which is not the case.

2022-01-26  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in: Fix out-of-tree
	install of README.address_standardizer

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_editor.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (282 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_bbox.xml.po: Translated using Weblate
	(Japanese) Currently translated at 0.8% (1 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_srs.xml.po: Translated using Weblate
	(Japanese) Currently translated at 1.8% (1 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_output.xml.po: Translated using Weblate
	(Japanese) Currently translated at 99.6% (291 of 292 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_input.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (276 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_accessor.xml.po: Translated using Weblate
	(Japanese) Currently translated at 56.2% (225 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_operator.xml.po: Translated using Weblate
	(Japanese) Currently translated at 89.7% (201 of 224 strings) Translation: postgis/reference_operator.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_operatorxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_transformation.xml.po: Translated using
	Weblate (Japanese) Currently translated at 1.1% (1 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_relationship.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (273 of 273 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_measure.xml.po: Translated using Weblate
	(Japanese) Currently translated at 60.2% (188 of 312 strings) Translation: postgis/reference_measure.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/ja/

2022-01-26  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_sfcgal.xml.po: Translated using Weblate
	(Japanese) Currently translated at 8.6% (13 of 151 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/ja/

2022-01-25  Regina Obe <lr@pcorp.us>

	* doc/administration.xml, doc/installation.xml,
	doc/po/de/administration.xml.po, doc/po/de/installation.xml.po,
	doc/po/es/administration.xml.po, doc/po/es/installation.xml.po,
	doc/po/fr/administration.xml.po, doc/po/fr/installation.xml.po,
	doc/po/it_IT/administration.xml.po,
	doc/po/it_IT/installation.xml.po, doc/po/ja/administration.xml.po,
	doc/po/ja/installation.xml.po, doc/po/ko_KR/administration.xml.po,
	doc/po/ko_KR/installation.xml.po, doc/po/pl/administration.xml.po,
	doc/po/pl/installation.xml.po, doc/po/pt_BR/administration.xml.po,
	doc/po/pt_BR/installation.xml.po, doc/po/ru/administration.xml.po,
	doc/po/ru/installation.xml.po,
	doc/po/templates/administration.xml.pot,
	doc/po/templates/installation.xml.pot: Numerous updates to upgrade
	instructions.

2022-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, postgis/lwgeom_ogc.c: Test for empty before
	reading start point. Closes #5036

2022-01-25  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: Add news item for GH658 Closes #4912

2022-01-25  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge b9e5da7c4d6fc4b77daedfcdff2e48a33bf10438 into
	28d3747b8ecc585780112e8fe54c3d5da99cba5f

2022-01-23  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/database_tuning.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (33 of 33 strings) Translation: postgis/database_tuning.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/database_tuningxml/ja/

2022-01-23  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_address_standardizer.xml.po: Translated using
	Weblate (Japanese) Currently translated at 97.5% (202 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/ja/

2022-01-23  Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>

	* postgis/gserialized_gist_nd.c: gidx is varlena so it should be
	detoasted. #Closes 4912

2022-01-23  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: Update NEWS about GiST merged changes

2022-01-23  Darafei Praliaskouski <me@komzpa.net>

	* : Enable recursion-aware GiST picksplit.  Merge remote-tracking branch 'gh/pr/655/merge'

2022-01-22  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge df638fe844466e5a829d961de5eb1a93c0eb8a78 into
	6a48844bd75afa4a773a22dd20bb507023fdab88

2022-01-21  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/database_tuning.xml.po: Translated using Weblate
	(Japanese) Currently translated at 30.3% (10 of 33 strings) Translation: postgis/database_tuning.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/database_tuningxml/ja/

2022-01-22  Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>

	* postgis/geography.sql.in, postgis/postgis.sql.in: remove gist
	decompress support function

2022-01-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Fix out-of-tree generation of WKT parser

2022-01-21  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Fix install of spatial_ref_sys.sql

2022-01-21  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/Makefile.in: Fix raster extension
	out-of-tree install

2022-01-21  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_sfcgal/Makefile.in: Fix sfcgal extension
	out-of-tree build

2022-01-20  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Fix install of postgis.control
	with out-of-tree builds

2022-01-20  Sandro Santilli <strk@kbt.io>

	* utils/Makefile.in: Fix utils install in out-of-tree builds

2022-01-20  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, utils/check_tests_enabled.sh: Fix check-news and
	check-tests-enabled in out-of-tree builds

2022-01-20  Sandro Santilli <strk@kbt.io>

	* utils/check_tests_enabled.sh: regress/real is gone, update
	check_tests_enabled.sh accordingly

2022-01-20  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/srid.sql.in: Add availability info for
	ST_Srid(TopoGeometry)

2022-01-20  Sandro Santilli <strk@kbt.io>

	* regress/core/tests.mk.in, topology/test/tests.mk: Enable tests
	found disabled by `make check_test_enabled` CI was not catching this because the test was disabled in commit
	11dc1c60d8dbf5e534d1d32b1731038d92bf2be2 see #5062

2022-01-20  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/srid.sql.in,
	topology/test/regress/topogeometry_srid.sql,
	topology/test/regress/topogeometry_srid_expected: Fix
	ST_Srid(TopoGeometry) usage against a set of TopoGeometries References #5063 in master branch (3.3.0dev)

2022-01-20  Regina Obe <regina@arrival3d.com>

	* doc/po/ru/administration.xml.po: Translated using Weblate
	(Russian) Currently translated at 22.9% (20 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ru/

2022-01-20  Regina Obe <lr@pcorp.us>

	* doc/po/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/ja/administration.xml.po,
	doc/po/ja/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/ru/reference_accessor.xml.po,
	doc/po/templates/reference_accessor.xml.pot: Update pot and pos
	based on recent changes

2022-01-20  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch 'nertzy/patch-1'

2022-01-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add top_builddir variable

2022-01-20  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Fix check-unit under doc/

2022-01-20  Sandro Santilli <strk@kbt.io>

	* loader/cunit/Makefile.in: Fix build of unit tests of loader

2022-01-20  Sandro Santilli <strk@kbt.io>

	* raster/test/cunit/Makefile.in, raster/test/cunit/cu_band_basics.c: 
	Fix out-of-tree raster unit tests

2022-01-20  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/extras_topology.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (556 of 556 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/ja/

2022-01-20  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_raster.xml.po: Translated using Weblate
	(Japanese) Currently translated at 100.0% (1600 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/ja/

2022-01-20  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/reference_type.xml.po: Translated using Weblate
	(Japanese) Currently translated at 41.3% (19 of 46 strings) Translation: postgis/reference_type.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_typexml/ja/

2022-01-20  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/administration.xml.po: Translated using Weblate
	(Japanese) Currently translated at 86.2% (75 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ja/

2022-01-20  Regina Obe <regina@arrival3d.com>

	* doc/po/fr/postgis.xml.po: Translated postgis using Weblate
	(French) Currently translated at 66.6% (4 of 6 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/fr/

2022-01-20  Regina Obe <lr@pcorp.us>

	* doc/administration.xml, doc/po/de/administration.xml.po,
	doc/po/es/administration.xml.po, doc/po/fr/administration.xml.po,
	doc/po/it_IT/administration.xml.po,
	doc/po/ja/administration.xml.po,
	doc/po/ko_KR/administration.xml.po,
	doc/po/pl/administration.xml.po,
	doc/po/pt_BR/administration.xml.po,
	doc/po/ru/administration.xml.po,
	doc/po/templates/administration.xml.pot: Replace ... with …

2022-01-20  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/load_outdb-post.sh,
	raster/test/regress/load_outdb-pre.sh: Drop deprecated
	-{pre,post}.sh files

2022-01-20  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/Makefile.in: Fix REGRESS_INSTALLDIR for
	out-of-tree raster regress tests References #5060

2022-01-20  Sandro Santilli <strk@kbt.io>

	* regress/runtest.mk: Fix out-of-build check-regress (upgrade step) References #5060

2022-01-19  Sandro Santilli <strk@kbt.io>

	* ci/dronie/postgis_regress.sh: [dronie] always use function-based
	upgrade when available

2022-01-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix STAGED_INSTALL_DIR when
	POSTGIS_TOP_BUILD_DIR is given References #5060

2022-01-20  Sandro Santilli <strk@kbt.io>

	* regress/runtest.mk, topology/test/Makefile.in: Fix regress tests
	of topology built out of tree References #5060

2022-01-20  Sandro Santilli <strk@kbt.io>

	* raster/test/cunit/Makefile.in: Fix in-tree build of raster cunit

2022-01-20  Sandro Santilli <strk@kbt.io>

	* raster/loader/Makefile.in, raster/rt_core/Makefile.in,
	raster/rt_core/librtcore.h, raster/rt_pg/Makefile.in: Fix
	out-of-tree build of raster References #5060

2022-01-19  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, configure.ac, deps/flatgeobuf/Makefile.in,
	deps/ryu/Makefile.in, deps/wagyu/Makefile.in, doc/Makefile.in,
	extensions/address_standardizer/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, libpgcommon/Makefile.in,
	loader/Makefile.in, postgis/Makefile.in, raster/loader/Makefile.in,
	raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in,
	raster/rt_pg/rtpostgis.sql.in, raster/test/cunit/Makefile.in,
	raster/test/regress/Makefile.in, regress/Makefile.in,
	regress/core/Makefile.in, regress/dumper/Makefile.in,
	regress/loader/Makefile.in, regress/runtest.mk, sfcgal/Makefile.in,
	sfcgal/regress/Makefile.in, topology/Makefile.in,
	topology/test/Makefile.in, topology/topology.sql.in,
	utils/Makefile.in: Steps toward supporting out-of-tree builds References #5060

2022-01-19  Grant Hutchins <github@nertzy.com>

	* doc/reference_accessor.xml: Fix typo in docs

2022-01-19  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Allow passing POSTGIS_TOP_BUILD_DIR env
	variable to run_test.pl

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/pt_BR/installation.xml.po: Update version string in a
	translation

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/pt_BR/reference_constructor.xml.po,
	doc/po/pt_BR/reference_overlay.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_raster.xml.po: Update some See Also section
	left dangling

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/es/reference_constructor.xml.po,
	doc/po/fr/reference_constructor.xml.po: Drop long-gone ST_Accum
	xrefs Drops xref linking errors

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/es/extras_address_standardizer.xml.po: Fix spanish
	translation of manual (tags mismatch)

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Have `make -C doc/ html-localized` fail if any
	translation fails

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_topology.xml.po: Translated using Weblate
	(Italian) Currently translated at 34.3% (191 of 556 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/it/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_raster.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.1% (290 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/it/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/ja/reference_output.xml.po: Translated using Weblate
	(Japanese) Currently translated at 99.6% (291 of 292 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/ja/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/ja/reference_output.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/pt_BR/reference_output.xml.po: Commit the result of `make
	update-po` Performed with gettext-0.21 on Ubuntu 21.04

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_lrs.xml.po: Translated using Weblate
	(Italian) Currently translated at 15.2% (16 of 105 strings) Translation: postgis/reference_lrs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_lrsxml/it/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_editor.xml.po: Translated using Weblate
	(Italian) Currently translated at 17.7% (50 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/it/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_accessor.xml.po: Translated using Weblate
	(Italian) Currently translated at 37.2% (149 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/it/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_historytable.xml.po: Translated using Weblate
	(Italian) Currently translated at 100.0% (28 of 28 strings) Translation: postgis/extras_historytable.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_historytablexml/it/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_relationship.xml.po: Translated using
	Weblate (Italian) Currently translated at 4.7% (13 of 273 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/it/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_measure.xml.po: Translated using Weblate
	(Italian) Currently translated at 22.1% (69 of 312 strings) Translation: postgis/reference_measure.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/it/

2022-01-19  Weblate <noreply@weblate.org>

	* doc/po/de/postgis.xml.po, doc/po/es/postgis.xml.po,
	doc/po/fr/postgis.xml.po, doc/po/it_IT/postgis.xml.po,
	doc/po/ja/postgis.xml.po, doc/po/ko_KR/postgis.xml.po,
	doc/po/pl/postgis.xml.po, doc/po/pt_BR/postgis.xml.po,
	doc/po/ru/postgis.xml.po: Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in
	Weblate.  Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/

2022-01-19  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reference_sfcgal.xml.po: Translated using Weblate
	(Japanese) Currently translated at 5.9% (9 of 151 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/ja/

2022-01-19  Sandro Santilli <strk@kbt.io>

	* doc/po/de/reference_output.xml.po: Translated using Weblate
	(German) Currently translated at 78.0% (228 of 292 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/de/

2022-01-19  Weblate <noreply@weblate.org>

	* doc/po/de/reference_output.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/ru/reference_output.xml.po: Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in
	Weblate.  Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/

2022-01-18  Regina Obe <lr@pcorp.us>

	* doc/po/templates/reference_output.xml.pot,
	doc/reference_output.xml: Get rid of 9.4 hardcoding

2022-01-19  Weblate <noreply@weblate.org>

	* doc/po/de/reference_output.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/ru/reference_output.xml.po: Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in
	Weblate.  Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_editor.xml.po: Translated using Weblate
	(Italian) Currently translated at 17.7% (50 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/it/

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_srs.xml.po: Translated using Weblate
	(Italian) Currently translated at 14.8% (8 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/it/

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_output.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.4% (54 of 292 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/it/

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_accessor.xml.po: Translated using Weblate
	(Italian) Currently translated at 37.0% (148 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/it/

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_operator.xml.po: Translated using Weblate
	(Italian) Currently translated at 26.7% (60 of 224 strings) Translation: postgis/reference_operator.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_operatorxml/it/

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/de/administration.xml.po: Translated using Weblate (German) Currently translated at 2.2% (2 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/de/

2022-01-18  Regina Obe <lr@pcorp.us>

	* doc/po/templates/reference_output.xml.pot: Pot update for
	https://github.com/postgis/postgis/pull/653

2022-01-18  Regina Obe <lr@pcorp.us>

	* : commit 115f1e0f4ad3cd4475e628ea5308680492fc464b Merge: 0c66acf10
	5ae7417df Author: Regina Obe <lr@pcorp.us> Date:   Tue Jan 18
	19:10:44 2022 -0500

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/ja/reporting.xml.po: Translated using Weblate (Japanese) Currently translated at 100.0% (20 of 20 strings) Translation: postgis/reporting.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reportingxml/ja/

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/ja/reporting.xml.po: Update Report-Msgid-Bugs-To to use
	https This was the ONLY file still having http instead of https, and such
	difference resulted in updating the .po even if the .pot was not
	otherwise different, with the side effect of changing line wrapping.  Closes #5056

2022-01-17  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/extras.xml.po: Translated using Weblate (Japanese) Currently translated at 100.0% (3 of 3 strings) Translation: postgis/extras.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extrasxml/ja/

2022-01-17  Regina Obe <regina@arrival3d.com>

	* doc/po/de/extras.xml.po: Translated using Weblate (German) Currently translated at 66.6% (2 of 3 strings) Translation: postgis/extras.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extrasxml/de/

2022-01-18  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/administration.xml.po: Translated using Weblate
	(Japanese) Currently translated at 64.3% (56 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ja/

2022-01-17  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/administration.xml.po: Translated using Weblate
	(Japanese) Currently translated at 64.3% (56 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ja/

2022-01-17  Regina Obe <regina@arrival3d.com>

	* doc/po/es/administration.xml.po: Translated using Weblate
	(Spanish) Currently translated at 1.1% (1 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/es/

2022-01-17  Regina Obe <regina@arrival3d.com>

	* doc/po/de/database_tuning.xml.po: Translated using Weblate
	(German) Currently translated at 3.0% (1 of 33 strings) Translation: postgis/database_tuning.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/database_tuningxml/de/

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/de/reference_temporal.xml.po,
	doc/po/es/reference_temporal.xml.po,
	doc/po/fr/reference_temporal.xml.po,
	doc/po/it_IT/reference_temporal.xml.po,
	doc/po/ja/reference_temporal.xml.po,
	doc/po/ko_KR/reference_temporal.xml.po,
	doc/po/pl/reference_temporal.xml.po,
	doc/po/pt_BR/reference_temporal.xml.po: Drop deprecated translation
	files

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/po/de/usage.xml.po, doc/po/es/usage.xml.po,
	doc/po/fr/usage.xml.po, doc/po/it_IT/usage.xml.po,
	doc/po/ja/usage.xml.po, doc/po/ko_KR/usage.xml.po,
	doc/po/pl/usage.xml.po, doc/po/pt_BR/usage.xml.po,
	doc/po/templates/usage.xml.pot: Drop obsolated usage.xml translation
	files

2022-01-18  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Do not update POT for only changing
	Report-Msgid-Bugs-To header Closes #5053

2022-01-16  Darafei Praliaskouski <me@komzpa.net>

	* postgis/gserialized_gist_2d.c: Picksplit: break last tie to put
	the tuple into smaller page, not to the right Overlap is reduced: if a tuple is a perfect fit for some side, put
	it there.

2022-01-17  Teramoto Ikuhiro <yellow@affrc.go.jp>

	* doc/po/ja/administration.xml.po: Translated using Weblate
	(Japanese) Currently translated at 19.5% (17 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ja/

2022-01-17  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_before_upgrade.sql: Do not include default value
	in _postgis_drop_if_needed calls

2022-01-15  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_before_upgrade.sql,
	regress/hooks/hook-before-upgrade.sql: Rewrite
	_postgis_drop_if_needed to avoid expanding DEFAULT values This prevents the function to fail when geometry canonical output
	function is non-functional (maybe due to lack of library on system).  References #5046 in master branch Includes regression testing, which now avoid keeping geometry_out
	functional.

2022-01-16  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/postgis.xml.po: Translated postgis using Weblate
	(Italian) Currently translated at 100.0% (6 of 6 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/it/

2022-01-16  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/postgis.xml.po: Translated postgis using Weblate
	(Italian) Currently translated at 83.3% (5 of 6 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/it/

2022-01-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Revert "run_test.pl: include upgrade errors
	when in verbose mode" This reverts commit 9b186c4d3d23029f7164c54c9c6add440987cf3b.  I was wrong, verbose mode already shows it

2022-01-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: include upgrade errors when in
	verbose mode

2022-01-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: fail immediately if upgrade of
	any component fails

2022-01-16  Sandro Santilli <strk@kbt.io>

	* regress/runtest.mk: Include internal RUNTESTFLAGS when testing
	upgrades Fixes #5054

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/ja/reporting.xml.po: Translated using Weblate (Japanese) Currently translated at 100.0% (20 of 20 strings) Translation: postgis/reporting.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reportingxml/ja/

2022-01-16  Darafei Praliaskouski <me@komzpa.net>

	* postgis/gserialized_gist_2d.c: Recursion aware picksplit.

2022-01-15  Regina Obe <lr@pcorp.us>

	* : commit c5e7d4f27623e307cb528eac654253869ac47860 Author: Regina
	Obe <lr@pcorp.us> Date:   Sat Jan 15 15:26:56 2022 -0500

2022-01-15  Sandro Santilli <strk@kbt.io>

	* ci/dronie/postgis_regress.sh: [dronie] give a summary of upgrade
	tests

2022-01-15  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Improve check_all_upgrades.sh  - Report target version when testing upgrades from unpackaged to
	 :auto - Fix handling all specific-version parameter followed by
	 exclamation mark - Check availability of unpackaged upgrade file  - Report extension in PASS/FAIL messages NOTE: this makes dronie really test upgrades via function, which       was NOT really working as of 8c741465d

2022-01-15  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Include actual target version in
	check_all_upgrades.sh :auto

2022-01-15  Regina Obe <lr@pcorp.us>

	* doc/po/ja/reference_lrs.xml.po,
	doc/po/ja/reference_relationship.xml.po, doc/po/ja/reporting.xml.po: 
	Updated ja files from transifex

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_validation.xml.po: Translated using Weblate
	(German) Currently translated at 2.9% (2 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_trajectory.xml.po: Translated using Weblate
	(German) Currently translated at 2.9% (1 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_cluster.xml.po: Translated using Weblate
	(German) Currently translated at 1.8% (1 of 55 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_bbox.xml.po: Translated using Weblate (German) Currently translated at 1.7% (2 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_srs.xml.po: Translated using Weblate (German) Currently translated at 1.8% (1 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_troubleshooting.xml.po: Translated using
	Weblate (German) Currently translated at 3.8% (1 of 26 strings) Translation: postgis/reference_troubleshooting.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_troubleshootingxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_version.xml.po: Translated using Weblate
	(German) Currently translated at 1.1% (1 of 88 strings) Translation: postgis/reference_version.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_versionxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_overlay.xml.po: Translated using Weblate
	(German) Currently translated at 0.6% (1 of 143 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/database_tuning.xml.po: Translated using Weblate
	(German) Currently translated at 3.0% (1 of 33 strings) Translation: postgis/database_tuning.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/database_tuningxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_transformation.xml.po: Translated using
	Weblate (German) Currently translated at 1.1% (1 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/using_postgis_query.xml.po: Translated using Weblate
	(German) Currently translated at 0.9% (1 of 109 strings) Translation: postgis/using_postgis_query.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/using_postgis_queryxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/reference_relationship.xml.po: Translated using Weblate
	(German) Currently translated at 0.3% (1 of 273 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/de/using_postgis_dataman.xml.po: Translated using Weblate
	(German) Currently translated at 41.5% (208 of 501 strings) Translation: postgis/using_postgis_dataman.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/using_postgis_datamanxml/de/

2022-01-15  Regina Obe <regina@arrival3d.com>

	* doc/po/es/postgis.xml.po: Translated postgis using Weblate
	(Spanish) Currently translated at 66.6% (4 of 6 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/es/

2022-01-14  Carlos <carlos.lopez@psig.es>

	* doc/po/es/reference_version.xml.po: Translated using Weblate
	(Spanish) Currently translated at 1.1% (1 of 88 strings) Translation: postgis/reference_version.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_versionxml/es/

2022-01-14  Carlos <carlos.lopez@psig.es>

	* doc/po/es/administration.xml.po: Translated using Weblate
	(Spanish) Currently translated at 1.1% (1 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/es/

2022-01-14  Carlos <carlos.lopez@psig.es>

	* doc/po/es/reference_transformation.xml.po: Translated using
	Weblate (Spanish) Currently translated at 1.1% (1 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/es/

2022-01-14  Carlos <carlos.lopez@psig.es>

	* doc/po/es/using_postgis_query.xml.po: Translated using Weblate
	(Spanish) Currently translated at 0.9% (1 of 109 strings) Translation: postgis/using_postgis_query.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/using_postgis_queryxml/es/

2022-01-14  Sandro Santilli <strk@kbt.io>

	* regress/runtest.mk: Print a more useful message about when upgrade
	test is forced or not

2022-01-13  Sandro Santilli <strk@kbt.io>

	* regress/hooks/hook-before-upgrade.sql: Test ugprades in absence of
	old library (cheating) We are cheating because the geometry_out function is NOT being
	pointed to unexisting library, due to a bug in our upgrade procedure
	which *requires* that function to work during upgrade.  See #5046

2022-01-14  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/tests.mk, topology/test/tests.mk: Run topology
	and raster --before-upgrade hooks *before* the core ones

2022-01-14  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/installation.xml.po: Cleanup translation (drop old
	commented-out translations)

2022-01-13  Sandro Santilli <strk@kbt.io>

	* ci/dronie/postgis_regress.sh: [drone] Test upgrades via
	postgis_extension_upgrade()

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reporting.xml.po: Translated using Weblate (Italian) Currently translated at 100.0% (20 of 20 strings) Translation: postgis/reporting.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reportingxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/de/reporting.xml.po, doc/po/es/reporting.xml.po,
	doc/po/fr/reporting.xml.po, doc/po/it_IT/reporting.xml.po,
	doc/po/ja/reporting.xml.po, doc/po/ko_KR/reporting.xml.po,
	doc/po/pl/reporting.xml.po, doc/po/pt_BR/reporting.xml.po,
	doc/po/ru/introduction.xml.po, doc/po/ru/release_notes.xml.po,
	doc/po/ru/reporting.xml.po, doc/po/templates/reporting.xml.pot: 
	Update translation after dropping references to Subversion This is the result of `make -C doc/ update-po`

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/reporting.xml: Drop reference to Subversion in docs (outdated)

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reporting.xml.po: Translated using Weblate (Italian) Currently translated at 100.0% (20 of 20 strings) Translation: postgis/reporting.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reportingxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_release_docs.sh: Have Debbie always build
	localized-html

2022-01-13  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE, doc/.tx/config, doc/Makefile.in, doc/po/README: 
	Drop references to Transifex, we go Weblate now Update doc/po/README accordingly

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/.tx/config: Drop reference_misc.xml mapping from transifex cli
	config

2022-01-13  Regina Obe <lr@pcorp.us>

	* doc/po/ru/release_notes.xml.po: Missed a file in last commit

2022-01-13  Regina Obe <lr@pcorp.us>

	* doc/po/ru/introduction.xml.po: Russian Translation from transifex

2022-01-13  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Allow passing additional run test
	flags to check_all_upgrades.sh This may be useful to test upgrades while having postgis function
	point to non-existent SO object.  See
	https://trac.osgeo.org/postgis/ticket/5046#comment:3

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_validation.xml.po: Translated using Weblate
	(Italian) Currently translated at 10.2% (7 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_lrs.xml.po: Translated using Weblate
	(Italian) Currently translated at 15.2% (16 of 105 strings) Translation: postgis/reference_lrs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_lrsxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_exception.xml.po: Translated using Weblate
	(Italian) Currently translated at 15.3% (4 of 26 strings) Translation: postgis/reference_exception.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_exceptionxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_raster.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.0% (289 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_editor.xml.po: Translated using Weblate
	(Italian) Currently translated at 17.7% (50 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_bbox.xml.po: Translated using Weblate
	(Italian) Currently translated at 6.8% (8 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_srs.xml.po: Translated using Weblate
	(Italian) Currently translated at 14.8% (8 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_troubleshooting.xml.po: Translated using
	Weblate (Italian) Currently translated at 15.3% (4 of 26 strings) Translation: postgis/reference_troubleshooting.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_troubleshootingxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_output.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.4% (54 of 292 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_input.xml.po: Translated using Weblate
	(Italian) Currently translated at 57.9% (160 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_accessor.xml.po: Translated using Weblate
	(Italian) Currently translated at 37.0% (148 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_operator.xml.po: Translated using Weblate
	(Italian) Currently translated at 26.7% (60 of 224 strings) Translation: postgis/reference_operator.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_operatorxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_overlay.xml.po: Translated using Weblate
	(Italian) Currently translated at 4.8% (7 of 143 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_transformation.xml.po: Translated using
	Weblate (Italian) Currently translated at 10.4% (9 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_relationship.xml.po: Translated using
	Weblate (Italian) Currently translated at 4.3% (12 of 273 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_measure.xml.po: Translated using Weblate
	(Italian) Currently translated at 22.1% (69 of 312 strings) Translation: postgis/reference_measure.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_management.xml.po: Translated using Weblate
	(Italian) Currently translated at 54.5% (36 of 66 strings) Translation: postgis/reference_management.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_managementxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_sfcgal.xml.po: Translated using Weblate
	(Italian) Currently translated at 15.8% (24 of 151 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_processing.xml.po: Translated using Weblate
	(Italian) Currently translated at 17.7% (64 of 361 strings) Translation: postgis/reference_processing.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_constructor.xml.po: Translated using
	Weblate (Italian) Currently translated at 11.5% (27 of 233 strings) Translation: postgis/reference_constructor.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_constructorxml/it/

2022-01-13  Regina Obe <lr@pcorp.us>

	* regress/core/regress_buffer_params.sql,
	regress/core/regress_buffer_params_expected: Take out buffer mitre
	tests that yield different results between GEOS 3.11 and GEOS < 3.11
	References #5049 for PostGIS 3.2.0

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_validation.xml.po: Translated using Weblate
	(Italian) Currently translated at 8.8% (6 of 68 strings) Translation: postgis/reference_validation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_validationxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_topology.xml.po: Translated using Weblate
	(Italian) Currently translated at 25.7% (143 of 556 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_trajectory.xml.po: Translated using Weblate
	(Italian) Currently translated at 11.7% (4 of 34 strings) Translation: postgis/reference_trajectory.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_trajectoryxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_lrs.xml.po: Translated using Weblate
	(Italian) Currently translated at 15.2% (16 of 105 strings) Translation: postgis/reference_lrs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_lrsxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_exception.xml.po: Translated using Weblate
	(Italian) Currently translated at 11.5% (3 of 26 strings) Translation: postgis/reference_exception.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_exceptionxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_raster.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.0% (288 of 1600 strings) Translation: postgis/reference_raster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_rasterxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_cluster.xml.po: Translated using Weblate
	(Italian) Currently translated at 5.4% (3 of 55 strings) Translation: postgis/reference_cluster.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_type.xml.po: Translated using Weblate
	(Italian) Currently translated at 41.3% (19 of 46 strings) Translation: postgis/reference_type.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_typexml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_editor.xml.po: Translated using Weblate
	(Italian) Currently translated at 17.7% (50 of 282 strings) Translation: postgis/reference_editor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_editorxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_bbox.xml.po: Translated using Weblate
	(Italian) Currently translated at 3.4% (4 of 117 strings) Translation: postgis/reference_bbox.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_bboxxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/using_postgis_app.xml.po: Translated using Weblate
	(Italian) Currently translated at 1.2% (1 of 79 strings) Translation: postgis/using_postgis_app.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/using_postgis_appxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_srs.xml.po: Translated using Weblate
	(Italian) Currently translated at 5.5% (3 of 54 strings) Translation: postgis/reference_srs.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_srsxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_transaction.xml.po: Translated using
	Weblate (Italian) Currently translated at 6.9% (3 of 43 strings) Translation: postgis/reference_transaction.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transactionxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/installation.xml.po: Translated using Weblate
	(Italian) Currently translated at 46.1% (114 of 247 strings) Translation: postgis/installation.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_troubleshooting.xml.po: Translated using
	Weblate (Italian) Currently translated at 11.5% (3 of 26 strings) Translation: postgis/reference_troubleshooting.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_troubleshootingxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_output.xml.po: Translated using Weblate
	(Italian) Currently translated at 18.4% (54 of 292 strings) Translation: postgis/reference_output.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_outputxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_input.xml.po: Translated using Weblate
	(Italian) Currently translated at 57.9% (160 of 276 strings) Translation: postgis/reference_input.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_inputxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_accessor.xml.po: Translated using Weblate
	(Italian) Currently translated at 37.0% (148 of 400 strings) Translation: postgis/reference_accessor.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_accessorxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_tigergeocoder.xml.po: Translated using Weblate
	(Italian) Currently translated at 2.5% (6 of 234 strings) Translation: postgis/extras_tigergeocoder.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_tigergeocoderxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_operator.xml.po: Translated using Weblate
	(Italian) Currently translated at 26.3% (59 of 224 strings) Translation: postgis/reference_operator.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_operatorxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_version.xml.po: Translated using Weblate
	(Italian) Currently translated at 3.4% (3 of 88 strings) Translation: postgis/reference_version.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_versionxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_historytable.xml.po: Translated using Weblate
	(Italian) Currently translated at 75.0% (21 of 28 strings) Translation: postgis/extras_historytable.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_historytablexml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_overlay.xml.po: Translated using Weblate
	(Italian) Currently translated at 4.1% (6 of 143 strings) Translation: postgis/reference_overlay.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_overlayxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_transformation.xml.po: Translated using
	Weblate (Italian) Currently translated at 4.6% (4 of 86 strings) Translation: postgis/reference_transformation.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_transformationxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_guc.xml.po: Translated using Weblate
	(Italian) Currently translated at 5.8% (4 of 68 strings) Translation: postgis/reference_guc.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_gucxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_relationship.xml.po: Translated using
	Weblate (Italian) Currently translated at 2.1% (6 of 273 strings) Translation: postgis/reference_relationship.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_relationshipxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_measure.xml.po: Translated using Weblate
	(Italian) Currently translated at 22.1% (69 of 312 strings) Translation: postgis/reference_measure.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_measurexml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_management.xml.po: Translated using Weblate
	(Italian) Currently translated at 54.5% (36 of 66 strings) Translation: postgis/reference_management.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_managementxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_sfcgal.xml.po: Translated using Weblate
	(Italian) Currently translated at 15.8% (24 of 151 strings) Translation: postgis/reference_sfcgal.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/reference_sfcgalxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_processing.xml.po: Translated using Weblate
	(Italian) Currently translated at 17.7% (64 of 361 strings) Translation: postgis/reference_processing.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_processingxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reference_constructor.xml.po: Translated using
	Weblate (Italian) Currently translated at 11.5% (27 of 233 strings) Translation: postgis/reference_constructor.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/reference_constructorxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_address_standardizer.xml.po: Translated using
	Weblate (Italian) Currently translated at 1.9% (4 of 207 strings) Translation: postgis/extras_address_standardizer.xml Translate-URL:

	https://weblate.osgeo.org/projects/postgis/extras_address_standardizerxml/it/

2022-01-13  Sandro Santilli <strk@kbt.io>

	* doc/po/ru/administration.xml.po: Fix russian translation
	(<varname> was translated, reverted here)

2022-01-12  robe <regina@arrival3d.com>

	* doc/po/ru/administration.xml.po: Translated using Weblate
	(Russian) Currently translated at 21.8% (19 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ru/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/introduction.xml.po: Translated using Weblate
	(Italian) Currently translated at 20.0% (39 of 195 strings) Translation: postgis/introduction.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/introductionxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/fr/introduction.xml.po: Translated using Weblate (French) Currently translated at 15.3% (30 of 195 strings) Translation: postgis/introduction.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/introductionxml/fr/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/fr/installation.xml.po: Translated using Weblate (French) Currently translated at 72.0% (178 of 247 strings) Translation: postgis/installation.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/fr/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/administration.xml.po: Translated using Weblate
	(Italian) Currently translated at 12.6% (11 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/it/

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/ru/postgis.xml.po: Fix XML in russian translation

2022-01-11  robe <regina@arrival3d.com>

	* doc/po/ru/administration.xml.po, doc/po/ru/postgis.xml.po: 
	Translated using Weblate (Russian) Currently translated at 5.7% (5 of 87 strings) Translated using Weblate (Russian) Currently translated at 100.0% (6 of 6 strings) Co-authored-by: robe <regina@arrival3d.com> Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/ru/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ru/ Translation:
	postgis/administration.xml Translation: postgis/postgis

2022-01-12  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/administration.xml.po: Translate some italian strings
	(got compose key setup now :)

2022-01-11  Regina Obe <lr@pcorp.us>

	* doc/po/de/postgis.xml.po, doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_input.xml.po,
	doc/po/de/reference_raster.xml.po,
	doc/po/de/reference_sfcgal.xml.po, doc/po/de/release_notes.xml.po: 
	German changes from transifex

2022-01-11  strk <strk@kbt.io>

	* doc/po/it_IT/installation.xml.po, doc/po/it_IT/postgis.xml.po: 
	Translated using Weblate (Italian) Currently translated at 46.1% (114 of 247 strings) Translated using Weblate (Italian) Currently translated at 83.3% (5 of 6 strings) Co-authored-by: strk <strk@kbt.io> Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/it/
	Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/it/ Translation:
	postgis/installation.xml Translation: postgis/postgis

2022-01-11  Regina Obe <lr@pcorp.us>

	* doc/po/ja/introduction.xml.po, doc/po/ja/reference_editor.xml.po,
	doc/po/ja/reference_input.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_raster.xml.po,
	doc/po/ja/reference_sfcgal.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po, doc/po/ko/glossary.tbx: 
	Remove orphan Korean translation.  Add updated japanese

2022-01-11  Sandro Santilli <strk@kbt.io>

	* doc/po/README: Add instruction about adding a new translation
	language Reference #5048

2022-01-11  Sandro Santilli <strk@kbt.io>

	* doc/po/ru/administration.xml.po,
	doc/po/ru/database_tuning.xml.po, doc/po/ru/extras.xml.po,
	doc/po/ru/extras_address_standardizer.xml.po,
	doc/po/ru/extras_historytable.xml.po,
	doc/po/ru/extras_tigergeocoder.xml.po,
	doc/po/ru/extras_topology.xml.po, doc/po/ru/faq.xml.po,
	doc/po/ru/faq_raster.xml.po, doc/po/ru/installation.xml.po,
	doc/po/ru/introduction.xml.po, doc/po/ru/performance_tips.xml.po,
	doc/po/ru/postgis.xml.po, doc/po/ru/reference.xml.po,
	doc/po/ru/reference_accessor.xml.po,
	doc/po/ru/reference_bbox.xml.po,
	doc/po/ru/reference_cluster.xml.po,
	doc/po/ru/reference_constructor.xml.po,
	doc/po/ru/reference_editor.xml.po,
	doc/po/ru/reference_exception.xml.po,
	doc/po/ru/reference_guc.xml.po, doc/po/ru/reference_input.xml.po,
	doc/po/ru/reference_lrs.xml.po,
	doc/po/ru/reference_management.xml.po,
	doc/po/ru/reference_measure.xml.po,
	doc/po/ru/reference_operator.xml.po,
	doc/po/ru/reference_output.xml.po,
	doc/po/ru/reference_overlay.xml.po,
	doc/po/ru/reference_processing.xml.po,
	doc/po/ru/reference_raster.xml.po,
	doc/po/ru/reference_relationship.xml.po,
	doc/po/ru/reference_sfcgal.xml.po, doc/po/ru/reference_srs.xml.po,
	doc/po/ru/reference_trajectory.xml.po,
	doc/po/ru/reference_transaction.xml.po,
	doc/po/ru/reference_transformation.xml.po,
	doc/po/ru/reference_troubleshooting.xml.po,
	doc/po/ru/reference_type.xml.po,
	doc/po/ru/reference_validation.xml.po,
	doc/po/ru/reference_version.xml.po, doc/po/ru/release_notes.xml.po,
	doc/po/ru/reporting.xml.po, doc/po/ru/using_postgis_app.xml.po,
	doc/po/ru/using_postgis_dataman.xml.po,
	doc/po/ru/using_postgis_query.xml.po,
	doc/po/ru/using_raster_dataman.xml.po: Update po after addition of
	Russian translation support This is the result of `make update-po` after the `ru` translation
	was mentioned in doc/Makefile.in (and ./configure was re-run) I've also taken an manual step of fixing a duplicated msgid which
	was somehow still found (about TRIANGLE WKT)

2022-01-11  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/po/ru/Makefile: Add Makefile support for
	russian translation Closes #5048

2022-01-11  Sandro Santilli <strk@kbt.io>

	* doc/po/de/reference_misc.xml.po, doc/po/es/reference_misc.xml.po,
	doc/po/fr/reference_misc.xml.po,
	doc/po/it_IT/reference_misc.xml.po,
	doc/po/ja/reference_misc.xml.po,
	doc/po/ko_KR/reference_misc.xml.po,
	doc/po/pl/reference_misc.xml.po,
	doc/po/pt_BR/reference_misc.xml.po,
	doc/po/ru/reference_misc.xml.po,
	doc/po/templates/reference_misc.xml.pot, doc/reference_misc.xml: 
	Drop reference_misc.xml file, and associated translations This is a followup to commit
	7db2b4cddd499cc2de2665f3d8a9f5245de30bf6

2022-01-11  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/introduction.xml.po: Use accented letters in italian
	translation

2022-01-11  strk <strk@kbt.io>

	* doc/po/it_IT/introduction.xml.po: Translated using Weblate
	(Italian) Currently translated at 19.4% (38 of 195 strings) Translation: postgis/introduction.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/introductionxml/it/

2022-01-11  Sandro Santilli <strk@kbt.io>

	* doc/.weblate, doc/po/README: Add weblate commandline configuration
	and early instructions

2022-01-11  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/introduction.xml.po: Use accented letter in italian
	translation

2022-01-10  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/introduction.xml.po: Translate paragraph in italian,
	to test effects on foreign platforms This is basically to check if the changes gets automatically noticed
	by either Transifex or Weblate.

2022-01-10  Sandro Santilli <strk@kbt.io>

	* doc/po/de/using_postgis_dataman.xml.po,
	doc/po/es/using_postgis_dataman.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po,
	doc/po/ja/reference_relationship.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ko_KR/using_postgis_dataman.xml.po,
	doc/po/pl/using_postgis_dataman.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po: Include tag in duplicated
	msgid for ProperlyContains See #5043 As of this commit my run of `make update-po` completes without
	printed errors.

2022-01-10  Sandro Santilli <strk@kbt.io>

	* doc/po/templates/using_postgis_dataman.xml.pot,
	doc/using_postgis_dataman.xml: Use different triangle WKT in example This is the smallest workaround to a duplicated msgid resulting from
	xml2pot. Closes #5043

2022-01-10  Sandro Santilli <strk@kbt.io>

	* configure.ac, doc/Makefile.in: Use msginit to initialize
	translation files (rather than bare cp)

2022-01-10  Sandro Santilli <strk@kbt.io>

	* doc/po/de/introduction.xml.po, doc/po/de/reference_output.xml.po,
	doc/po/de/reference_sfcgal.xml.po, doc/po/es/introduction.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/es/reference_sfcgal.xml.po,
	doc/po/it_IT/introduction.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/templates/introduction.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot: Update translation from
	Transifex and fix as needed Closes #5042

2022-01-10  Sandro Santilli <strk@kbt.io>

	* doc/README: Add hint about where to get docbook stylesheets

2022-01-10  Sandro Santilli <strk@kbt.io>

	* doc/.tx/config: Pushing the result of `make update-tx` (transifex
	commandline config)

2022-01-10  Regina Obe <lr@pcorp.us>

	* doc/po/pt_BR/ru/glossary.tbx, doc/po/{pt_BR =>
	}/ru/extras.xml.po, doc/po/{pt_BR =>
	}/ru/extras_address_standardizer.xml.po, doc/po/{pt_BR =>
	}/ru/extras_historytable.xml.po, doc/po/{pt_BR =>
	}/ru/extras_tigergeocoder.xml.po, doc/po/{pt_BR =>
	}/ru/extras_topology.xml.po, doc/po/{pt_BR => }/ru/faq.xml.po,
	doc/po/{pt_BR => }/ru/faq_raster.xml.po, doc/po/{pt_BR =>
	}/ru/installation.xml.po, doc/po/{pt_BR =>
	}/ru/introduction.xml.po, doc/po/{pt_BR =>
	}/ru/performance_tips.xml.po, doc/po/{pt_BR => }/ru/postgis.xml.po,
	doc/po/{pt_BR => }/ru/reference.xml.po, doc/po/{pt_BR =>
	}/ru/reference_accessor.xml.po, doc/po/{pt_BR =>
	}/ru/reference_bbox.xml.po, doc/po/{pt_BR =>
	}/ru/reference_cluster.xml.po, doc/po/{pt_BR =>
	}/ru/reference_constructor.xml.po, doc/po/{pt_BR =>
	}/ru/reference_editor.xml.po, doc/po/{pt_BR =>
	}/ru/reference_exception.xml.po, doc/po/{pt_BR =>
	}/ru/reference_guc.xml.po, doc/po/{pt_BR =>
	}/ru/reference_input.xml.po, doc/po/{pt_BR =>
	}/ru/reference_lrs.xml.po, doc/po/{pt_BR =>
	}/ru/reference_management.xml.po, doc/po/{pt_BR =>
	}/ru/reference_measure.xml.po, doc/po/{pt_BR =>
	}/ru/reference_misc.xml.po, doc/po/{pt_BR =>
	}/ru/reference_operator.xml.po, doc/po/{pt_BR =>
	}/ru/reference_output.xml.po, doc/po/{pt_BR =>
	}/ru/reference_processing.xml.po, doc/po/{pt_BR =>
	}/ru/reference_raster.xml.po, doc/po/{pt_BR =>
	}/ru/reference_relationship.xml.po, doc/po/{pt_BR =>
	}/ru/reference_sfcgal.xml.po, doc/po/{pt_BR =>
	}/ru/reference_srs.xml.po, doc/po/{pt_BR =>
	}/ru/reference_trajectory.xml.po, doc/po/{pt_BR =>
	}/ru/reference_transaction.xml.po, doc/po/{pt_BR =>
	}/ru/reference_transformation.xml.po, doc/po/{pt_BR =>
	}/ru/reference_troubleshooting.xml.po, doc/po/{pt_BR =>
	}/ru/reference_type.xml.po, doc/po/{pt_BR =>
	}/ru/reference_validation.xml.po, doc/po/{pt_BR =>
	}/ru/reference_version.xml.po, doc/po/{pt_BR =>
	}/ru/release_notes.xml.po, doc/po/{pt_BR => }/ru/reporting.xml.po,
	doc/po/{pt_BR => }/ru/using_postgis_app.xml.po, doc/po/{pt_BR =>
	}/ru/using_postgis_dataman.xml.po, doc/po/{pt_BR =>
	}/ru/using_raster_dataman.xml.po: Oops put ru in wrong folder.

2022-01-10  Regina Obe <lr@pcorp.us>

	* doc/po/fr/introduction.xml.po, doc/po/fr/reference_output.xml.po,
	doc/po/fr/reference_sfcgal.xml.po, doc/po/ja/introduction.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_sfcgal.xml.po,
	doc/po/ko_KR/introduction.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/pl/introduction.xml.po, doc/po/pl/reference_output.xml.po,
	doc/po/pl/reference_sfcgal.xml.po,
	doc/po/pt_BR/introduction.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/ru/extras.xml.po,
	doc/po/pt_BR/ru/extras_address_standardizer.xml.po,
	doc/po/pt_BR/ru/extras_historytable.xml.po,
	doc/po/pt_BR/ru/extras_tigergeocoder.xml.po,
	doc/po/pt_BR/ru/extras_topology.xml.po, doc/po/pt_BR/ru/faq.xml.po,
	doc/po/pt_BR/ru/faq_raster.xml.po, doc/po/pt_BR/ru/glossary.tbx,
	doc/po/pt_BR/ru/installation.xml.po,
	doc/po/pt_BR/ru/introduction.xml.po,
	doc/po/pt_BR/ru/performance_tips.xml.po,
	doc/po/pt_BR/ru/postgis.xml.po, doc/po/pt_BR/ru/reference.xml.po,
	doc/po/pt_BR/ru/reference_accessor.xml.po,
	doc/po/pt_BR/ru/reference_bbox.xml.po,
	doc/po/pt_BR/ru/reference_cluster.xml.po,
	doc/po/pt_BR/ru/reference_constructor.xml.po,
	doc/po/pt_BR/ru/reference_editor.xml.po,
	doc/po/pt_BR/ru/reference_exception.xml.po,
	doc/po/pt_BR/ru/reference_guc.xml.po,
	doc/po/pt_BR/ru/reference_input.xml.po,
	doc/po/pt_BR/ru/reference_lrs.xml.po,
	doc/po/pt_BR/ru/reference_management.xml.po,
	doc/po/pt_BR/ru/reference_measure.xml.po,
	doc/po/pt_BR/ru/reference_misc.xml.po,
	doc/po/pt_BR/ru/reference_operator.xml.po,
	doc/po/pt_BR/ru/reference_output.xml.po,
	doc/po/pt_BR/ru/reference_processing.xml.po,
	doc/po/pt_BR/ru/reference_raster.xml.po,
	doc/po/pt_BR/ru/reference_relationship.xml.po,
	doc/po/pt_BR/ru/reference_sfcgal.xml.po,
	doc/po/pt_BR/ru/reference_srs.xml.po,
	doc/po/pt_BR/ru/reference_trajectory.xml.po,
	doc/po/pt_BR/ru/reference_transaction.xml.po,
	doc/po/pt_BR/ru/reference_transformation.xml.po,
	doc/po/pt_BR/ru/reference_troubleshooting.xml.po,
	doc/po/pt_BR/ru/reference_type.xml.po,
	doc/po/pt_BR/ru/reference_validation.xml.po,
	doc/po/pt_BR/ru/reference_version.xml.po,
	doc/po/pt_BR/ru/release_notes.xml.po,
	doc/po/pt_BR/ru/reporting.xml.po,
	doc/po/pt_BR/ru/using_postgis_app.xml.po,
	doc/po/pt_BR/ru/using_postgis_dataman.xml.po,
	doc/po/pt_BR/ru/using_raster_dataman.xml.po: Update pos changed

2022-01-10  Regina Obe <lr@pcorp.us>

	* doc/po/it/glossary.tbx: Delete rogue it folder

2022-01-10  Regina Obe <lr@pcorp.us>

	* doc/po/templates/reference_sfcgal.xml.pot: Update with new changes
	in SFCGAL

2022-01-09  jsanz <jsanz@osgeo.org>

	* doc/po/es/extras_topology.xml.po: Translated using Weblate
	(Spanish) Currently translated at 89.3% (497 of 556 strings) Translation: postgis/extras_topology.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/extras_topologyxml/es/

2022-01-09  jsanz <jsanz@osgeo.org>

	* doc/po/es/installation.xml.po: Translated using Weblate (Spanish) Currently translated at 53.4% (132 of 247 strings) Translation: postgis/installation.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/es/

2022-01-07  robe <regina@arrival3d.com>

	* doc/po/es/installation.xml.po: Translated using Weblate (Spanish) Currently translated at 52.2% (129 of 247 strings) Translation: postgis/installation.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/installationxml/es/

2022-01-08  Regina Obe <lr@pcorp.us>

	* sfcgal/sfcgal.sql.in: Make sure postgis_sfcgal_full_version() is
	always defined when postgis_sfcgal is installed.  Handle case for
	SFCGAL < 1.4.0 References https://trac.osgeo.org/postgis/ticket/5040
	#5040 References
	https://git.osgeo.org/gitea/postgis/postgis/pulls/61

2022-01-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit d3ea04fddb314c2bb1d0afac5c61bfe50d577de6 Merge: e31241cce
	8ef10b389 Author: Paul Ramsey <pramsey@cleverelephant.ca> Date:
	Fri Jan 7 11:09:53 2022 -0800

2022-01-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit abf225d9b4fa5c78f4943e6f936cedcb39574260 Author: Regina
	Obe <lr@pcorp.us> Date:   Fri Jan 7 10:07:28 2022 -0500

2022-01-07  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml, doc/xsl/postgis_aggs_mm.xml.xsl,
	sfcgal/sfcgal.sql.in: Change sfcgal_full_version to 3.3.0, missed
	the 3.2.0 cut.  Closes https://trac.osgeo.org/postgis/ticket/5040

2022-01-07  Regina Obe <lr@pcorp.us>

	* NEWS: News: sfcgal_full_version Closes
	https://trac.osgeo.org/postgis/ticket/5040 Closes
	https://git.osgeo.org/gitea/postgis/postgis/pulls/61

2021-11-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* doc/reference_sfcgal.xml, liblwgeom/lwgeom_sfcgal.c,
	liblwgeom/lwgeom_sfcgal.h, postgis/postgis.sql.in,
	postgis/uninstall_sfcgal.sql.in, sfcgal/lwgeom_sfcgal.c,
	sfcgal/sfcgal.sql.in: add sfcgal_full_version

2022-01-06  Regina Obe <lr@pcorp.us>

	* : commit 02d1c2899e7cc4fb0b1ca72ba0a0fc777bd7c115 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Jan 6 16:11:26 2022
	-0800

2022-01-06  Sandro Santilli <strk@kbt.io>

	* configure.ac, doc/Makefile.in: Cleanup imagemagick's convert
	checking

2022-01-07  robe <regina@arrival3d.com>

	* doc/po/de/postgis.xml.po: Translated using Weblate (German) Currently translated at 100.0% (6 of 6 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/de/

2022-01-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, macros/codeset.m4, macros/gettext.m4,
	macros/gtk-2.0.m4, macros/host-cpu-c-abi.m4, macros/iconv.m4,
	macros/intl.m4, macros/intldir.m4, macros/intlmacosx.m4,
	macros/intltool.m4, macros/lib-ld.m4, macros/lib-link.m4,
	macros/lib-prefix.m4, macros/nls.m4, macros/po.m4,
	macros/progtest.m4: Support autoconf 2.71 by updating various
	vendored m4 macros and making some small changes to configure.ac to
	stop using deprecated functions. Hopefully this will do us for
	another ten years.

2022-01-06  Yuri Astrakhan <yuriastrakhan@gmail.com>

	* doc/reference_output.xml: minor change to st_asmvt doc The `||` operator implies concatenation of one row, but in many
	cases each row represents a separate layer - thus better to mention
	`STRING_AGG` as an alternative, and help those less familiar with
	SQL.

2022-01-06  Sandro Santilli <strk@kbt.io>

	* configure.ac, doc/Makefile.in: Cleanup imagemagick's convert
	checking

2022-01-05  Regina Obe <lr@pcorp.us>

	* : commit 9647b4667cdc49e0c4ea5e18c0dbe61589f2ed56 Author: Sandro
	Santilli <strk@kbt.io> Date:   Thu Jan 6 00:36:16 2022 +0100

2022-01-05  Regina Obe <lr@pcorp.us>

	* : commit 7ece57ac6e9f0de3bc919405378ad873d76f2f03 Author: Regina
	Obe <lr@pcorp.us> Date:   Wed Jan 5 17:47:54 2022 -0500

2022-01-05  robe <regina@arrival3d.com>

	* doc/po/de/administration.xml.po: Translated using Weblate (German) Currently translated at 1.1% (1 of 87 strings) Translation: postgis/administration.xml Translate-URL:
	https://weblate.osgeo.org/projects/postgis/administrationxml/de/

2022-01-05  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch 'weblate/master' into
	postgis-weblate

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/pl/glossary.tbx: Added translation using Weblate (Polish)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/de/glossary.tbx: Added translation using Weblate (German)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/fr/glossary.tbx: Added translation using Weblate (French)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/it/glossary.tbx: Added translation using Weblate (Italian)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/ko/glossary.tbx: Added translation using Weblate (Korean)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/ja/glossary.tbx: Added translation using Weblate (Japanese)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/pt_BR/glossary.tbx: Added translation using Weblate
	(Portuguese (Brazil))

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/es/glossary.tbx: Added translation using Weblate (Spanish)

2022-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/offsetcurve.sql, regress/core/offsetcurve_expected: 
	Revise regression tests so that both pre- and post-GEOS 3.11 updates
	to OffsetCurve will pass.

2021-12-29  Sandro Santilli <strk@kbt.io>

	* regress/hooks/hook-before-upgrade.sql: Update note about when
	ST_DWithin changed signature

2021-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/geography.sql.in, postgis/postgis.sql.in,
	postgis/postgis_after_upgrade.sql,
	regress/hooks/hook-after-upgrade.sql,
	regress/hooks/hook-before-upgrade.sql: Add support for upgrading in
	presence of views using deprecated ST_DWithin References #5035 in master branch (3.3.0dev)

2021-12-26  Regina Obe <lr@pcorp.us>

	* NEWS: Add ST_3DConvexHull. Closes #5037 Closes
	https://git.osgeo.org/gitea/postgis/postgis/pulls/62

2021-11-15  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* doc/reference_sfcgal.xml, sfcgal/lwgeom_sfcgal.c,
	sfcgal/lwgeom_sfcgal.h, sfcgal/regress/regress_sfcgal.sql,
	sfcgal/regress/regress_sfcgal_expected, sfcgal/sfcgal.sql.in: add
	convexhull3D

2021-12-26  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_generate_grid.c: Drop execute bit from source file

2021-12-22  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Rewrite deprecated function in SQL,
	to avoid referencing old libraries References #5033 in master/main branch (3.3.0dev) NOTE: still drop the function from CI after upgrade because
	      otherwise they will depend on PostGIS types (for arguments) and thus
	      prevent dropping postgis extension

2021-12-22  Sandro Santilli <strk@kbt.io>

	* regress/hooks/hook-after-upgrade.sql,
	utils/postgis_proc_upgrade.pl: Do not rewrite rules on upgrade (too
	dangerous) References #5033 in master/main branch (3.3.0dev) Drop deprecated
	function after updgrade in CI

2021-12-19  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml: Update docs about ST_AsKML

2021-12-19  Sandro Santilli <strk@kbt.io>

	* postgis/geography.sql.in, postgis/postgis.sql.in,
	postgis/postgis_after_upgrade.sql,
	postgis/postgis_before_upgrade.sql,
	regress/hooks/hook-after-upgrade.sql,
	regress/hooks/hook-before-upgrade.sql: Replace ST_AsKML deprecated
	signatures drop with Replaces comments Includes regression test

2021-12-19  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, postgis/postgis_before_upgrade.sql,
	regress/hooks/hook-after-upgrade.sql,
	regress/hooks/hook-before-upgrade.sql: Allow upgrades from <3.1 when
	using ST_Force{3D,3DM,3DZ,4D} in views

2021-12-19  Sandro Santilli <strk@kbt.io>

	* NEWS: Stub 3.3.0dev section

2021-12-14  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, postgis/postgis_before_upgrade.sql,
	regress/hooks/hook-after-upgrade.sql,
	regress/hooks/hook-before-upgrade.sql,
	utils/postgis_proc_upgrade.pl: Allow upgrades in presence of views
	using deprecated functions Support adding a 'Replaces' comment above functions to improve
	upgrade When a function has a line like the following in in the comments
	above its signature:   Replaces ST_Intersection(geometry, geometry) deprecated in 3.1.0 The upgrade script will try to drop the deprecated functions and in
	case of failure leave them behind renamed with a
	_deprecated_by_postgis_<version> suffix, warns the user about such
	occurrence and gives her hints on how to fix.  The postgis_full_version() will report presence of such deprecated
	functions as an "incomplete upgrade".  References #5033 in master/main branch (3.3.0dev) Includes regression tests

2021-12-18  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: Update to reflect postgresql news no longer accepts
	direct posts

2021-12-17  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Fix translation building and
	have make new dir for docs if it does not exist

2021-12-17  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip to
	3.3.0dev

2021-12-17  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis: Update dates

2021-12-17  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, doc/po/de/faq.xml.po,
	doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/release_notes.xml.po,
	doc/po/de/using_raster_dataman.xml.po,
	doc/po/es/release_notes.xml.po, doc/po/fr/reference_editor.xml.po,
	doc/po/fr/reference_input.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/it_IT/reference_editor.xml.po,
	doc/po/it_IT/reference_input.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_input.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/pl/reference_editor.xml.po,
	doc/po/pl/reference_input.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pt_BR/reference_editor.xml.po,
	doc/po/pt_BR/reference_input.xml.po,
	doc/po/templates/release_notes.xml.pot, doc/release_notes.xml: 
	Prepping for 3.2.0 release

2021-12-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix help string from run_test.pl

2021-12-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix `-` handling of run_test.pl

2021-12-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl support for interative shell (use
	`-` as testname)

2021-12-11  Regina Obe <lr@pcorp.us>

	* .github/workflows/ci.yml: Change github actions 14 branch to test
	against newer GDAL

2021-12-11  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip back to
	dev mode [skip ci]

2021-12-11  Regina Obe <lr@pcorp.us>

	* NEWS: Prep for release 3.2.0rc1

2021-12-11  Regina Obe <lr@pcorp.us>

	* : commit 20d161218d010dc2329e88e69d1ddb03c1888576 Author: Regina
	Obe <lr@pcorp.us> Date:   Sat Dec 11 02:44:42 2021 -0500

2021-12-11  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch 'weblate/master' into
	postgis-weblate

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/pl/glossary.tbx: Added translation using Weblate (Polish)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/de/glossary.tbx: Added translation using Weblate (German)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/fr/glossary.tbx: Added translation using Weblate (French)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/it/glossary.tbx: Added translation using Weblate (Italian)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/ko/glossary.tbx: Added translation using Weblate (Korean)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/ja/glossary.tbx: Added translation using Weblate (Japanese)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/pt_BR/glossary.tbx: Added translation using Weblate
	(Portuguese (Brazil))

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/es/glossary.tbx: Added translation using Weblate (Spanish)

2021-12-11  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/reference_editor.xml,
	doc/release_notes.xml, extensions/upgradeable_versions.mk: Prepping
	for 3.2.0rc1

2021-12-10  Jim Jones <jim.jones@uni-muenster.de>

	* doc/reference_output.xml: Adds postgres caps handling for unquoted
	identifiers

2021-12-10  sunhm89 <93200340+sunhm89@users.noreply.github.com>

	* : Merge 45077e7b0ad1bc944f4f5b0d5a23f56b4fd6db70 into
	705d3a3c78f595da0a26b6033ef29d9ae502f719

2021-12-06  sunhm89 <93200340+sunhm89@users.noreply.github.com>

	* liblwgeom/lwgeom_geos_cluster.c: fix typo in lwgeom_geos_cluster.c

2021-12-04  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Oops get rid of 3.2.0dev in
	upgrade set

2021-12-04  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip back to
	dev mode

2021-12-04  Regina Obe <lr@pcorp.us>

	* doc/po/de/extras_topology.xml.po, doc/po/de/faq.xml.po,
	doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/release_notes.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/de/using_raster_dataman.xml.po,
	doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po,
	doc/po/es/reference_editor.xml.po,
	doc/po/es/reference_input.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/es/reference_processing.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_topology.xml.po, doc/po/fr/faq.xml.po,
	doc/po/fr/reference_editor.xml.po,
	doc/po/fr/reference_input.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/fr/reference_processing.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_topology.xml.po, doc/po/it_IT/faq.xml.po,
	doc/po/it_IT/reference_editor.xml.po,
	doc/po/it_IT/reference_input.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/ja/extras_topology.xml.po, doc/po/ja/faq.xml.po,
	doc/po/ja/reference_editor.xml.po,
	doc/po/ja/reference_input.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/release_notes.xml.po,
	doc/po/ja/using_raster_dataman.xml.po,
	doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/faq.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_input.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/ko_KR/using_raster_dataman.xml.po, doc/po/pl/faq.xml.po,
	doc/po/pl/reference_editor.xml.po,
	doc/po/pl/reference_input.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/release_notes.xml.po,
	doc/po/pl/using_raster_dataman.xml.po,
	doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/faq.xml.po,
	doc/po/pt_BR/reference_editor.xml.po,
	doc/po/pt_BR/reference_input.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po,
	doc/po/templates/release_notes.xml.pot: Update pos and pots.  [skip
	ci]

2021-12-03  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml: 
	Prepping for PostGIS 3.2.0beta3

2021-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: Remove geometry_gist_sortsupport_2d from
	the default operator class for geometry. Sort support for the GIST
	2D geometry index will allow much faster index building (5x), but at
	the expense of query efficiency (0-50%).  To enable sort support, create the extension as usual, then:    alter operator family gist_geometry_ops_2d using gist      add function 11 (geometry)      geometry_gist_sortsupport_2d (internal); To remove sort support:    alter operator family gist_geometry_ops_2d using gist      drop function 11 (geometry);

2021-12-03  Regina Obe <lr@pcorp.us>

	* README.md: Changed winnie's jenkins to use default port

2021-12-01  Bjrn Harrtell <bjorn@wololo.org>

	* doc/po/de/reference_input.xml.po,
	doc/po/es/reference_input.xml.po, doc/po/fr/reference_input.xml.po,
	doc/po/it_IT/reference_input.xml.po,
	doc/po/ja/reference_input.xml.po,
	doc/po/ko_KR/reference_input.xml.po,
	doc/po/pl/reference_input.xml.po,
	doc/po/pt_BR/reference_input.xml.po,
	doc/po/templates/reference_input.xml.pot, doc/reference_input.xml,
	postgis/postgis.sql.in, regress/core/flatgeobuf.sql,
	regress/core/in_flatgeobuf.sql: Rename ST_TableFromFlatGeobuf to
	ST_FromFlatGeobufToTable

2021-11-25  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/droptopology.sql,
	topology/test/regress/droptopology_expected,
	topology/topology.sql.in: Allow droppping TopoGeometry columns in
	presence of UPDATE triggers References #5026 in main branch Includes regression test

2021-11-29  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch 'weblate/master' into
	postgis-weblate

2021-11-28  Regina Obe <lr@pcorp.us>

	* doc/po/templates/release_notes.xml.pot: Update release template

2021-11-28  Regina Obe <lr@pcorp.us>

	* NEWS: Update news to reflect doing a beta3 instead of rc1 and new
	flatgeobuf fixes

2021-11-27  Bjrn Harrtell <bjorn@wololo.org>

	* deps/flatgeobuf/flatgeobuf_c.cpp: Add missing offset recalc

2021-11-27  Bjrn Harrtell <bjorn@wololo.org>

	* deps/flatgeobuf/flatgeobuf_c.cpp, deps/flatgeobuf/flatgeobuf_c.h,
	postgis/flatgeobuf.c, regress/core/flatgeobuf.sql,
	regress/core/flatgeobuf_expected: Catch and bail on mixed geometry
	type

2021-11-27  Bjrn Harrtell <bjorn@wololo.org>

	* deps/flatgeobuf/flatgeobuf_c.cpp: Fix use of vector after out of
	local scope

2021-11-26  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flip
	back to 3.2.0dev mode

2021-11-26  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for 3.2.0beta2 release

2021-11-26  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: Add NEWS for MVT clipping.

2021-11-22  Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>

	* deps/wagyu/lwgeom_wagyu.cpp, regress/core/mvt.sql,
	regress/core/mvt_expected: lwgeom_wagyu: replace wagyu's
	quick_lr_clip with lwgeom_clip_to_ordinate_range

2021-11-26  sergei sh <managerzf168@gmail.com>

	* NEWS: NEWS entry added

2021-11-25  sergei sh <managerzf168@gmail.com>

	* raster/rt_pg/rtpg_geometry.c: postgis_raster SRF notice message
	fix: "NULL" to "empty set"

2021-11-25  sergei sh <managerzf168@gmail.com>

	* raster/rt_pg/rtpg_geometry.c: RASTER_getPixelCentroids memory
	reallocation fix

2021-11-24  sergei sh <managerzf168@gmail.com>

	* raster/test/regress/rt_pixelascentroids.sql,
	raster/test/regress/rt_pixelascentroids_expected: 
	ST_PixelAsCentroids rotated raster test

2021-11-23  sergei sh <managerzf168@gmail.com>

	* raster/rt_pg/rtpg_geometry.c: RASTER_getPixelCentroids
	signed/unsigned comparison fix

2021-11-23  sergei sh <managerzf168@gmail.com>

	* raster/rt_core/librtcore.h, raster/rt_core/rt_geometry.c,
	raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpostgis.sql.in: 
	ST_PixelAsCentroids, ST_PixelAsCentroid implemented over C function
	RASTER_getPixelCentroids

2021-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: add action in case of pkgconfig failure on pcre1

2021-11-25  Regina Obe <lr@pcorp.us>

	* NEWS: Update the news in prep for release

2021-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, extensions/address_standardizer/Makefile.in,
	extensions/address_standardizer/address_parser.c,
	extensions/address_standardizer/expected/test-standardize_address_1
	.out, extensions/address_standardizer/parseaddress-api.c,
	extensions/address_standardizer/parseaddress-api.h: Support PCRE2
	where available and PCRE otherwise, closes #5019

2021-11-25  Bjrn Harrtell <bjorn@wololo.org>

	* regress/core/flatgeobuf.sql, regress/core/flatgeobuf_expected: 
	Also construct and check with correct table structure

2021-11-25  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/flatgeobuf.c: Fix inspect/encode order issue

2021-11-25  Bjrn Harrtell <bjorn@wololo.org>

	* regress/core/flatgeobuf.sql, regress/core/flatgeobuf_expected: Add
	reproduction test

2021-11-24  Regina Obe <lr@pcorp.us>

	* ci/berrie/configs.sh, ci/berrie/pg_init_start.sh,
	ci/berrie/postgis_regress.sh, ci/berrie64/configs.sh,
	ci/berrie64/pg_init_start.sh, ci/berrie64/postgis_regress.sh: 
	Refactor berrie scripts Move shared env variables to configs.sh Set
	to build with custom compiled geos (main branch) Turn off garden
	testing on berries cause it hangs on ST_MaximumInscribed References
	https://trac.osgeo.org/postgis/ticket/5023 for PostGIS 3.2.0

2021-11-23  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh, ci/berrie64/postgis_regress.sh: Flip
	to have berrie do garden test and berrie64 to not do garden tests.
	References #5023 for PostGIS 3.2

2021-11-20  Regina Obe <lr@pcorp.us>

	* NEWS, loader/pgsql2shp-cli.c, regress/dumper/tests.mk,
	regress/dumper/withclause.dmp,
	regress/dumper/withclause_expected.cpg: Support for CTEs in
	pgsql2shp. References #5018 for PostGIS 3.2.0. Also minor news
	cleanup

2021-11-20  Regina Obe <lr@pcorp.us>

	* ci/berrie64/pg_init_start.sh, ci/berrie64/postgis_regress.sh: Flip
	the new berrie64 to use newly compiled pg14

2021-11-20  Regina Obe <lr@pcorp.us>

	* ci/berrie/pg_init_start.sh, ci/berrie/postgis_regress.sh: Change
	berrie to build and regress against PG 14

2021-11-19  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Prevent duplicate links in
	Aggregate section.  References #5021 for PostGIS 3.2

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/pl/glossary.tbx: Added translation using Weblate (Polish)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/de/glossary.tbx: Added translation using Weblate (German)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/fr/glossary.tbx: Added translation using Weblate (French)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/it/glossary.tbx: Added translation using Weblate (Italian)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/ko/glossary.tbx: Added translation using Weblate (Korean)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/ja/glossary.tbx: Added translation using Weblate (Japanese)

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/pt_BR/glossary.tbx: Added translation using Weblate
	(Portuguese (Brazil))

2021-11-29  Weblate <noreply@weblate.org>

	* doc/po/es/glossary.tbx: Added translation using Weblate (Spanish)

2021-11-28  Regina Obe <lr@pcorp.us>

	* doc/po/de/release_notes.xml.po: Release corrections, also added to
	transifex

2021-11-28  Regina Obe <lr@pcorp.us>

	* doc/po/templates/release_notes.xml.pot: Update release template

2021-11-28  Regina Obe <lr@pcorp.us>

	* NEWS: Update news to reflect doing a beta3 instead of rc1 and new
	flatgeobuf fixes

2021-11-27  bjornharrtell <bjorn@wololo.org>

	* : Merge pull request 'Add missing offset recalc' (!65) from
	bjornharrtell/postgis:issue-5029 into master Reviewed-on: https://git.osgeo.org/gitea/postgis/postgis/pulls/65

2021-11-27  bjornharrtell <bjorn@wololo.org>

	* : Merge pull request 'Catch and bail on mixed geometry type' (!64)
	from bjornharrtell/postgis:issue-5028 into master Reviewed-on: https://git.osgeo.org/gitea/postgis/postgis/pulls/64

2021-11-27  bjornharrtell <bjorn@wololo.org>

	* : Merge pull request 'Fix use of vector after out of local scope'
	(!63) from bjornharrtell/postgis:issue-5014 into master Reviewed-on: https://git.osgeo.org/gitea/postgis/postgis/pulls/63

2021-11-26  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flip
	back to 3.2.0dev mode

2021-11-26  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for 3.2.0beta2 release

2021-11-26  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: Add NEWS for MVT clipping.

2021-11-26  Darafei Praliaskouski <me@komzpa.net>

	* : Merge 'lwgeom_wagyu: replace wagyu's quick_lr_clip with
	lwgeom_clip_to_ordinate_range' Closes https://github.com/postgis/postgis/pull/647

2021-11-26  Sergei <managerzf168@gmail.com>

	* : Merge 7d298d74d241a5df8db1722c8496e359bcff63d7 into
	b58339cce2df86cca7d6b5ad97e415836edc9caf

2021-11-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 7d298d74d241a5df8db1722c8496e359bcff63d7 Author: sergei
	sh <managerzf168@gmail.com> Date:   Fri Nov 26 11:14:14 2021 +0300

2021-11-25  Regina Obe <lr@pcorp.us>

	* NEWS: Update the news in prep for release

2021-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: add action in case of pkgconfig failure on pcre1

2021-11-25  sergei sh <managerzf168@gmail.com>

	* raster/rt_pg/rtpg_geometry.c: postgis_raster SRF notice message
	fix: "NULL" to "empty set"

2021-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, extensions/address_standardizer/Makefile.in,
	extensions/address_standardizer/address_parser.c,
	extensions/address_standardizer/expected/test-standardize_address_1
	.out, extensions/address_standardizer/parseaddress-api.c,
	extensions/address_standardizer/parseaddress-api.h: Support PCRE2
	where available and PCRE otherwise, closes #5019

2021-11-25  sergei sh <managerzf168@gmail.com>

	* raster/rt_pg/rtpg_geometry.c: RASTER_getPixelCentroids memory
	reallocation fix

2021-11-25  Bjrn Harrtell <bjorn@wololo.org>

	* regress/core/flatgeobuf.sql, regress/core/flatgeobuf_expected: 
	Also construct and check with correct table structure

2021-11-25  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/flatgeobuf.c: Fix inspect/encode order issue

2021-11-25  Bjrn Harrtell <bjorn@wololo.org>

	* regress/core/flatgeobuf.sql, regress/core/flatgeobuf_expected: Add
	reproduction test

2021-11-24  Regina Obe <lr@pcorp.us>

	* ci/berrie/configs.sh, ci/berrie/pg_init_start.sh,
	ci/berrie/postgis_regress.sh, ci/berrie64/configs.sh,
	ci/berrie64/pg_init_start.sh, ci/berrie64/postgis_regress.sh: 
	Refactor berrie scripts Move shared env variables to configs.sh Set
	to build with custom compiled geos (main branch) Turn off garden
	testing on berries cause it hangs on ST_MaximumInscribed References
	https://trac.osgeo.org/postgis/ticket/5023 for PostGIS 3.2.0

2021-11-24  sergei sh <managerzf168@gmail.com>

	* raster/test/regress/rt_pixelascentroids.sql,
	raster/test/regress/rt_pixelascentroids_expected: 
	ST_PixelAsCentroids rotated raster test

2021-11-23  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh, ci/berrie64/postgis_regress.sh: Flip
	to have berrie do garden test and berrie64 to not do garden tests.
	References #5023 for PostGIS 3.2

2021-11-23  sergei sh <managerzf168@gmail.com>

	* raster/rt_pg/rtpg_geometry.c: RASTER_getPixelCentroids
	signed/unsigned comparison fix

2021-11-23  sergei sh <managerzf168@gmail.com>

	* raster/rt_core/librtcore.h, raster/rt_core/rt_geometry.c,
	raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpostgis.sql.in: 
	ST_PixelAsCentroids, ST_PixelAsCentroid implemented over C function
	RASTER_getPixelCentroids

2021-11-22  Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>

	* deps/wagyu/lwgeom_wagyu.cpp, regress/core/mvt.sql,
	regress/core/mvt_expected: lwgeom_wagyu: replace wagyu's
	quick_lr_clip with lwgeom_clip_to_ordinate_range

2021-11-20  Regina Obe <lr@pcorp.us>

	* NEWS, loader/pgsql2shp-cli.c, regress/dumper/tests.mk,
	regress/dumper/withclause.dmp,
	regress/dumper/withclause_expected.cpg: Support for CTEs in
	pgsql2shp. References #5018 for PostGIS 3.2.0. Also minor news
	cleanup

2021-11-20  Regina Obe <lr@pcorp.us>

	* ci/berrie64/pg_init_start.sh, ci/berrie64/postgis_regress.sh: Flip
	the new berrie64 to use newly compiled pg14

2021-11-20  Regina Obe <lr@pcorp.us>

	* ci/berrie/pg_init_start.sh, ci/berrie/postgis_regress.sh: Change
	berrie to build and regress against PG 14

2021-11-19  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Prevent duplicate links in
	Aggregate section.  References #5021 for PostGIS 3.2

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/pl/glossary.tbx: Translated using Weblate (Polish) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/pl/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/de/glossary.tbx: Translated using Weblate (German) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/de/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/fr/glossary.tbx: Translated using Weblate (French) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/fr/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/it/glossary.tbx: Translated using Weblate (Italian) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/it/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/ko/glossary.tbx: Translated using Weblate (Korean) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ko/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/ja/glossary.tbx: Translated using Weblate (Japanese) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ja/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/pt_BR/glossary.tbx: Translated using Weblate (Portuguese
	(Brazil)) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/pt_BR/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/ru/glossary.tbx: Translated using Weblate (Russian) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ru/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/es/glossary.tbx: Translated using Weblate (Spanish) Currently translated at 0.0% (0 of 2 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/es/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/pl/glossary.tbx: Translated using Weblate (Polish) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/pl/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/de/glossary.tbx: Translated using Weblate (German) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/de/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/fr/glossary.tbx: Translated using Weblate (French) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/fr/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/it/glossary.tbx: Translated using Weblate (Italian) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/it/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/ko/glossary.tbx: Translated using Weblate (Korean) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ko/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/ja/glossary.tbx: Translated using Weblate (Japanese) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ja/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/pt_BR/glossary.tbx: Translated using Weblate (Portuguese
	(Brazil)) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/pt_BR/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/ru/glossary.tbx: Translated using Weblate (Russian) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/ru/

2021-11-09  Anonymous <noreply@weblate.org>

	* doc/po/es/glossary.tbx: Translated using Weblate (Spanish) Currently translated at 0.0% (0 of 1 strings) Translation: postgis/postgis Translate-URL:
	https://weblate.osgeo.org/projects/postgis/postgis/es/

2021-11-09  Weblate <noreply@weblate.org>

	* de.tbx, es.tbx, fr.tbx, it.tbx, ja.tbx, ko.tbx, pl.tbx, pt_BR.tbx: 
	Items accidentally created on root (robe set wrong path)

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/pl/glossary.tbx: Added translation using Weblate (Polish)

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/de/glossary.tbx: Added translation using Weblate (German)

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/fr/glossary.tbx: Added translation using Weblate (French)

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/it/glossary.tbx: Added translation using Weblate (Italian)

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/ko/glossary.tbx: Added translation using Weblate (Korean)

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/ja/glossary.tbx: Added translation using Weblate (Japanese)

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/pt_BR/glossary.tbx: Added translation using Weblate
	(Portuguese (Brazil))

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/ru/glossary.tbx: Added translation using Weblate (Russian)

2021-11-09  Weblate <noreply@weblate.org>

	* doc/po/es/glossary.tbx: Added translation using Weblate (Spanish)

2021-11-06  Weblate <noreply@weblate.org>

	* it.tbx: Added translation using Weblate (Italian)

2021-11-06  Weblate <noreply@weblate.org>

	* ja.tbx: Added translation using Weblate (Japanese)

2021-11-06  Weblate <noreply@weblate.org>

	* es.tbx: Added translation using Weblate (Spanish)

2021-11-06  Weblate <noreply@weblate.org>

	* pl.tbx: Added translation using Weblate (Polish)

2021-11-06  Weblate <noreply@weblate.org>

	* de.tbx: Added translation using Weblate (German)

2021-11-06  Weblate <noreply@weblate.org>

	* fr.tbx: Added translation using Weblate (French)

2021-11-06  Weblate <noreply@weblate.org>

	* ko.tbx: Added translation using Weblate (Korean)

2021-11-06  Weblate <noreply@weblate.org>

	* pt_BR.tbx: Added translation using Weblate (Portuguese (Brazil))

2021-11-09  Sandro Santilli <strk@kbt.io>

	* README.md: Fix typo

2021-11-09  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: Do not leave
	temporary tables around upon finding ring validity errors References #5017 in master/main branch Includes regression test

2021-10-21  Sandro Santilli <strk@kbt.io>

	* README.md: Official chat room is now the Matrix room

2021-11-08  Regina Obe <lr@pcorp.us>

	* doc/po/de/extras_topology.xml.po, doc/po/de/faq.xml.po,
	doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_input.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_overlay.xml.po, doc/po/de/release_notes.xml.po,
	doc/po/de/using_postgis_query.xml.po,
	doc/po/de/using_raster_dataman.xml.po,
	doc/po/es/extras_topology.xml.po, doc/po/es/faq.xml.po,
	doc/po/es/reference_editor.xml.po,
	doc/po/es/reference_input.xml.po,
	doc/po/es/reference_output.xml.po,
	doc/po/es/reference_overlay.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/es/using_postgis_query.xml.po,
	doc/po/es/using_raster_dataman.xml.po,
	doc/po/fr/extras_topology.xml.po, doc/po/fr/faq.xml.po,
	doc/po/fr/reference_editor.xml.po,
	doc/po/fr/reference_input.xml.po,
	doc/po/fr/reference_output.xml.po,
	doc/po/fr/reference_overlay.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_postgis_query.xml.po,
	doc/po/fr/using_raster_dataman.xml.po, doc/po/it_IT/extras.xml.po,
	doc/po/it_IT/extras_topology.xml.po, doc/po/it_IT/faq.xml.po,
	doc/po/it_IT/reference_editor.xml.po,
	doc/po/it_IT/reference_input.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_overlay.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/it_IT/using_postgis_query.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/ja/extras_topology.xml.po, doc/po/ja/faq.xml.po,
	doc/po/ja/reference_editor.xml.po,
	doc/po/ja/reference_input.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_overlay.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/release_notes.xml.po,
	doc/po/ja/using_postgis_query.xml.po,
	doc/po/ja/using_raster_dataman.xml.po,
	doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/faq.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_input.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/reference_overlay.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/ko_KR/using_postgis_query.xml.po,
	doc/po/ko_KR/using_raster_dataman.xml.po,
	doc/po/pl/extras_topology.xml.po, doc/po/pl/faq.xml.po,
	doc/po/pl/reference_editor.xml.po,
	doc/po/pl/reference_input.xml.po,
	doc/po/pl/reference_output.xml.po,
	doc/po/pl/reference_overlay.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pl/using_postgis_query.xml.po,
	doc/po/pl/using_raster_dataman.xml.po,
	doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/faq.xml.po,
	doc/po/pt_BR/reference_editor.xml.po,
	doc/po/pt_BR/reference_input.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/reference_overlay.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/pt_BR/using_postgis_query.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po,
	doc/po/templates/extras_topology.xml.pot,
	doc/po/templates/faq.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_input.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_overlay.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot,
	doc/po/templates/using_postgis_query.xml.pot,
	doc/po/templates/using_raster_dataman.xml.pot: Rebuild pots, update
	pos from transifex

2021-11-01  Regina Obe <lr@pcorp.us>

	* NEWS: News about LDFlags change.  Closes
	https://git.osgeo.org/gitea/postgis/postgis/pulls/59

2021-11-01  Greg Troxel <gdt@lexort.com>

	* loader/Makefile.in: loader: Respect LDFLAGS

2021-11-01  leoregina <lr@pcorp.us>

	* : Merge remote-tracking branch 'Kajan/shiftlongitude-doc'
	References #5010

2021-11-01  Lauri Kajan <lauri.kajan@gispo.fi>

	* doc/reference_editor.xml: Reword the description to be specific
	with terms

2021-10-31  leoregina <lr@pcorp.us>

	* .cirrus.yml, README.md: Set cirrus badge to master branch and
	prohibit testing on main

2021-10-30  leoregina <lr@pcorp.us>

	* .cirrus.yml: Disable raster testing on cirrus-ci as it just can't
	find gdal

2021-10-30  leoregina <lr@pcorp.us>

	* .cirrus.yml: Take out with-gdal-config it's failing the check and
	new gdal should be discoverable via pkgconfig.

2021-10-30  leoregina <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Up default gdal version to recently
	released 3.3.3 on winnie

2021-10-28  Loc Bartoletti <lbartoletti@users.noreply.github.com>

	* README.md: Add cirrus-ci badge Folluw up #643

2021-10-27  leoregina <lr@pcorp.us>

	* : Merge remote-tracking branch 'bartoletti/freebsd_ci'

2021-10-24  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flip
	back to dev and add beta1 upgrade target

2021-10-23  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add dev suffix version to
	allow upgrade from 3.2.0dev

2021-10-23  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml: Prep
	for PostGIS 3.2.0beta1 release

2021-10-22  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Disable use of ST_AsFlatGeobuf in window
	functions.  Partial fix for #5005

2021-10-21  Lauri Kajan <lauri.kajan@gispo.fi>

	* doc/reference_editor.xml: Clarify ST_ShiftLongitude docs The ST_ShiftLongitude function behave symmetrical with inverse and
	reverse transformations. Clarify this in the docs.

2021-10-20  Regina Obe <lr@pcorp.us>

	* regress/core/tickets.sql, regress/core/tickets_expected: Revise to
	agree with 3.1 branch.  Closes #5012 for PostGIS 3.2.0

2021-10-20  Regina Obe <lr@pcorp.us>

	* regress/core/regress_buffer_params.sql,
	regress/core/regress_buffer_params_expected,
	regress/core/tickets.sql, regress/core/tickets_expected: Fix regress
	caused by rounding differences between GEOS 3.10 and older GEOS
	References #5012 for PostGIS 3.2.0

2021-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/mvt.c, postgis/postgis.sql.in: Turn off windowing support
	in ST_AsMVT

2021-10-05  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item about ST_Dwithin(EMPTY, *, Infinite)

2021-10-05  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_basic.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Have ST_DWithin with EMPTY operand
	always return false References #5008

2021-10-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Put back ST_ASMVT for garden
	testing

2021-09-30  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_output.xml: Add doc warning for maxdecdigits and
	invalid output

2021-09-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Avoid testing corner case with
	closest_segment_2d Closes #5004

2021-09-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.h: Fix ASSERT_DOUBLE_EQUAL_TOLERANCE

2021-09-29  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Drop duplicate ST_Normalize ref in See
	Also section of ST_Scroll

2021-09-29  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml, regress/core/scroll.sql,
	regress/core/scroll_expected: Add documentation for ST_Scroll

2021-09-29  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Give possible example failure in
	ValidateTopology dox Face without edges for face 0 should never be reported (an empty
	topology would have face 0 with no edges...)

2021-09-29  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: More documented ValidateTopology errors

2021-09-29  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add "face has multiple shell"
	ValidateTopology error documentation

2021-09-28  Sandro Santilli <strk@kbt.io>

	* loader/dbfopen.c: Revert "Harmonize with old behaviour." This reverts commit 595f840ebc479657adac9143cfaf890faba72f99.  Fixes #4994

2021-09-28  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: avoid loader test failure
	breaking subsequent tests Closes #4995 Still keeps the loadedshp table on failure if --nodrop is given

2021-09-27  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc Create Tables section

2021-09-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology_expected: Print ring
	identifier for 'face has multiple shells' error

2021-09-27  Martin Davis <mtnclimb@gmail.com>

	* doc/faq.xml, doc/reference_constructor.xml,
	doc/using_postgis_dataman.xml: Improve doc geography section

2021-09-27  Sandro Santilli <strk@kbt.io>

	* configure.ac, liblwgeom/lwgeom_geos_clean.c: Enable -Wall by
	default and fix a warning reported by 10.3 with it

2021-09-27  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* .cirrus.yml: change order and remove useless upgrade

2021-09-27  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* .cirrus.yml: remove useless parts

2021-09-27  Loc Bartoletti <loic.bartoletti@oslandia.com>

	* .cirrus.yml: Add cirrus_ci for FreeBSD

2021-09-27  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Add 32bit testing Closes #5003

2021-09-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Do not mix signedness of integers

2021-09-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/cunit/cu_tester.h: 
	Tolerate 1e-5 units drift in closest_point_on_segment test Or it will fail on 32bit systems

2021-09-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Refactor getFaceContainingPoint code Reduce constructive LWGEOM calls and supports glitches in
	closest_segment2d sometimes returning the next segment when the
	query point is closest to the vertex connecting the segments.  Fixes #4990 (exception on 32bit)

2021-09-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Remove unused variables

2021-09-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Simplify
	closest_point_on_segment code, add unit test

2021-09-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Add unit test for
	https://trac.osgeo.org/postgis/ticket/4990

2021-09-24  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml, doc/using_postgis_query.xml: 
	Improve doc Geometry model and Index sections

2021-09-24  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix more debug formats

2021-09-24  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_topo.c: Revert the
	LWDEBUGGF change, it was NOT bogus Rather, fix the caller, which was passing a too short format for an
	identifier of an edge, resulting in 0 being found next by the
	formatter when looking for a string

2021-09-24  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_log.h: Fix LWDEBUGGF macro We rely on the fact that WKT never contains a % character

2021-09-23  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc Geometry model section

2021-09-23  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc Geometry model section

2021-09-23  michal <michal.palenik@freemap.sk>

	* doc/reference_overlay.xml: describe behaviour in case of
	LineStrings References
	https://git.osgeo.org/gitea/postgis/postgis/pulls/58 for PostGIS
	3.2.0

2021-09-23  michal <michal.palenik@freemap.sk>

	* doc/reference_overlay.xml: mention of ST_MemUnion

2021-09-22  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Wrap -l flag in code font so looks
	less like an I. References #4989

2021-09-22  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Minor doc Geometry Model
	improvements

2021-09-22  Darafei Praliaskouski <me@komzpa.net>

	* : Merge remote-tracking branch 'gh/pr/642/merge'

2021-09-22  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge 33b01e0177f1d18649fe9aee5677a250cc77f97a into
	5b8bb33de39731c93b61e8de5e8a78865b1bcb14

2021-09-21  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc for LineString validity

2021-09-21  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Bump winnie to SFCGAL 1.4.0 and CGAL
	5.3, also fix GEOS. References
	https://git.osgeo.org/gitea/postgis/postgis/pulls/56

2021-09-21  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add back ST_AsFlatGeobuf now
	that it is passing

2021-09-21  Bjrn Harrtell <bjorn@wololo.org>

	* regress/core/out_flatgeobuf_expected: Fix expected test output

2021-09-21  Bjrn Harrtell <bjorn@wololo.org>

	* deps/flatgeobuf/flatgeobuf_c.cpp: Ensure header is 8 byte aligned
	to adhere to patch level 1

2021-09-21  Bjrn Harrtell <bjorn@wololo.org>

	* deps/flatgeobuf/flatgeobuf_c.cpp, regress/core/flatgeobuf.sql,
	regress/core/flatgeobuf_expected: Consider empty geometry (fixes
	#4999)

2021-09-21  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: Test functions even if not
	directly in sect1 section.  Put in OVER(ORDER BY random()) for all
	aggs and window functions.  Exclude ST_AsMVT and ST_AsFlatGeobuf for
	now since they have known crashers.  Until fixed.  References #4998
	for PostGIS 3.2.

2021-09-20  Bjrn Harrtell <bjorn@wololo.org>

	* doc/reference_input.xml, doc/reference_output.xml: Add note about
	bytea size limitation

2021-09-20  Bjrn Harrtell <bjorn@wololo.org>

	* NEWS: Add note of FlatGeobuf to NEWS

2021-09-17  Bjrn Harrtell <bjorn@wololo.org>

	* .github/codecov.yml, .gitignore, configure.ac, deps/Makefile.in,
	deps/flatgeobuf/Makefile.in, deps/flatgeobuf/feature_generated.h,
	deps/flatgeobuf/flatgeobuf_c.cpp, deps/flatgeobuf/flatgeobuf_c.h,
	deps/flatgeobuf/geometryreader.cpp,
	deps/flatgeobuf/geometryreader.h,
	deps/flatgeobuf/geometrywriter.cpp,
	deps/flatgeobuf/geometrywriter.h,
	deps/flatgeobuf/header_generated.h,
	deps/flatgeobuf/include/flatbuffers/LICENSE,
	deps/flatgeobuf/include/flatbuffers/base.h,
	deps/flatgeobuf/include/flatbuffers/code_generators.h,
	deps/flatgeobuf/include/flatbuffers/flatbuffers.h,
	deps/flatgeobuf/include/flatbuffers/flatc.h,
	deps/flatgeobuf/include/flatbuffers/flexbuffers.h,
	deps/flatgeobuf/include/flatbuffers/grpc.h,
	deps/flatgeobuf/include/flatbuffers/hash.h,
	deps/flatgeobuf/include/flatbuffers/idl.h,
	deps/flatgeobuf/include/flatbuffers/minireflect.h,
	deps/flatgeobuf/include/flatbuffers/pch/flatc_pch.h,
	deps/flatgeobuf/include/flatbuffers/pch/pch.h,
	deps/flatgeobuf/include/flatbuffers/reflection.h,
	deps/flatgeobuf/include/flatbuffers/reflection_generated.h,
	deps/flatgeobuf/include/flatbuffers/registry.h,
	deps/flatgeobuf/include/flatbuffers/stl_emulation.h,
	deps/flatgeobuf/include/flatbuffers/util.h,
	deps/flatgeobuf/packedrtree.cpp, deps/flatgeobuf/packedrtree.h,
	doc/reference_input.xml, doc/reference_output.xml,
	postgis/Makefile.in, postgis/flatgeobuf.c, postgis/flatgeobuf.h,
	postgis/lwgeom_in_flatgeobuf.c, postgis/lwgeom_out_flatgeobuf.c,
	postgis/postgis.sql.in, regress/core/Makefile.in,
	regress/core/flatgeobuf.sql, regress/core/flatgeobuf_expected,
	regress/core/in_flatgeobuf.sql,
	regress/core/in_flatgeobuf_expected,
	regress/core/out_flatgeobuf.sql,
	regress/core/out_flatgeobuf_expected, regress/core/tests.mk.in: 
	FlatGeobuf format input/output

2021-09-11  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, NEWS, Version.config,
	extensions/upgradeable_versions.mk: Flip back to dev mode and fix
	HOWTO_RELEASE instructions

2021-09-10  Regina Obe <lr@pcorp.us>

	* doc/po/de/administration.xml.po, doc/po/de/extras.xml.po,
	doc/po/de/extras_address_standardizer.xml.po,
	doc/po/de/extras_historytable.xml.po,
	doc/po/de/extras_tigergeocoder.xml.po,
	doc/po/de/extras_topology.xml.po, doc/po/de/faq.xml.po,
	doc/po/de/faq_raster.xml.po, doc/po/de/installation.xml.po,
	doc/po/de/introduction.xml.po, doc/po/de/performance_tips.xml.po,
	doc/po/de/postgis.xml.po, doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_bbox.xml.po,
	doc/po/de/reference_cluster.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_exception.xml.po,
	doc/po/de/reference_guc.xml.po, doc/po/de/reference_input.xml.po,
	doc/po/de/reference_lrs.xml.po,
	doc/po/de/reference_management.xml.po,
	doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_operator.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_overlay.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_raster.xml.po,
	doc/po/de/reference_relationship.xml.po,
	doc/po/de/reference_sfcgal.xml.po, doc/po/de/reference_srs.xml.po,
	doc/po/de/reference_trajectory.xml.po,
	doc/po/de/reference_transaction.xml.po,
	doc/po/de/reference_transformation.xml.po,
	doc/po/de/reference_troubleshooting.xml.po,
	doc/po/de/reference_type.xml.po,
	doc/po/de/reference_validation.xml.po,
	doc/po/de/reference_version.xml.po, doc/po/de/release_notes.xml.po,
	doc/po/de/reporting.xml.po, doc/po/es/administration.xml.po,
	doc/po/es/database_tuning.xml.po, doc/po/es/extras.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/postgis.xml.po, doc/po/es/reference.xml.po,
	doc/po/es/reference_accessor.xml.po,
	doc/po/es/reference_bbox.xml.po,
	doc/po/es/reference_cluster.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/reference_editor.xml.po,
	doc/po/es/reference_exception.xml.po,
	doc/po/es/reference_guc.xml.po, doc/po/es/reference_input.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_overlay.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_raster.xml.po,
	doc/po/es/reference_relationship.xml.po,
	doc/po/es/reference_sfcgal.xml.po, doc/po/es/reference_srs.xml.po,
	doc/po/es/reference_trajectory.xml.po,
	doc/po/es/reference_transaction.xml.po,
	doc/po/es/reference_transformation.xml.po,
	doc/po/es/reference_troubleshooting.xml.po,
	doc/po/es/reference_type.xml.po,
	doc/po/es/reference_validation.xml.po,
	doc/po/es/reference_version.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/es/reporting.xml.po, doc/po/es/usage.xml.po,
	doc/po/es/using_postgis_app.xml.po,
	doc/po/fr/administration.xml.po, doc/po/fr/database_tuning.xml.po,
	doc/po/fr/extras.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/postgis.xml.po, doc/po/fr/reference.xml.po,
	doc/po/fr/reference_accessor.xml.po,
	doc/po/fr/reference_bbox.xml.po,
	doc/po/fr/reference_cluster.xml.po,
	doc/po/fr/reference_constructor.xml.po,
	doc/po/fr/reference_editor.xml.po,
	doc/po/fr/reference_exception.xml.po,
	doc/po/fr/reference_guc.xml.po, doc/po/fr/reference_input.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_overlay.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_raster.xml.po,
	doc/po/fr/reference_relationship.xml.po,
	doc/po/fr/reference_sfcgal.xml.po, doc/po/fr/reference_srs.xml.po,
	doc/po/fr/reference_trajectory.xml.po,
	doc/po/fr/reference_transaction.xml.po,
	doc/po/fr/reference_transformation.xml.po,
	doc/po/fr/reference_troubleshooting.xml.po,
	doc/po/fr/reference_type.xml.po,
	doc/po/fr/reference_validation.xml.po,
	doc/po/fr/reference_version.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/reporting.xml.po, doc/po/fr/usage.xml.po,
	doc/po/fr/using_postgis_app.xml.po,
	doc/po/fr/using_postgis_query.xml.po,
	doc/po/fr/using_raster_dataman.xml.po,
	doc/po/it_IT/administration.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/postgis.xml.po,
	doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_bbox.xml.po,
	doc/po/it_IT/reference_cluster.xml.po,
	doc/po/it_IT/reference_constructor.xml.po,
	doc/po/it_IT/reference_editor.xml.po,
	doc/po/it_IT/reference_exception.xml.po,
	doc/po/it_IT/reference_guc.xml.po,
	doc/po/it_IT/reference_input.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_overlay.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/it_IT/reference_relationship.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_srs.xml.po,
	doc/po/it_IT/reference_trajectory.xml.po,
	doc/po/it_IT/reference_transaction.xml.po,
	doc/po/it_IT/reference_transformation.xml.po,
	doc/po/it_IT/reference_troubleshooting.xml.po,
	doc/po/it_IT/reference_type.xml.po,
	doc/po/it_IT/reference_validation.xml.po,
	doc/po/it_IT/reference_version.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/it_IT/reporting.xml.po,
	doc/po/it_IT/using_postgis_query.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/ja/administration.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_accessor.xml.po,
	doc/po/ja/reference_bbox.xml.po,
	doc/po/ja/reference_cluster.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_input.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_operator.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_overlay.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_raster.xml.po,
	doc/po/ja/reference_relationship.xml.po,
	doc/po/ja/reference_sfcgal.xml.po, doc/po/ja/reference_srs.xml.po,
	doc/po/ja/reference_trajectory.xml.po,
	doc/po/ja/reference_transaction.xml.po,
	doc/po/ja/reference_transformation.xml.po,
	doc/po/ja/reference_troubleshooting.xml.po,
	doc/po/ja/reference_type.xml.po,
	doc/po/ja/reference_validation.xml.po,
	doc/po/ja/reference_version.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ja/reporting.xml.po, doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ja/using_postgis_query.xml.po,
	doc/po/ja/using_raster_dataman.xml.po,
	doc/po/ko_KR/administration.xml.po, doc/po/ko_KR/extras.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/postgis.xml.po,
	doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_bbox.xml.po,
	doc/po/ko_KR/reference_cluster.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_exception.xml.po,
	doc/po/ko_KR/reference_guc.xml.po,
	doc/po/ko_KR/reference_input.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_overlay.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/reference_relationship.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/ko_KR/reference_srs.xml.po,
	doc/po/ko_KR/reference_trajectory.xml.po,
	doc/po/ko_KR/reference_transaction.xml.po,
	doc/po/ko_KR/reference_transformation.xml.po,
	doc/po/ko_KR/reference_troubleshooting.xml.po,
	doc/po/ko_KR/reference_type.xml.po,
	doc/po/ko_KR/reference_validation.xml.po,
	doc/po/ko_KR/reference_version.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/ko_KR/reporting.xml.po,
	doc/po/ko_KR/using_postgis_query.xml.po,
	doc/po/ko_KR/using_raster_dataman.xml.po,
	doc/po/pl/administration.xml.po, doc/po/pl/database_tuning.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/introduction.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_bbox.xml.po,
	doc/po/pl/reference_cluster.xml.po,
	doc/po/pl/reference_constructor.xml.po,
	doc/po/pl/reference_editor.xml.po,
	doc/po/pl/reference_exception.xml.po,
	doc/po/pl/reference_guc.xml.po, doc/po/pl/reference_input.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_overlay.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_raster.xml.po,
	doc/po/pl/reference_relationship.xml.po,
	doc/po/pl/reference_sfcgal.xml.po, doc/po/pl/reference_srs.xml.po,
	doc/po/pl/reference_trajectory.xml.po,
	doc/po/pl/reference_transaction.xml.po,
	doc/po/pl/reference_transformation.xml.po,
	doc/po/pl/reference_troubleshooting.xml.po,
	doc/po/pl/reference_type.xml.po,
	doc/po/pl/reference_validation.xml.po,
	doc/po/pl/reference_version.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pl/reporting.xml.po, doc/po/pl/usage.xml.po,
	doc/po/pl/using_postgis_app.xml.po,
	doc/po/pl/using_postgis_query.xml.po,
	doc/po/pl/using_raster_dataman.xml.po,
	doc/po/pt_BR/administration.xml.po,
	doc/po/pt_BR/database_tuning.xml.po, doc/po/pt_BR/extras.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/postgis.xml.po,
	doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_bbox.xml.po,
	doc/po/pt_BR/reference_cluster.xml.po,
	doc/po/pt_BR/reference_constructor.xml.po,
	doc/po/pt_BR/reference_editor.xml.po,
	doc/po/pt_BR/reference_exception.xml.po,
	doc/po/pt_BR/reference_guc.xml.po,
	doc/po/pt_BR/reference_input.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_overlay.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_raster.xml.po,
	doc/po/pt_BR/reference_relationship.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_srs.xml.po,
	doc/po/pt_BR/reference_trajectory.xml.po,
	doc/po/pt_BR/reference_transaction.xml.po,
	doc/po/pt_BR/reference_transformation.xml.po,
	doc/po/pt_BR/reference_troubleshooting.xml.po,
	doc/po/pt_BR/reference_type.xml.po,
	doc/po/pt_BR/reference_validation.xml.po,
	doc/po/pt_BR/reference_version.xml.po,
	doc/po/pt_BR/release_notes.xml.po, doc/po/pt_BR/reporting.xml.po,
	doc/po/pt_BR/usage.xml.po, doc/po/pt_BR/using_postgis_query.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po,
	doc/po/templates/administration.xml.pot,
	doc/po/templates/extras.xml.pot,
	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/postgis.xml.pot,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_bbox.xml.pot,
	doc/po/templates/reference_cluster.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_exception.xml.pot,
	doc/po/templates/reference_guc.xml.pot,
	doc/po/templates/reference_input.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_operator.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_overlay.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/reference_relationship.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/po/templates/reference_srs.xml.pot,
	doc/po/templates/reference_trajectory.xml.pot,
	doc/po/templates/reference_transaction.xml.pot,
	doc/po/templates/reference_transformation.xml.pot,
	doc/po/templates/reference_troubleshooting.xml.pot,
	doc/po/templates/reference_type.xml.pot,
	doc/po/templates/reference_validation.xml.pot,
	doc/po/templates/reference_version.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/reporting.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot,
	doc/po/templates/using_postgis_query.xml.pot,
	doc/po/templates/using_raster_dataman.xml.pot: Translation updates

2021-09-10  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prepping for 3.2.0alpha1 release

2021-09-10  Regina Obe <lr@pcorp.us>

	* configure.ac: Make proj 4.9 the minimum from 4.6, hopefully no
	bots complain

2021-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwgeom_transform.c: Add news entry for
	proj_normalize_for_visualization change

2021-09-10  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, configure.ac, doc/installation.xml,
	extensions/upgradeable_versions.mk: Get rid of regress/real in
	configure Fix proj website URL and change from proj4 to proj Add
	missing upgrade targets Start prepping news for release

2021-09-10  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_type.xml: Improve doc type descriptions

2021-09-10  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_bbox.xml: Improve doc bounding box functions

2021-09-10  Regina Obe <lr@pcorp.us>

	* ci/reallie/pg_init_start.sh, ci/reallie/postgis_regress.sh,
	regress/real/Makefile.in, regress/real/README,
	regress/real/download_data.sh, regress/real/drop_data.sql,
	regress/real/index_tiger_data.sql,
	regress/real/index_tiger_data_expected,
	regress/real/load_data.sql.in, regress/real/tests.mk: Remove
	ci/reallie and regress/real All performance tests are now in
	https://git.osgeo.org/gitea/postgis/postgis-performance

2021-09-09  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_bbox.xml: Improve doc for bounding box functions

2021-09-07  Regina Obe <lr@pcorp.us>

	* NEWS: Add Giuseppe Broccolo to GIST index credits for the idea and
	GSOC mentoring and review work

2021-09-05  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge 81bcf3df3ff721a4daa0644652fca1d6bd3f8879 into
	884258173c78203a99e843739122e2a43cbb6369

2021-09-04  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: Fix broken link

2021-09-04  Bjrn Harrtell <bjornharrtell@users.noreply.github.com>

	* .github/workflows/ci.yml: Avoid failed matrix run to cancel others

2021-09-04  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_geos.c: Handle null arg. Patch from Esteban
	Zimanyi, MobilityDB. Closes #4982 for PostGIS 3.2.0

2021-09-04  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Update ST_Azimuth to include more defs
	suggested by Francois Bonzon. Closes #4880 for PostGIS 3.2.0

2021-09-02  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: NEWS for non-simplifying ST_AsMVTGeom.

2021-09-02  Darafei Praliaskouski <me@komzpa.net>

	* : Zero tolerance simplification in MVT export.  Closes #4149 Closes https://github.com/postgis/postgis/pull/463

2021-09-02  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge a75f43149c7718722d789e180a029edcfc5a5626 into
	18ce69feba33b13d9fc6122dd594669d9b1bb977

2021-09-02  Darafei Praliaskouski <me@komzpa.net>

	* : Merge 14afc48bfab0f64320d87ecf8f4445224b19eab8 into
	18ce69feba33b13d9fc6122dd594669d9b1bb977

2021-09-02  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge eca24f2da2793f0619346b306f4004b54235c749 into
	6809237109671ebba3c249772fe884e67e4006f6

2021-09-02  Bjrn Harrtell <bjornharrtell@users.noreply.github.com>

	* : Merge c5fadb0a1bf3191d8e9f7742f17bdadcd11a1ffe into
	6809237109671ebba3c249772fe884e67e4006f6

2021-09-02  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* regress/core/regress_gist_point_small.data,
	regress/core/regress_gist_presort.sql,
	regress/core/regress_gist_presort_expected, regress/real/tests.mk: 
	remove presorting regress test intended for benchmarking

2021-09-02  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* regress/core/legacy.sql, regress/core/wmsservers.sql: fix regress
	tests

2021-09-02  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/postgis.sql.in: add only geometry_gist_sortsupport_2d if
	pg >= 14

2021-09-02  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/lwinline.h, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c, postgis/postgis.sql.in: gist
	sortsupport -- clean up

2021-08-17  HanwGeek <HanwGeek@gmail.com>

	* postgis/gserialized_gist_2d.c: (GiST): modify gist function entry

2021-08-17  HanwGeek <HanwGeek@gmail.com>

	* postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
	postgis/postgis.sql.in, regress/core/regress_gist_point_small.data,
	regress/core/regress_gist_presort.sql: (GiST): modify postgis.sql

2021-08-17  HanwGeek <HanwGeek@gmail.com>

	* postgis/postgis.sql.in: (GiST): modify postgis.sql

2021-07-02  HanwGeek <HanwGeek@gmail.com>

	* regress/Makefile.in, regress/real/README, regress/real/tests.mk: (GiST): modify real regress test config

2021-07-01  HanwGeek <HanwGeek@gmail.com>

	* postgis/gserialized_gist_2d.c: (GiST): modify full sort support comparator of 2d gist

2021-07-01  HanwGeek <HanwGeek@gmail.com>

	* liblwgeom/lwinline.h, postgis/gserialized_gist_nd.c,
	postgis/postgis.sql.in: (GiST): add nd gist sort support function signiture

2021-06-23  HanwGeek <HanwGeek@gmail.com>

	* liblwgeom/gbox.c, liblwgeom/lwinline.h,
	postgis/gserialized_gist_2d.c: (GiST): move hilbert hash to lwinline

2021-06-18  HanwGeek <HanwGeek@gmail.com>

	* postgis/gserialized_gist_2d.c, postgis/postgis.sql.in: (GiST): fix err in hilbert presort

2021-06-16  HanwGeek <HanwGeek@gmail.com>

	* regress/core/regress_gist_presort.sql,
	regress/core/regress_gist_presort_expected: (GiST): add sort support test

2021-06-16  HanwGeek <HanwGeek@gmail.com>

	* postgis/gserialized_gist_2d.c, postgis/postgis.sql.in: (GiST): add sort support function

2021-09-02  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Set postgis installation schema by
	default to the schema found in dump Closes #4782

2021-09-02  Regina Obe <lr@pcorp.us>

	* .gitlab-ci.yml: Switch gitlab ci to point to master

2021-09-01  Darafei Praliaskouski <me@komzpa.net>

	* postgis/postgis.sql.in: ST_ClusterKMeans @ 32bit: maybe there is a
	difference between float and float8?

2021-09-01  Darafei Praliaskouski <me@komzpa.net>

	* postgis/lwgeom_window.c: ST_ClusterKMeans: try to unpack double
	like in DBSCAN to make bessie happy

2021-08-31  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch 'bjornharrtell/patch-1'

2021-08-31  Rindahl <Bruce.Rindahl@ventura.org>

	* doc/reference_operator.xml, doc/reference_processing.xml,
	doc/reference_raster.xml, doc/reference_srs.xml,
	doc/reference_trajectory.xml, doc/reference_type.xml,
	doc/reference_version.xml, doc/reporting.xml,
	doc/using_postgis_dataman.xml, doc/using_postgis_query.xml,
	doc/using_raster_dataman.xml: Adjusted spelling of Neighbor and
	Behavior One hyperlink with neighbour was not changed and release_notes.xml
	did not have behaviour changed.  NB many raster functions allow a
	NearestNeighbor (english or american spelling) parameter.  That note
	remains as is.

2021-08-30  Rindahl <Bruce.Rindahl@ventura.org>

	* doc/reference_measure.xml, doc/reference_operator.xml,
	doc/reference_overlay.xml, doc/reference_processing.xml,
	doc/reference_relationship.xml, doc/reference_sfcgal.xml,
	doc/reference_srs.xml: More spelling errors Also includes PROJ and PostGIS references Closes
	https://github.com/postgis/postgis/pull/633

2021-08-30  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c: ST_ClusterKMeans: iron away a bit more type
	casts to make bessie32 happy

2021-08-30  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwkmeans.c: KMeans: make
	cppcheck happy in attempt to make bessie32 happy

2021-08-30  Darafei Praliaskouski <me@komzpa.net>

	* : ST_ClusterKMeans(max_radius) Closes #4808 Closes https://github.com/postgis/postgis/pull/592

2021-08-30  Darafei Praliaskouski <me@komzpa.net>

	* : Merge remote-tracking branch 'upstream/master' into ticket-4808

2021-08-28  Bruce Rindahl <bruce.rindahl@gmail.com>

	* doc/installation.xml: Update installation.xml Remove most of the
	make check output and just leave in the summaries.  Closes
	https://github.com/postgis/postgis/pull/631

2021-08-28  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Define upgrade paths from
	latest stable branches to current master

2021-08-28  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_boundary.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/lwgeom.c,
	liblwgeom/lwhomogenize.c: Merge and format lwgeom_boundary tests Thanks Aliaksandr Kalenik and Sandro Santilli for the work on it.  Closes #4956 Closes #4960 Closes #4961 Closes
	https://github.com/postgis/postgis/pull/626

2021-08-28  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge 5bedb5bed1da630753afdf14b1c2f1683f71f0b5 into
	f5bbe5655b1416420711d8b61adf5cf4b54a5e62

2021-08-25  Bruce Rindahl <bruce.rindahl@gmail.com>

	* doc/faq.xml, doc/installation.xml, doc/performance_tips.xml,
	doc/reference_accessor.xml, doc/reference_bbox.xml,
	doc/reference_constructor.xml, doc/reference_editor.xml,
	doc/reference_input.xml, doc/reference_lrs.xml: Fix spelling errors
	and have consistent verbiage. Closes
	https://github.com/postgis/postgis/pull/630

2021-08-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_dataman.xml: Remove un-backed assertion that
	SPGIST indexes are best for highly overlapping data. Closes #4907

2021-08-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_export.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Include srs in GeoJSON where it
	exists in spatial_ref_sys, closes #4799

2021-08-25  Regina Obe <lr@pcorp.us>

	* regress/core/geobuf.sql, regress/core/geobuf_expected,
	regress/core/tickets.sql, regress/core/tickets_expected: Move geobuf
	specific tests out of tickets and into geobuf suite to prevent
	failure on systems not compiled with protobuf-c Closes #4983

2021-08-25  Regina Obe <lr@pcorp.us>

	* doc/administration.xml, doc/extras.xml,
	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/performance_tips.xml,
	doc/reference_accessor.xml, doc/reference_bbox.xml,
	doc/reference_constructor.xml, doc/reference_editor.xml,
	doc/reference_exception.xml, doc/reference_management.xml,
	doc/reference_measure.xml, doc/reference_overlay.xml,
	doc/reference_processing.xml, doc/reference_raster.xml,
	doc/reference_relationship.xml, doc/reference_srs.xml,
	doc/reference_transaction.xml, doc/reference_transformation.xml,
	doc/reference_troubleshooting.xml, doc/reference_validation.xml,
	doc/using_postgis_dataman.xml: Minor typos and the_geom to geom from
	Bruce Rindahl. Closes https://github.com/postgis/postgis/pull/629

2021-08-24  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Add in missing availability and
	enhanced notes for ST_Point* functions, add an example using srid
	for ST_Point

2021-08-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 69e306df5465800413add86fea468616756465cf Merge: 17689f96b
	9e6156d12 Author: Paul Ramsey <pramsey@cleverelephant.ca> Date:
	Tue Aug 24 15:18:29 2021 -0700

2021-08-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_constructor.xml,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/core/sql-mm-general.sql,
	regress/core/sql-mm-general_expected: ST_Point, ST_PointZ,
	ST_PointM, ST_PointZM, constructors with SRID parameter, references
	#4859

2021-08-24  Regina Obe <lr@pcorp.us>

	* .cloud-drone.yml: Prevent cloud drone from double checking master
	(main we will remove eventually)

2021-08-24  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_accessor.xml: ST_StartPoint support any
	geometry  Closes #4981 Closes
	https://github.com/postgis/postgis/pull/628

2021-08-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 0571210d7f4526bedf97fdcff065073f6e1ab5ab Author:
	kalenikaliaksandr <kalenik.aliaksandr@gmail.com> Date:   Mon Aug 23
	15:46:24 2021 +0300

2021-08-22  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_lrs.xml: Minor fix to doc ST_LIneSubstring example

2021-08-21  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_lrs.xml: Fix doc ST_LineSubstring example

2021-08-21  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_lrs.xml: Fix doc ST_LineSubstring example

2021-08-21  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_lrs.xml: Improve doc for ST_LineSubstring

2021-08-21  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: Remove redundant
	install line

2021-08-21  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/address_standardizer/Makefile.in,
	utils/postgis_proc_upgrade.pl: Upgrade path patchfor
	address_standardizer_data_us and minor fix to patch Closes #4974 PostGIS upgrade change to not use temp tables Closes #4975 Closes
	https://github.com/postgis/postgis/pull/623 Credits: Jan Katins (Aiven)

2021-08-21  Regina Obe <lr@pcorp.us>

	* configure.ac: Partially revert #4964 which broke mingw64 building.
	Closes #4977

2021-08-20  Regina Obe <lr@pcorp.us>

	* .cloud-drone.yml: Change drone to use trisquel2 until figure out
	what is wrong with alpine docker image

2021-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 178a530c28704d896dffbb401c1a3a3c0a09c5c8 Author: Regina
	Obe <lr@pcorp.us> Date:   Fri Aug 20 17:27:19 2021 -0400

2021-08-20  Regina Obe <lr@pcorp.us>

	* README.md: Switch badges back to master

2021-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_out_geobuf.c, raster/rt_pg/rtpg_mapalgebra.c,
	raster/rt_pg/rtpg_statistics.c, raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected, regress/core/tickets.sql,
	regress/core/tickets_expected: Repair crashes in raster aggregates,
	references #4916, #4770, #4724, #4916

2021-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Fix variant description only 2 variants

2021-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Fix proto should be a 4 point with 4th
	geometry being optional. Closes #4976

2021-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Fix proto should be a 4  point with 4th
	geometry being optional and defaulting to point empty

2021-08-20  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_measure.xml: Improve doc for ST_Azimuth

2021-08-20  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_measure.xml: Improve doc for ST_Angle

2021-08-19  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: Add pg11 to dronie testing

2021-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Remove NEWS entry for work that was reverted/superceded in
	dev cycle

2021-08-13  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Drop conditional on PostgreSQL 9.5 as
	we're not supporting it anyway

2021-08-13  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacecontainingpoint.sql,
	topology/test/regress/getfacecontainingpoint_expected: Add
	GetFaceContainingPoint tests (query point in opposite quadrant) Closest point is a node of degree 3

2021-08-13  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacecontainingpoint.sql,
	topology/test/regress/getfacecontainingpoint_expected: Improve test
	for getFaceContainingPoint Allow inspecting query points graphically Add tests for query point near the start of a dangling edge

2021-08-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Hush compiler warning

2021-08-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/getfacecontainingpoint.sql,
	topology/test/regress/getfacecontainingpoint_expected: Use angles to
	determine side of point on edge when closest is a vertex Closes #4962 again Includes regress test for getFaceContainingPoint (failing without
	the change)

2021-08-11  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/liblwgeom.h.in: update lwgeom_homogenize comment
	documentation to indicate that deep clone of geometry is returned

2021-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/gserialized.c, liblwgeom/gserialized.h,
	liblwgeom/gserialized1.h, liblwgeom/gserialized2.h,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
	liblwgeom/ptarray.c: Drop redundant getPoint2d_p_ro function Closes #4965

2021-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix compiler warning

2021-08-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/query/GetFaceContainingPoint.sql.in: Rewrite
	GetFaceContainingPoint in C Closes #4962

2021-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/ptarray.c: Add ptarray_closest_segment_2d lwgeom API
	function Includes unit test

2021-08-11  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Ensure getEdgeByNode correctly
	initializes the "geom" field

2021-08-11  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacecontainingpoint.sql,
	topology/test/regress/getfacecontainingpoint_expected: Add regress
	test for GetFaceContainingPoint near collinear incoming segment

2021-08-11  Sandro Santilli <strk@kbt.io>

	* topology/sql/query/GetFaceContainingPoint.sql.in: 
	GetFaceContainingPoint: reduce data access in some cases

2021-08-11  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Hush warning with debug build

2021-08-10  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/cunit/cu_boundary.c, regress/core/boundary.sql,
	regress/core/boundary_expected: lwgeom_boundary: increase test
	coverage

2021-08-06  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* regress/core/boundary_expected: st_boundary: fix integration tests

2021-08-10  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix PROTOBUF_LDFLAGS in absence of pkg-config Closes #4964

2021-08-07  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c: Remove unused variable, fix signedness and
	memory leak

2021-08-06  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c: lwgeom_boundary: fix
	memory leak introduced by using lwgeom_homogenize

2021-08-04  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/cunit/cu_boundary.c: increase boundary unit test
	coverage

2021-08-04  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/lwgeom.c: fix 4961

2021-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_boundary.c: Stub test for ST_Boundary(polygon) Fails for a MULTIPOLYGON

2021-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_boundary.c: Add more linear tests for
	lwgeom_boundary

2021-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_boundary.c, liblwgeom/lwgeom.c: Fix
	ST_Boundary('LINESTRING EMPTY') Closes #4960 Includes unit test

2021-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_boundary.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h: Stub unit
	test for lwgeom_boundary NOTE: reveals memory issues

2021-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c: Don't assume boundary of collection is linear Closes #4956 Still needs a regression test

2021-08-05  Sandro Santilli <strk@kbt.io>

	* topology/test/check_multiprocess_topology_population.sh: Run more
	population functions, support for --nodrop

2021-08-02  Sandro Santilli <strk@kbt.io>

	* topology/test/check_multiprocess_topology_population.sh: Make
	multiprocess population less random

2021-08-02  Sandro Santilli <strk@kbt.io>

	* topology/test/check_multiprocess_topology_population.sh: Add
	script to check effects of multiprocess topology population

2021-07-31  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2020.sql: Prevent _ from
	matching any character. References #4959 for PostGIS 3.2.0.  Mistake
	on last commit

2021-07-31  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2020.sql: Prevent _ from
	matching any character. References #4959 for PostGIS 3.2.0

2021-07-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit b4e803db05d0d36b06bf0a12d3fb0b9a85a7e8c2 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Fri Jul 30 12:34:59 2021
	-0700

2021-07-30  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Fix doc typo

2021-07-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_gml.c: Allow repeated points in GML poslist
	inputs, references #4910

2021-07-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 43b1ea0b10875befd74f7a9b80795bc060082619 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Jul 29 15:33:19 2021
	-0700

2021-07-29  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/upgrade_geocode.sql: CREATE TABLE IF NOT
	EXISTS is now supported on all we support

2021-07-29  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2020.sql: Fixes for faces.
	References #4956

2021-07-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c, regress/core/empty.sql,
	regress/core/empty_expected: Return NULL for ST_GeometryN(empty) for
	all empty inputs.  This harmonizes with the behaviour of
	ST_GeometryN when N is out-of-range for non-empty geometry (returns
	NULL). It also matches up with ST_InteriorRingN(empty), which
	returns NULL.  Also updated relevant wiki page with this behaviour.
	https://trac.osgeo.org/postgis/wiki/DevWikiEmptyGeometry

2021-07-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 689a825e18b203c16ff6645cb7cd3583925c1245 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Jul 29 07:23:42 2021
	-0700

2021-07-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2020.sql: Remove renaming of
	geoid to tabblock_id.  References #4958

2021-07-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2020.sql: Add in logic to load
	tabblock20

2021-07-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Add guard to return pointer, closes #4953

2021-07-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_relationship.xml: Remove spurious promise that
	invalid inputs will result in FALSE equality return. Closes #4943

2021-07-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Catch crash when query somehow
	sneaks a NULL query into the selectivity calculator, references
	#4919

2021-07-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Catch special "no oid" regclass
	before passing in to index search, references #4917

2021-07-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* .gitignore, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c,
	libpgcommon/lwgeom_transform.h, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_transform.c: Replace home-grown axis swapping code
	with the proj_normalize_for_visualization() function from proj. This
	moves responsibility for maintaining "gis friendly" coordinates,
	with eastings in X and northings in Y (longitude first, latitude
	second) to proj, for proj versions 6.1 and greater. This means that
	proj 6.0 is demoted to using the old proj4 proj_api.h header, but
	otherwise we lose a bunch of code to maintain, and there should be
	no major changes in behaviour.

2021-07-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/test/cunit/cu_mapalgebra-c1c13d8a.o.tmp: Delete
	accidentally committed blob

2021-07-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/ptarray.c,
	raster/test/cunit/cu_mapalgebra-c1c13d8a.o.tmp: Error in arc
	direction flagging, fixes #4326

2021-07-25  Sandro Santilli <strk@kbt.io>

	* configure.ac: Do not let PROTOBUF flags mask other flags

2021-07-21  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Early exit if psql returns an error

2021-07-21  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in: Remove useless pre-write
	of topology extension guard .. the pre-write was overridden on next statement, and the guard was
	included anyway ..

2021-07-21  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Remove completed TODO items

2021-07-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 8ed39fe907fedd88758020d49a0357aff6afefbb Author: Sandro
	Santilli <strk@kbt.io> Date:   Thu Jul 15 17:03:04 2021 +0200

2021-07-15  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in,
	topology/topology_drop_before.sql.in: Remove redundant AddNode()
	function Closes #2592

2021-07-15  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add info about new enforcement in
	ST_MoveIsoNode

2021-07-15  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopology_expected: Update
	createtopology expected results after srid<0 rewrite

2021-07-15  Sandro Santilli <strk@kbt.io>

	* topology/topology_drop_after.sql.in: Update topology.topology
	srids < 0 on upgrade Closes #3192

2021-07-15  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/topology.sql.in: Do not allow SRID < 0 in the
	topology.topology schema References #2592

2021-07-15  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c, topology/test/regress/sqlmm.sql,
	topology/test/regress/sqlmm_expected,
	topology/test/regress/st_moveisonode.sql,
	topology/test/regress/st_moveisonode_expected,
	topology/test/tests.mk: Prevent moving an isolated node to different
	face Closes #3232 in main branch (3.2.0dev) Includes regression test, moving existing tests from sqlmm to ad-hoc
	file

2021-07-15  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/postgis_topology.c: More consideration of
	collection TopoGeometries in callbacks

2021-07-15  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal.sql,
	topology/test/regress/st_newedgeheal_expected: Improve readability
	of edge heal tests

2021-07-15  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Consider collection TopoGeometries
	when preventing healing faces

2021-07-15  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item for issue #3248

2021-07-15  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_modedgeheal_expected: Fix expected
	results in st_modedgeheal test

2021-07-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c,
	topology/test/regress/st_removeisoedge.sql,
	topology/test/regress/st_removeisoedge_expected: Prevent removing
	isolated edge used in TopoGeometry objects Closes #3248 in main branch (3.2.0dev) Includes regression tests

2021-07-15  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c,
	topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_newedgeheal.sql,
	topology/test/regress/st_newedgeheal_expected: Also check
	TopoGeometries in collection layers for preventing edge heal and
	node removal Includes test

2021-07-15  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c,
	topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal.sql,
	topology/test/regress/st_newedgeheal_expected: Prevent healing edges
	if connecting node is used in mixed TopoGeometry Reference #3239 NOTE: previous commit (168f3f431a9349d83728e7623f9388362eb6e169)       closed ticket #3231 (iso nodes)

2021-07-14  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/test/regress/sqlmm.sql,
	topology/test/regress/sqlmm_expected,
	topology/test/regress/st_removeisonode.sql,
	topology/test/regress/st_removeisonode_expected,
	topology/test/tests.mk: Prevent removing isolated node used in
	TopoGeometry definition Closes #3239 in main branch (3.2.0dev)

2021-07-14  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/postgis_topology.c,
	topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal.sql,
	topology/test/regress/st_newedgeheal_expected: Prevent healing edges
	if connecting node is used in a TopoGeometry Closes #3239 in main branch (3.2.0dev)

2021-07-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Use tabs, not spaces, in the new
	test This is what editorconfig says

2021-07-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Drop unused variable

2021-07-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_transform.c,
	regress/core/tickets.sql, regress/core/tickets_expected: Flip N/E
	systems to E/N and geodetic systems to Lon/Lat, while leaving Polar
	systems as-is, references #4949

2021-07-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/ptarray.c: Add ptarray_closest_vertex_2d liblwgeom
	function Includes unit test.

2021-07-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Fix scrolling
	of closed lines on topology population Includes test for adding same closed line with first point slighly
	off but within tolerance.  Use of tolerance moves the first point, which is later NOT found by
	the scroll call, unless we recomputed as in this commit, which
	recomputes start point after snap.  References #2175

2021-07-14  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql.in,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Fix
	toTopoGeom(TopoGeometry,TopoGeometry) return type References #4854 in main (3.2.0dev) branch

2021-07-14  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/Makefile.in: Encode dependency of
	postgis_raster extension on postgis_revision.h Ensures extension scripts are rebuilt when postgis revision changes

2021-07-14  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Encode dependency of postgis
	extension on postgis_revision.h Ensures extension scripts are rebuilt when postgis revision changes

2021-07-14  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Use MaximalEdgeRing
	for the name of possibly inverted outmost ring of a face

2021-07-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Build shell rings
	using ad-hoc function Speeds up building outer ring for faces with many holes

2021-07-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Avoid rebuilding
	exterior ring of faces already built

2021-07-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: ValidateTopology:
	build all rings in a single statement Closes #4952 Implements GetRingEdges internally, to avoid the subtransaction
	while still surviving non-closed rings.  In real world case it reduces the cost of building 20356 rings from
	~100 seconds to ~20 seconds

2021-07-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Ensure an early-exit
	from ValidateTopology won't leave temporary tables around

2021-07-13  Regina Obe <lr@pcorp.us>

	* .cloud-drone.yml, .drone-1.0.yml, .github/workflows/ci.yml: Let
	test out new pg14 docker image geosmain, remove alpine from dronie
	until we figure out whats' up. New one is PG13 not PG12

2021-07-12  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: Add ST_DumpSegments to NEWS

2021-07-12  Darafei Praliaskouski <me@komzpa.net>

	* : ST_DumpSegments (Aliaksandr Kalenik)

2021-07-12  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c, postgis/postgis_before_upgrade.sql: XMeans:
	go more slowly towards the end to generate bigger clusters

2021-07-12  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge 3349c07c24e2c1c39e3a03c681f8ae574ebd0841 into
	63b1ea1a04a1bc14cfeeeb3b51a0e3f9b9b90c7b

2021-07-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Precompute exterior
	ring of faces to check

2021-07-12  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item about ValidateTopology speedup

2021-07-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology_expected: Speed up node's
	containing_face checking in ValidateTopology Closes #4950

2021-07-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Add notice about
	number of holes checked for containment

2021-07-12  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/legacy_invalid_expected: Update expected
	results from legacy invalid test

2021-07-12  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: Rewrite test for
	hole containment to really focus on that check References #4830

2021-07-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Report number of
	shells and holes, report non-closed rings The non-closed ring error needs a testcase, which I think should be
	possibly to write by using a limiting bounding box so that edge
	linking succeeds but ring-checking fail (invalidity of the ring
	outside the bbox)

2021-07-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology_expected: Early exit from
	ValidateTopology when it makes sense Does not make sense to validate rings if edge linking is invalid,
	nor to validate containement if rings are invalid...

2021-07-11  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology_expected: Check rings, rather
	than edges, for containment Drop face-in-face, face-overlaps-face All previous errors should be
	now intercepted, only printed in a different way

2021-07-09  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Refactor multi-shell
	check to use less statements Also store shells and holes in different tables, to reuse them for
	later checks.

2021-07-12  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/Makefile.in, postgis/lwgeom_dumppoints.c,
	postgis/lwgeom_dumpsegments.c: merge lwgeom_dumpsegments.c into
	lwgeom_dumppoints.c

2021-07-12  Regina Obe <lr@pcorp.us>

	* .github/workflows/ci.yml: Change to test pg14 and change the debug
	for 13 to 14

2021-07-12  Regina Obe <lr@pcorp.us>

	* .github/workflows/ci.yml: Add new PostgreSQL 14 stable branch to
	test suite

2021-05-19  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* doc/reference_accessor.xml: doc

2021-05-19  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/lwgeom_dumpsegments.c: remove copyright

2021-05-19  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/lwgeom_dumpsegments.c, regress/core/dumpsegments.sql,
	regress/core/dumpsegments_expected: triange + tin

2021-05-18  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/postgis.sql.in: add availability

2021-05-18  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/lwgeom_dumpsegments.c: fix

2021-05-18  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* regress/core/dumpsegments.sql: refactoring

2021-05-18  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/lwgeom_dumpsegments.c, regress/core/dumpsegments.sql: 
	refactoring

2021-05-18  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/lwgeom_dumpsegments.c: fix

2021-05-18  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/lwgeom_dumpsegments.c: fix

2021-05-18  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* regress/core/dumpsegments.sql, regress/core/dumpsegments_expected: 
	more tests

2021-05-18  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/lwgeom_dumpsegments.c: refactoring

2021-05-17  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/lwgeom_dumpsegments.c, regress/core/dumpsegments.sql,
	regress/core/dumpsegments_expected: dumpsegments for polygon

2021-05-17  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* postgis/Makefile.in, postgis/lwgeom_dumpsegments.c,
	postgis/postgis.sql.in, regress/core/dumpsegments.sql,
	regress/core/dumpsegments_expected, regress/core/tests.mk.in,
	utils/postgis_restore.pl.in: dumpsegments

2021-07-09  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/sql/query/GetFaceContainingPoint.sql.in: Protect DEBUG
	prints behind POSTGIS_TOPOLOGY_DEBUG macro Also some ValidateTopology messages to NOTICE, as they are useful to
	profile the code.

2021-07-08  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: ValidateTopology
	check for faces with multiple shells Closes #4945 Includes regress test

2021-07-08  Sandro Santilli <strk@kbt.io>

	* topology/topology_drop_before.sql.in: Forgot missing semicolon

2021-07-08  Sandro Santilli <strk@kbt.io>

	* topology/topology_drop_before.sql.in: Pre-drop
	topology.validatetopology on upgrade To avoid, after upgrade, errors like:   function topology.validatetopology(unknown) is not unique

2021-07-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology_expected: Make
	ValidateTopology mixed face labeling errors more predictable Will start rings from edge with lowest signed id

2021-07-08  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Update documentation of ValidateTopology
	adding the new checks

2021-07-08  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/legacy_invalid_expected: Update expected
	results from another validity test

2021-07-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: Reword face
	labeling error, and order expected output in tests

2021-07-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Move edge-linking
	checking code in its own function

2021-07-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Reduce debugging
	during ValidateTopology

2021-07-07  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/legacy_invalid_expected,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: Implement side
	labeling check in ValidateTopology Closes #4944 Includes regress test catching new error (swapped
	side-labels) Updates test expectances as we're now getting more
	errors.

2021-07-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit a2e00cbcd86a519e73485233c2ffa84983ee9905 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Wed Jul 7 14:46:02 2021
	-0700

2021-07-07  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Rewrite edge coverage
	check to speed it up

2021-07-07  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_estimate.c,
	regress/core/estimatedextent_expected: Hush ANALYZE against tables
	with no not-null geometries Turns a NOTICE into a DEBUG, and includes table namespace in the
	debug message, to be more useful.

2021-07-07  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Restore support for
	PostgreSQL-9.6, broke by edge-linking commit

2021-07-07  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item about edge-linking check in ValidateTopology

2021-07-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in,
	topology/test/regress/legacy_invalid.sql,
	topology/test/regress/legacy_invalid_expected,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected: Add edge linking
	validation to ValidateTopology Closes #3042 Includes regression tests

2021-07-07  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ValidateTopology.sql.in: Fix reference to
	ticket about face coverage check NOTE: this is currently the slowest test in ValidateTopology

2021-07-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/query/GetNodeEdges.sql.in: Use format() to write
	GetNodeEdges query

2021-07-06  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/extras_topology.xml, topology/Makefile.in,
	topology/sql/manage/ValidateTopologyRelation.sql.in,
	topology/test/regress/validatetopologyrelation.sql,
	topology/test/regress/validatetopologyrelation_expected,
	topology/topology.sql.in: Add ValidateTopologyRelation function Closes #4923 Includes regress test and simple docs

2021-07-06  Sandro Santilli <strk@kbt.io>

	* topology/test/hierarchy.sql,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/topogeometry_type_expected,
	topology/test/regress/topojson_expected: Further reduce noise from
	topology tests using common layers

2021-07-06  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in,
	topology/sql/manage/ValidateTopology.sql.in,
	topology/topology.sql.in: Put ValidateTopology code in its own file

2021-07-06  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Return the
	full ("fit") face mbr from cb_getFacesById Add test of face mbr invalidity on TopoGeo_addLineString References #4941 in main branch (3.2.0dev)

2021-07-06  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Fix debug line in face.mbr check

2021-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Fix warning
	in debug build of topology

2021-07-05  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Have ValidateTopology debug-print
	limiting bbox and count of checked faces

2021-07-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_core/rt_pixel.c: Fix rare crasher in ST_MinPossibleValue

2021-07-05  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in: Use a nested loop for face checks Simplifies code and improves the odds of using prepared geometries

2021-07-05  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/test/invalid_topology.sql,
	topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in: Add face.mbr consistency check in
	ValidateTopology Closes #3276

2021-07-02  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: ValidateTopology: improve speed of check
	for node's containing_face

2021-07-05  Darafei Praliaskouski <me@komzpa.net>

	* .github/workflows/ci.yml: [logbt][github-ci] try to move the
	runtime vars setup to the build stage to get logbt

2021-07-02  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected: Add test for
	ST_MinPossibleValue references #4918 for PostGIS 3.2.0

2021-07-02  Sandro Santilli <strk@kbt.io>

	* regress/real/README: Typo

2021-07-01  Regina Obe <lr@pcorp.us>

	* ci/reallie/pg_init_start.sh, regress/real/load_data.sql: Remove
	accidentally committed generated file. Minor typo fix in reallie
	pg_init_start.sh

2021-07-01  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/legacy_invalid.sql: Make validity test
	predictable

2021-07-01  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/extras_topology.xml,
	topology/test/invalid_topology.sql,
	topology/test/regress/legacy_invalid.sql,
	topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in: Add optional bbox parameter to
	ValidateTopology Closes #4936 Includes test and documentation.

2021-07-01  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: ValidateTopology: error out if topology
	schema is unexistent ... and warn if it's not registered in topology.topology

2021-07-01  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Add DEBUG output in ValidateTopology Since it's an expensive operation the messages can give an idea of
	what's happening, during the operations

2021-07-01  Regina Obe <lr@pcorp.us>

	* .gitignore, ci/reallie/postgis_regress.sh,
	regress/real/Makefile.in, regress/real/README,
	regress/real/load_data.sql, regress/real/load_data.sql.in: Make
	download_data folder be configurable with DOWNLOAD_DATADIR env.
	Revise reallie to use a download folder outside of repo

2021-07-01  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacecontainingpoint.sql,
	topology/test/regress/getfacecontainingpoint_expected: Add more
	tests for GetFaceContainingPoint

2021-07-01  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Fix condition in validatetopology

2021-07-01  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Simplify SQL code in ValidateTopology by
	setting search_path

2021-06-30  Regina Obe <lr@pcorp.us>

	* ci/reallie/pg_init_start.sh: Fixes for pg init

2021-06-29  Sandro Santilli <strk@kbt.io>

	* NEWS: Add note about GetFaceByPoint lost support for invalid
	topologies

2021-06-29  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item about GetFaceContainingPoint

2021-06-29  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Clarify documentation of GetFaceByPoint

2021-06-29  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Leave a WARNING in the C versino of
	GetFaceByPoint to recommend upgrades

2021-06-29  Sandro Santilli <strk@kbt.io>

	* topology/sql/query/getfacebypoint.sql.in: Rewrite getFaceByPoint,
	make it respect docs This should really be called getFaceIntersectingPoint...

2021-06-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c: Cleanup interface of
	getFaceContainingPoint callback Also avoid expensive computation when tolerance passed to
	GetFaceByPoint is 0

2021-06-28  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Implement cb_getFaceContainingPoint
	by calling GetFaceContainingPoint

2021-06-29  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add GetFaceContainingPoint documentation

2021-06-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacecontainingpoint.sql,
	topology/test/regress/getfacecontainingpoint_expected,
	topology/test/tests.mk: Add test for GetFaceContainingPoint (in case
	it's going to stay)

2021-06-28  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in,
	topology/sql/query/GetFaceContainingPoint.sql.in,
	topology/topology.sql.in: Implement GetFaceContainingPoint sql
	function Similar to GetFaceByPoint but not taking a tolerance, for improved
	performance.

2021-06-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addisonode.sql,
	topology/test/regress/st_addisonode_expected: Add ST_AddIsoNode test
	handling of node-on-edge

2021-06-29  Sandro Santilli <strk@kbt.io>

	* topology/test/load_features.sql,
	topology/test/load_topology.sql.in,
	topology/test/regress/cleartopogeom_expected,
	topology/test/regress/copytopology_expected,
	topology/test/regress/getnodeedges_expected,
	topology/test/regress/getringedges_expected,
	topology/test/regress/gettopogeomelements_expected,
	topology/test/regress/gml_expected,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/legacy_validate_expected,
	topology/test/regress/st_addedgemodface_expected,
	topology/test/regress/st_addedgenewfaces_expected,
	topology/test/regress/st_addisonode_expected,
	topology/test/regress/st_changeedgegeom_expected,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_modedgesplit_expected,
	topology/test/regress/st_newedgeheal_expected,
	topology/test/regress/st_newedgessplit_expected,
	topology/test/regress/st_remedgemodface_expected,
	topology/test/regress/st_remedgenewface_expected,
	topology/test/regress/topogeo_addlinestring_expected,
	topology/test/regress/topogeo_addpoint_expected,
	topology/test/regress/topogeo_addpolygon_expected,
	topology/test/regress/topogeometry_type_expected,
	topology/test/regress/topojson_expected: Reduce expected noise from
	topology tests using common topology ... avoids printing identifiers of layers and topologies and new
	sequence values ...

2021-06-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacebypoint.sql,
	topology/test/regress/getfacebypoint_expected: Add GetFaceByPoint
	test with query point being closest to node

2021-06-28  Regina Obe <lr@pcorp.us>

	* regress/real/README, regress/real/download_data.sh,
	regress/real/drop_data.sql, regress/real/load_data.sql: Add belarus
	dataset

2021-06-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/query/getfacebypoint.sql.in: Clarify documentation of
	getfacebypoint

2021-06-28  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacebypoint.sql,
	topology/test/regress/getfacebypoint_expected: Do not test
	getFaceByPoint against corrupted topology

2021-06-28  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addnode.sql: Do not use a corrupted topology
	to test addNode Reference #4934

2021-06-27  Regina Obe <lr@pcorp.us>

	* ci/reallie/pg_init_start.sh, ci/reallie/postgis_regress.sh,
	regress/real/README: Some instructions cleanup on README and make
	room for Reallie

2021-06-27  Regina Obe <lr@pcorp.us>

	* regress/real/tests.mk: Update copyright note to my name :)

2021-06-27  Regina Obe <lr@pcorp.us>

	* .gitignore, configure.ac, regress/real/Makefile.in,
	regress/real/README, regress/real/download_data.sh,
	regress/real/drop_data.sql, regress/real/index_tiger_data.sql,
	regress/real/index_tiger_data_expected, regress/real/load_data.sql,
	regress/real/tests.mk, utils/check_tests_enabled.sh: First pass at
	tests that use real world data

2021-06-27  Regina Obe <lr@pcorp.us>

	* .editorconfig, regress/run_test.pl: More cleanup of installing
	tiger geocodoer and also change editorconfig to note that
	run_test.pl is space delimited

2021-06-27  Regina Obe <lr@pcorp.us>

	* regress/run_test.pl: --tiger option to install
	postgis_tiger_extension

2021-06-18  Sandro Santilli <strk@kbt.io>

	* topology/test/perf/ST_CreateTopoGeo.sql: Add benchmarking test for
	CreateTopoGeo Run with: pgbench -f ST_CreateTopoGeo.sql

2021-06-24  Regina Obe <lr@pcorp.us>

	* extensions/README: Fix postgresql version number and get rid of
	notice about --with-raster

2021-06-24  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Avoid creating
	two nodes when adding same closed line to topology Closes #2175

2021-06-23  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/core/scroll.sql, regress/core/scroll_expected: Expose an
	ST_Scroll sql function

2021-06-06  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c: Add KMeans comments

2021-06-06  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwkmeans.c, postgis/lwgeom_window.c,
	postgis/postgis.sql.in: XMeans: remove the machinery and reduce to
	just max_radius argument

2020-12-07  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c: XMeans: bounds for weight and radius.

2020-12-05  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c: clang-format

2020-12-05  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c: Implement XMeans as is.

2021-06-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/ptarray.c: Implement ptarray_scroll_in_place Includes unit tests References #2175

2021-06-22  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/topogeometry/srid.sql.in,
	topology/test/regress/topogeometry_srid.sql,
	topology/test/regress/topogeometry_srid_expected,
	topology/topology.sql.in: Add ST_Srid(topogeometry) override Speeds up QGIS DISTINCT ST_Srid(tg) call from 5 seconds to 75ms when
	performed over a real world dataset with ~40k lineal topogeometries
	(didn't even test with areal, which would be even worst)

2021-06-18  Sandro Santilli <strk@kbt.io>

	* topology/test/perf/TopoGeo_addLinestring.sql: Change
	TopoGeo_addLinestring performance test to actually work

2021-06-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: lwt_AddLineNoFace: never set left_face
	and right_face As faces are not checked, better not set left_face and right_face so
	to retain the information about them being unknown yet.  It should
	be up to whoever polygonizes to determine those faces.

2021-06-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: lwt_AddLineNoFace: don't check for
	left/right face consistency

2021-06-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Add missing space in error message

2021-06-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_guc.xml, doc/reference_raster.xml,
	doc/using_raster_dataman.xml, liblwgeom/Makefile.in,
	liblwgeom/cunit/cu_misc.c, liblwgeom/optionlist.c,
	liblwgeom/optionlist.h, liblwgeom/stringlist.c,
	liblwgeom/stringlist.h, raster/rt_core/librtcore.h,
	raster/rt_core/rt_context.c, raster/rt_core/rt_pixel.c,
	raster/rt_core/rt_util.c, raster/rt_pg/rtpg_gdal.c,
	raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_drop.sql.in: Add GUS postgis.gdal_vsi_options For users with out-db rasters in cloud object storage, the ability
	to set the config options for the VSI access is needed.  In
	particular, the authentication keys need to be set for access to
	non-public rasters. For example, ``` SET
	postgis.gdal_vsi_options='AWS_ACCESS_KEY_ID=xxxxxxxxxxxx
	AWS_SECRET_ACCESS_KEY=yyyyyyyyyyyyyyyyy'; ``` This commit also
	removes the ST_GDALOpenOptions() function, which was never part of a
	release, in favour of the GUC approach.

2021-06-17  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_release_docs.sh: Have debbie only build docs for
	main branch

2021-06-17  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Update HOWTO_RELEASE to refer to "main" branch

2021-06-16  Sandro Santilli <strk@kbt.io>

	* .github/workflows/ci.yml, .gitlab-ci.yml: Disable building pushed
	to master branch in gitlab-ci and github-actions

2021-06-16  Sandro Santilli <strk@kbt.io>

	* README.md: Point CI links to main branch (from master)

2021-06-16  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getringedges_expected: Fix expected result,
	broken in last commit

2021-06-16  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c,
	topology/test/regress/getringedges.sql,
	topology/test/regress/getringedges_expected: Fix missing user errors
	from GetRingEdges References #4929 in main branch (3.2.0dev)

2021-06-16  Sandro Santilli <strk@kbt.io>

	* README.md: Re-point IRC info to libera.chat

2021-06-16  Sandro Santilli <strk@kbt.io>

	* .travis.yml: I don't think we're using travis anymore, right ?

2021-06-15  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/FindLayer.sql.in: FindLayer: survive lack of
	usage perms on some topologies

2021-06-14  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_operator.xml: Update doc link to PostGIS workshop

2021-06-13  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_algorithm.c: normalize output repeated points -
	Closes #4928 for PostGIS 3.2.0

2021-06-13  Regina Obe <lr@pcorp.us>

	* libpgcommon/lwgeom_pg.c: Suggested change from Julien Rouhaud
	(rjuju) to fix PG14 references #4927 for PostGIS 3.2.0

2021-06-11  Charles Karney <charles@karney.com>

	* postgis/geography_measurement.c: Fix typo in setting of
	INVMINDIST.  This fixes an obvious typo since 100nm = 100e-9 m = 1/1.0e7 m.  This
	only affects !defined(PROJ_GEODESIC) code which may not be active
	any more.  However, to go back to the ticket #2168 that generated this
	INVMINDIST hack...  defined(PROJ_GEODESIC) code for geodesics is guaranteed to be
	symmetric in the calculation of distances, i.e., dist(A,B) =
	dist(B,A).  So it would be better to avoid quantizing the distance
	calculation to fix a non-existent problem.  Of course the length of a line string make change if it's reversed
	(just from the properties of floating point addition).  However the
	hack is still ill-advised.  If covers up the problem it most cases,
	but would exacerbate it in a small fraction of cases.  I'm not making this change myself, because I'm not a direct user of
	PostGIS.

2021-06-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/remove_repeated_points.sql,
	regress/core/remove_repeated_points_expected: Normalize
	ST_RemoveRepeatedPoints() test to work around different platform
	qsort behaviour.

2021-06-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Normalize multipoint repeated test
	to avoid issues with cross-platform differences in qsort behaviour

2021-06-06  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* : Merge 6c7a131dc729aef90ed313eeb35e064e3d7d5e61 into
	423b519e1851eb630c57ffa242bf370edfb365ad

2021-06-06  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwgeom.c,
	regress/core/remove_repeated_points_expected: Polish over
	lwgeom_remove_repeated_points_in_place and NEWS entry

2021-04-22  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/lwgeom.c: fix code style

2021-04-19  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwgeom.c,
	regress/core/mvt_expected,
	regress/core/remove_repeated_points_expected: improve performance of
	removerepeatedpoints(multipoint) -- double sort

2021-04-19  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwgeom.c,
	regress/core/remove_repeated_points_expected: improve performance of
	removerepeatedpoints(multipoint)

2021-03-04  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/Makefile.in, topology/sql/manage/FindLayer.sql.in,
	topology/test/regress/findlayer.sql,
	topology/test/regress/findlayer_expected, topology/topology.sql.in: 
	topology.FindLayer function Closes #4869

2021-06-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c: Restore logic to repair rings as
	necessary before handing off to GEOS, closes #4904

2021-06-02  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_output.xml: Improve doc ST_AsGeoJSON section

2021-05-29  Mike Taves <mwtoews@gmail.com>

	* regress/core/regress_brin_index_expected,
	regress/core/regress_index.sql,
	regress/core/regress_index_expected,
	regress/core/regress_lots_of_nulls.sql,
	regress/core/regress_lots_of_points.sql: Replace
	regress_lots_of_{points,nulls}.sql with generated queries Closes #2131

2021-05-27  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_editor.xml, doc/reference_processing.xml: Improve
	doc for ST_LineMerge

2021-05-21  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: More doc hul function changes

2021-05-21  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Improve doc for hull functions

2021-05-19  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Add links to doc index sections

2021-05-18  Regina Obe <lr@pcorp.us>

	* regress/core/regress_proj_adhoc.sql,
	regress/core/regress_proj_adhoc_expected,
	regress/core/regress_proj_basic.sql,
	regress/core/regress_proj_basic_expected, regress/core/tests.mk.in: 
	Break proj tests out more split basic and add more basic tests

2021-05-17  Regina Obe <lr@pcorp.us>

	* regress/core/regress_proj_4890.sql,
	regress/core/regress_proj_4890_expected,
	regress/core/{regress_proj.sql => regress_proj_basic.sql},
	regress/core/{regress_proj_expected =>
	regress_proj_basic_expected},
	regress/core/regress_proj_cache_overflow.sql,
	regress/core/regress_proj_cache_overflow_expected,
	regress/core/tests.mk.in: Break proj tests into two and add an
	additional to test improvements references #4890

2021-05-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_cache.c,
	libpgcommon/lwgeom_cache.h, libpgcommon/lwgeom_pg.c,
	libpgcommon/lwgeom_pg.h, libpgcommon/lwgeom_transform.c,
	libpgcommon/lwgeom_transform.h, postgis/geography_centroid.c,
	postgis/geography_inout.c, postgis/geography_measurement.c,
	postgis/gserialized_estimate.c, postgis/gserialized_spgist_2d.c,
	postgis/gserialized_spgist_3d.c, postgis/gserialized_spgist_nd.c,
	postgis/gserialized_supportfn.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_out_geobuf.c, postgis/lwgeom_out_geojson.c,
	postgis/lwgeom_out_mvt.c, postgis/lwgeom_transform.c,
	postgis/postgis_module.c: Lengthen proj cache lifetime to the life
	of the backend, and move memory context appropriately to match.
	Simplify the retrieval of global constants somewhat to not require
	FunctionCallInfo anymore. References #4890

2021-05-13  Regina Obe <lr@pcorp.us>

	* : Properly test -Z switch. Closes #4905 Closes
	https://github.com/postgis/postgis/pull/612

2021-05-07  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Add doc Geometry sections

2021-05-06  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc Data Type headings

2021-05-06  Stefan Petrea <stefan.petrea@gmail.com>

	* regress/loader/TestANALYZE.opts,
	regress/loader/TestANALYZE.select.expected,
	regress/loader/TestANALYZE.select.sql,
	regress/loader/TestSkipANALYZE-post.sql,
	regress/loader/TestSkipANALYZE-pre.sql,
	regress/loader/TestSkipANALYZE.opts,
	regress/loader/TestSkipANALYZE.select.sql, regress/loader/tests.mk: 
	moved test table to public schema; added negative test - moved test table to default schema (removed pre/post sql) - added TestANALYZE as the negative test (TestSkipANALYZE is the
	positive one)

2021-05-06  Stefan Petrea <stefan.petrea@gmail.com>

	* regress/core/tests.mk.in, regress/hooks/hook-after-create.sql,
	regress/hooks/hook-before-uninstall.sql: added before-uninstall hook
	to make this condition true: COUNT(preinstall_objects) ==
	COUNT(postinstall_objects)

2021-05-06  Stefan Petrea <stefan.petrea@gmail.com>

	* regress/core/tests.mk.in, regress/{disable_autovacuum.sql =>
	hooks/hook-after-create.sql}, regress/run_test.pl: moved the
	disable_autovacuum.sql under regress/hooks/hook-after-create.sql

2021-05-05  Stefan Petrea <stefan.petrea@gmail.com>

	* regress/disable_autovacuum.sql,
	regress/loader/TestSkipANALYZE-post.sql,
	regress/loader/TestSkipANALYZE-pre.sql,
	regress/loader/TestSkipANALYZE.opts,
	regress/loader/TestSkipANALYZE.select.expected,
	regress/loader/TestSkipANALYZE.select.sql, regress/loader/tests.mk,
	regress/run_test.pl: test if -Z works properly by checking pg system
	catalogs

2021-05-04  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, raster/test/regress/Makefile.in,
	raster/test/regress/hooks/hook-after-upgrade-raster.sql,
	raster/test/regress/hooks/hook-before-upgrade-raster.sql,
	raster/test/regress/tests.mk, regress/core/tests.mk.in,
	regress/hooks/hook-after-upgrade.sql,
	regress/hooks/hook-before-upgrade.sql, regress/run_test.pl,
	regress/runtest.mk, topology/test/Makefile.in,
	topology/test/regress/hooks/hook-after-upgrade-topology.sql,
	topology/test/regress/hooks/hook-before-upgrade-topology.sql,
	topology/test/tests.mk: Move hard-coded upgrade data from
	run_test.pl to hook scripts

2021-05-04  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: gitlab-ci: avoid unit tests when testing
	dump/restore

2021-05-05  Martin Davis <mtnclimb@gmail.com>

	* doc/postgis.xml, doc/reference_relationship.xml,
	doc/using_postgis_query.xml: Improve doc for index-aware functions

2021-05-02  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwgeom_geos.c: Fix GEOS 3.10 guard

2021-04-30  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_trajectory.xml: Improve doc trajectory sections

2021-04-30  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_lrs.xml: Improve doc Linear Ref sections

2021-04-30  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_lrs.xml: Improve doc linear ref functions

2021-04-30  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_overlay.xml: Improve doc overlay functions

2021-04-30  Daniel Baston <dbaston@gmail.com>

	* : commit c9a654c4ee99352371308f58a449fa0d00471fb8 Author: Regina
	Obe <lr@pcorp.us> Date:   Fri Apr 30 00:32:06 2021 -0400

2021-04-30  Stefan Petrea <stefan.petrea@gmail.com>

	* doc/using_postgis_dataman.xml: updated docs

2021-04-30  Stefan Petrea <stefan.petrea@gmail.com>

	* regress/loader/PointWithSchema.opts: updating test with -Z switch

2021-04-30  Stefan Petrea <stefan.petrea@gmail.com>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h: added -Z option to prevent tables from
	being  analyzed

2021-04-28  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Fix doc geometry typos

2021-04-27  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc for geometry

2021-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/ci.yml: Remove "latest" from GH CI again

2021-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_validation.xml, liblwgeom/Makefile.in,
	liblwgeom/cunit/cu_misc.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos_clean.c, liblwgeom/optionlist.c,
	liblwgeom/optionlist.h, postgis/lwgeom_geos_clean.c,
	postgis/postgis.sql.in: Add a new ST_MakeValid() signature that
	takes options to control what validity building algorithm (and
	parameters) to use. Options are valid for GEOS 3.10+.

2021-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/geos310.sql, regress/core/geos310_expected,
	regress/core/tests.mk.in, regress/core/tickets.sql,
	regress/core/tickets_expected: Move test to geos310.sql to avoid
	different results on different GEOS versions.

2021-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_core/rt_raster.c: Avoid doom loop when sampling a vertex
	outside the range of a geometry in ST_SetZ(). Closes #4898

2021-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit dc93464578c0099bd264772d46f5ba30edd79c0a Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Mon Apr 26 17:05:39 2021
	-0700

2021-04-26  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_output.xml, doc/using_postgis_dataman.xml: Imporove
	doc geometry description

2021-04-26  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item

2021-04-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring_expected,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Have
	TopoGeo_addLinestring return signed edge ids for lineals Closes #4884 in main branch (3.2.0dev) Update expected results accordingly Add specific tests for
	totopogeom.

2021-03-12  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/geometry_cast.sql,
	topology/test/regress/geometry_cast_expected,
	topology/topology.sql.in: Rewrite TopoGeometry::geometry cast for
	lineals to retain direction Includes test Closes #4881 in main branch (3.2.0dev)

2021-04-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwgeom_geos.h, liblwgeom/lwgeom_geos_clean.c,
	postgis/lwgeom_geos.c, regress/core/tests.mk.in,
	topology/test/Makefile.in: Expand POSTGIS_GEOS_VERSION from 39 to
	30900 (zero padded minor/patch) so that GEOS 3.10 and future friends
	do not break things by accident. Closes #4899

2021-04-22  Martin Davis <mtnclimb@gmail.com>

	* doc/introduction.xml, doc/postgis.xml, doc/reference_output.xml,
	doc/using_postgis_dataman.xml: Improve doc WKB/WKT information

2021-04-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 7b6bd02d6c69039a3355161712618608ae503f81 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Tue Apr 20 16:44:27 2021
	-0700

2021-04-20  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in: Correct
	proto defs in docs and put in availability and changed notes.
	Hopefully makes CI bots happy again.

2021-04-20  Martin Davis <mtnclimb@gmail.com>

	* doc/faq.xml: Add doc FAQ for overlay inconsistency

2021-04-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 3ecd0fb05e37de06a6e3e1354bfee961cddef7f5 Merge: dabd77232
	8b80c4bd8 Author: Paul Ramsey <pramsey@cleverelephant.ca> Date:
	Mon Apr 19 12:37:56 2021 -0700

2021-04-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_raster.xml, raster/rt_core/librtcore.h,
	raster/rt_core/rt_band.c, raster/rt_core/rt_raster.c,
	raster/rt_pg/rtpg_pixel.c, raster/rt_pg/rtpg_utility.c,
	raster/rt_pg/rtpostgis.h, raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_drop.sql.in,
	raster/test/cunit/cu_raster_geometry.c,
	raster/test/regress/rt_pixelvalue.sql,
	raster/test/regress/rt_pixelvalue_expected: Add functions
	ST_SetZ()/ST_SetM() that fill in z/m coordinates of a geometry using
	data read from a raster. Also adds 'bilinear' interpolation mode to
	ST_Value() to allow sampling between pixes in reading values from
	rasters.

2021-04-17  Fabrice Fontaine <fontaine.fabrice@gmail.com>

	* configure.ac: configure.ac: fix cross-compilation with protobuf-c Try to retrieve the version from pkg-config to avoid the following
	error: checking protobuf-c version... configure: error: in
	`/home/fabrice/buildroot/output/build/postgis-3.1.1': configure:
	error: cannot run test program while cross compiling Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

2021-04-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix ST_InterpolateRaster example. Mark
	template_band_num are default 1

2021-04-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Add a What's new in 3.2 section

2021-04-15  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_output.xml: Update doc ST_AsText

2021-04-15  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_editor.xml: Improve doc for ST_Multi, etc

2021-04-15  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_editor.xml: Fix doc typo

2021-04-02  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom_geos.c: Improve performance of LWGEOM-GEOS
	conversion

2021-04-14  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_editor.xml: Update doc ST_AddPoint, ST_RemovePoint

2021-04-14  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_editor.xml: Update doc for ST_CollectionExtract and
	Homogenize

2021-04-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_raster.xml, raster/rt_core/Makefile.in,
	raster/rt_core/librtcore.h, raster/rt_core/rt_gdal.c,
	raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_gdalcontour.sql,
	raster/test/regress/rt_gdalcontour_expected,
	raster/test/regress/tests.mk: Add ST_InterpolateRaster to generate
	rasters from 3-d coordinates using interpolation algorithms (IDW,
	linear, average) and ST_Contour to generate contour lines from
	raster surfaces like those generated by InterpolateRaster

2021-04-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 9773307ee16c9a0f2d970e87ba444b18bae02290 Author: Even
	Rouault <even.rouault@spatialys.com> Date:   Sun Apr 11 15:45:42
	2021 +0200

2021-04-11  Even Rouault <even.rouault@spatialys.com>

	* liblwgeom/lwgeom_topo.c: lwgeom_topo.c: add missing return in
	error code path, that could otherwise call a nullptr dereference due
	to pa being NULL

2021-04-11  Even Rouault <even.rouault@spatialys.com>

	* liblwgeom/stringbuffer.c: Use va_copy() / va_end() since we
	already used va_end(ap2) before

2021-04-11  Even Rouault <even.rouault@spatialys.com>

	* liblwgeom/lwgeom_geos.c: Add missing va_end() calls

2021-04-10  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_loader_2020.sql: Support for tiger 2020.
	References #4838 for PostGIS 3.2.0

2021-04-09  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_editor.xml: Improve doc for ST_CollectionHomogenize

2021-04-07  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwgeom.c: ST_Boundary: fix the -Werror warnings,
	re-enable collection

2021-04-06  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
	regress/core/boundary.sql, regress/core/boundary_expected: 
	ST_Boundary: formatting and polish Closes #4401 Closes #3779

2021-04-04  kalenikaliaksandr <45686940+kalenikaliaksandr@users.noreply.github.com>

	* : Merge 2744a0994ec1ab69ad8bf2aa4e835d944733eb84 into
	91f887f5cc5a675beaa9c54870115346fa754c48

2021-04-04  kalenikaliaksandr <kalenik.aliaksandr@gmail.com>

	* doc/reference_accessor.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, regress/core/boundary.sql,
	regress/core/boundary_expected: ST_Boundary refactoring

2021-04-01  Regina Obe <lr@pcorp.us>

	* configure.ac, doc/installation.xml: Change GDAL require > 2 on
	configure to agree with docs.  Change SFCGAL on docs to agree with
	configure and change SFCGAL links to gitlab

2021-01-26  fidomax <adobegitler@gmail.com>

	* configure.ac: Add POSTGIS_DEBUG_LEVEL define to configure.ac In case of using autoreconf "#define POSTGIS_DEBUG_LEVEL 0" is
	removed from postgis_config.h.in so build failed with undefined
	POSTGIS_DEBUG_LEVEL.

2021-01-26  fidomax <adobegitler@gmail.com>

	* configure.ac: Add HAVE_VASPRINTF HAVE_ASPRINTF templates It fixes autoreconf error: autoheader: warning: missing template:
	HAVE_ASPRINTF autoheader: Use AC_DEFINE([HAVE_ASPRINTF], [],
	[Description]) autoheader: warning: missing template: HAVE_VASPRINTF

2021-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 11dc1c60d8dbf5e534d1d32b1731038d92bf2be2 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Mar 25 13:05:18 2021
	-0700

2021-03-11  Regina Obe <lr@pcorp.us>

	* regress/core/regress_big_polygon.sql: turn quiet on at end seems
	to get rid of SELECT echo in mingw64

2021-03-11  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpg_band_properties.c,
	raster/rt_pg/rtpostgis.sql.in, raster/test/regress/rt_asraster.sql,
	raster/test/regress/rt_bandmetadata.sql,
	raster/test/regress/rt_bandmetadata_expected,
	raster/test/regress/rt_clip.sql,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_mapalgebra_expected,
	raster/test/regress/rt_mapalgebra_expr.sql,
	raster/test/regress/rt_mapalgebraexpr_2raster.sql,
	raster/test/regress/rt_mapalgebraexpr_2raster_expected,
	raster/test/regress/rt_mapalgebrafct_2raster.sql,
	raster/test/regress/rt_mapalgebrafct_2raster_expected: Change raster
	to use returns table instead of out for multi row returns Changes to
	raster regress to use lateral instead of select and other fixes to
	regress on PostgreSQL 14.  Paul Ramsey, Regina Obe References #4876
	for PostGIS 3.2

2021-03-11  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c: Move postgres.h
	include to top to fix mingw64 issues as suggested by Tom Lane.
	References #4877 for PostGIS 3.2

2021-03-11  Sandro Santilli <strk@kbt.io>

	* topology/TODO: Add covers for TopoGeometry TODO item See #4879

2021-03-09  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l: fix from
	pramsey for NaN on mingw64. Closes #4872

2021-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_raster.xml, doc/using_raster_dataman.xml,
	raster/rt_core/librtcore.h, raster/rt_core/rt_util.c,
	raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpostgis.sql.in: Allow open
	options to be passed to GDAL drivers (in particular the /vsi drivers
	for cloud buckets. Closes #4870

2021-03-05  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/geometry_cast.sql,
	topology/test/regress/geometry_cast_expected,
	topology/test/tests.mk, topology/topology.sql.in: Fix SRID in
	Geometry(TopoGeometry) for empty TopoGeometry objects Includes testcase.  References #4871 in master branch (3.2.0dev)

2021-03-04  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_relationship.xml: Improve doc on topological
	relationships

2021-03-04  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Accept multiple hook scripts

2021-03-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in,
	topology/test/regress/addedge_expected: Do not rely on
	ST_PointOnSurface ( MULTIPOINT ) The operation is not defined in that case, and different GEOS
	version can return different values.  Closes #4864

2021-03-02  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_accessor.xml: Fix doc  XML format issue in ST_PatchN

2021-03-02  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Indentation

2021-03-02  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add run_test.pl hook switches Adds the following switches to run_test.pl:   --after-create-script <path>   --before-uninstall-script <path>   --before-upgrade-script <path>   --after-upgrade-script <path>

2021-03-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/tickets.sql, regress/core/tickets_expected: Address
	differing error messages from Proj 8 and <8. References #4860

2021-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Ensure bboxes are refreshed after
	cooridinate transforms in scale/affine. References #4863

2021-02-24  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Include GetNodeEdges in list of funx
	returning GetFaceEdges_ReturnType

2021-02-24  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Link GetNodeEdges docs to docs of its
	return type

2021-02-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 91e5c65555ab1096b02df70bf3a661bd497493ac Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Fri Feb 19 14:41:55 2021
	-0800

2021-02-19  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_operator.xml: Change docs to use ST_Point where
	possible

2021-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit c2193edf12ecdb0c79a7bb84ab691f0e1d62a516 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Feb 18 17:23:56 2021
	-0800

2021-02-18  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_accessor.xml, doc/reference_bbox.xml,
	doc/reference_constructor.xml, doc/reference_editor.xml,
	doc/reference_lrs.xml, doc/reference_measure.xml,
	doc/reference_output.xml, doc/reference_overlay.xml,
	doc/reference_processing.xml, doc/reference_sfcgal.xml,
	doc/reference_validation.xml: Change docs to use ST_Point where
	possible

2021-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/tickets.sql, regress/core/tickets_expected: Add test
	to back-up earlier projection axis fix, references #4844

2021-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Mistake in converting negative
	azimuth values to positive results in incorrect azimuths in
	geography.  Closes #4840

2021-02-15  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/extras_topology.xml,
	topology/sql/topogeometry/topogeom_edit.sql.in,
	topology/test/regress/topogeom_addtopogeom.sql,
	topology/test/regress/topogeom_addtopogeom_expected,
	topology/test/regress/totopogeom.sql, topology/test/tests.mk: 
	Implement TopoGeom_addTopoGeom(tgt TopoGeometry, src TopoGeometry) Closes #4851 Includes regression tests, documentation and NEWS entry

2021-02-18  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Fix docs structure

2021-02-18  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, utils/check_tests_enabled.sh: Add check for all
	available tests to be enabled Adds a new check_tests_enabled.sh utility script.  Adds a
	"check-tests-enabled" Makefile target using the script.  Tags
	"check-tests-enabled" target as a dependency of "check" target.

2021-02-18  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/tests.mk: Rewrite raster tests list in a
	simpler and machine readable way

2021-02-18  Sandro Santilli <strk@kbt.io>

	* regress/core/tests.mk.in: Enable geos_noop and wrapx core tests

2021-02-18  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getnodeedges_expected,
	topology/test/tests.mk: Enable getnodeedges topology test And fix expectations from it

2021-02-18  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/cleartopogeom.sql,
	topology/test/regress/cleartopogeom_expected,
	topology/test/tests.mk: Enable cleartopogeom topology test And fix it to play nicely with other tests

2021-02-18  Sandro Santilli <strk@kbt.io>

	* topology/test/tests.mk: Enable the findtopology topology test

2021-02-17  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_accessor.xml, doc/reference_type.xml: Improve  doc
	Ref section for accessors

2021-02-17  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom_geos_cluster.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Allow DBSCAN cluster to form when
	recordset length = minPoints Fixes #4853

2021-02-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit da2247270f960acb440938c77805c22926a7c500 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Wed Feb 17 16:56:56 2021
	-0800

2021-02-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt_lex.c,
	liblwgeom/lwin_wkt_lex.l: Accept 'Nan' coordinates in WKT input, to
	allow for round-tripping of oddball bad geometry.  Closes #4827

2021-02-17  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_validation.xml: Make doc ref ST_ValidReason
	signatures consistent

2021-02-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.h: Adjust
	geodetic tolerance, references #4835

2021-02-17  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Be stricter in what run_test.pl skips in
	output

2021-02-05  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/extras_topology.xml, topology/Makefile.in,
	topology/sql/manage/FindTopology.sql.in,
	topology/test/regress/findtopology.sql,
	topology/test/regress/findtopology_expected,
	topology/topology.sql.in: Implement FindTopology() Closes #4841 Includes testcase and documentation

2021-02-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/geocode_address.sql,
	extras/tiger_geocoder/geocode/geocode_location.sql,
	extras/tiger_geocoder/geocode/includes_address.sql,
	extras/tiger_geocoder/geocode/interpolate_from_address.sql,
	extras/tiger_geocoder/geocode/other_helper_functions.sql: Add costs
	and parallel safe, take out join_collapse seems to be often faster
	without it

2021-02-12  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Add doc ST_ReducePrecision examples

2021-02-12  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_measure.xml, doc/reference_processing.xml: Improve
	doc for MinClearance, ReducePrecision

2021-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/ci.yml, postgis/gserialized_supportfn.c: Support
	build on PgSQL 14+, Closes #4845

2021-02-11  Regina Obe <lr@pcorp.us>

	* regress/core/fixedoverlay.sql, regress/core/fixedoverlay_expected: 
	Revise subdivide test so both geos 3.9 and geos 3.10 agree on same
	answer.  References #4837 for PostGIS 3.2

2021-02-11  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_geos.c: Fix GEOS 3.10 to agree with GEOS 3.9 by
	applying normalize. References
	https://trac.osgeo.org/postgis/ticket/4837 for PostGIS 3.2

2021-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.md: Update badge link

2021-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.md: Reorg CI badges into table

2021-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.md: Remove Travis CI badge, replace with GH Actions

2021-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* .github/workflows/ci.yml, regress/core/tickets.sql,
	regress/core/tickets_expected: Setup GitHub Actions using the
	postgis-build-env Docker images

2021-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 518ae076a8c6e6239b9f4c4b1808f5b10650bf1b Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Tue Feb 9 11:57:04 2021
	-0800

2021-02-05  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Allows uninstalling when having functions
	returning table types.  Drops tables at the end, before schemas Drops table triggers before
	dropping functions References #4841

2021-02-08  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_validation.xml: Improve doc Reference Valid entries

2021-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 04d167389116720f2889dcba2721f68ef979daef Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Mon Feb 8 14:58:29 2021
	-0800

2021-02-08  Regina Obe <lr@pcorp.us>

	* doc/reference_validation.xml: Minor formatting

2021-02-08  Regina Obe <lr@pcorp.us>

	* doc/reference_validation.xml: Add more classic example of bow-tie

2021-02-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Handle more deeply nested CRS
	objects when extracting CS objects to find axis ordering. References
	#4817

2021-02-04  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Improve doc ST_Buffer section

2021-02-03  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Dcc Reference editing

2021-02-03  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Add doc ST_PointOnSurface see also
	ref

2021-02-03  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Improve doc ST_PointOnSurface page

2021-02-01  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: add 3.1.1 and 3.1.2dev to
	upgrade path

2021-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 1815cbe641f7b97b6a3368932ec47c7c697dd4e0 Merge: 7ff1d9070
	5148c43e3 Author: Paul Ramsey <pramsey@cleverelephant.ca> Date:
	Thu Jan 28 12:48:03 2021 -0800

2021-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 671a878982550e3c590d642620a6621b52c230c7 Author: Maxim
	Kochetkov <adobegitler@gmail.com> Date:   Thu Jan 28 08:12:57 2021
	+0300

2021-01-26  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Allow run_test.pl to use :regdir in -pre.sql
	files

2021-01-26  fidomax <adobegitler@gmail.com>

	* loader/Makefile.in: Disable forced static linking of liblwgeom In case of shared libs build fails: ld: cannot find -lgeos_c ld:
	attempted static link of dynamic object `/usr/lib/libproj.so'

2021-01-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/geocode_address.sql: Prefer county
	subdivision from edges over city from zip since  a zip straddle
	multiple cities

2021-01-13  Ral Marn <git@rmr.ninja>

	* NEWS: Fix NEWS typo and add reference to ticket Closes #4824

2021-01-12  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/legacy_invalid_expected,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected,
	topology/topology.sql.in: Enhance test for topology edge side faces - Also check non-isolated ones - Catch universal face containment (only in non-boundary case) Closes #4830 again Includes more testcases and updates pre-existing one expectance.  The only missing check now is for dangling edges advertising the
	universal face on only ONE side. We cannot easily check this becase
	we'd expect such edge to be only contaied by a face and it will be,
	even if both sides are in the _same_ face.  This case can only be
	determined by edge-linking checking (references #3042)

2021-01-12  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in: Check isolated edges are covered by their
	left-right faces Updates existing tests accordingly.  Includes NEWS item.  Closes #4830

2021-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit c0d3c719ab2ef59b1db20442855c31ef5820cb42 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Mon Jan 11 09:53:01 2021
	-0800

2021-01-11  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in: Fix ValidateTopology check for node
	containing_face Update pre-existing testcase which did contain an invalid node's
	containing_face References #3233

2021-01-11  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected,
	topology/topology.sql.in: Have ValidateTopology check for node
	containing_face Includes automated testcase Closes #3233

2021-01-11  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Simplify queries in ValidateTopology to
	avoid EXECUTE

2021-01-11  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Drop dead SRID-checking code in
	topology.ValidateTopology

2021-01-10  Darafei Praliaskouski <me@komzpa.net>

	* fuzzers/geos_stub.h: OSS-Fuzz: stub new GEOS call to fix build

2021-01-09  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Release unneeded memory earlier, from
	ST_MakeValid

2021-01-08  Ral Marn <git@rmr.ninja>

	* .travis.yml, NEWS, ci/debbie/postgis_doc_translations.sh,
	ci/debbie/postgis_release_docs.sh, ci/travis/run_nowagyu.sh,
	configure.ac, doc/installation.xml, postgis/Makefile.in,
	postgis/mvt.c, postgis/postgis_libprotobuf.c,
	postgis/postgis_module.c, postgis_config.h.in,
	regress/core/mvt.sql, regress/core/mvt_expected: Remove
	--without-wagyu option

2021-01-08  Ral Marn <git@rmr.ninja>

	* ci/travis/run_usan_clang.sh: USAN Clang build: Update to clang 11

2021-01-05  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Copy input of ST_MakeValid before
	passing to lwgeom_make_valid The lwgeom_make_valid function can change the input geometry.
	References #4825

2021-01-05  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/geocode.sql: Set row estimate to 1
	and mark as parallel safe the geocode function.  References #4822
	for PostGIS 3.2 (master)

2021-01-05  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Change default build for windows to
	use GDAL 3.2.0, SFCGAL 1.3.9, proj 7.1.1

2021-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* .travis.yml: Disable CI garden test for now, timing out

2021-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* .travis.yml: Bump up GEOS test version

2021-01-02  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Document that ST_ReducePrecision
	came in 3.1.0 and requires GEOS 3.9

2021-01-03  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_clean.c: Avoid listing the same geometry in
	different collections References #4823 in master branch (3.2.0dev)

2020-12-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 0a5e4864ccdd348b9e9bb1dab25afa41c990ed59 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Dec 31 14:49:24 2020
	-0800

2020-12-26  Martin Davis <mtnclimb@gmail.com>

	* doc/Makefile.in, doc/extras.xml, doc/extras_tigergeocoder.xml,
	doc/extras_topology.xml, doc/performance_tips.xml, doc/postgis.xml,
	doc/usage.xml, doc/using_postgis_app.xml,
	doc/using_postgis_dataman.xml, doc/using_postgis_query.xml,
	doc/using_raster_dataman.xml: Move doc usage sections into separate
	chapters

2020-12-21  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: Put back in voronoi tests and
	flip table name suffix to 32

2020-12-21  Regina Obe <lr@pcorp.us>

	* ci/berrie64/postgis_regress.sh: Forget about the if condition for
	now, just run

2020-12-21  Regina Obe <lr@pcorp.us>

	* ci/berrie64/postgis_regress.sh: Have berrie64 run garden tests

2020-12-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_clean.c: Fix expected result to include SRID

2020-12-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_clean.c: Add unit test for cleaning single
	empty component collection References #4814

2020-12-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_clean.c: Do not free 0-allocated geoms
	vector for made-valid empty collections References #4814

2020-12-20  Regina Obe <lr@pcorp.us>

	* doc/po/ja/release_notes.xml.po: more release changes

2020-12-19  Regina Obe <lr@pcorp.us>

	* doc/po/de/administration.xml.po,
	doc/po/de/database_tuning.xml.po, doc/po/de/faq.xml.po,
	doc/po/de/faq_raster.xml.po, doc/po/de/installation.xml.po,
	doc/po/de/introduction.xml.po, doc/po/de/performance_tips.xml.po,
	doc/po/de/postgis.xml.po, doc/po/de/reference.xml.po,
	doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_bbox.xml.po,
	doc/po/de/reference_cluster.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_editor.xml.po, doc/po/de/reference_guc.xml.po,
	doc/po/de/reference_lrs.xml.po, doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_operator.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_overlay.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_raster.xml.po,
	doc/po/de/reference_relationship.xml.po,
	doc/po/de/reference_srs.xml.po,
	doc/po/de/reference_trajectory.xml.po,
	doc/po/de/reference_validation.xml.po,
	doc/po/de/release_notes.xml.po, doc/po/de/reporting.xml.po,
	doc/po/de/usage.xml.po, doc/po/de/using_postgis_app.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/de/using_postgis_query.xml.po,
	doc/po/it_IT/administration.xml.po,
	doc/po/it_IT/database_tuning.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/postgis.xml.po,
	doc/po/it_IT/reference.xml.po,
	doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_bbox.xml.po,
	doc/po/it_IT/reference_cluster.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_measure.xml.po,
	doc/po/it_IT/reference_operator.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_overlay.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/it_IT/reference_relationship.xml.po,
	doc/po/it_IT/reference_srs.xml.po,
	doc/po/it_IT/reference_trajectory.xml.po,
	doc/po/it_IT/reference_validation.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/it_IT/reporting.xml.po,
	doc/po/it_IT/usage.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_postgis_query.xml.po,
	doc/po/ja/database_tuning.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/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_bbox.xml.po,
	doc/po/ja/reference_cluster.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_editor.xml.po,
	doc/po/ja/reference_input.xml.po, doc/po/ja/reference_lrs.xml.po,
	doc/po/ja/reference_measure.xml.po,
	doc/po/ja/reference_operator.xml.po,
	doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_overlay.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_raster.xml.po,
	doc/po/ja/reference_relationship.xml.po,
	doc/po/ja/reference_srs.xml.po,
	doc/po/ja/reference_validation.xml.po, doc/po/ja/usage.xml.po,
	doc/po/ja/using_postgis_app.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ja/using_postgis_query.xml.po,
	doc/po/ko_KR/database_tuning.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/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_bbox.xml.po,
	doc/po/ko_KR/reference_cluster.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_input.xml.po,
	doc/po/ko_KR/reference_lrs.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_overlay.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/reference_relationship.xml.po,
	doc/po/ko_KR/reference_srs.xml.po,
	doc/po/ko_KR/reference_validation.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/ko_KR/usage.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_postgis_query.xml.po,
	doc/po/pt_BR/administration.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/postgis.xml.po,
	doc/po/pt_BR/reference.xml.po,
	doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_bbox.xml.po,
	doc/po/pt_BR/reference_cluster.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_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_relationship.xml.po,
	doc/po/pt_BR/reference_srs.xml.po,
	doc/po/pt_BR/reference_trajectory.xml.po,
	doc/po/pt_BR/reference_validation.xml.po,
	doc/po/pt_BR/release_notes.xml.po, doc/po/pt_BR/reporting.xml.po,
	doc/po/pt_BR/using_postgis_app.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po,
	doc/po/templates/database_tuning.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/performance_tips.xml.pot,
	doc/po/templates/postgis.xml.pot,
	doc/po/templates/reference.xml.pot,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_bbox.xml.pot,
	doc/po/templates/reference_cluster.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_input.xml.pot,
	doc/po/templates/reference_lrs.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_operator.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_overlay.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/reference_relationship.xml.pot,
	doc/po/templates/reference_srs.xml.pot,
	doc/po/templates/reference_validation.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/usage.xml.pot,
	doc/po/templates/using_postgis_app.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot,
	doc/po/templates/using_postgis_query.xml.pot: Pot and po changes

2020-12-19  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/upgradeable_versions.mk: Some cleanup

2020-12-17  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Promote doc metadata sections

2020-12-17  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Fix doc DTD issue

2020-12-17  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Fix doc DTD compliance

2020-12-16  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_srs.xml, doc/using_postgis_dataman.xml: Improve doc
	SRS section

2020-12-16  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_accessor.xml: Improve doc ST_StartPoint, ST_EndPoint

2020-12-16  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_constructor.xml: Improve doc for ST_MultiPolygon

2020-12-16  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_constructor.xml: Fix doc ST_Square typo

2020-12-16  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml, doc/using_postgis_query.xml: Add
	doc section ids, improve Tuning Index section

2020-12-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/README.topo: Fix typo

2020-12-15  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: Put back
	--with-library-minor-version

2020-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Move master to 3.2.0dev

2020-12-14  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_query.xml: Improve doc Using Indexes text

2020-12-14  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_query.xml: Minor doc fix

2020-12-14  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_operator.xml, doc/using_postgis_query.xml: Improve
	doc Using Indexes section

2020-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Bump to rc1

2020-12-11  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Add doc usage section ids

2020-12-11  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Add doc using indexes links

2020-12-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit d6aaf6a0d3fc946cd2ab4b699110cf5a6356a612 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Fri Dec 11 10:01:01 2020
	-0800

2020-12-11  Martin Davis <mtnclimb@gmail.com>

	* doc/postgis.xml: Add doc link to Postgres

2020-12-11  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_query.xml: Improve doc usage spatial rel section

2020-12-08  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_validation.xml,
	liblwgeom/lwgeom_geos_clean.c, postgis/lwgeom_geos_clean.c,
	regress/core/clean.sql, regress/core/clean_expected: Have
	ST_MakeValid remove coordinates with NaN values Closes #4813

2020-12-10  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc Data Management
	sections

2020-12-10  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_relationship.xml: Fix doc distance function
	descriptions

2020-12-10  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: Get rid
	of winnie's with --with-library-minor-version before release in prep
	for real packaging

2020-12-10  Martin Davis <mtnclimb@gmail.com>

	* doc/.tx/config, doc/Makefile.in, doc/postgis.xml,
	doc/reference_relationship.xml, doc/usage.xml,
	doc/using_postgis_dataman.xml, doc/using_postgis_query.xml: Add doc
	Spatial Query section

2020-12-10  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve doc SRS section

2020-12-10  Sandro Santilli <strk@kbt.io>

	* NEWS, Version.config: Target 3.1.0beta2, add NEWS item of last
	commits

2020-12-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_geos.c: Update unit test of geos_noop after
	previous commit References #4814 in master branch (3.1.0dev)

2020-12-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, regress/core/geos_noop.sql,
	regress/core/geos_noop_expected: Do not drop empty geometry
	components when converting to GEOS References #4814 in master branch (3.1.0dev)

2020-12-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, regress/core/geos_noop.sql,
	regress/core/geos_noop_expected: Fix GEOS conversion of POINT EMPTY
	to retain type References #4815 in master branch

2020-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml: 
	Prepare for 3.1.0beta1

2020-12-08  Regina Obe <lr@pcorp.us>

	* regress/core/in_gml.sql: include srtext for srid for EPSG:2393 and
	put in logic to delete  to fix 2.1.9 upgrade tests references #4810

2020-12-08  Regina Obe <lr@pcorp.us>

	* : commit f7ab9d6ca42c05bcd3ca36bded6abcaaceffb0b8 Author: Regina
	Obe <lr@pcorp.us> Date:   Tue Dec 8 16:04:42 2020 -0500

2020-12-08  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Minor Doc changes

2020-12-08  Regina Obe <lr@pcorp.us>

	* regress/core/in_gml.sql, regress/core/in_gml_expected: Do fake ids
	and fake outputs to fix 2.5.5 upgrade tests references #4810

2020-12-08  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_dataman.xml: Improve Doc Building Indexes

2020-12-08  Regina Obe <lr@pcorp.us>

	* regress/core/in_gml.sql: Try to fix dronie upgrade issue.
	References #4810

2020-12-07  Martin Davis <mtnclimb@gmail.com>

	* doc/performance_tips.xml, doc/using_postgis_app.xml,
	doc/using_postgis_dataman.xml: Improve Doc Using sections

2020-12-07  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_app.xml, doc/using_postgis_dataman.xml: Improve
	Doc data management section

2020-12-07  Martin Davis <mtnclimb@gmail.com>

	* doc/performance_tips.xml, doc/reference_relationship.xml,
	doc/usage.xml, doc/using_postgis_app.xml: Misc Doc Usage changes

2020-12-07  Martin Davis <mtnclimb@gmail.com>

	* doc/using_postgis_app.xml: Make Doc Using PG titles consistent

2020-12-07  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_relationship.xml, doc/using_postgis_dataman.xml: 
	Improve doc for DE-9IM and relate

2020-12-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/in_gml.sql: Add EPSG:8857 to set of missing SRS for
	GML test, Closes #4810w

2020-12-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Handle SRID=999999 consistently with
	other high SRID numbers. Closes #4812

2020-12-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 22cebe4b3c762ba13574e48b00c79779dcf3b190 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Mon Dec 7 10:08:03 2020
	-0800

2020-12-07  Martin Davis <mtnclimb@gmail.com>

	* doc/database_tuning.xml: Improve Doc tuning section

2020-12-07  Sandro Santilli <strk@kbt.io>

	* extensions/upgradeable_versions.mk: Add support for upgrading from
	2.5.5

2020-12-06  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Improve Doc Ref for processing
	functions

2020-12-06  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml, doc/reference_relationship.xml: 
	Improve Doc Ref descriptions

2020-12-06  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Improve Doc Ref for processing
	functions

2020-12-06  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_editor.xml, doc/reference_processing.xml,
	doc/reference_validation.xml: Move Doc Ref functions to better
	sections

2020-12-06  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_overlay.xml: Improve Doc Ref for overlay

2020-12-05  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.h,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Fix for GEOS 3.9
	regression topogeom - closes #4809 for PostGIS 3.1

2020-12-05  Darafei Praliaskouski <me@komzpa.net>

	* postgis/lwgeom_generate_grid.c: Remove unused variable CI Fix References #4788

2020-12-04  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_overlay.xml: Improve Doc reference for Overlay

2020-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_generate_grid.c: Allows points to drive the
	generation of a single grid or square, closes #4788

2020-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/regress_selectivity.sql,
	regress/core/regress_selectivity_expected: Remove "test" line that
	queries pg_stats, as it seems unlikely to be stable from pgversion
	to pgversion

2020-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwstroke.c, regress/core/sql-mm-general.sql,
	regress/core/sql-mm-general_expected, regress/core/tickets.sql,
	regress/core/tickets_expected: Polish handling of curvilinear
	geometry types being sent to GEOS. GEOS only takes linear types, so
	all curvilinear types need to be (a) stroked and (b) re-typed to a
	linear type. The lwgeom_has_arc() function is to exact for that
	work: it will correctly note that curve types with no curve
	components have no arc.  So a new broader test for any type that
	*might* have an arc is added, to handle the GEOS transformation
	situation.  Closes #4796

2020-11-30  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_overlay.xml, doc/reference_processing.xml: Make Doc
	Ref Overlay functions gridsize optionality clear Signed-off-by: Martin Davis <mtnclimb@gmail.com>

2020-11-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 1d03bb67e1ce84c65b14c62eaa239d88f0dff86b Merge: ed1de589b
	dad434d97 Author: Paul Ramsey <pramsey@cleverelephant.ca> Date:
	Sun Nov 29 17:28:10 2020 -0800

2020-11-27  Even Rouault <even.rouault@spatialys.com>

	* postgis/lwgeom_in_gml.c, regress/core/in_gml.sql,
	regress/core/in_gml_expected: ST_GeomFromGML(): fix axis order issue
	with urn:ogc:def:crs:EPSG:: syntax on projected CRS with
	northing,easting axis order It was assumed that coordinate swapping was only necessary on
	geographic CRS when srsName='urn:ogc:def:crs:EPSG::XXXX', but there
	are projected CRS such as EPSG:2393 that have a northing,easting
	axis order too.  This is very similar to a TinyOWS fix I just did in
	https://github.com/MapServer/tinyows/pull/94

2020-11-29  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/gserialized_estimate.c,
	raster/rt_pg/rtpostgis_drop.sql.in,
	regress/core/regress_selectivity_expected: Generate Correlation
	statistics so BRIN works.  Closes #4625

2020-11-29  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpg_legacy.c,
	raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_drop.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: Remove
	ST_SummaryStats(table) and its derivatives References #4214

2020-11-29  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_count.sql,
	raster/test/regress/rt_count_expected: ST_Count(rastertable,
	rastercolumn, ...) variants removed References #4214

2020-11-29  Darafei Praliaskouski <me@komzpa.net>

	* postgis/lwgeom_functions_basic.c, postgis/postgis_legacy.c: 
	postgis_svn_version is deprecated References #4214

2020-11-29  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_lrs.xml, postgis/lwgeom_functions_lrs.c,
	postgis/postgis_legacy.c: locate_between_measures and
	locate_along_measure are deprecated References #4214

2020-11-29  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_accessor.xml, regress/core/regress.sql: ST_Mem_Size
	was removed, now from doc too References #4214

2020-11-29  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/core/regress_index.sql, regress/core/regress_index_expected: 
	Expose _ST_SortableHash Intentionally undocumented. Use as a work around for slow ORDER BY
	geom in parallel plans until Postgres gets better.  Closes #4805

2020-11-27  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_overlay.xml, doc/reference_processing.xml: Improve
	Doc Ref for Overlay and Processing

2020-11-27  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_measure.xml: Doc Ref Measurement Function fixes

2020-11-27  Martin Davis <mtnclimb@gmail.com>

	* doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
	doc/reference_overlay.xml, doc/reference_processing.xml: Add Ref
	Guide Overlay Function section

2020-11-27  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Clean up doc Processing purpose
	lines

2020-11-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_processing.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwkmeans.c,
	postgis/lwgeom_geos.c, postgis/postgis.sql.in,
	regress/core/geos39.sql, regress/core/geos39_expected: Add
	ST_ReducePrecision for GEOS 3.9+.  Uses GEOS setPrecision CAPI
	routine to round coordinates to grid while retaining a fully valid
	output.

2020-11-22  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_cluster.xml, liblwgeom/lwkmeans.c: Weighted
	KMeans Adds weight to KMeans.  Closes #4801

2020-11-20  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml, doc/reference_output.xml,
	doc/reference_processing.xml: Put a note in Enhanced when requires
	GEOS 3.9.0, change sorting so new changes come at top

2020-11-19  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip back to
	3.1.0dev mode

2020-11-19  Regina Obe <lr@pcorp.us>

	* NEWS: update release date

2020-11-18  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for 3.1.0alpha3 release

2020-11-17  Regina Obe <lr@pcorp.us>

	* NEWS, topology/topology.sql.in: Change TopologyElementArray
	constraint to not exclude null and minor cleanup on news.  Closes
	#3372 for PostGIS 3.1

2020-11-17  Sandro Santilli <strk@kbt.io>

	* NEWS: List overlay operations which got gridSize parameter

2020-11-17  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item about gridSize for overlay ops

2020-11-17  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/postgis_tiger_geocoder/Makefile.in: Tiger upgrade
	reverting to 2018 scripts closes #4742 for PostGIS 3.1

2020-11-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml: typo

2020-11-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_generate_grid.c: Fix crasher incorrect
	pg_free_if_copy()

2020-11-13  Nicklas Avn <nicklas.aven@jordogskog.no>

	* NEWS, liblwgeom/cunit/cu_measures.c, liblwgeom/measures3d.c: Fix
	ST_3dintersects calculations with identical vertices Short circuit when geometries share points to avoid unnecessary
	calculations that can lead to floating point errors Closes https://gitlab.com/postgis/postgis/-/merge_requests/16
	References #4790 (master)

2020-11-12  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/export/TopoJSON.sql.in: Use a temporary table
	to store edges bounding areal TopoGeometrys Greatly speeds up rendering polygons with many holes.  References #4789 in master branch (3.1.0dev)

2020-11-06  Regina Obe <lr@pcorp.us>

	* configure.ac: Change to show warning disclaimer for GEOS < 3.9

2020-11-06  Regina Obe <lr@pcorp.us>

	* configure.ac, doc/installation.xml: Put note about minimum version
	of protobuf in docs and also in config note that 3.9 is required to
	have all features

2020-11-06  Ral Marn <git@rmr.ninja>

	* deps/wagyu/lwgeom_wagyu.cpp: Wagyu API performance improvement Comes from microbenchmarks with big polygons, where this is between
	2 and 10% faster

2020-10-30  Ral Marn <git@rmr.ninja>

	* libpgcommon/gserialized_gist.c, libpgcommon/lwgeom_pg.h,
	postgis/gserialized_gist_2d.c: Be clever and only deserialize with
	copy when necessary Closes #4775 Closes https://github.com/postgis/postgis/pull/586

2020-10-23  Ral Marn <git@rmr.ninja>

	* postgis/gserialized_gist_2d.c: Re-specialize
	gserialized_datum_get_box2df_p

2020-11-06  Ral Marn <git@rmr.ninja>

	* regress/core/tickets.sql, regress/core/tickets_expected: Adapt
	regress tests for PROJ 8 Closes #4785

2020-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Long-standing bug in pole adjustment
	code for bounding boxes.  Results in incorrect box for shapes
	wrapping the negative Y geocentric axis (-90,0) Closes #4727

2020-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Return positive azimuth values per
	the documentation.  Closes #4718

2020-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/tickets.sql, regress/core/tickets_expected: Add test
	for polar stereographic transform. References #4748

2020-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Swap axes that have 'Lat' in the
	first axis. Don't swap axes that are 'Easting' first. After that,
	believe the directionality provided and swap any 'north' axes. If
	you still don't know what to do, just leave the axes alone.  Closes
	#4748

2020-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_editor.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_topo.c, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in: Add ST_CollectionExtract(geometry) with a
	behaviour of extracting the primitive geometry (point/line/poly)
	with the highest coordinate dimension. So a collection of lines and
	polys will result in a multipoly output. A collection of lines and
	points will result in a multiline output.  Closes #4784

2020-11-05  Adrien Berchet <adrien.berchet@gmail.com>

	* doc/reference_raster.xml: Fix return type in doc of the
	ST_SetRotation function

2020-11-04  Regina Obe <lr@pcorp.us>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Force sorting
	of topology edges so consistent between geos 3.9 and lower geos
	closes #4730 for PostGIS 3.1.0

2020-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/subdivide.sql, regress/core/subdivide_expected: 
	Remove sub-test that provides different result in GEOS 3.9 and 3.8
	since Komzpa asserts that the change is unimportant/desireable.

2020-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geos.c: Support GEOS 3.9 different results from
	new overlay engine

2020-11-04  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Encode dependency of staged-install on the all
	rule

2020-11-04  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, raster/rt_pg/Makefile.in: Revert "Avoid
	encoding dependencies from subdirs" This reverts commit 9732cf8398a56db784889bc0f91597e6f7a8e5a9.

2020-11-04  Sandro Santilli <strk@kbt.io>

	* ci/travis/run_nowagyu.sh, ci/travis/run_usan_clang.sh,
	ci/travis/run_usan_gcc.sh: Do not let travis run parallel check jobs
	(more tests)

2020-11-03  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, raster/rt_pg/Makefile.in: Avoid encoding
	dependencies from subdirs Only makes confusion when running make in parallel

2020-11-03  Sandro Santilli <strk@kbt.io>

	* ci/travis/run_coverage.sh: Travis: do not run check target in
	parallel when testing coverage

2020-11-03  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore sfcgal/regress/Makefile

2020-11-03  Sandro Santilli <strk@kbt.io>

	* sfcgal/Makefile.in, sfcgal/regress/tests.mk: Fix sfcgal regress
	tests, add `check` rule in sfcgal/

2020-11-03  Sandro Santilli <strk@kbt.io>

	* ci/travis/run_tests.sh: Do not let Travis run tests in parallel It's not supported, and makes reading logs an hell anyway

2020-11-03  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, configure.ac, regress/Makefile.in,
	sfcgal/Makefile.in, {regress/sfcgal => sfcgal/regress}/Makefile.in,
	{regress/sfcgal => sfcgal/regress}/README, {regress/sfcgal =>
	sfcgal/regress}/approximatemedialaxis.sql, {regress/sfcgal =>
	sfcgal/regress}/approximatemedialaxis_expected, {regress/sfcgal =>
	sfcgal/regress}/regress_sfcgal.sql, {regress/sfcgal =>
	sfcgal/regress}/regress_sfcgal_expected, {regress/sfcgal =>
	sfcgal/regress}/tests.mk: Allow running core regress tests without
	sfcgal

2020-11-03  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/load_outdb-pre.pl,
	raster/test/regress/loader/BasicOutDB-pre.pl: Do not use abs_path if
	not strictly needed Hopefully fixes windows builds (winnie).  See #4781

2020-11-02  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix invalid proto for ST_MapAlgebra so
	comments can install

2020-11-02  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix raster doc swap of type and
	parameter name was triggering raster_comments.sql load to fail

2020-11-02  Sandro Santilli <strk@kbt.io>

	* ci/berrie/postgis_regress.sh, ci/berrie64/postgis_regress.sh: Have
	berrie bots prepend PG path to PATH Should fix mixing different versions between build and test

2020-11-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: Change garden rasts so doesn't
	always end up with Error:  invalid memory alloc request size

2020-11-02  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, doc/xsl/raster_gardentest.sql.xsl: Drop
	sect2 for ref entries in raster, preventing testing, also get rid of
	nested reffunsynopsis in ST_Union. Add more logging to xslt.
	References #4780 for PostGIS 3.1

2020-11-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/sfcgal_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl: Fix version number on
	cheatsheets, add a null garden for raster garden test

2020-10-31  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix typos in configure.ac

2020-10-30  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Replace $libdir in staged install for all
	components

2020-10-30  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: staged install wasn't so simple, tried
	another way

2020-10-30  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Revert "Make staged-install rule
	parallel-safe" This reverts commit 2fb40b3b01cf4b1c5c376eeab789ecb2efde154c.

2020-10-30  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Make staged-install rule parallel-safe

2020-10-30  Sandro Santilli <strk@kbt.io>

	* ci/berrie/pg_init_start.sh, ci/dronie/postgis_regress_alpine.sh: 
	Fix fsync disabling

2020-10-30  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Avoid double staged-install run We should really avoid running staged-install again, if not needed

2020-10-30  Sandro Santilli <strk@kbt.io>

	* ci/berrie/pg_init_start.sh, ci/berrie64/pg_init_start.sh,
	ci/dronie/postgis_regress_alpine.sh, ci/travis/run_coverage.sh,
	ci/travis/run_garden.sh, ci/travis/run_nowagyu.sh,
	ci/travis/run_tests.sh, ci/travis/run_usan_clang.sh,
	ci/travis/run_usan_gcc.sh: Disable fsync when starting PG cluster
	for testing purpose Should save some time

2020-10-29  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/load_outdb-post.pl: Fix post-unlinking of
	raster pre-created test files

2020-10-29  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, raster/test/regress/Makefile.in,
	raster/test/regress/tests.mk, regress/Makefile.in,
	regress/core/Makefile.in, regress/core/simplify.sql,
	regress/dumper/Makefile.in, regress/loader/Makefile.in,
	regress/runtest.mk, regress/sfcgal/Makefile.in,
	topology/test/Makefile.in: Run all regress tests in the same
	database Speeds up regression testing and catches some issues in presence of
	multiple components in the same db.  Still allows running individual testsuites from within their
	respective directory.

2020-10-29  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/load_outdb-pre.pl,
	raster/test/regress/loader/Basic-post.pl,
	raster/test/regress/loader/Basic-pre.pl,
	raster/test/regress/loader/BasicCopy-post.pl,
	raster/test/regress/loader/BasicCopy-pre.pl,
	raster/test/regress/loader/BasicFilename-post.pl,
	raster/test/regress/loader/BasicFilename-pre.pl,
	raster/test/regress/loader/BasicOutDB-post.pl,
	raster/test/regress/loader/BasicOutDB-pre.pl,
	raster/test/regress/loader/Tiled10x10-post.pl,
	raster/test/regress/loader/Tiled10x10-pre.pl,
	raster/test/regress/loader/Tiled10x10Copy-post.pl,
	raster/test/regress/loader/Tiled10x10Copy-pre.pl,
	raster/test/regress/loader/Tiled8x8-post.pl,
	raster/test/regress/loader/Tiled8x8-pre.pl,
	raster/test/regress/loader/TiledAuto-post.pl,
	raster/test/regress/loader/TiledAuto-pre.pl,
	raster/test/regress/loader/TiledAutoSkipNoData-post.pl,
	raster/test/regress/loader/TiledAutoSkipNoData-pre.pl: Allow running
	raster tests from arbitrary dirs, improve error handling

2020-10-29  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/Makefile.in: Have raster regress test re-use
	global checker rule

2020-10-29  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile.in, topology/test/tests.mk: Have topology
	regress test re-use global checker rule

2020-10-29  Sandro Santilli <strk@kbt.io>

	* regress/core/regress.sql: Have probin test support more than a
	single letter versioning Fixes #4778

2020-10-29  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Add a top-level `staged-install` Makefile target

2020-10-28  Sandro Santilli <strk@kbt.io>

	* .gitignore, configure.ac, regress/Makefile.in,
	regress/core/Makefile.in, regress/core/regress.sql,
	regress/core/tests.mk.in, regress/dumper/Makefile.in,
	regress/dumper/tests.mk, regress/loader/Makefile.in,
	regress/loader/tests.mk, regress/runtest.mk,
	regress/sfcgal/Makefile.in, regress/sfcgal/tests.mk: Refactor
	autotools configuration for regression tests - Runs sfcgal tests in the same db with core tests - Allow running loader/dumper tests in isolation Closes #4207

2020-10-29  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Do not print filenames with just -v, it's
	annoying ... eventually we might want to add support for -v -v

2020-10-29  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Remove unused variable

2020-10-29  Sandro Santilli <strk@kbt.io>

	* sfcgal/Makefile.in: Fix sfcgal_upgrade.sql build

2020-10-28  Sandro Santilli <strk@kbt.io>

	* sfcgal/Makefile.in: Fix sfcgal sql scripts dependency on
	postgis_revision.h

2020-10-28  Sandro Santilli <strk@kbt.io>

	* sfcgal/Makefile.in: Fix sfcgal.so dependency on postgis_revision.h

2020-10-28  Regina Obe <lr@pcorp.us>

	* : commit 63a3c143c03fdd21b0967ff49a1bbee94a954ea2 Author: Regina
	Obe <lr@pcorp.us> Date:   Wed Oct 28 17:34:00 2020 -0400

2020-10-28  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl, topology/test/regress/cleartopogeom.sql,
	topology/test/regress/copytopology.sql,
	topology/test/regress/getnodeedges.sql,
	topology/test/regress/getringedges.sql,
	topology/test/regress/gettopogeomelements.sql,
	topology/test/regress/gml.sql,
	topology/test/regress/legacy_invalid.sql,
	topology/test/regress/legacy_predicate.sql,
	topology/test/regress/legacy_query.sql,
	topology/test/regress/legacy_validate.sql,
	topology/test/regress/st_addedgemodface.sql,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addisonode.sql,
	topology/test/regress/st_changeedgegeom.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/topogeometry_type.sql,
	topology/test/regress/topojson.sql: Load each regress test in its
	own directory Closes #4777 by making it allowed to use hard-coded paths Update topology tests so hard-coded paths are relative to the script
	file rather than the supposed calling path, allowing them to be run
	from any directory too

2020-10-27  Sandro Santilli <strk@kbt.io>

	* utils/check_cluster_upgrade.sh: Check existence of init script,
	show upgrade dump log if any

2020-10-27  Sandro Santilli <strk@kbt.io>

	* utils/check_cluster_upgrade.sh: Have check_cluster_upgrade.sh
	support init script

2020-10-27  Sandro Santilli <strk@kbt.io>

	* utils/check_cluster_upgrade.sh: Draft utility script to test
	pg_upgrade

2020-10-26  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Drop duplicated and mis-scoped variable,
	fixing PG13 unpackaged test Fixes #4643 for real Closes #4773

2020-10-24  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: put geos requirement in with 3.1.0
	note to denote only enabled is compiled with geos 3.9 or above

2020-10-18  Ral Marn <git@rmr.ninja>

	* NEWS, raster/rt_pg/rtpg_create.c,
	raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: Fix segfault in st_addband References #4769 Closes https://github.com/postgis/postgis/pull/585/

2020-10-18  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
	regress/core/wkb.sql, regress/core/wkb_expected: Fix segfault when
	parsing invalid WKB References #4767 #4768 #4771 #4772 Closes
	https://github.com/postgis/postgis/pull/584

2020-10-20  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: update versions of stuff related to
	gdal

2020-10-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Do not include non-isolated nodes twice
	to topology snap target

2020-10-15  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Improve
	topology noding robustness Avoids snapping again after noding.  Fixes #4758 Includes automated
	test

2020-10-15  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: Add
	logic to install postgis_sfcgal lib, upgrade default versions of
	libraries

2020-10-09  Ral Marn <git@rmr.ninja>

	* ci/berrie/pg_init_start.sh, ci/berrie/postgis_regress.sh: Berrie:
	Disable protobuf and fix init script Berrie doesn't have protobuf-c installed so, for now, disable it in
	the configure script. Once it has the proper packages installed this
	could be re-enabled

2020-10-07  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Better add count of polygons as
	image can be ready a couple of ways

2020-10-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_makevalid04.wkt,
	doc/reference_processing.xml: More wordsmitting and change to
	geometrycollection, evidentally our image magick can handle only 13
	polygons unless in geometrycollection

2020-10-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_makevalid01.wkt,
	doc/html/image_src/st_makevalid03.wkt, doc/reference_processing.xml: 
	Formatting of code and images

2020-10-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_makevalid01.wkt,
	doc/html/image_src/st_makevalid02.wkt,
	doc/html/image_src/st_makevalid03.wkt,
	doc/html/image_src/st_makevalid04.wkt, doc/reference_processing.xml: 
	Simplify make valid examples by just using wkt

2020-10-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_makevalid02.wkt: Fix make valid image,
	should not have a line

2020-10-06  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/{st_buildarea02.wkt => st_makevalid01.wkt},
	doc/html/image_src/st_makevalid02.wkt, doc/reference_measure.xml,
	doc/reference_processing.xml: So ST_BuildArea ain't what it used to
	be 10 years ago, but luckily ST_MakeValid does what old ST_BuildArea
	did, so move examples to ST_MakeValid from ST_BuildArea and party
	like it's 2010. references #4763

2020-10-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Fix format string

2020-10-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Fix schema variable name

2020-10-05  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Add missing THEN

2020-02-27  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_topology/Makefile.in, postgis/postgis.sql.in,
	regress/run_test.pl, utils/check_all_upgrades.sh: Work around PG13
	drop of `FROM unpackaged` syntax - Always install empty extension--unpackage.sql scripts - Have run_test.pl use create/update trick for PG13 - Re-enable check_all_upgrades.sh testing of unpackaged - Have postgis_extensions_upgrade use the unpackaged trick Fixes #4643

2020-10-05  Ral Marn <git@rmr.ninja>

	* doc/html/image_src/generator.c: Adapt image generator to the
	changes in the library References #4672

2020-10-02  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/gserialized_estimate.c,
	postgis/gserialized_spgist_2d.c, postgis/gserialized_spgist_3d.c,
	postgis/gserialized_supportfn.c, postgis/lwgeom_out_geobuf.c,
	postgis/lwgeom_out_geojson.c, postgis/lwgeom_out_mvt.c: Ensure all
	functions using postgis_oid initialize the internal cache References #4739 Closes https://github.com/postgis/postgis/pull/581

2020-10-05  Ral Marn <git@rmr.ninja>

	* .gitlab-ci.yml: Gitlab CI: Install libprotobuf-c

2020-10-02  Ral Marn <git@rmr.ninja>

	* NEWS, configure.ac, postgis/Makefile.in, postgis/geobuf.c,
	postgis/geobuf.h, postgis/lwgeom_out_geobuf.c,
	postgis/lwgeom_out_mvt.c, postgis/postgis_libprotobuf.c,
	postgis_config.h.in, regress/core/Makefile.in: Enforce protobuf-c
	dependency Unless explicitly disabled, enforce the dependency on libprotobuf-c
	>= 1.1.0.  Previously it would fail silently and disable MVT and GeoJSON
	support. This later translated into end user complaints Closes https://github.com/postgis/postgis/pull/582/

2020-10-04  Regina Obe <lr@pcorp.us>

	* .gitignore, GNUmakefile.in, NEWS, configure.ac,
	extensions/postgis_sfcgal/Makefile.in, postgis/Makefile.in,
	postgis/postgis_legacy.c, regress/Makefile.in, sfcgal/Makefile.in,
	{postgis => sfcgal}/lwgeom_sfcgal.c, {postgis =>
	sfcgal}/lwgeom_sfcgal.h, {postgis => sfcgal}/sfcgal.sql.in,
	sfcgal/sfcgal_after_upgrade.sql.in,
	sfcgal/sfcgal_before_upgrade.sql.in: Split postgis-sfcgal lib from
	postgis lib, closes #4258 closes https://git.osgeo.org/gitea/postgis/postgis/pulls/48

2020-09-28  Ral Marn <git@rmr.ninja>

	* liblwgeom/gutil.c: Remove unused file Closes https://github.com/postgis/postgis/pull/580

2020-09-27  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Put in changed notice and menstion
	schema qualification reference #4719 for PostGIS 3.1.0

2020-09-27  Regina Obe <lr@pcorp.us>

	* NEWS, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected: Fail fast when srids
	of geometry/raster are different. References #4719 for PostGIS 3.1
	master

2020-09-26  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/geography_measurement.c: References #4740 Round off
	geography_distance_tree

2020-09-21  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Make topology
	test less sensible to overlay results order

2020-09-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Handle line
	collapse due to snap-to-existing node References #4757 in master branch (3.1.0dev) Includes regression
	test

2020-09-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, regress/core/split.sql, regress/core/split_expected,
	regress/core/tickets.sql, regress/core/tickets_expected: Guard
	against small GEOS 3.9 behaviour changes by using ST_Normalize

2020-09-11  Sandro Santilli <strk@kbt.io>

	* regress/core/Makefile.in, regress/core/fixedoverlay.sql,
	regress/core/fixedoverlay_expected: Add regression tests for fixed
	precision overlay

2020-08-24  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_geos.c, postgis/legacy.sql.in,
	postgis/lwgeom_accum.c, postgis/lwgeom_accum.h,
	postgis/lwgeom_dump.c, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, postgis/postgis_after_upgrade.sql,
	postgis/postgis_before_upgrade.sql,
	regress/core/subdivide_expected, regress/core/tickets_expected: 
	Expose fixed-precision overlay functions Adds an optional gridSize argument to:   - ST_Intersection   - ST_Difference   - ST_SymDifference   - ST_Union (including aggregate)   - ST_UnaryUnion   - ST_Subdivide

2020-09-08  Regina Obe <lr@pcorp.us>

	* regress/core/Makefile.in, regress/core/computed_columns.sql,
	regress/core/computed_columns_expected: Add test for computed
	columns references #4750 for PostGIS 3.1

2020-08-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwin_wkb.c: Throw
	error when fed WKB with malformed Oracle type numbers Update unit
	tests for malformed WKB to actually test the WKB Remove some small
	memory leaks in the case of malformed inputs Add news entry

2020-08-21  Ral Marn <git@rmr.ninja>

	* NEWS, liblwgeom/gserialized2.c, libpgcommon/lwgeom_pg.c,
	postgis/lwgeom_functions_basic.c: Micro optimizations to the
	serialization process Closes #4746 Closes https://github.com/postgis/postgis/pull/577

2020-08-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c: Fix interrupt syntax (thanks gitlab-ci!)

2020-08-20  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom.c: Make ST_Subdivide interruptible

2020-08-19  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Explicitly set proj lib as raster is
	having a hard time finding proj.db in cunit for some reason

2020-08-18  Ral Marn <git@rmr.ninja>

	* .travis.yml: Travis: Use the latest Docker I updated the images with the latest PG minor releases and Travis is
	having issues running them. With this we make sure it's running the
	latest stable release of Docker

2020-08-18  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_print.c: Disable INFINITY rountrip tests They fail in Windows / MinGW for some reason Closes #4735

2020-08-06  Ral Marn <git@rmr.ninja>

	* NEWS, configure.ac, postgis/lwgeom_out_mvt.c, postgis/mvt.c,
	postgis/mvt.h, postgis/vector_tile.proto: MVT: Improve performance
	and memory usage - Reduce memory usage (raises protobuf-c requirement to 1.1).  - Improves performance when merging tiles (from parallel queries).  - Uses protobuf values to reduce the number of transformations and   memory usage.  - Uses a temporal context when transforming data (reading rows) to   have a fast way of cleaning up memory before the parallel process   starts.  - Processes texts and cstrings with each known reading functions   instead of the `OidOutputFunctionCall` fallback.  - Avoids multiple hash function calls when a value is not found in   the hash table (once for the lookup and once for the insertion).  Closes https://github.com/postgis/postgis/pull/576 Closes #4737

2020-08-15  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Put phrase 'no gaps' as that is the
	first thing people will notice. References #4640 for PostGIS 3.1

2020-08-15  Regina Obe <lr@pcorp.us>

	* : commit b73fc905b1ba58780cfdc750c3dbc5cd22389ea0 Author: Regina
	Obe <lr@pcorp.us> Date:   Sat Aug 15 15:37:41 2020 -0400

2020-08-15  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_relationship.xml: Don't use
	ST_PointInsideCircle if you need indexes, use ST_DWithin instead.  Closes #4741.

2020-08-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_wrapx.c: Remove
	more memory leaks from tests

2020-08-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_split.c: remove memory leak in test

2020-08-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wrapx.c: Remove leaks in cu_wrapx tests

2020-08-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic_tree.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Be more aggressive about obtaining an
	outside point from gbox. References #4689

2020-08-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/tickets.sql, regress/core/tickets_expected: Roundoff
	Curve->Line output to 0.001 for test

2020-08-10  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_wrapx.c: Normalize
	cunit output for split and wrapx tests so pass on all versions of
	GEOS.  References #4730 for PostGIS 3.1.0 master

2020-08-05  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in: ST_CreateTopoGeo edge splitting
	improvement Direclty use ST_Split now that it supports split by multipoint,
	avoid use of ST_UnaryUnion to be immune to GEOS-3.9 OverlayNG
	behavioural changes (in case they will remain)

2020-08-03  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_gdal.c: Get rid of more const  - quieting
	more gittie complaints. References #4734 for PostGIS 3.1.0

2020-08-03  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_gdal.c: Get rid of unused wkt function and
	const  - quieting more gittie complaints. References #4734 for
	PostGIS 3.1.0

2020-08-03  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_raster_geometry.c: Get rid of unused wkt
	variable - causing gittie to fail. References #4734 for PostGIS
	3.1.0

2020-08-03  Regina Obe <lr@pcorp.us>

	* raster/test/cunit/cu_gdal.c,
	raster/test/cunit/cu_raster_geometry.c,
	raster/test/regress/rt_polygon.sql: Fix raster regression for GDAL
	3.2, polygonize behavior change. Use area and ST_Equals for compare
	instead of wkt equality. References #4734 for PostGIS 3.1

2020-08-03  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Add CUNIT to winnie's pkgconfig path
	-- not detecting CUnit anymore otherwise. Also fix minor typo in
	path

2020-08-03  Ral Marn <git@rmr.ninja>

	* regress/core/mvt.sql, regress/core/mvt_expected,
	regress/core/tickets.sql: Normalize for OverlayNG References #4730

2020-08-03  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_split.c: cu_split: Improve format to ease
	debugging

2020-08-03  Ral Marn <git@rmr.ninja>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_tester.h: Rework ASSERT_STRING_EQUAL to not crash
	on NULL inputs

2020-08-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix ST_Neighborhood docs references
	#3933 for PostGIS 3.1

2020-08-01  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_tester.h: Revert "Cunit: Avoid crashing when
	comparing NULL strings" This reverts commit 7b7e66ae6e8438e125ceda7e413eb141e462b571.  Although it is useful, this raised quite a bit of warnings as some
	of the uses of the macro pass static strings and those can't be
	NULL.

2020-07-31  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_tester.h: Cunit: Avoid crashing when comparing
	NULL strings References #4733

2020-07-30  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Put note that both ST_Split and
	ST_WrapX require GEOS

2020-07-30  Ral Marn <git@rmr.ninja>

	* regress/core/sql-mm-circularstring.sql,
	regress/core/sql-mm-circularstring_expected: Try to remove platform
	dependent output in circularstring

2020-07-30  Ral Marn <git@rmr.ninja>

	* liblwgeom/gbox.c, liblwgeom/gserialized.c,
	liblwgeom/lwalgorithm.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwout_geojson.c, postgis/gserialized_estimate.c,
	postgis/gserialized_gist_2d.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c: Address valgrind warnings in regress tests Closes #4654

2020-07-30  Ral Marn <git@rmr.ninja>

	* regress/core/sql-mm-circularstring.sql,
	regress/core/sql-mm-circularstring_expected: Adapt output to work
	with Raspberry References #4660

2020-07-30  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_algorithm.c: Attempt to fix output for Rasberry
	Pi References #4660

2020-07-29  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/gserialized_gist_nd.c: Avoid double freeing due to
	gidx_merge References #4691

2020-07-29  Regina Obe <lr@pcorp.us>

	* regress/core/tickets_expected: Fix accidental replace reference
	#4730

2020-07-29  Regina Obe <lr@pcorp.us>

	* topology/test/query_features.sql,
	topology/test/regress/legacy_query_expected: Address some geos3.9
	overlay topology failures by normalizing - references #4730 for
	postgis 3.1.0

2020-07-29  Regina Obe <lr@pcorp.us>

	* regress/core/regress_ogc.sql, regress/core/regress_ogc_expected,
	regress/core/tickets.sql, regress/core/tickets_expected: Address
	some geos3.9 overlay failures  by normalizing - references #4730 for
	postgis 3.1.0

2020-07-29  leoregina <lr@pcorp.us>

	* regress/core/clean.sql, regress/core/clean_expected,
	regress/core/unaryunion.sql, regress/core/unaryunion_expected: 
	Address some geos3.9 by normalizing - references #4730 for postgis
	3.1.0

2020-07-29  Ral Marn <git@rmr.ninja>

	* regress/core/regress_buffer_params_expected: Fix tests Add missing update References #4660

2020-07-28  Ral Marn <git@rmr.ninja>

	* NEWS, doc/reference_output.xml, postgis/geography.sql.in,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/core/out_geometry.sql, regress/core/out_geometry_expected: 
	Add precision parameter to ST_AsEWKT Closes #4698 Closes https://github.com/postgis/postgis/pull/575

2020-07-29  Ral Marn <git@rmr.ninja>

	* regress/core/regress_buffer_params.sql,
	regress/core/regress_buffer_params_expected,
	regress/core/tickets.sql, regress/core/tickets_expected: Adapt
	regress tests to match Windows output References #4660

2020-07-28  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/geography.sql.in, postgis/postgis.sql.in: Adjust SQL
	function costs Closes #4686 Closes https://github.com/postgis/postgis/pull/572

2020-07-21  Ral Marn <git@rmr.ninja>

	* libpgcommon/lwgeom_pg.h, postgis/gserialized_gist_2d.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	regress/core/lwgeom_regress.sql,
	regress/core/lwgeom_regress_expected: Speed up ST_BoundingDiagonal
	with compressed geometries and no fits

2020-07-21  Ral Marn <git@rmr.ninja>

	* libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h,
	libpgcommon/lwgeom_pg.h, postgis/gserialized_gist_2d.c,
	postgis/lwgeom_geos.c: Reduce the overhead of reading multiple
	values from the headers

2020-07-21  Ral Marn <git@rmr.ninja>

	* libpgcommon/gserialized_gist.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_geos.c: Optimize ST_ClipByBox2d(compressed_geom,
	bbox) when the geom is fully outside the bbox

2020-07-21  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_geos.c: Optimize ST_ClipByBox2d(compressed_geom,
	bbox) when the geom is contained in the bbox

2020-07-21  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_box.c: Speed up ST_CombineBbox(box2d, geometry) for
	compressed values

2020-07-21  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_box.c: Speed up postgis_getbbox for compressed
	values

2020-07-21  Ral Marn <git@rmr.ninja>

	* postgis/geography_measurement.c: Use gserialized_datum_get_gbox_p
	in _ST_PointOutside

2020-07-21  Ral Marn <git@rmr.ninja>

	* postgis/gserialized_estimate.c,
	regress/core/regress_selectivity.sql,
	regress/core/regress_selectivity_expected: Avoid detoasting the
	datum during ANALYZE

2020-07-29  Ral Marn <git@rmr.ninja>

	* regress/core/regress_buffer_params.sql,
	regress/core/regress_buffer_params_expected,
	regress/core/sql-mm-circularstring.sql,
	regress/core/sql-mm-circularstring_expected,
	regress/core/tickets.sql, regress/core/tickets_expected: Adapt
	regress tests to match Windows output References #4660

2020-07-28  Ral Marn <git@rmr.ninja>

	* NEWS, libpgcommon/gserialized_gist.c,
	postgis/gserialized_gist_2d.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.c, regress/core/in_geohash_expected: Use
	lwprint_double for printing box types Includes BOX2D, BOX3D, BOX2DF and GIDX Closes #4533 (Only for 3.1+) Closes
	https://github.com/postgis/postgis/pull/574

2020-07-28  Ral Marn <git@rmr.ninja>

	* NEWS, liblwgeom/lwout_kml.c, liblwgeom/lwout_wkt.c,
	liblwgeom/stringbuffer.h: WKT/KML: Print doubles directly into
	stringbuffers Closes https://github.com/postgis/postgis/pull/573 Closes #4729

2020-04-19  Ral Marn <git@rmr.ninja>

	* NEWS, deps/ryu/Makefile.in, deps/ryu/README.md,
	deps/ryu/common.h, deps/ryu/d2fixed.c, deps/ryu/d2s.c,
	deps/ryu/d2s_full_table.h, deps/ryu/d2s_intrinsics.h,
	deps/ryu/ryu.h, liblwgeom/Makefile.in, liblwgeom/cunit/cu_geos.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_svg.c,
	liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/cunit/cu_print.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c,
	liblwgeom/lwout_wkt.c, liblwgeom/lwout_x3d.c, liblwgeom/lwprint.c,
	postgis/geography_inout.c, postgis/lwgeom_export.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_transform.c,
	raster/test/regress/rt_pixelvalue.sql, regress/core/geos39.sql,
	regress/core/in_encodedpolyline.sql,
	regress/core/in_encodedpolyline_expected,
	regress/core/in_geohash_expected, regress/core/in_gml.sql,
	regress/core/in_gml_expected, regress/core/lwgeom_regress_expected,
	regress/core/measures_expected, regress/core/offsetcurve.sql,
	regress/core/regress.sql, regress/core/regress_buffer_params.sql,
	regress/core/regress_buffer_params_expected,
	regress/core/regress_expected, regress/core/regress_ogc_expected,
	regress/core/split_expected,
	regress/core/sql-mm-circularstring.sql,
	regress/core/sql-mm-circularstring_expected,
	regress/core/sql-mm-compoundcurve_expected,
	regress/core/sql-mm-curvepoly_expected,
	regress/core/sql-mm-multicurve.sql,
	regress/core/sql-mm-multicurve_expected, regress/core/tickets.sql,
	regress/core/tickets_expected,
	regress/loader/MultiToSinglePoint.select.sql,
	regress/loader/NotReallyMultiPoint.select.sql,
	regress/loader/ReprojectPts-w.select.expected,
	regress/loader/ReprojectPts.select.expected,
	regress/loader/ReprojectPts.select.sql,
	regress/loader/ReprojectPtsD.select.expected,
	regress/loader/ReprojectPtsD.select.sql,
	regress/loader/ReprojectPtsGeog-w.select.expected,
	regress/loader/ReprojectPtsGeog.select.expected,
	regress/loader/ReprojectPtsGeog.select.sql,
	regress/loader/ReprojectPtsGeogD-w.select.expected,
	regress/loader/ReprojectPtsGeogD.select.expected,
	regress/loader/ReprojectPtsGeogD.select.sql,
	topology/test/regress/topogeo_addlinestring_expected: Use the
	shortest representation when printing doubles - Use the shortest representation (enough to guarantee roundtrip).  - Uses scientific notation for absolute numbers smaller than 1e-8.
	The previous behaviour was to output 0 for absolute values smaller
	than 1e-12 and fixed notation for anything bigger than that.  - Uses scientific notation for absolute numbers greater than 1e+15
	(same behaviour).  - The precision parameter now also affects the scientific notation
	(before it was fixed [5-8]).  - All output functions now respect the requested precision (without
	any limits).  - The default precision is the same (9 for GeoJSON, 15 for
	everything else).  Many regress test changed mainly because of the fixes to the
	precision parameter, which is now respected as the amount of digits
	after the fixed point.  Closes https://github.com/postgis/postgis/pull/570 Closes #4660

2020-07-28  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_split.c,
	liblwgeom/cunit/cu_triangulate.c, liblwgeom/cunit/cu_wrapx.c: Use
	finishGEOS to remove valgrind noise in unit tests Closes https://github.com/postgis/postgis/pull/571

2020-07-23  Sandro Santilli <strk@kbt.io>

	* autogen.sh: Work around an autoconf bug insisting in needing a
	config.rpath file

2020-07-23  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Re-enable tests
	for corrupted topology handling References #4706

2020-07-23  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_after_upgrade.sql: There's no point in updating
	pgis_abs type after removing it...  References #4728 in master branch

2020-07-21  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl: Change names of crash tables

2020-07-18  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Put note that
	ST_MaximumInscribedCircle requires GEOS 3.9

2020-07-18  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flip
	back to 3.1.0dev for next release cycle

2020-07-18  Regina Obe <lr@pcorp.us>

	* topology/test/regress/st_changeedgegeom_expected: Took out too
	much in last commit  references #4706 for Trunk 3.1.0alpha2

2020-07-18  Regina Obe <lr@pcorp.us>

	* topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Take out topology
	tests that fail on 32-bit references #4706 for Trunk 3.1.0alpha2

2020-07-18  Regina Obe <lr@pcorp.us>

	* doc/po/de/extras.xml.po,
	doc/po/de/extras_address_standardizer.xml.po,
	doc/po/de/extras_historytable.xml.po,
	doc/po/de/extras_tigergeocoder.xml.po,
	doc/po/de/extras_topology.xml.po, doc/po/de/faq_raster.xml.po,
	doc/po/de/performance_tips.xml.po, doc/po/de/reference.xml.po,
	doc/po/de/reference_bbox.xml.po,
	doc/po/de/reference_cluster.xml.po,
	doc/po/de/reference_exception.xml.po,
	doc/po/de/reference_input.xml.po,
	doc/po/de/reference_management.xml.po,
	doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_operator.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_sfcgal.xml.po, doc/po/de/reference_srs.xml.po,
	doc/po/de/reference_transaction.xml.po,
	doc/po/de/reference_transformation.xml.po,
	doc/po/de/reference_troubleshooting.xml.po,
	doc/po/de/reference_type.xml.po,
	doc/po/de/reference_validation.xml.po,
	doc/po/de/reference_version.xml.po,
	doc/po/de/using_postgis_app.xml.po,
	doc/po/de/using_raster_dataman.xml.po, doc/po/es/extras.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_raster.xml.po,
	doc/po/es/performance_tips.xml.po, doc/po/es/reference.xml.po,
	doc/po/es/reference_bbox.xml.po,
	doc/po/es/reference_cluster.xml.po,
	doc/po/es/reference_exception.xml.po,
	doc/po/es/reference_input.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_processing.xml.po,
	doc/po/es/reference_sfcgal.xml.po, doc/po/es/reference_srs.xml.po,
	doc/po/es/reference_transaction.xml.po,
	doc/po/es/reference_transformation.xml.po,
	doc/po/es/reference_troubleshooting.xml.po,
	doc/po/es/reference_type.xml.po,
	doc/po/es/reference_validation.xml.po,
	doc/po/es/reference_version.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/es/using_postgis_app.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_historytable.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/performance_tips.xml.po, doc/po/fr/reference.xml.po,
	doc/po/fr/reference_bbox.xml.po,
	doc/po/fr/reference_cluster.xml.po,
	doc/po/fr/reference_exception.xml.po,
	doc/po/fr/reference_input.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_processing.xml.po,
	doc/po/fr/reference_sfcgal.xml.po, doc/po/fr/reference_srs.xml.po,
	doc/po/fr/reference_transaction.xml.po,
	doc/po/fr/reference_transformation.xml.po,
	doc/po/fr/reference_troubleshooting.xml.po,
	doc/po/fr/reference_type.xml.po,
	doc/po/fr/reference_validation.xml.po,
	doc/po/fr/reference_version.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_postgis_app.xml.po,
	doc/po/fr/using_raster_dataman.xml.po, doc/po/it_IT/extras.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_raster.xml.po,
	doc/po/it_IT/performance_tips.xml.po,
	doc/po/it_IT/reference.xml.po, doc/po/it_IT/reference_bbox.xml.po,
	doc/po/it_IT/reference_cluster.xml.po,
	doc/po/it_IT/reference_exception.xml.po,
	doc/po/it_IT/reference_input.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_processing.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_srs.xml.po,
	doc/po/it_IT/reference_transaction.xml.po,
	doc/po/it_IT/reference_transformation.xml.po,
	doc/po/it_IT/reference_troubleshooting.xml.po,
	doc/po/it_IT/reference_type.xml.po,
	doc/po/it_IT/reference_validation.xml.po,
	doc/po/it_IT/reference_version.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/it_IT/using_postgis_app.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/pt_BR/extras.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_raster.xml.po,
	doc/po/pt_BR/performance_tips.xml.po,
	doc/po/pt_BR/reference.xml.po, doc/po/pt_BR/reference_bbox.xml.po,
	doc/po/pt_BR/reference_cluster.xml.po,
	doc/po/pt_BR/reference_exception.xml.po,
	doc/po/pt_BR/reference_input.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_processing.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_srs.xml.po,
	doc/po/pt_BR/reference_transaction.xml.po,
	doc/po/pt_BR/reference_transformation.xml.po,
	doc/po/pt_BR/reference_troubleshooting.xml.po,
	doc/po/pt_BR/reference_type.xml.po,
	doc/po/pt_BR/reference_validation.xml.po,
	doc/po/pt_BR/reference_version.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/pt_BR/using_postgis_app.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po: Update pos from transifex

2020-07-18  Regina Obe <lr@pcorp.us>

	* NEWS, README.md, README.postgis, Version.config,
	ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Prep for PostGIS 3.1.0alpha2

2020-07-15  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c,
	topology/test/regress/topogeo_addpoint.sql,
	topology/test/regress/topogeo_addpoint_expected: Fix crash on
	TopoGeo_addPoint null arguments References #4722 in master branch (3.1.0dev)

2020-07-14  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Prepping for PostGIS 3.1.0alpha2
	later this week

2020-07-10  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_estimate.c, postgis/gserialized_supportfn.c: 
	Use POSTGIS_DEBUG for debugging

2020-07-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Remove useless duplicated call in
	ST_ChangeEdgeGeom

2020-07-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Downgrade bbox change notice to debug

2020-07-08  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/postgis.control.in: Raster is no more part of
	"postgis" core extension

2020-07-06  Regina Obe <lr@pcorp.us>

	* NEWS: Standardize shebang and support for MSVC closes
	https://git.osgeo.org/gitea/postgis/postgis/pulls/42

2020-07-06  Regina Obe <lr@pcorp.us>

	* : Merge remote-tracking branch
	'lbartoletti/win_freebsd_compilation'

2020-06-22  Ral Marn <git@rmr.ninja>

	* NEWS, configure.ac: Configure: Default to -lproj in all cases References #4716 Closes https://github.com/postgis/postgis/pull/567

2020-06-22  Ral Marn <git@rmr.ninja>

	* configure.ac: Configure: Don't error if json-c is not found with
	pkg-config

2020-07-06  Ral Marn <git@rmr.ninja>

	* raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: rt_gdalwarp: Disable test
	that change under GDAL 3.1 References #4673

2020-07-06  Sandro Santilli <strk@kbt.io>

	* doc/introduction.xml: Add NIBIO in corporate sponsors section

2020-06-27  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_cluster.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwinline.h,
	liblwgeom/lwkmeans.c, postgis/lwgeom_window.c,
	regress/core/cluster.sql, regress/core/cluster_expected,
	regress/core/lwgeom_regress.sql,
	regress/core/lwgeom_regress_expected: Support for 3D in K-Means.  Closes #4710.

2020-07-03  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: add partitions to
	populate_geometry_columns consideration references #4714 for PostGIS
	3.1.0

2020-01-23  lbartoletti <l.bartoletti@free.fr>

	* libpgcommon/lwgeom_transform.c: use define instead of static
	uint_32_t pet vscc

2020-01-23  lbartoletti <l.bartoletti@free.fr>

	* liblwgeom/lwgeom_transform.c: fix cast

2020-01-23  lbartoletti <l.bartoletti@free.fr>

	* liblwgeom/ptarray.c: fix pointer arithmetic

2020-01-23  lbartoletti <l.bartoletti@free.fr>

	* liblwgeom/lwgeom.c, liblwgeom/lwout_wkt.c,
	libpgcommon/lwgeom_transform.c: use define instead of static
	uint_32_t pet vscc

2020-01-23  lbartoletti <l.bartoletti@free.fr>

	* liblwgeom/lookup3.c: fix endian for vscode

2020-01-23  lbartoletti <l.bartoletti@free.fr>

	* astyle.sh, ci/berrie/postgis_regress.sh, ci/debbie/logbt,
	ci/debbie/postgis_doc_translations.sh,
	ci/debbie/postgis_make_dist.sh, ci/debbie/postgis_regress.sh,
	ci/debbie/postgis_release_docs.sh, ci/dronie/postgis_regress.sh,
	ci/travis/logbt, ci/winnie/build_postgis.sh,
	ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh,
	doc/doxygen.cfg.in,
	extensions/address_standardizer/mk-city-regex.pl,
	extensions/address_standardizer/mk-sql.pl,
	extensions/address_standardizer/mk-st-regexp.pl,
	extras/tiger_geocoder/create_geocode.sh,
	extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh,
	extras/tiger_geocoder/upgrade_geocoder.sh,
	fuzzers/build_google_oss_fuzzers.sh, fuzzers/build_seed_corpus.sh,
	raster/doc/doxygen.cfg.in, regress/run_test.pl,
	utils/create_extension_unpackage.pl,
	utils/create_spatial_ref_sys_config_dump.pl, utils/create_undef.pl,
	utils/create_unpackaged.pl, utils/postgis_proc_upgrade.pl,
	utils/postgis_restore.pl.in, utils/profile_intersects.pl,
	utils/read_scripts_version.pl, utils/repo_revision.pl,
	utils/test_estimation.pl, utils/test_geography_estimation.pl,
	utils/test_geography_joinestimation.pl,
	utils/test_joinestimation.pl, utils/uninstall_script: Standardize
	shebangs

2020-06-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgemodface.sql: Fix comments in
	testcase

2020-06-27  Regina Obe <lr@pcorp.us>

	* ci/berrie64/pg_init_start.sh, ci/berrie64/postgis_regress.sh: Add
	berrie64 to jenkins bot chain references #4708 for PostGIS 3.1

2020-06-26  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgemodface.sql,
	topology/test/regress/st_addedgemodface_expected: Add test for
	handling of edge-linking topology corruption References #4709

2020-06-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Handle
	non-closed edge rings by human readable error Handle both topological and geometrical corruption Have getRingEdges raise an error if topology is corrupted References #4709 References #3042

2020-06-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix release of unexpected number of edges
	from a returned edge ring References #4709 in master branch

2020-06-20  Giovanni Zezza <OSGeo UserID: zezzagio>

	* loader/pgsql2shp-core.c, regress/core/Makefile.in,
	regress/dumper/mfiledmp.dmp, regress/dumper/mfiledmp_mapping.txt: 
	Corrected pgsql2shp for -m option; added test Postgres field column in mapping file was incorrectly compared with
	the name of the dbf field Closes #4705

2020-06-20  Giovanni Zezza <OSGeo UserID: zezzagio>

	* regress/run_test.pl: Allow {regdir} keyword substitution in .dmp
	file; remove return from for main loop on objects count mismatch Can't return from outside a subroutine, also terminate the program
	seems too drastic, allow following cleaning operations

2020-06-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Handle corrupted
	topology in ST_ChangeEdgeGeom Rather than crashing the backend.  References #4706 in master
	branch.  Include tests.

2020-06-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Do not sleep at work !

2020-06-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add support for passing options to dumper
	tests See #4705

2020-06-16  Sandro Santilli <strk@kbt.io>

	* regress/loader/PointWithSchema.opts: Use {regdir} in
	PointWithSchema.opts as well

2020-06-16  Sandro Santilli <strk@kbt.io>

	* regress/loader/mfile.opts, regress/run_test.pl: Allow {regdir}
	keyword substitution in .opts files, use in mfile.opts

2020-06-12  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Fix typo

2020-06-09  Regina Obe <lr@pcorp.us>

	* .cloud-drone.yml: Have a different abbreviated config for
	cloud-drone since it does pull request checks. References #4704 for
	PostGIS 3.1

2020-06-09  Regina Obe <lr@pcorp.us>

	* NEWS: Fix bug fix notice references #4699

2020-06-09  Regina Obe <lr@pcorp.us>

	* NEWS, raster/rt_pg/rtpg_mapalgebra.c,
	raster/test/regress/rt_union.sql,
	raster/test/regress/rt_union_expected: Fix for raster crash.
	References #4699 - Jaime Casanova (2nd Quadrant)

2020-06-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/legacy.sql.in: Legacy ST_Locate_Between_Measures is wrong,
	Closes #4702

2020-06-07  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Update version numbers

2020-06-05  Ludovic <ludovic@hirlimann.net>

	* : Running optipng to reduces the size of png files Closes https://github.com/postgis/postgis/pull/565

2020-05-31  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add upgrade path from 3.0.1

2020-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Specify default values for raster
	ST_Intersection

2020-05-26  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_out_geojson.c, regress/core/Makefile.in,
	regress/core/out_geojson.sql, regress/core/out_geojson_expected: Fix
	GetGenericCacheCollection call from composite_to_geojson Closes #4965

2020-05-21  Sandro Santilli <strk@kbt.io>

	* CONTRIBUTING.md: Add note about receiving git patches via email

2020-05-15  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add section about managing stats during
	topology building/editing And refs to it from TopoGeo_addLineString and TopoGeo_addPolygon

2020-05-12  Regina Obe <lr@pcorp.us>

	* doc/reference_input.xml: Fix misreference to ST_Point

2020-05-12  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Another example

2020-05-11  Regina Obe <lr@pcorp.us>

	* doc/reference_input.xml: Fix xml pase error in last commit

2020-05-11  Regina Obe <lr@pcorp.us>

	* doc/reference_input.xml: Add note that ST_Point and ST_MakePoint
	are faster for points as pointed out by God

2020-05-11  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: edge_id is really a 32bit integer At least until #3110 is done.  Should fix #4675

2020-05-11  Ral Marn <git@rmr.ninja>

	* libpgcommon/lwgeom_cache.c: Remove redundant assert

2020-05-08  Ral Marn <git@rmr.ninja>

	* NEWS, libpgcommon/Makefile.in, libpgcommon/lwgeom_cache.c,
	libpgcommon/lwgeom_cache.h, libpgcommon/shared_gserialized.c,
	postgis/geography_measurement.c,
	postgis/geography_measurement_trees.c,
	postgis/geography_measurement_trees.h, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos.h, postgis/lwgeom_geos_prepared.c,
	postgis/lwgeom_geos_prepared.h, postgis/lwgeom_rectree.c,
	postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h: Share gserialized
	objects between different cache types Closes https://github.com/postgis/postgis/pull/564/ Closes #4677

2020-05-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: move declarations to top of block (c90),
	references #4687

2020-05-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/postgis_topology.c: add missing pgsql header, references
	#4675

2020-05-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/geos39.sql, regress/core/geos39_expected: move center
	point of regression tests a little off-center to hopefully avoid
	platform specific disagreements about which edge is "nearest"

2020-05-08  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/postgis_topology.c,
	topology/sql/query/GetRingEdges.sql.in: Implement GetRingEdges in C Closes #4675

2020-05-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: remove duped defn of ST_FrechetDistance

2020-05-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 343bd459964cec07ca44c47850e49ad1747e0dc5 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Fri May 8 08:49:44 2020
	-0700

2020-05-08  Ral Marn <git@rmr.ninja>

	* LICENSE.TXT, NEWS, deps/wagyu/README.md,
	deps/wagyu/include/mapbox/geometry/wagyu/active_bound_list.hpp,
	deps/wagyu/include/mapbox/geometry/wagyu/almost_equal.hpp,
	deps/wagyu/include/mapbox/geometry/wagyu/interrupt.hpp,
	deps/wagyu/include/mapbox/geometry/wagyu/process_horizontal.hpp,
	deps/wagyu/include/mapbox/geometry/wagyu/ring_util.hpp,
	deps/wagyu/include/mapbox/geometry/wagyu/util.hpp,
	deps/wagyu/include/mapbox/geometry/wagyu/wagyu.hpp,
	regress/core/mvt.sql: Update wagyu to 0.5.0 Closes https://github.com/postgis/postgis/pull/563 Closes #4620

2020-05-04  Ral Marn <git@rmr.ninja>

	* postgis/geography_inout.c, postgis/lwgeom_export.c,
	postgis/postgis.sql.in: Change ST_AsGML(geometry) to use a C
	function direcly By using a inline SQL, the cache that lives in the upper context was
	deleted for each processed row (thus being ineffective) Closes #4674

2020-05-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/html/image_src/Makefile.in,
	doc/html/image_src/st_maximuminscribedcircle01.wkt,
	doc/html/image_src/st_maximuminscribedcircle02.wkt,
	doc/reference_processing.xml, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, regress/core/Makefile.in,
	regress/core/geos39.sql, regress/core/geos39_expected: Expose GEOS
	3.9 ST_MaximumInscribedCircle, References #4687

2020-05-04  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/loader/TiledAutoSkipNoData-pre.pl,
	regress/run_test.pl: Make run_test.pl fail if -pre.pl scripts fail ... fix those which may fail for no reason ...

2020-05-04  Ral Marn <git@rmr.ninja>

	* NEWS, libpgcommon/lwgeom_cache.c, postgis/lwgeom_inout.c: Revert
	"Internal cache now persists until the end of the transaction" This reverts commit 3ced96fc1a79831a26c33311a17d1f32e3c5c732.  References #4674 Closes https://github.com/postgis/postgis/pull/560

2020-05-04  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/regress/st_getfacegeometry.sql,
	topology/test/regress/st_getfacegeometry_expected: 
	ST_GetFaceGeometry: always print corruption information Use NOTICE when an exception will prevent ValidateTopology from
	completing (see #3221).  Also return EMPTY instead of NULL on corruption due to partial
	boundaries (consistently with face without boundaries reported in
	#3221) Includes testcase and NEWS item.  Closes #4681

2020-05-01  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/geometry_inout.c: Optimize geometry_to_point References #4676

2020-05-01  Ral Marn <git@rmr.ninja>

	* NEWS, libpgcommon/gserialized_gist.c, libpgcommon/lwgeom_pg.h,
	postgis/gserialized_gist_2d.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_ogc.c: Avoid decompressing toasted geometries to read
	only the header Closes #4676 Closes https://github.com/postgis/postgis/pull/558

2020-05-01  Ral Marn <git@rmr.ninja>

	* NEWS, libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	postgis/geography_inout.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_export.c, postgis/lwgeom_export.h,
	postgis/lwgeom_in_geohash.c, postgis/lwgeom_in_geojson.c,
	postgis/lwgeom_inout.c: Cache getSRIDbySRS Closes #4672 Closes https://github.com/postgis/postgis/pull/557

2020-04-28  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_out_x3d.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_x3d.c, liblwgeom/lwout_x3d.h,
	postgis/lwgeom_export.c: ST_AsX3D: Stop calculating the srs It was never used and amounted to 90% of the time

2020-04-28  Ral Marn <git@rmr.ninja>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwout_geojson.c,
	liblwgeom/lwout_x3d.c, liblwgeom/lwout_x3d.h,
	libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	postgis/geography_inout.c, postgis/lwgeom_export.c,
	postgis/lwgeom_export.h: Cache getSRSbySRID

2020-05-01  Ral Marn <git@rmr.ninja>

	* NEWS, libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h: 
	Internal cache now persists until the end of the transaction Closes #4674

2020-04-28  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/postgis.sql.in, postgis/sqldefines.h.in: Reduce
	_COST_LOW and _COST_MEDIUM and change ST_Simplify Closes https://github.com/postgis/postgis/pull/556 References #4490

2020-04-27  Ral Marn <git@rmr.ninja>

	* postgis/postgis.sql.in: postgis.sql: tabs

2020-04-27  Ral Marn <git@rmr.ninja>

	* postgis/geography.sql.in, postgis/postgis.sql.in: Update function
	costs

2020-04-28  Ral Marn <git@rmr.ninja>

	* NEWS, liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h,
	liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_gserialized2.c,
	liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_in_wkb.c,
	liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
	liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/cunit/cu_out_x3d.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/gserialized.c,
	liblwgeom/gserialized.txt, liblwgeom/gserialized1.c,
	liblwgeom/gserialized2.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.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_wkb.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwout_x3d.c, liblwgeom/stringbuffer.c,
	liblwgeom/stringbuffer.h, loader/shp2pgsql-core.c,
	postgis/geography_inout.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_export.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_transform.c,
	raster/rt_core/rt_geometry.c, raster/rt_pg/rtpg_geometry.c,
	raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c,
	topology/postgis_topology.c: Revert incorrect "Optimize varlena
	returning functions" This reverts commit 0696fa46699875fe43708d78602244fd6f257ee4.  I'm not sure what I did there, it seems like I pushed smaller
	commits instead of a squashed one, and then did a revert that undid
	everything.  References #4623

2020-04-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Fix indenting

2020-04-27  Regina Obe <lr@pcorp.us>

	* .editorconfig, doc/reference_constructor.xml: Fix square example,
	sql gave syntax errors, reformat the hexagon example using spaces
	instead of tabs

2020-04-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Per Martin Davis suggestion,
	rephrase note, and move clauser to the code

2020-04-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Add links to used functions

2020-04-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Get rid of CTE in first and just
	nest the function call, shorter. move note about lateral to second
	example since the first no longer uses LATERAL

2020-04-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Missed a spot

2020-04-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Get rid of unneccessary CTE and
	also LATERAL keyword, just mention it's optional

2020-04-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Minor formatting changes and
	consistent use of lateral

2020-04-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Correct invalid SQL and make use of
	aliasing and LATERAL more explicit

2020-04-27  Ral Marn <git@rmr.ninja>

	* postgis/postgis.sql.in: SQL: Fix availability for ST_Hexagon and
	ST_Square

2020-04-24  Regina Obe <lr@pcorp.us>

	* doc/po/ko_KR/administration.xml.po,
	doc/po/ko_KR/database_tuning.xml.po, doc/po/ko_KR/extras.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/postgis.xml.po,
	doc/po/ko_KR/reference.xml.po,
	doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_bbox.xml.po,
	doc/po/ko_KR/reference_cluster.xml.po,
	doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_exception.xml.po,
	doc/po/ko_KR/reference_guc.xml.po,
	doc/po/ko_KR/reference_input.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_relationship.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/ko_KR/reference_srs.xml.po,
	doc/po/ko_KR/reference_trajectory.xml.po,
	doc/po/ko_KR/reference_transaction.xml.po,
	doc/po/ko_KR/reference_transformation.xml.po,
	doc/po/ko_KR/reference_troubleshooting.xml.po,
	doc/po/ko_KR/reference_type.xml.po,
	doc/po/ko_KR/reference_validation.xml.po,
	doc/po/ko_KR/reference_version.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/ko_KR/reporting.xml.po,
	doc/po/ko_KR/usage.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: Korean translation files

2020-04-24  Regina Obe <lr@pcorp.us>

	* doc/po/de/database_tuning.xml.po, doc/po/de/usage.xml.po,
	doc/po/ja/administration.xml.po, doc/po/ja/database_tuning.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_bbox.xml.po,
	doc/po/ja/reference_cluster.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_input.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_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_relationship.xml.po,
	doc/po/ja/reference_sfcgal.xml.po, doc/po/ja/reference_srs.xml.po,
	doc/po/ja/reference_trajectory.xml.po,
	doc/po/ja/reference_transaction.xml.po,
	doc/po/ja/reference_transformation.xml.po,
	doc/po/ja/reference_troubleshooting.xml.po,
	doc/po/ja/reference_type.xml.po,
	doc/po/ja/reference_validation.xml.po,
	doc/po/ja/reference_version.xml.po, doc/po/ja/reporting.xml.po,
	doc/po/ja/usage.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/templates/reference_guc.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/release_notes.xml.pot: Files updated from transifex

2020-04-24  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Fix typos noted by Andreas Schild
	and Jürgen E. Fischer

2020-04-24  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Fix typos noted by Andreas Schild
	and Jürgen E. Fischer

2020-04-23  Ral Marn <git@rmr.ninja>

	* NEWS, liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h,
	liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_gserialized2.c,
	liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_in_wkb.c,
	liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
	liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/cunit/cu_out_x3d.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/gserialized.c,
	liblwgeom/gserialized.txt, liblwgeom/gserialized1.c,
	liblwgeom/gserialized2.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.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_wkb.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwout_x3d.c, liblwgeom/stringbuffer.c,
	liblwgeom/stringbuffer.h, loader/shp2pgsql-core.c,
	postgis/geography_inout.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_export.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_transform.c,
	raster/rt_core/rt_geometry.c, raster/rt_pg/rtpg_geometry.c,
	raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c,
	topology/postgis_topology.c: Optimize varlena returning functions Closes #4623 Closes https://github.com/postgis/postgis/pull/541

2020-04-22  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwout_encoded_polyline.c,
	postgis/lwgeom_export.c: Use lwvarlena_t for encoded polyline

2020-04-22  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_out_svg.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_svg.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Use lwvarlena_t for SVG

2020-04-21  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_gml.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Use lwvarlena_t for GML3

2020-04-21  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_gml.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Use lwvarlena_t for GML2

2020-04-10  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_out_x3d.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_x3d.c, postgis/lwgeom_export.c: Use lwvarlena_t for
	X3D

2020-04-03  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, postgis/lwgeom_functions_basic.c: Use
	lwvarlena_t for GeoHash

2020-04-03  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_out_kml.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_kml.c, postgis/geography_inout.c,
	postgis/lwgeom_transform.c: Use lwvarlena_t for KML

2020-04-03  Ral Marn <git@rmr.ninja>

	* liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h,
	liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_out_twkb.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
	postgis/lwgeom_inout.c: Use lwvarlena_t for TWKB

2020-04-03  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_functions_basic.c: Use lwvarlena_t for ST_AsEWKT

2020-03-20  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/cunit/cu_surface.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_wkb.c, loader/shp2pgsql-core.c,
	postgis/geography_inout.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, raster/rt_core/rt_geometry.c,
	raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_mapalgebra.c,
	raster/rt_pg/rtpg_pixel.c, topology/postgis_topology.c: Use
	lwvarlena_t for ST_AsWKB and many derivatives

2020-02-14  Ral Marn <git@rmr.ninja>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwout_wkt.c,
	liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h,
	postgis/lwgeom_ogc.c: Use lwvarlena_t for ST_AsText

2020-01-24  Ral Marn <git@rmr.ninja>

	* liblwgeom/cunit/cu_gserialized2.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/gserialized.c,
	liblwgeom/gserialized.txt, liblwgeom/gserialized1.c,
	liblwgeom/gserialized2.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwout_geojson.c,
	postgis/geography_inout.c, postgis/lwgeom_export.c: Use lwvarlena_t
	for ST_AsGeoJSON

2020-04-21  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/lwgeom_functions_basic.c, regress/core/tickets.sql,
	regress/core/tickets_expected: ST_AddPoint: Fix bug when a positive
	position is requested References #4670 Introduced in #4599, so backpatching through 2.5

2020-04-20  Regina Obe <lr@pcorp.us>

	* : commit 560b5056f96b93e1e738645984ec6b93aeffb23c Author: Regina
	Obe <lr@pcorp.us> Date:   Mon Apr 20 11:47:21 2020 -0400

2020-04-20  Regina Obe <lr@pcorp.us>

	* ci/dronie/postgis_regress_alpine.sh: Add line to output to pg
	noise to log file

2020-04-20  Regina Obe <lr@pcorp.us>

	* ci/dronie/postgis_regress_alpine.sh: Get rid of path overwrite see
	if fixes aclocal error

2020-04-20  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: Add some space

2020-04-20  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml, ci/dronie/postgis_regress_alpine.sh: Add
	alpine-edge to mix

2020-04-19  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: Change to use docker.osgeo.org registry

2020-04-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Mark raster agg functions so they show
	in agg function section

2020-04-17  Ral Marn <git@rmr.ninja>

	* raster/test/cunit/cu_tester.c, raster/test/cunit/cu_tester.h: 
	Raster cu_tester: Move cu_error_msg declaration to the source file References #4667

2020-04-17  Ral Marn <git@rmr.ninja>

	* raster/test/cunit/cu_tester.h: Raster cunit: Add missing guards References #4667

2020-04-14  Ral Marn <git@rmr.ninja>

	* libpgcommon/lwgeom_cache.c: PG13: Change #include for
	VARATT_EXTERNAL_GET_POINTER PostgreSQL v13 has split "tuptoaster.h" into three files, so we have
	to include "detoast.h" now.  Initial patch by Laurenz Albe Closes #4663

2020-04-10  Ral Marn <git@rmr.ninja>

	* NEWS, libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	postgis/geography_inout.c, postgis/gserialized_spgist_2d.c,
	postgis/gserialized_spgist_3d.c, postgis/gserialized_spgist_nd.c,
	postgis/lwgeom_export.c, postgis/lwgeom_export.h,
	postgis/lwgeom_in_geojson.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_out_geojson.c: Fix access to
	spatial_ref_sys with a non default schema References #4661 Closes https://github.com/postgis/postgis/pull/553

2020-04-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	postgis/geography_measurement.c, postgis/lwgeom_geos.c: Add a toast
	cache to index cache infrastructure, so that repeated loads of
	toasted-to-disk datums can avoid actually having to
	decompress/detoast the same object, closes #4657

2020-03-31  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/lwgeom_inout.c, regress/core/in_geojson.sql,
	regress/core/in_geojson_expected: Support casting a geojson text to
	geometry Closes https://github.com/postgis/postgis/pull/551 Closes #4656

2020-03-27  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/lwgeom_in_gml.c, regress/core/in_gml.sql,
	regress/core/in_gml_expected: parse_gml_curve: Fix multiple bugs - ppa was leaked when lss == 1 - When lss > 1, was trying to copy an extra point at the end.  Closes https://github.com/postgis/postgis/pull/550 References #4652

2020-03-27  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_in_gml.c: lwgeom_from_gml: Only calculate the bbox
	after the geometry has been uniformized Since the gserialization will done if (and only if necessary, so
	it's a performance win), we don't do it ourselves in the function

2020-03-23  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Do not test upgrades with of postgis backed
	views on PG<12 See #4386

2020-03-20  Ral Marn <git@rmr.ninja>

	* liblwgeom/gserialized1.c, liblwgeom/gserialized2.c: Use offsetof
	instead of pointer arithmetics I introduced this montrosity in #4451 because I didn't know any
	better Closes https://github.com/postgis/postgis/pull/549

2020-03-21  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Add ST_CollectionExtract to see also
	section of ST_Split

2020-03-20  Ral Marn <git@rmr.ninja>

	* deps/wagyu/lwgeom_wagyu.cpp: Wagyu: Fix issue introduced in
	previous commit

2020-03-20  Ral Marn <git@rmr.ninja>

	* deps/wagyu/lwgeom_wagyu.cpp: Wagyu: Return NULL when the result is
	empty No impact on behaviour, it just avoid unnecessary allocations when
	the whole geometry as dissapeared (for example during clipping)

2020-03-12  Ral Marn <git@rmr.ninja>

	* NEWS, liblwgeom/ptarray.c: ST_Simplify: Don't copy if nothing is
	removed Closes #4651 Closes https://github.com/postgis/postgis/pull/548

2020-03-10  Sandro Santilli <strk@kbt.io>

	* loader/postgis.pl: Intercept and nicely print errors from db
	connections

2020-03-10  Sandro Santilli <strk@kbt.io>

	* loader/postgis.pl: Avoid NOTICE messages from psql commands

2020-03-06  Ral Marn <git@rmr.ninja>

	* raster/test/cunit/Makefile.in: Raster cunit: Fix inclusion Deals with Freebsd crashes in Jenkins

2020-03-05  Ral Marn <git@rmr.ninja>

	* liblwgeom/lwout_wkt.c: Optimize stringbuffer_append to avoid
	strlen calls References #4614

2020-03-04  Regina Obe <lr@pcorp.us>

	* doc/reference_guc.xml, doc/reference_raster.xml: add See also
	section for ST_BandPath and add more examples of GIC setting for
	outdb

2020-03-04  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Add example for ST_BandPath, and correct
	notice, just returns null,not error for in db

2020-03-04  Regina Obe <lr@pcorp.us>

	* : commit 2f7b95e6b7e783c1ed9260c217c0d237ea3bd9a6 Merge: af7bb360b
	5304a6f69 Author: Paul Ramsey <pramsey@cleverelephant.ca> Date:
	Wed Mar 4 15:20:47 2020 -0800

2020-03-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_kml.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwout_x3d.c, liblwgeom/stringbuffer.h: Optimize
	stringbuffer_append to avoid strlen calls, References #4614

2020-03-04  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in, loader/postgis.pl, loader/postgis.sh: Use Perl
	for the "postgis" command

2020-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: treat an empty string in a date field as
	a NULL, references #4607

2020-03-03  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_sfcgal/Makefile.in: Fix sfcgal extension build
	scripts Fixes #4650

2020-03-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/regress.sql, regress/core/regress_expected: harmonize
	outputs with new precise base srs, reference #4641

2020-03-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: repair typo in linestring literal,
	references #4641

2020-03-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: increase precision of the default plane
	bounds, closes #4641

2020-03-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl, topology/test/load_topology.sql.in: re-enable
	aggregate/view upgrade test, for better or worse, closes #4386

2020-03-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geobuf.proto, postgis/vector_tile.proto: specific protobuf
	syntax

2020-02-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit ac52b2a2b7a596cc45dd7a65b4da2fd3bd7ca3d7 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Fri Feb 28 14:17:26 2020
	-0800

2020-02-27  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in: Restore order of
	extension scripts

2020-02-27  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_topology/Makefile.in: Further simplification and
	unification of extension Makefiles

2020-02-27  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in: Add the sql target for
	postgis_topology extension simplifies directory creation and improve `make` concurrency

2020-02-25  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Do not test FROM unpackaged upgrade
	paths with PostgreSQL >= 13 See #4643

2020-02-25  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Darafei missed a year ;)

2020-02-25  Sandro Santilli <strk@kbt.io>

	* configure.ac, postgis_config.h.in, raster/raster_config.h.in: Drop
	unused RASTER version variables

2020-02-24  Ral Marn <git@rmr.ninja>

	* postgis/mvt.c: mvt: Minor type tweaks Prefer using internal types (from stdint.h) rather than Postgres'

2020-02-24  Ral Marn <git@rmr.ninja>

	* regress/core/regress_proj.sql, regress/core/regress_proj_expected: 
	regress_proj: Avoid testing with points out of the srs boundaries The behaviour has changed in PROJ 7 and it now returns an error
	(before it returned 'Infinity Infinity').  References #4642

2020-02-23  Darafei Praliaskouski <me@komzpa.net>

	* HOWTO_RELEASE, raster/Version.config: Notes after getting release
	done

2020-02-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Explain more what ST_Transform axis
	aligned does

2020-02-15  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: Change
	winnie to build libs with versioned .dll e.g. postgis-3.1.dll
	instead of postgis-3.dll, that way users can test in-development
	version along-side released

2020-02-12  Sandro Santilli <strk@kbt.io>

	* loader/postgis.sh: Have postgis upgrade pretend installed
	extensions are of version ANY

2020-02-12  Sandro Santilli <strk@kbt.io>

	* loader/postgis.sh: Implement upgrade command

2020-02-12  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_before_upgrade.sql: Revert "Try and be a little
	broader in dropping temporary old signature" This reverts commit 548f6d1f953df7b56e69abbbdff72e33dcfdcff2.  Fixes #4483 and #4521 as far as I can tell

2020-02-12  Sandro Santilli <strk@kbt.io>

	* .gitignore, loader/Makefile.in, loader/postgis.sh: Stub a
	"postgis" command

2020-02-03  Regina Obe <lr@pcorp.us>

	* : commit aeaa834b1b054ea323cd56daa11b846dc2acd0da Author: Bas
	Couwenberg <sebastic@xs4all.nl> Date:   Mon Feb 3 18:58:40 2020
	+0100

2020-02-03  Ral Marn <git@rmr.ninja>

	* configure.ac: Fix configure check for Postgresql version Closes #4634

2020-02-03  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Drop 0-width space from document

2020-02-02  Regina Obe <lr@pcorp.us>

	* make_dist.sh: Remove clause to check if we are in git mode, we are
	always in git mode

2020-02-01  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, README.postgis, Version.config, doc/postgis.xml,
	doc/release_notes.xml, extensions/upgradeable_versions.mk: Flip back
	to 3.1.0dev and oops fix that 9.6+ is supported, not 9.5

2020-02-01  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, Version.config,
	doc/po/templates/release_notes.xml.pot,
	extensions/upgradeable_versions.mk: Flip version to 3.1.0alpha1 in
	prep for take-off

2020-02-01  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, doc/release_notes.xml: Update release notes
	in prep for 3.1.0alpha1 release

2020-02-01  Regina Obe <lr@pcorp.us>

	* doc/po/templates/administration.xml.pot,
	doc/po/templates/database_tuning.xml.pot,
	doc/po/templates/extras.xml.pot,
	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/postgis.xml.pot,
	doc/po/templates/reference.xml.pot,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_bbox.xml.pot,
	doc/po/templates/reference_cluster.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_exception.xml.pot,
	doc/po/templates/reference_guc.xml.pot,
	doc/po/templates/reference_input.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_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_relationship.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/po/templates/reference_srs.xml.pot,
	doc/po/templates/reference_trajectory.xml.pot,
	doc/po/templates/reference_transaction.xml.pot,
	doc/po/templates/reference_transformation.xml.pot,
	doc/po/templates/reference_troubleshooting.xml.pot,
	doc/po/templates/reference_type.xml.pot,
	doc/po/templates/reference_validation.xml.pot,
	doc/po/templates/reference_version.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/reporting.xml.pot, doc/po/templates/usage.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: Update pots
	translation templates

2020-02-01  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Change install requirements to agree with
	README.postgis which seems more accurate

2020-02-01  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_generate_grid.c, regress/core/regress.sql,
	regress/core/regress_expected: ST_HexagonGrid: Improve precision Change the order of the operations so adjacent tiles have the exact
	same coordinates Closes #4627 Closes https://github.com/postgis/postgis/pull/544

2020-01-31  Ral Marn <git@rmr.ninja>

	* LICENSE.TXT: LICENSE: Update information about non GPL files Closes #4611

2020-01-31  Ral Marn <git@rmr.ninja>

	* configure.ac, deps/Makefile.in, doc/html/image_src/Makefile.in,
	liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	libpgcommon/Makefile.in, loader/Makefile.in,
	loader/cunit/Makefile.in, raster/Makefile.in,
	raster/loader/Makefile.in, raster/rt_core/Makefile.in,
	raster/test/cunit/Makefile.in: Remove WARNFLAGS Closes #4630

2020-01-31  Ral Marn <git@rmr.ninja>

	* configure.ac, liblwgeom/Makefile.in: Remove NUMERICFLAGS Closes #4629

2020-01-31  Ral Marn <git@rmr.ninja>

	* raster/test/cunit/Makefile.in: test/cunit/: Include liblwgeom
	first References #4626

2020-01-31  Ral Marn <git@rmr.ninja>

	* loader/cunit/Makefile.in: loader/cunit/: Fix binary clean up

2020-01-29  Ral Marn <git@rmr.ninja>

	* deps/Makefile.in, doc/html/image_src/Makefile.in,
	liblwgeom/cunit/Makefile.in, libpgcommon/Makefile.in,
	loader/cunit/Makefile.in, raster/test/cunit/Makefile.in,
	topology/Makefile.in: Enforce local folders to be included first References #4626

2020-01-30  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_out_geojson.c: PG13: Change include path for
	jsonapi.h Closes #4632

2020-01-29  Regina Obe <lr@pcorp.us>

	* loader/shpopen.c: Remark out additional guard causing mingw64 to
	fail.  References #4603

2020-01-29  Franois B <1116761+fbonzon@users.noreply.github.com>

	* doc/extras.xml: Update extras.xml Closes https://github.com/postgis/postgis/pull/542/ Signed-off-by: Raúl Marín <git@rmr.ninja>

2020-01-17  Ral Marn <git@rmr.ninja>

	* NEWS, liblwgeom/lwout_geojson.c: Geojson: Print doubles directly
	on the output buffer Closes #4615 Closes https://github.com/postgis/postgis/pull/537

2020-01-24  Ral Marn <git@rmr.ninja>

	* liblwgeom/lwprint.c: lwprint: Avoid using snprintf It can be simplified with simple pointer writes Closes https://github.com/postgis/postgis/pull/539 References #4543

2020-01-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml: Add docs for ST_Hexagon and
	ST_Square

2020-01-24  Ral Marn <git@rmr.ninja>

	* NEWS, configure.ac: Support pkg-config for libxml2 Patch by Bas Couwenberg References #4626

2020-01-20  Regina Obe <lr@pcorp.us>

	* NEWS: Add associated ticket number for ST_HexagonGrid,
	ST_SquareGrid. Closes #4624 for PostGIS 3.1.0

2020-01-20  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Fix enhanced tagging note on
	ST_TileEnvelope so gets picked up by what is new script.  Shuffle
	order so last significant change is listed first

2020-01-17  Ral Marn <git@rmr.ninja>

	* NEWS, liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwin_wkb.c: Prevent
	stack overflow when parsing WKB References #4621 Closes https://github.com/postgis/postgis/pull/536

2020-01-20  Ral Marn <git@rmr.ninja>

	* NEWS: NEWS typo

2020-01-17  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml, doc/xsl/postgis_aggs_mm.xml.xsl: 
	add a what is new for 3.1 and minor fixes to spacing and example for
	grids

2020-01-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* : rescale grid diagram

2020-01-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml: fix image reference in hexagon doc

2020-01-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_generate_grid.c: Woops remove useless reference

2020-01-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_generate_grid.c: Remove unused var

2020-01-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_generate_grid.c: Apply comments from
	@Algunenano

2020-01-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 51f870db141d468a7e5f2b3eeb10a7e8bd5fda7f Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Jan 16 15:23:24 2020
	-0800

2020-01-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 7213ee370d15ebdf56a28c450fc7542c237a38a9 Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Thu Jan 16 15:10:47 2020
	-0800

2020-01-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml, regress/core/regress.sql,
	regress/core/regress_expected: Documentation and test cases

2020-01-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_generate_grid.c: Fix up boundary logic for hex
	columns

2020-01-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_generate_grid.c, postgis/postgis.sql.in: Flip
	around logic for handling of 'bounds'.  Bounds is no longer the
	domain of the grid, instead the grid always starts at origin 0,0 in
	whatever SRS the bounds are. Bounds is the rectangle-to-be-filled
	with shapes, and only those shapes needed to fill the bounds are
	instantiated, along with their cell coordinates.

2020-01-16  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Drop LoaderDumper section from Installation
	chapter (useless)

2020-01-16  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Add database_tuning.xml to the list of docs
	sources

2020-01-16  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/administration.xml, doc/database_tuning.xml,
	doc/extras.xml, doc/extras_address_standardizer.xml,
	doc/extras_tigergeocoder.xml, doc/extras_topology.xml,
	doc/performance_tips.xml, doc/postgis.xml, doc/usage.xml,
	doc/using_postgis_app.xml, doc/using_postgis_dataman.xml,
	doc/using_raster_dataman.xml: Reorganize all "usage" docs under a
	single chapter

2020-01-16  Sandro Santilli <strk@kbt.io>

	* doc/.tx/config, doc/po/de/administration.xml.po,
	doc/po/de/faq.xml.po, doc/po/de/installation.xml.po,
	doc/po/de/introduction.xml.po, doc/po/de/postgis.xml.po,
	doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_editor.xml.po, doc/po/de/reference_guc.xml.po,
	doc/po/de/reference_lrs.xml.po, doc/po/de/reference_output.xml.po,
	doc/po/de/reference_raster.xml.po,
	doc/po/de/reference_relationship.xml.po,
	doc/po/de/reference_trajectory.xml.po,
	doc/po/de/release_notes.xml.po, doc/po/de/reporting.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/es/administration.xml.po, doc/po/es/faq.xml.po,
	doc/po/es/installation.xml.po, doc/po/es/introduction.xml.po,
	doc/po/es/postgis.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_output.xml.po,
	doc/po/es/reference_raster.xml.po,
	doc/po/es/reference_relationship.xml.po,
	doc/po/es/reference_trajectory.xml.po, doc/po/es/reporting.xml.po,
	doc/po/es/using_postgis_dataman.xml.po,
	doc/po/fr/administration.xml.po, doc/po/fr/faq.xml.po,
	doc/po/fr/installation.xml.po, doc/po/fr/introduction.xml.po,
	doc/po/fr/postgis.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_output.xml.po,
	doc/po/fr/reference_raster.xml.po,
	doc/po/fr/reference_relationship.xml.po,
	doc/po/fr/reference_trajectory.xml.po,
	doc/po/fr/release_notes.xml.po, doc/po/fr/reporting.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po,
	doc/po/it_IT/administration.xml.po, doc/po/it_IT/faq.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_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_output.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/it_IT/reference_relationship.xml.po,
	doc/po/it_IT/reference_trajectory.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/it_IT/reporting.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po,
	doc/po/ja/administration.xml.po, doc/po/ja/faq.xml.po,
	doc/po/ja/installation.xml.po, doc/po/ja/introduction.xml.po,
	doc/po/ja/postgis.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_guc.xml.po,
	doc/po/ja/reference_lrs.xml.po, doc/po/ja/reference_output.xml.po,
	doc/po/ja/reference_raster.xml.po,
	doc/po/ja/reference_relationship.xml.po,
	doc/po/ja/reference_trajectory.xml.po, doc/po/ja/reporting.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ko_KR/administration.xml.po, doc/po/ko_KR/faq.xml.po,
	doc/po/ko_KR/installation.xml.po, doc/po/ko_KR/introduction.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_guc.xml.po,
	doc/po/ko_KR/reference_lrs.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/reference_relationship.xml.po,
	doc/po/ko_KR/reference_trajectory.xml.po,
	doc/po/ko_KR/reporting.xml.po,
	doc/po/ko_KR/using_postgis_dataman.xml.po,
	doc/po/pl/administration.xml.po, doc/po/pl/faq.xml.po,
	doc/po/pl/installation.xml.po, doc/po/pl/introduction.xml.po,
	doc/po/pl/postgis.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_output.xml.po,
	doc/po/pl/reference_raster.xml.po,
	doc/po/pl/reference_relationship.xml.po,
	doc/po/pl/reference_trajectory.xml.po,
	doc/po/pl/release_notes.xml.po, doc/po/pl/reporting.xml.po,
	doc/po/pl/using_postgis_dataman.xml.po,
	doc/po/pt_BR/administration.xml.po, doc/po/pt_BR/faq.xml.po,
	doc/po/pt_BR/installation.xml.po, doc/po/pt_BR/introduction.xml.po,
	doc/po/pt_BR/postgis.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_output.xml.po,
	doc/po/pt_BR/reference_raster.xml.po,
	doc/po/pt_BR/reference_relationship.xml.po,
	doc/po/pt_BR/reference_trajectory.xml.po,
	doc/po/pt_BR/release_notes.xml.po, doc/po/pt_BR/reporting.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po,
	doc/po/templates/administration.xml.pot,
	doc/po/templates/faq.xml.pot,
	doc/po/templates/installation.xml.pot,
	doc/po/templates/introduction.xml.pot,
	doc/po/templates/postgis.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_guc.xml.pot,
	doc/po/templates/reference_lrs.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/reference_relationship.xml.pot,
	doc/po/templates/reference_trajectory.xml.pot,
	doc/po/templates/reporting.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot: Update POT files and
	Transifex configuration after docs change

2020-01-16  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Add administration.xml source in Makefile

2020-01-16  Sandro Santilli <strk@kbt.io>

	* doc/administration.xml, doc/installation.xml, doc/postgis.xml: 
	Split an "administration" section out of "installation"

2020-01-15  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Minor code formatting so doesn't have weird
	break lines in programlisting

2020-01-15  Ral Marn <git@rmr.ninja>

	* NEWS: Update breaking changes in NEWS #3057 changed some signatures

2020-01-15  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Move "install requirements" and "get
	sources" under "build from source"

2020-01-15  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Make "Short Version" of install section
	shorter Leave pointers to appropriate section for more details

2020-01-15  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Further tweak spatially-enabling databases
	section

2020-01-14  Ral Marn <git@rmr.ninja>

	* regress/core/regress.sql, regress/core/regress_expected: Reduce
	output precision in ST_TileEnvelope test The output is slightly different in 32bit plaftorms Closes #4619 Closes https://github.com/postgis/postgis/pull/534

2020-01-15  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml, doc/reference_raster.xml: Reorganize install
	section Put "from template", "via extension" and "via script" sections under
	a common "Creating spatial databases" section.

2020-01-15  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Add link from raster section to install
	section

2020-01-14  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_functions_basic.c: ST_TileEnvelope: Simplify
	argument check

2020-01-08  Kristian Thy <thy@42.dk>

	* NEWS, doc/reference_editor.xml, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_force_dims.c, liblwgeom/cunit/cu_misc.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_topo.c, liblwgeom/lwline.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	postgis/postgis_before_upgrade.sql,
	regress/core/lwgeom_regress.sql,
	regress/core/lwgeom_regress_expected: Optional value params for
	Force3D*, Force4D functions Changes internal signature of lwgeom_force_* functions.  Closes #3057 Closes https://github.com/postgis/postgis/pull/531 Author: Kristian Thy Signed-off-by: Raúl Marín <git@rmr.ninja>

2020-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 2ee8e58e5f2401951cd9cd9765274100c324376d Author: Raúl
	Marín <git@rmr.ninja> Date:   Fri Jan 10 18:06:42 2020 +0100

2020-01-10  Ral Marn <git@rmr.ninja>

	* deps/uthash/.clang-format, deps/wagyu/.clang-format: Disable clang
	format in deps/

2020-01-10  Ral Marn <git@rmr.ninja>

	* .gitignore, GNUmakefile.in, NEWS, configure.ac, deps/Makefile.in,
	deps/ryu/.clang-format, deps/ryu/LICENSE, deps/ryu/LICENSE-Apache2,
	deps/ryu/LICENSE-Boost, deps/ryu/Makefile.in, deps/ryu/README.md,
	deps/ryu/common.h, deps/ryu/d2fixed.c,
	deps/ryu/d2fixed_full_table.h, deps/ryu/d2s_intrinsics.h,
	deps/ryu/digit_table.h, deps/ryu/ryu.h, liblwgeom/Makefile.in,
	liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_out_wkt.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwprint.c: Introduce ryu
	to print doubles This massively (x10) speeds up lwprint_double and will be followed
	up by improvements to improve other output functions that rely on
	it.  There has been some complications in adapting the function itself
	since the output used by Postgis is by no means standard, choosing
	the number of decimal digits based on the integer digits, user input
	and size of the input buffer (although it should always be big
	enough) Closes #4543 Closes https://github.com/postgis/postgis/pull/523

2020-01-08  Ral Marn <git@rmr.ninja>

	* GNUmakefile.in, NEWS, configure.ac, doc/installation.xml: Add
	option to disable phony revision Closes #4617 Closes https://github.com/postgis/postgis/pull/532/

2020-01-08  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_functions_basic.c: ST_TileEnvelope: Avoid crashing
	with the old SQL signature References #4601 Closes https://github.com/postgis/postgis/pull/530

2020-01-07  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/gserialized_supportfn.c,
	regress/core/regress_brin_index_geography.sql,
	regress/core/regress_brin_index_geography_expected: PG12: Fix
	several bugs in the index support function - ST_Covers and ST_CoveredBy for geography were using the wrong
	strategy (which didn't exist).  - ST_ContainsProperly for geometry was using the wrong strategy.  - ST_3DIntersects was duplicated.  References #4608 Closes https://github.com/postgis/postgis/pull/528

2020-01-03  Kristian Thy <thy@42.dk>

	* NEWS, loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
	loader/pgsql2shp-core.h: pgsql2shp: Add -q toggle for quiet mode Closes #2972 Closes https://github.com/postgis/postgis/pull/527 Signed-off-by: Raúl Marín <git@rmr.ninja>

2020-01-03  Ral Marn <git@rmr.ninja>

	* postgis/lwgeom_export.c: Drop LWGEOM_asGeoJson_old As far as I can see, it was never used Closes https://github.com/postgis/postgis/pull/529/

2020-01-02  Bill Mill <bill@billmill.org>

	* extras/tiger_geocoder/tiger_loader_2017.sql,
	extras/tiger_geocoder/tiger_loader_2018.sql,
	extras/tiger_geocoder/tiger_loader_2019.sql: add trailing quotes to
	malformed statements

2020-01-02  Regina Obe <lr@pcorp.us>

	* README.postgis: readme out of date

2020-01-01  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Fix switches order for pg_restore References #4605 in master branch

2019-12-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/unpackage_raster_if_needed.sql: Errata from
	@blueyed

2019-12-27  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Simplify timestamp extraction from NEWS Hopefully closes #4609 [skip NEWS]

2019-12-27  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: postgis_extensions_upgrade change to allow
	repackaging postgis_tiger_geocoder.  Closese  #4610 for PostGIS
	3.1.0

2019-12-25  Regina Obe <lr@pcorp.us>

	* doc/reference_relationship.xml: Note that ST_Intersects no longer
	has hook to SFCGAL and directly supports 2D TINS

2019-12-25  Regina Obe <lr@pcorp.us>

	* .gitignore: Cheatsheets generate .html in doc folder, exclude all
	.html in doc

2019-12-20  Sandro Santilli <strk@kbt.io>

	* NEWS: Add missing 2.0.0 NEWS entry

2019-12-20  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: NEWS checker now also checks in stable
	branches for ticket refs This is to give an hint about when a ticket reference is really
	completely missing OR is belongs to an in-dev stable branch.

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Only check commits added since last
	NEWS-reported finalized release

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: ticket refs are strings, not patterns

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Do not exit on filure failure with ticket
	references Also print test failure messages to stdout

2019-12-19  Sandro Santilli <strk@kbt.io>

	* SECURITY.md: Make 80-cols terminal friendly

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Filter commits earlier in the process

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Remove unneeded pipeline element

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Add --ticket-refs-skip-commits switch to
	check_news.sh

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Check ticket reference in reverse numeric
	order (most recent first)

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Fix check for ticket references

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Fix handling of sourcedir argument

2019-12-19  Sandro Santilli <strk@kbt.io>

	* utils/check_news.sh: Add --ticket-refs option to
	utils/check_news.sh It's off by default because it doesn't pass at the moment (missing
	ref to ticket #1003)

2019-12-19  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, utils/check_news.sh: Add tester script for NEWS
	file, add to testsuite The check runs with `check-news` Makefile target which is also run
	as part of `check` target.

2019-12-18  Sandro Santilli <strk@kbt.io>

	* NEWS: Add sections for 2.5 releases published prior to 3.0.0

2019-12-18  Sandro Santilli <strk@kbt.io>

	* NEWS: Copy 3.0.0 NEWS section from stable-3.0 branch

2019-12-18  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Expliclty set LDFLAGS rather than letting
	PGXS do it Fixes #4606

2019-12-18  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Fix postgis_restore.pl for use with
	PostgreSQL 12 Retains compatibilty with PostgreSQL 9.4 onward (PostgreSQL 9.3
	would break) See https://www.postgresql.org/docs/VERSION/app-pgrestore.html Patch by Matti Linnanvuori References #4605 in master branch

2019-12-12  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/lwgeom_functions_basic.c,
	regress/core/regress_expected: ST_TileEnvelope: Improve precision by
	calculating the input bbox References #4600 References #4602 Closes https://github.com/postgis/postgis/pull/522

2019-12-11  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/lwgeom_functions_basic.c, regress/core/tickets.sql,
	regress/core/tickets_expected: LWGEOM_addpoint: Accept -1 as a valid
	position Closes #4599 Closes https://github.com/postgis/postgis/pull/521

2019-12-11  Regina Obe <lr@pcorp.us>

	* postgis/sqldefines.h.in: Goofy fix that bessie seems to be happy
	with.  Closes #4572

2019-12-11  Regina Obe <lr@pcorp.us>

	* postgis/sqldefines.h.in: Try a slight variant references #4572

2019-12-11  Regina Obe <lr@pcorp.us>

	* postgis/sqldefines.h.in: Try to resolve #4572 - bessie complaining
	about upgrade mismatch in version

2019-12-11  Ral Marn <git@rmr.ninja>

	* SECURITY.md: Include a security notice

2019-11-13  Yuri Astrakhan <YuriAstrakhan@gmail.com>

	* NEWS, doc/reference_constructor.xml, doc/reference_output.xml,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	postgis/postgis_before_upgrade.sql, regress/core/regress.sql,
	regress/core/regress_expected: Add ST_TileEnvelope margin argument Increase or decrease if negative tile envelope by a given margin
	percentage. The result is always clipped according to bounds
	argument.  Closes #4601 Closes https://github.com/CartoDB/cartodb/pull/15169 Signed-off-by: Raúl Marín <git@rmr.ninja>

2019-12-09  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: Fix link to intro workshop.  Now hosted on
	postgis.net

2019-12-06  Sandro Santilli <strk@kbt.io>

	* README.md: Fix GitLab-CI badge

2019-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c: Harmonize with old behaviour.  This is probably
	not ideal, the old behaviour is pretty weird, and works by
	coincidence. The main problem is the regression test files with no
	attributes, which are DBF files with no entries in them, sitting
	next to SHP files that have entries. There's no 1:1 row match any
	more. Things like checking for deleted records don't work. On the
	other hand it looks like it's not possible to have a shape file that
	has no attributes.

2019-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/safileio.c: Fix CI failure in SADFWrite, References #4591

2019-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* : commit 00eb4b44b4e8b7c98d8b9cbc611aa496812b33ee Author: Paul
	Ramsey <pramsey@cleverelephant.ca> Date:   Mon Dec 2 15:08:13 2019
	-0800

2019-11-29  Ral Marn <git@rmr.ninja>

	* NEWS, libpgcommon/Makefile.in, loader/Makefile.in,
	loader/cunit/Makefile.in, raster/rt_core/Makefile.in,
	raster/test/cunit/Makefile.in: Add missing CPPFLAGS in multiple
	Makefiles Closes #4592

2019-11-25  Mitchell Henke <mitchell@mitchellhenke.com>

	* doc/using_postgis_dataman.xml: Fix a couple doc typos and reword
	for clarity

2019-11-23  Ral Marn <git@rmr.ninja>

	* NEWS, configure.ac: Disable C asserts when building without
	"--enable-debug" Closes https://github.com/postgis/postgis/pull/518 Closes #4589

2019-11-25  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/postgis.sql.in: Fix pg_upgrade issue with
	st_linecrossingdirection References #4590 Closes
	https://github.com/CartoDB/Windshaft-cartodb/pull/1143

2019-11-23  Ral Marn <git@rmr.ninja>

	* liblwgeom/liblwgeom.h.in: liblwgeom.h: Fix some documentation
	issues

2019-11-22  Darafei Praliaskouski <me@komzpa.net>

	* ci/travis/run_usan_clang.sh, ci/travis/run_usan_gcc.sh,
	configure.ac: Revert "Enable Link Time Optimization if available in
	compiler" Reverted due to bug in FreeBSD and Windows linkers, more if's
	required to work around for them.  This reverts commit
	0cbdd4d61558320575c6ec9f7e775ed785bdcfee.

2019-11-22  Ral Marn <git@rmr.ninja>

	* NEWS, postgis/postgis_after_upgrade.sql: Avoid throwing during
	update if st_union(geometry) doesn't exist Closes https://github.com/postgis/postgis/pull/517 References #4588

2019-11-16  Raul Marin <git@rmr.ninja>

	* NEWS, configure.ac, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.h, liblwgeom/lwin_wkt_parse.y: Silence yacc
	warnings References #4473 Closes https://github.com/postgis/postgis/pull/516/

2019-11-18  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Don't try to set schema on extensions that
	have a schema specified (postgis_topology, postgis_tiger_geocoder).
	References #4581

2019-11-18  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Dispense with using @extschema@ doesn't
	seem to be resolved in non-extension install and use instead
	location where postgis is installed, if it is installed. Also aadd
	end ; statement

2019-11-18  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Don't try to specify schema if postgis
	extension itself is being installed. References #4581 for PostGIS
	3.1 master

2019-11-17  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: postgis_raster installed from unpackaged
	needs to specify schema of postgis. References #4581 for master
	PostGIS 3.1

2019-11-17  Regina Obe <regina.obe@appsassociates.com>

	* ci/winnie/regress_postgis.sh: Get rid of projdir in config, no
	longer needed with pkgconfig

2019-11-15  Ral Marn <git@rmr.ninja>

	* NEWS: Add missing news from previous commits

2019-11-15  Ral Marn <git@rmr.ninja>

	* postgis/postgis.sql.in: postgis/postgis.sql.in: Add missing
	parallel tags

2019-11-15  Ral Marn <git@rmr.ninja>

	* postgis/postgis_brin.sql.in: Add parallellism and cost properties
	to brin functions Closes #4578

2019-11-15  Ral Marn <git@rmr.ninja>

	* .gitignore, NEWS, postgis/Makefile.in, raster/rt_pg/Makefile.in,
	regress/run_test.pl, utils/postgis_proc_set_search_path.pl: Drop
	postgis_proc_set_search_path.pl Closes #4579

2019-11-11  Raul Marin <git@rmr.ninja>

	* configure.ac: Update GEOS warning message Closes #4577

2019-11-11  Raul Marin <git@rmr.ninja>

	* .travis.yml, NEWS, configure.ac,
	extensions/address_standardizer/std_pg_hash.c,
	libpgcommon/lwgeom_cache.h, libpgcommon/lwgeom_transform.c,
	postgis/geography.sql.in, postgis/lwgeom_export.c,
	postgis/lwgeom_geos_prepared.c, postgis/postgis.sql.in,
	postgis/postgis_brin.sql.in, postgis/postgis_spgist.sql.in,
	postgis/sfcgal.sql.in, postgis/sqldefines.h.in,
	raster/rt_pg/rtpg_band_properties.c, raster/rt_pg/rtpostgis.sql.in,
	topology/topology.sql.in: Drop PG 9.5 support References #4577

2019-11-11  manmorjim <manmorjim@gmail.com>

	* doc/using_postgis_dataman.xml: Updating EWKB/EWKT doc about ZM
	qualifiers Clarifying questions raised by #4561     - Adding examples with 3-dimensional measured points     - Explaining why EWKB/EWKT and OpenGIS outputs differ Closes https://github.com/postgis/postgis/pull/511/ Signed-off-by: Raúl Marín <git@rmr.ninja>

2019-08-18  Darafei Praliaskouski <me@komzpa.net>

	* postgis/mvt.c, regress/core/mvt_expected: Zero tolerance
	simplification in MVT export

2019-10-31  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/ptarray.c: ptarray_snap_to_grid: write to ptarray
	only once per point.

2019-10-31  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/ptarray.c: ptarray_affine: operate on ptarray
	directly.

2019-11-10  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, ci/travis/run_usan_clang.sh, ci/travis/run_usan_gcc.sh,
	configure.ac: Enable Link Time Optimization if available in compiler

2019-11-10  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwline.c, loader/shp2pgsql-core.c,
	raster/rt_core/rt_raster.c: Fix maybe-unitialized warnings

2019-11-10  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add 3.0.0 and 3.0.1dev to
	upgrade paths

2019-11-10  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: change default to newer versions and
	update gdal and proj links

2019-11-10  Darafei Praliaskouski <me@komzpa.net>

	* regress/run_test.pl: Timer in test runs

2019-10-31  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/ptarray.c: ST_Simplify: O(N) simplification for
	tolerance=0 References #4149

2019-10-31  Darafei Praliaskouski <me@komzpa.net>

	* regress/core/mvt.sql, regress/core/mvt_expected: [test] Stabilize
	test for #3922 - it should only not crash, no other assumptions

2019-11-10  Darafei Praliaskouski <me@komzpa.net>

	* .drone-1.0.yml: Drop testing 9.5 on drone because it times out

2019-11-06  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Include raster2pgsql in windows
	packaging - got left out since location it built got changed with
	liblwgeom changes evidentally.  References #4570 for PostGIS 3.1

2019-11-06  Regina Obe <lr@pcorp.us>

	* utils/check_all_upgrades.sh: Don't test newer unpackaged than
	version we installed.  Closes #4571 for PostGIS 3.1 trunk

2019-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/gserialized_typmod.c, regress/core/typmod_expected: 
	Allow SRID coercion when inserting unknown SRID geometry into known
	SRID column Closes #4569

2019-11-02  Andrew Harvey <andrew@alantgeo.com.au>

	* doc/po/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/ja/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: update documentation for ST_GeometryType
	to indicate the correct case returned for ST_LineString

2019-10-31  Raul Marin <git@rmr.ninja>

	* raster/.svnignore, raster/loader/.svnignore,
	raster/rt_core/.svnignore, raster/rt_pg/.svnignore,
	raster/scripts/python/.svnignore: Remove leftover .svnignore files No longer needed after the migration to git [ci skip]

2019-10-31  Raul Marin <git@rmr.ninja>

	* NEWS, liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwgeom.c,
	regress/core/mvt.sql, regress/core/mvt_expected: Fix
	oversimplification of polygon inner rings This also adapts a MVT test which is checking whether it crashes
	with an input or not. Since the exact output depends on the backend
	(GEOS vs wagyu), we just ensure the input passes through the
	function.  Closes #4568 Closes #4556 Closes
	https://github.com/postgis/postgis/pull/504

2019-10-31  Sandro Santilli <strk@kbt.io>

	* README.md: Have travis CI badge only track own branch, rather than
	all of them We have the wiki for global bots checking

2019-10-30  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Move Raul and Darafei to the PSC section.
	Update bio descriptions Signed-off-by: Regina Obe <lr@pcorp.us>

2019-10-30  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] Use postgis_lib_revision() when
	available

2019-10-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/README, utils/repo_revision.pl: Drop svn
	references from revision reading script and docs [ci skip]

2019-10-30  Sandro Santilli <strk@kbt.io>

	* ci/winnie/package_postgis.sh: [winnie] Drop svn references from
	winnie recipe [ci skip]

2019-10-30  Sandro Santilli <strk@kbt.io>

	* doc/geography.txt: Drop the "Installing Geography Extension"
	section from geography docs The geography type is part of core since 1.5.0

2019-10-30  Sandro Santilli <strk@kbt.io>

	* ci/dronie/postgis_regress.sh: [dronie] Build with -O2

2019-10-29  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Drop SVN support for dist generator, add ChangeLog
	generation step [ci skip]

2019-10-29  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/META.json,
	extensions/postgis_tiger_geocoder/META.json,
	extensions/postgis_topology/META.json: Update repo URL in extensions
	metadata [ci skip]

2019-10-29  Sandro Santilli <strk@kbt.io>

	* utils/repo_revision.pl: Still use "0" as the "unknown revision",
	to avoid an empty macro .. and worst, an header file with trailing space ! See https://gitlab.com/postgis/postgis/pipelines/92241204

2019-10-29  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, authors.git: Drop authors.git, not more needed

2019-10-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_api.c, loader/pgsql2shp-cli.c,
	loader/shp2pgsql-cli.c, postgis/lwgeom_functions_basic.c,
	postgis/sqldefines.h.in, raster/loader/raster2pgsql.c,
	raster/rt_pg/rtpg_utility.c, utils/repo_revision.pl: Fix postgis
	revision string to be output of `git describe --always` Also rename POSTGIS_SVN_REVISION macro to POSTGIS_REVISION and fix
	code accordingly.

2019-10-29  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/run_test.pl: Deprecate postgis_svn_version(), replaced by
	postgis_lib_revision()

2019-10-29  Sandro Santilli <strk@kbt.io>

	* .gitignore, GNUmakefile.in, ci/debbie/postgis_release_docs.sh,
	liblwgeom/Makefile.in, liblwgeom/lwgeom_api.c, make_dist.sh,
	postgis/Makefile.in, postgis/sqldefines.h.in, postgis_config.h.in,
	raster/rt_pg/Makefile.in, topology/Makefile.in, utils/Makefile.in,
	utils/{svn_repo_revision.pl => repo_revision.pl}: Drop "svn" from
	revision header and generating script NOTE: we still have postgis_svn_version() function to deal with

2019-10-28  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: More edits to reflect new infrastructures

2019-10-28  Jorge Gustavo Rocha <jgr@di.uminho.pt>

	* doc/reference_guc.xml: Tiny fix to the GUC documentation

2019-10-28  Sandro Santilli <strk@kbt.io>

	* NEWS: libm unified includes is more an enhancement than a new
	feature

2019-10-27  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, authors.svn: Generate ChangeLog from git (not svn) NOTE: I did not commit an updated ChangeLog as I don't like the
	format of the generated one that much yet.  [ci skip]

2019-10-27  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Get rid of reference to svn. Not
	really needed anymore now that everyone installs via create
	extension

2019-10-27  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Change doc translations to
	happen for master (not trunk)

2019-10-27  Sandro Santilli <strk@kbt.io>

	* README.md: Change references from svn-trunk to master References #4564

2019-10-27  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml, doc/reporting.xml: Change SVN references to
	GIT

2019-10-27  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Tweak HOWTO_RELEASE

2019-10-25  Regina Obe <lr@pcorp.us>

	* doc/reference_lrs.xml, doc/reference_trajectory.xml: Fix typos in
	docs git-svn-id: http://svn.osgeo.org/postgis/trunk@17991
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-25  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, configure.ac, doc/html/image_src/Makefile.in,
	liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	loader/cunit/Makefile.in, raster/loader/Makefile.in,
	raster/test/cunit/Makefile.in: Unify how libm is added to the
	LDFLAGS Different objects or libraries where including it individually, and
	some of them didn't which can caused issues depending on the linker
	options Closes https://github.com/postgis/postgis/pull/491/ Closes #4539 git-svn-id: http://svn.osgeo.org/postgis/trunk@17990
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-23  Regina Obe <lr@pcorp.us>

	* doc/po/de/release_notes.xml.po, doc/po/ja/release_notes.xml.po: 
	Fix version numbers that got reset to old git-svn-id: http://svn.osgeo.org/postgis/trunk@17989
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] Use -f _before_ DB argument Windows version of psql might be picky about it Hopefully closes #4554 git-svn-id: http://svn.osgeo.org/postgis/trunk@17985
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] Fix search_path for topology tests git-svn-id: http://svn.osgeo.org/postgis/trunk@17975
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] Do not omit CREATE/UPDATE returns
	from sql() func git-svn-id: http://svn.osgeo.org/postgis/trunk@17974
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] When counting pre-post test
	objects, skip target schema git-svn-id: http://svn.osgeo.org/postgis/trunk@17973
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/geography.sql.in, postgis/postgis.sql.in,
	raster/rt_pg/rtpostgis.sql.in: Fix PLPGSQL functions missing the
	schema qualification References #4546 Closes https://github.com/postgis/postgis/pull/500 git-svn-id: http://svn.osgeo.org/postgis/trunk@17972
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] Use --schema as target for
	creating and finding postgis Closes #4551 git-svn-id: http://svn.osgeo.org/postgis/trunk@17971
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* regress/core/dump.sql: Change public for the schema variable git-svn-id: http://svn.osgeo.org/postgis/trunk@17966
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, doc/po/de/release_notes.xml.po,
	doc/po/es/release_notes.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/templates/release_notes.xml.pot, doc/reference_accessor.xml: 
	Corrected 2 errata noted by Andreas Schild.  Incorporate latests
	translation changes. Update release pot references #4552 for PostGIS
	3.1.0dev git-svn-id: http://svn.osgeo.org/postgis/trunk@17961
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* regress/core/dump.sql, regress/core/isvaliddetail.sql: Use
	BEGIN-ROLLBACK instead of RESET git-svn-id: http://svn.osgeo.org/postgis/trunk@17955
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* regress/core/dump.sql, regress/core/dump_expected,
	regress/core/isvaliddetail.sql,
	regress/core/isvaliddetail_expected, regress/run_test.pl: Add tests
	for schema qualified functions References #4549 git-svn-id: http://svn.osgeo.org/postgis/trunk@17954
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS: Add NEWS of the previous commit git-svn-id: http://svn.osgeo.org/postgis/trunk@17952
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/lwgeom_dump.c, postgis/lwgeom_geos.c: Use
	get_call_result_type to retrieve tuple descriptions Closes #499 References #4549 References #4546 git-svn-id: http://svn.osgeo.org/postgis/trunk@17951
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-18  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Prep 3.0.0 release notes, purge
	alpha/beta/rc notes git-svn-id: http://svn.osgeo.org/postgis/trunk@17950
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/Makefile.in, postgis/postgis.sql.in,
	raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis.sql.in: Revert
	r17925 References #4546 git-svn-id: http://svn.osgeo.org/postgis/trunk@17945
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in, raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: Fix AddRasterConstraints in
	presence of null geoms in table CLoses #4547 in master branch git-svn-id: http://svn.osgeo.org/postgis/trunk@17942
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/Makefile.in, postgis/postgis.sql.in,
	raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis.sql.in: Fix
	ST_ConcaveHull under FDW References #4546 Closes https://github.com/postgis/postgis/pull/497 git-svn-id: http://svn.osgeo.org/postgis/trunk@17925
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-17  Sandro Santilli <strk@kbt.io>

	* utils/svn_repo_revision.pl: Fix svn revision fetching from git
	worktree For worktrees, .git is a file, not a directory git-svn-id: http://svn.osgeo.org/postgis/trunk@17922
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-17  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Don't update upgrade_test raster table
	twice...  git-svn-id: http://svn.osgeo.org/postgis/trunk@17921
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Avoid use of bogus AddRasterConstraint when
	running upgrade tests Works around bug #4547 Closes #4530 git-svn-id: http://svn.osgeo.org/postgis/trunk@17920
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.y: Address leaks detected by OSS-FUZZ Closes #4544 Closes #4545 Closes
	https://github.com/postgis/postgis/pull/496 git-svn-id: http://svn.osgeo.org/postgis/trunk@17918
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-14  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Add missing libxml and ssl libs for
	windows packaging references #3442 for PostGIS 3.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@17916
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-14  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Print version before upgrade, in upgrade
	tests git-svn-id: http://svn.osgeo.org/postgis/trunk@17915
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-13  Regina Obe <lr@pcorp.us>

	* doc/po/es/release_notes.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/templates/reference_exception.xml.pot,
	doc/po/templates/release_notes.xml.pot: update pos and pots git-svn-id: http://svn.osgeo.org/postgis/trunk@17914
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Avoid sending two queries at once, to more
	easily spot actual errors See #4530 git-svn-id: http://svn.osgeo.org/postgis/trunk@17912
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-13  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip to 3.1.0
	development git-svn-id: http://svn.osgeo.org/postgis/trunk@17911
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-13  Regina Obe <lr@pcorp.us>

	* README.postgis: missed spot git-svn-id: http://svn.osgeo.org/postgis/trunk@17908
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-13  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prepping for PostGIS 3.0.0rc2
	release git-svn-id: http://svn.osgeo.org/postgis/trunk@17907
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwin_wkb.c: Memory leak in lwpoly_from_wkb_state References #4535 git-svn-id: http://svn.osgeo.org/postgis/trunk@17906
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-10  Regina Obe <lr@pcorp.us>

	* doc/po/ja/release_notes.xml.po: manual fix release note dates and
	numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@17905
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwin_wkb.c: WKB:
	Avoid buffer overflow This only happens when not running under PG context, as lwerror
	continues execution and that means that even after detecting there
	isn't enough bytes still try to read from the buffer Closes #4535 Closes https://github.com/postgis/postgis/pull/495 git-svn-id: http://svn.osgeo.org/postgis/trunk@17904
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.h, liblwgeom/lwin_wkt_parse.y: Fix leak in
	WKT collection parser References #4537 git-svn-id: http://svn.osgeo.org/postgis/trunk@17900
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwin_wkb.c: Fix leak
	in lwcollection_from_wkb_state Closes #4536 Closes https://github.com/postgis/postgis/pull/493 git-svn-id: http://svn.osgeo.org/postgis/trunk@17893
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwin_wkb.c: Fix leak in lwcurvepoly_from_wkb_state Closes #4534 Closes https://github.com/postgis/postgis/pull/492 git-svn-id: http://svn.osgeo.org/postgis/trunk@17892
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-08  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac, liblwgeom/lwin_geojson.c,
	postgis/lwgeom_in_geojson.c, postgis_config.h.in: Remove
	HAVE_LIBJSON_C Patch by jabakobob References #4528 git-svn-id: http://svn.osgeo.org/postgis/trunk@17891
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-08  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in: Make sure "make clean"
	really cleans what's created by "make" Fixes #4531 and simplifies a little bit those Makefiles git-svn-id: http://svn.osgeo.org/postgis/trunk@17890
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-08  Sandro Santilli <strk@kbt.io>

	* regress/core/regress.sql, regress/core/regress_brin_index.sql,
	regress/core/regress_brin_index_3d.sql,
	regress/core/regress_brin_index_geography.sql,
	regress/core/regress_index.sql,
	regress/core/regress_index_nulls.sql, regress/core/subdivide.sql: 
	Allow running core tests from any directory Using the :regdir variable git-svn-id: http://svn.osgeo.org/postgis/trunk@17889
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-08  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Force using systemwide scripts when run with
	--extension .. rather than relying on version mismatch (current vs. requested)
	to tell where to pick scripts from ..  *might* relate to #4515 git-svn-id: http://svn.osgeo.org/postgis/trunk@17888
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-08  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip to
	3.0.0rc2dev git-svn-id: http://svn.osgeo.org/postgis/trunk@17887
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-08  Regina Obe <lr@pcorp.us>

	* ChangeLog, ci/winnie/package_postgis.sh: Change to package
	3.8.0rc2 for windows, prepare for 3.0.0rc1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@17885
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-08  Regina Obe <lr@pcorp.us>

	* doc/po/es/extras_topology.xml.po,
	doc/po/fr/reference_accessor.xml.po: Fix pos for spanish and french
	so they produce proper XML Closes #4525 git-svn-id: http://svn.osgeo.org/postgis/trunk@17884
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: Add step to pull translations from transifex
	References #4525 git-svn-id: http://svn.osgeo.org/postgis/trunk@17883
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Remove view testing from upgrade objects
	testing References #4386 git-svn-id: http://svn.osgeo.org/postgis/trunk@17882
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_exception.xml.po, doc/po/es/extras.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/postgis.xml.po, doc/po/es/reference.xml.po,
	doc/po/es/reference_accessor.xml.po,
	doc/po/es/reference_bbox.xml.po,
	doc/po/es/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/es/reference_sfcgal.xml.po, doc/po/es/reference_srs.xml.po,
	doc/po/es/reference_trajectory.xml.po,
	doc/po/es/reference_transaction.xml.po,
	doc/po/es/reference_transformation.xml.po,
	doc/po/es/reference_troubleshooting.xml.po,
	doc/po/es/reference_type.xml.po,
	doc/po/es/reference_validation.xml.po,
	doc/po/es/reference_version.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/es/reporting.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.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/postgis.xml.po, doc/po/fr/reference.xml.po,
	doc/po/fr/reference_accessor.xml.po,
	doc/po/fr/reference_bbox.xml.po,
	doc/po/fr/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/fr/reference_sfcgal.xml.po, doc/po/fr/reference_srs.xml.po,
	doc/po/fr/reference_trajectory.xml.po,
	doc/po/fr/reference_transaction.xml.po,
	doc/po/fr/reference_transformation.xml.po,
	doc/po/fr/reference_troubleshooting.xml.po,
	doc/po/fr/reference_type.xml.po,
	doc/po/fr/reference_validation.xml.po,
	doc/po/fr/reference_version.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/reporting.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/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/introduction.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_bbox.xml.po,
	doc/po/pl/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/pl/reference_sfcgal.xml.po, doc/po/pl/reference_srs.xml.po,
	doc/po/pl/reference_trajectory.xml.po,
	doc/po/pl/reference_transaction.xml.po,
	doc/po/pl/reference_transformation.xml.po,
	doc/po/pl/reference_troubleshooting.xml.po,
	doc/po/pl/reference_type.xml.po,
	doc/po/pl/reference_validation.xml.po,
	doc/po/pl/reference_version.xml.po, doc/po/pl/release_notes.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: update rest of pos git-svn-id: http://svn.osgeo.org/postgis/trunk@17881
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_before_upgrade.sql: Try and be a little broader in
	dropping temporary old signature References #4521 git-svn-id: http://svn.osgeo.org/postgis/trunk@17879
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac: Fix lib detection with "--with-jsondir" flag Patch by jabakobob References #4528 git-svn-id: http://svn.osgeo.org/postgis/trunk@17878
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac: Fix --with-jsondir ldflags Fixes #4528 git-svn-id: http://svn.osgeo.org/postgis/trunk@17877
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_sfcgal.c: Address compiler warnings Closes #4527 Closes https://github.com/postgis/postgis/pull/490 git-svn-id: http://svn.osgeo.org/postgis/trunk@17876
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpg_mapalgebra.c: Use clang pragma only with clang Hopefully fixes #4526 git-svn-id: http://svn.osgeo.org/postgis/trunk@17875
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/po/ja/extras_topology.xml.po, doc/po/ja/reference.xml.po,
	doc/po/ko_KR/extras_topology.xml.po, doc/po/ko_KR/reference.xml.po,
	doc/po/pt_BR/extras_topology.xml.po, doc/po/pt_BR/reference.xml.po: 
	Fix tag issues git-svn-id: http://svn.osgeo.org/postgis/trunk@17874
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Sandro Santilli <strk@kbt.io>

	* .editorconfig, utils/postgis_proc_upgrade.pl: Tweak editorconfig
	for postgis_proc_upgrade.pl and indent it properly It looks like most lines are using 4-spaces indent, make that
	official and tweak the non-conforming lines (53 lines over 580 total
	lines) git-svn-id: http://svn.osgeo.org/postgis/trunk@17873
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference.xml.po: remove reference_exception evidentally
	was taken out of list git-svn-id: http://svn.osgeo.org/postgis/trunk@17872
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: Add reference_exception.xml -- is referenced in
	reference.xml Missing file causing translation to fail references
	#4525 for PostGIS 3.0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17871
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* 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_bbox.xml.po,
	doc/po/ja/reference_cluster.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_editor.xml.po, doc/po/ja/reference_guc.xml.po,
	doc/po/ja/reference_input.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_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_relationship.xml.po,
	doc/po/ja/reference_sfcgal.xml.po, doc/po/ja/reference_srs.xml.po,
	doc/po/ja/reference_trajectory.xml.po,
	doc/po/ja/reference_transaction.xml.po,
	doc/po/ja/reference_transformation.xml.po,
	doc/po/ja/reference_troubleshooting.xml.po,
	doc/po/ja/reference_type.xml.po,
	doc/po/ja/reference_validation.xml.po,
	doc/po/ja/reference_version.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.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/postgis.xml.po,
	doc/po/ko_KR/reference.xml.po,
	doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_bbox.xml.po,
	doc/po/ko_KR/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/ko_KR/reference_srs.xml.po,
	doc/po/ko_KR/reference_trajectory.xml.po,
	doc/po/ko_KR/reference_transaction.xml.po,
	doc/po/ko_KR/reference_transformation.xml.po,
	doc/po/ko_KR/reference_troubleshooting.xml.po,
	doc/po/ko_KR/reference_type.xml.po,
	doc/po/ko_KR/reference_validation.xml.po,
	doc/po/ko_KR/reference_version.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/ko_KR/reporting.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/pt_BR/extras.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/postgis.xml.po,
	doc/po/pt_BR/reference.xml.po,
	doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_bbox.xml.po,
	doc/po/pt_BR/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_srs.xml.po,
	doc/po/pt_BR/reference_trajectory.xml.po,
	doc/po/pt_BR/reference_transaction.xml.po,
	doc/po/pt_BR/reference_transformation.xml.po,
	doc/po/pt_BR/reference_troubleshooting.xml.po,
	doc/po/pt_BR/reference_type.xml.po,
	doc/po/pt_BR/reference_validation.xml.po,
	doc/po/pt_BR/reference_version.xml.po,
	doc/po/pt_BR/release_notes.xml.po, doc/po/pt_BR/reporting.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: Update more po files
	references #4525 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17870
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/po/it_IT/extras.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/postgis.xml.po,
	doc/po/it_IT/reference.xml.po,
	doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_bbox.xml.po,
	doc/po/it_IT/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_srs.xml.po,
	doc/po/it_IT/reference_trajectory.xml.po,
	doc/po/it_IT/reference_transaction.xml.po,
	doc/po/it_IT/reference_transformation.xml.po,
	doc/po/it_IT/reference_troubleshooting.xml.po,
	doc/po/it_IT/reference_type.xml.po,
	doc/po/it_IT/reference_validation.xml.po,
	doc/po/it_IT/reference_version.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/it_IT/reporting.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: update IT from transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@17869
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/po/de/extras.xml.po,
	doc/po/de/extras_address_standardizer.xml.po,
	doc/po/de/extras_historytable.xml.po,
	doc/po/de/extras_tigergeocoder.xml.po,
	doc/po/de/extras_topology.xml.po, doc/po/de/faq.xml.po,
	doc/po/de/faq_raster.xml.po, doc/po/de/installation.xml.po,
	doc/po/de/introduction.xml.po, doc/po/de/performance_tips.xml.po,
	doc/po/de/postgis.xml.po, doc/po/de/reference.xml.po,
	doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_bbox.xml.po,
	doc/po/de/reference_cluster.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_editor.xml.po, doc/po/de/reference_guc.xml.po,
	doc/po/de/reference_input.xml.po, doc/po/de/reference_lrs.xml.po,
	doc/po/de/reference_management.xml.po,
	doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_operator.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_raster.xml.po,
	doc/po/de/reference_relationship.xml.po,
	doc/po/de/reference_sfcgal.xml.po, doc/po/de/reference_srs.xml.po,
	doc/po/de/reference_trajectory.xml.po,
	doc/po/de/reference_transaction.xml.po,
	doc/po/de/reference_transformation.xml.po,
	doc/po/de/reference_troubleshooting.xml.po,
	doc/po/de/reference_type.xml.po,
	doc/po/de/reference_validation.xml.po,
	doc/po/de/reference_version.xml.po, doc/po/de/release_notes.xml.po,
	doc/po/de/reporting.xml.po, doc/po/de/using_postgis_app.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/de/using_raster_dataman.xml.po: uodate de files from
	transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@17868
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: take out reference_misc entirely instead of
	just commenting it out.  Think it might be causing issues with
	transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@17867
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	raster/rt_pg/rtpg_mapalgebra.c: Guard some newer GCC'isms to allow
	older platforms to still build git-svn-id: http://svn.osgeo.org/postgis/trunk@17865
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_proc_upgrade.pl: Use older perl idiom to allow build
	on older platforms still git-svn-id: http://svn.osgeo.org/postgis/trunk@17864
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_accum.c: datumCopy has to happen in agg context or
	else objects larger than datum size will be lost.  Shows up in 32
	bit because float8 doesn't fit on a datum.  Closes #4522 git-svn-id: http://svn.osgeo.org/postgis/trunk@17863
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/.tx/config: Get rid of reference_temporal.  that evidentally
	was removed git-svn-id: http://svn.osgeo.org/postgis/trunk@17861
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-07  Regina Obe <lr@pcorp.us>

	* doc/po/templates/extras.xml.pot,
	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/postgis.xml.pot,
	doc/po/templates/reference.xml.pot,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_bbox.xml.pot,
	doc/po/templates/reference_cluster.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_guc.xml.pot,
	doc/po/templates/reference_input.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_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_relationship.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/po/templates/reference_srs.xml.pot,
	doc/po/templates/reference_temporal.xml.pot,
	doc/po/templates/reference_trajectory.xml.pot,
	doc/po/templates/reference_transaction.xml.pot,
	doc/po/templates/reference_transformation.xml.pot,
	doc/po/templates/reference_troubleshooting.xml.pot,
	doc/po/templates/reference_type.xml.pot,
	doc/po/templates/reference_validation.xml.pot,
	doc/po/templates/reference_version.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/reporting.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: Update pot files --
	references #4525 git-svn-id: http://svn.osgeo.org/postgis/trunk@17860
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-06  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, README.postgis, doc/release_notes.xml: Change
	expected release from 10/5 to 10/8 git-svn-id: http://svn.osgeo.org/postgis/trunk@17858
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-05  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, README.postgis, Version.config,
	ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh,
	doc/release_notes.xml, extensions/upgradeable_versions.mk: Prepping
	for PostGIS 3.0.0rc1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@17857
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_accum.c, postgis/lwgeom_accum.h,
	postgis/lwgeom_geos.c, postgis/postgis.sql.in,
	postgis/postgis_after_upgrade.sql,
	postgis/postgis_before_upgrade.sql, regress/run_test.pl: Restore
	ST_Union() aggregate signature and re-work performance/size
	enhancement to continue to avoid using Array type during ST_Union(),
	hopefully avoiding Array size limitations.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17856
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-03  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* autogen.sh: autogen.sh: Exit with an error when a tool is missing git-svn-id: http://svn.osgeo.org/postgis/trunk@17855
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-03  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, configure.ac: Use a clean environment when detecting C++
	libraries Closes #4520 Closes https://github.com/postgis/postgis/pull/488 git-svn-id: http://svn.osgeo.org/postgis/trunk@17854
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_export.c: Use snprintf in building SRID query
	string git-svn-id: http://svn.osgeo.org/postgis/trunk@17851
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-02  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_export.c: getSRIDbySRS: Fix crash - Prevents stack overflow when the srs is long (query + srs > 256
	chars).  - Prevents sql injection.  References #4519 Closes https://github.com/postgis/postgis/pull/487 git-svn-id: http://svn.osgeo.org/postgis/trunk@17846
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/upgradeable_versions.mk: Get a little bit ahead on
	extension upgrade paths, so patch releases of older versions can
	still upgrade to 3.0 in near future git-svn-id: http://svn.osgeo.org/postgis/trunk@17845
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_before_upgrade.sql: Fix scripts-based (not
	extension) upgrade from 2.4 Closes #4516 git-svn-id: http://svn.osgeo.org/postgis/trunk@17844
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-10-01  Regina Obe <lr@pcorp.us>

	* NEWS: Create slot for next release - be confident we'll do another
	before end of month git-svn-id: http://svn.osgeo.org/postgis/trunk@17842
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: Turn rt_gdalwarp tests
	back on, removing grid shifts to account for changes in Proj
	installed grids git-svn-id: http://svn.osgeo.org/postgis/trunk@17841
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/loader/ReprojectPts-w.select.expected,
	regress/loader/ReprojectPts.opts,
	regress/loader/ReprojectPts.select.expected,
	regress/loader/ReprojectPtsD.opts,
	regress/loader/ReprojectPtsD.select.expected,
	regress/loader/ReprojectPtsGeog-w.select.expected,
	regress/loader/ReprojectPtsGeog.opts,
	regress/loader/ReprojectPtsGeog.select.expected,
	regress/loader/ReprojectPtsGeogD-w.select.expected,
	regress/loader/ReprojectPtsGeogD.opts,
	regress/loader/ReprojectPtsGeogD.select.expected: Avoid datum/grid
	shifts in reproject test, to lower sensitivity to variance in proj
	installations wrt whether or not grid shift files are installed.
	References #4500 git-svn-id: http://svn.osgeo.org/postgis/trunk@17839
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-30  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh: Add CXX and CXXFLAGS from
	pg_config seems to fix wagyu load issue Closes #4474 git-svn-id: http://svn.osgeo.org/postgis/trunk@17838
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-30  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh: Put back wagyu, but try to force
	gcc8 as compiler and use CFLAGS from PostgreSQL 11 install
	References #4474 git-svn-id: http://svn.osgeo.org/postgis/trunk@17837
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-29  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip to
	3.0.0beta2dev git-svn-id: http://svn.osgeo.org/postgis/trunk@17836
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-28  Regina Obe <lr@pcorp.us>

	* NEWS: oops forgot to commit same note in NEWS git-svn-id: http://svn.osgeo.org/postgis/trunk@17832
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-28  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: Add note about additional performance
	enhancements with GEOS 3.8 git-svn-id: http://svn.osgeo.org/postgis/trunk@17831
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-28  Regina Obe <lr@pcorp.us>

	* ChangeLog, Version.config, extensions/upgradeable_versions.mk: 
	Prepare for PostGIS 3.0.0beta1 git-svn-id: http://svn.osgeo.org/postgis/trunk@17830
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-28  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh: Turn off wagyu for now for 32-bit
	FreeBSD12.  For some reason it is deciding to use a higher gcc for
	wagyu building which causes the issue References #4474 git-svn-id: http://svn.osgeo.org/postgis/trunk@17829
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-28  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh, ci/winnie/build_postgis.sh,
	ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: take out
	all pathing to see if that fixes the issue, in theory pkg-config
	should take care of everything.  Set default GEOS to 3.8.0beta1 for
	winnie git-svn-id: http://svn.osgeo.org/postgis/trunk@17828
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-28  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, doc/release_notes.xml: Update docs in prep
	for 3.0.0beta1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@17827
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-28  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/create_geocode.bat,
	extras/tiger_geocoder/create_geocode.sh,
	extras/tiger_geocoder/tiger_loader_2018.sql,
	extras/tiger_geocoder/tiger_loader_2019.sql,
	extras/tiger_geocoder/upgrade_geocoder.bat,
	extras/tiger_geocoder/upgrade_geocoder.sh: Fix issue with loading
	tabblock Update geocoder to load 2019 data Closes #4509 for PostGIS
	3.0 References #4338 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17825
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-28  Regina Obe <lr@pcorp.us>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Missed some
	fixes in last commit.  this should work on all.  References #4514
	for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17824
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-27  Regina Obe <lr@pcorp.us>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected,
	topology/test/regress/topogeo_addpolygon.sql,
	topology/test/regress/topogeo_addpolygon_expected: Revise topology
	tests so they yield same results in GEOS 3.8 and lower References
	#4514 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17823
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-25  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* extensions/upgrade-paths-rules.mk: upgrade-paths-rules.mk: Drop
	the -v flag It's not available in some UNIX systems as it's not POSIX standard git-svn-id: http://svn.osgeo.org/postgis/trunk@17822
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_misc.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_geos_split.c, liblwgeom/measures.c,
	liblwgeom/ptarray.c, postgis/lwgeom_functions_analytic.c: Speed up
	ST_Simplify Closes #4510 Closes https://github.com/postgis/postgis/pull/480 git-svn-id: http://svn.osgeo.org/postgis/trunk@17821
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwgeom.c: ST_RemoveRepeatedPoints: Optimize multipoints
	with single point References #4491 Closes https://github.com/postgis/postgis/pull/481 git-svn-id: http://svn.osgeo.org/postgis/trunk@17820
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* ci/travis/run_usan_clang.sh: Travis: Fix clang ubsan build The latest build updated clang git-svn-id: http://svn.osgeo.org/postgis/trunk@17819
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-23  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* doc/extras_topology.xml, doc/po/templates/extras_topology.xml.pot: 
	Fix several documentation typos Patch by François Bonzon Closes
	https://github.com/postgis/postgis/pull/479/ git-svn-id: http://svn.osgeo.org/postgis/trunk@17818
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_analytic.c: Remove tolerance in
	point-in-ring stabline tests Closes #4506 git-svn-id: http://svn.osgeo.org/postgis/trunk@17817
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* raster/test/cunit/cu_raster_misc.c: Disable raster failing tests References #4379 git-svn-id: http://svn.osgeo.org/postgis/trunk@17813
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-16  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c: Speed up ST_RemoveRepeatedPoints Closes #4491 Closes https://github.com/postgis/postgis/pull/468 git-svn-id: http://svn.osgeo.org/postgis/trunk@17812
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-14  Daniel Baston <dbaston@gmail.com>

	* NEWS, fuzzers/geos_stub.h, liblwgeom/lwgeom_geos.c: Speed up
	conversion of geometries to/from GEOS GEOS 3.8 introduces multi-ordinate getters and setters that can read
	and write XY/XYZ in a single function call.  Fixes #4505 Closes https://github.com/postgis/postgis/pull/476 git-svn-id: http://svn.osgeo.org/postgis/trunk@17811
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-14  Daniel Baston <dbaston@gmail.com>

	* NEWS, liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
	liblwgeom/lwgeom_geos_clean.c, postgis/mvt.c: Use GEOSMakeValid and
	GEOSBuildArea for GEOS 3.8+ Fixes #4507 Closes https://github.com/postgis/postgis/pull/477 git-svn-id: http://svn.osgeo.org/postgis/trunk@17810
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-13  Regina Obe <lr@pcorp.us>

	* NEWS, loader/shp2pgsql-core.c: shp2pgsql -D not working with
	schema qualified tables Closes #4504 git-svn-id: http://svn.osgeo.org/postgis/trunk@17809
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/gbox.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwinline.h, liblwgeom/lwout_geojson.c,
	liblwgeom/lwout_gml.c: Speed up the calculation of cartesian bbox Closes https://github.com/postgis/postgis/pull/475 Closes
	https://trac.osgeo.org/postgis/ticket/4503 git-svn-id: http://svn.osgeo.org/postgis/trunk@17808
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-12  Daniel Baston <dbaston@gmail.com>

	* regress/core/oriented_envelope.sql: Reduce sensitivity of
	ST_OrientedEnvelope test GEOS master produces slightly different coordinate values, at least
	for now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17807
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-07  Regina Obe <lr@pcorp.us>

	* NEWS,
	extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control.in: 
	Mark tiger geocoder as superuser safe since it only has plpgsql/sql
	and no c lib References #4501 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17806
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-05  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/lwgeom.c, regress/core/simplify.sql,
	regress/core/simplify_expected: Make ST_Simplify(TRIANGLE) collapse
	if requested References #4496 Closes https://github.com/postgis/postgis/pull/474 git-svn-id: http://svn.osgeo.org/postgis/trunk@17804
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Muck with stats message git-svn-id: http://svn.osgeo.org/postgis/trunk@17803
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-09-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/{lwgeom_hexgrid.c =>
	lwgeom_generate_grid.c}: Deal with some PR comments

2019-09-02  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_functions_analytic.c,
	regress/core/chaikin.sql, regress/core/chaikin_expected,
	regress/core/simplifyvw.sql, regress/core/simplifyvw_expected,
	regress/core/snaptogrid.sql, regress/core/snaptogrid_expected: Fix
	ST_SnapToGrid output having an outdated bbox References #4495 Closes https://github.com/postgis/postgis/pull/473 git-svn-id: http://svn.osgeo.org/postgis/trunk@17798
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-30  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/postgis_before_upgrade.sql: 
	_postgis_drop_function_if_needed: Update ST_GeoJSON args Related to #4483 git-svn-id: http://svn.osgeo.org/postgis/trunk@17797
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-30  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_functions_basic.c,
	regress/core/remove_repeated_points.sql,
	regress/core/remove_repeated_points_expected: Fix
	ST_RemoveRepeatedPoints output having an outdated bbox References #4493 Closes https://github.com/postgis/postgis/pull/472 git-svn-id: http://svn.osgeo.org/postgis/trunk@17793
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_functions_analytic.c,
	regress/core/simplify.sql, regress/core/simplify_expected: Fix
	ST_Simplify output having an outdated bbox References #4494 git-svn-id: http://svn.osgeo.org/postgis/trunk@17786
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_functions_analytic.c,
	regress/core/simplify.sql, regress/core/simplify_expected: Fix
	ST_Simplify ignoring the value of the 3rd parameter References #4492 Closes https://github.com/postgis/postgis/pull/469 git-svn-id: http://svn.osgeo.org/postgis/trunk@17782
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-29  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_estimate.c: Be less assertive in debug message
	printed when missing table stats ... running ANALYZE won't always fix the missing stats git-svn-id: http://svn.osgeo.org/postgis/trunk@17781
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-28  Sandro Santilli <strk@kbt.io>

	* NEWS: Expand info about polygon orientation functions in 2.4
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@17780
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-28  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml, doc/reference_editor.xml: Add
	availability info for orientation checking and forcing functions These are:  ST_IsPolygonCW  ST_IsPolygonCCW  ST_ForcePolygonCW  ST_ForcePolygonCCW git-svn-id: http://svn.osgeo.org/postgis/trunk@17779
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-26  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac: Configure: Fix --with-wagyu flag git-svn-id: http://svn.osgeo.org/postgis/trunk@17778
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-26  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Link AddTopoGeometryColumn to
	DropTopoGeometryColumn git-svn-id: http://svn.osgeo.org/postgis/trunk@17777
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-23  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml, ci/dronie/postgis_regress.sh: [drone] Reorganize
	configuration to use external script Also add installcheck step git-svn-id: http://svn.osgeo.org/postgis/trunk@17774
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-23  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/measures.c, liblwgeom/measures.h,
	regress/core/measures.sql, regress/core/measures_expected: Support
	2D TINs in ST_3DIntersection Brings TIN into dist2d calculation. Removes homebrew atan2.  Closes #4328 Closes https://github.com/postgis/postgis/pull/461 git-svn-id: http://svn.osgeo.org/postgis/trunk@17773
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-23  Sandro Santilli <strk@kbt.io>

	* ci/travis/run_coverage.sh, ci/travis/run_nowagyu.sh,
	ci/travis/run_tests.sh, ci/travis/run_usan_clang.sh,
	ci/travis/run_usan_gcc.sh: [travis] Revert travis recipes
	modifications This reverts commit dd601071c093c2233f3eeeba12af41373075bae8.  This
	reverts commit e8b5c3993e288e00a840b7a41f643901a280f5a9.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17772
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-23  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Reorder Makefile dependencies to avoid duplicated
	build Mark most check targets as dependent on "all" rule git-svn-id: http://svn.osgeo.org/postgis/trunk@17771
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_hexgrid.c: push

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_hexgrid.c: mixed decls and code

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_hexgrid.c: CI build issues

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/lwgeom_hexgrid.c,
	postgis/postgis.sql.in: First draft, still needs documentation

2019-08-22  Sandro Santilli <strk@kbt.io>

	* ci/travis/run_nowagyu.sh, ci/travis/run_tests.sh,
	ci/travis/run_usan_clang.sh, ci/travis/run_usan_gcc.sh: [travis]
	More "make" before "make check" git-svn-id: http://svn.osgeo.org/postgis/trunk@17770
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in: Move geobuf testing solely into configure git-svn-id: http://svn.osgeo.org/postgis/trunk@17768
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* ci/travis/run_coverage.sh: [travis] don't assume "make check" will
	work parallel w/out "make" git-svn-id: http://svn.osgeo.org/postgis/trunk@17766
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/Makefile.in: Remove apparently unhelpful dependency lines git-svn-id: http://svn.osgeo.org/postgis/trunk@17765
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/Makefile.in: And return to original form git-svn-id: http://svn.osgeo.org/postgis/trunk@17764
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/Makefile.in: Just note needed libraries, don't be clever git-svn-id: http://svn.osgeo.org/postgis/trunk@17763
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/Makefile.in: Be explicit about how to build liblwgeom and
	libpgcommon libs git-svn-id: http://svn.osgeo.org/postgis/trunk@17762
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, postgis/Makefile.in, regress/core/Makefile.in: Move
	geobuf version test into one place and strip expr calls from
	makefiles git-svn-id: http://svn.osgeo.org/postgis/trunk@17761
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, regress/core/Makefile.in: Quote expr
	arguments, consistently use variables git-svn-id: http://svn.osgeo.org/postgis/trunk@17760
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Add support for extension sequences in
	create_unpackaged.pl Should fix topology dump-restore References #4488 git-svn-id: http://svn.osgeo.org/postgis/trunk@17759
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, deps/Makefile.in, doc/Makefile.in,
	extensions/Makefile.in, liblwgeom/Makefile.in,
	libpgcommon/Makefile.in, loader/Makefile.in, postgis/Makefile.in,
	raster/Makefile.in, raster/test/Makefile.in, regress/Makefile.in,
	topology/Makefile.in, topology/test/Makefile.in, utils/Makefile.in: 
	Split "check" into "check-regress" and "check-unit" Makes "installcheck" only run "check-regress" Closes #4487 git-svn-id: http://svn.osgeo.org/postgis/trunk@17758
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Have postgis_extensions_upgrade repackage
	topology as well Closes #4486 References #2503 See failure here:
	https://gitlab.com/postgis/postgis/-/jobs/277847404 git-svn-id: http://svn.osgeo.org/postgis/trunk@17757
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Use env variable rather than make
	parameter, for RUNTESTFLAGS I suspect gitlab-ci provided make is not compatible with parameter git-svn-id: http://svn.osgeo.org/postgis/trunk@17756
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: [HOWTO_RELEASE] Add note that bots need to be all
	green for release git-svn-id: http://svn.osgeo.org/postgis/trunk@17755
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: check-all-upgrades: stop checking
	upgrades from latest unpackaged ... as this is already done by 'make installcheck' git-svn-id: http://svn.osgeo.org/postgis/trunk@17754
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Have 'installcheck' also check with
	upgrade-from-function Closes #4485 Adds an installcheck-upgrade-byfunc target, dependency of
	installcheck-upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@17753
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] Allow requesting function upgrade
	also w/out :auto Append an exlamation mark to any target version in upgrade-path to
	request upgrade via function...  git-svn-id: http://svn.osgeo.org/postgis/trunk@17752
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-22  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: [check-all-upgrades] Fix retrival of
	:auto version git-svn-id: http://svn.osgeo.org/postgis/trunk@17751
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-21  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] Fix logic for use
	postgis_extension_upgrade() The version before 3.0.0 did not repackage extensions, so we still
	need to do the packaging ourselves.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17750
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-21  Sandro Santilli <strk@kbt.io>

	* NEWS: Document that postgis_extensions_upgrade re-pakcages from
	3.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17749
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-21  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] Allow using
	postgis_extensions_upgrade from unpackaged And warn when it cannot be used due to too old source version.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17748
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/gbox.c, liblwgeom/lwgeom.c: Remove 32-bit build warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@17747
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: always repackage raster when
	upgrading via function This is because the upgrade function invoked may be coming from the
	a pre-split version and thus not know anything about repackaging.  See #4485 git-svn-id: http://svn.osgeo.org/postgis/trunk@17745
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Replace aliasing with memcpy References #4319 git-svn-id: http://svn.osgeo.org/postgis/trunk@17744
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_cluster.c,
	postgis/gserialized_gist_nd.c: Quiet warnings from centos 6 build git-svn-id: http://svn.osgeo.org/postgis/trunk@17743
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
	raster/rt_core/rt_serialize.c: Change run-time endianness checks to
	compile-time Leave 3rd party code unchanged Closes #4439 git-svn-id: http://svn.osgeo.org/postgis/trunk@17740
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: [check_all_upgrades] support :auto
	and :auto! upgrade targets See #4485 git-svn-id: http://svn.osgeo.org/postgis/trunk@17739
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add support for :auto and :auto! upgrade-path
	targets in run_test.pl The former will request upgrading to default version, the latter to
	do so using the postgis_extension_upgrade() function.  See #4485 git-svn-id: http://svn.osgeo.org/postgis/trunk@17738
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* doc/reference_version.xml: Update postgis_extensions_upgrade docs
	to reflect new return value git-svn-id: http://svn.osgeo.org/postgis/trunk@17737
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* regress/core/regress.sql: Add test for postgis_full_version() Closes #4485 NOTE: the test is only included in the core tests, might need to       be replicated for sfcgal/topology/raster git-svn-id: http://svn.osgeo.org/postgis/trunk@17736
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Simplify perl code git-svn-id: http://svn.osgeo.org/postgis/trunk@17735
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Darafei Praliaskouski <me@komzpa.net>

	* : oss-fuzz: add geojson seed corpus.  Closes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16564 git-svn-id: http://svn.osgeo.org/postgis/trunk@17734
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix perl syntax Can't "last" outside a loop block ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@17733
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: [check_all_upgrades] Test upgrades
	from old versions unpackaged See #4485 git-svn-id: http://svn.osgeo.org/postgis/trunk@17732
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] Add support for upgrading from
	unpackaged<version> See #4485 git-svn-id: http://svn.osgeo.org/postgis/trunk@17731
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-19  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@17730
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Change 'protobuf version' to protobuf-c to be more
	explicit git-svn-id: http://svn.osgeo.org/postgis/trunk@17729
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-18  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_relationship.xml: [doc] geometry polygon
	ST_Intersects example Closes #4248 git-svn-id: http://svn.osgeo.org/postgis/trunk@17728
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-18  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/lwgeom_sfcgal.c, postgis/sfcgal.sql.in,
	regress/sfcgal/regress_sfcgal.sql,
	regress/sfcgal/regress_sfcgal_expected: postgis_sfcgal_noop().  Patch by Lucas C. Villa Real <lucasvr@br.ibm.com>, tweaks by Darafei
	Praliaskouski Closes #3979 git-svn-id: http://svn.osgeo.org/postgis/trunk@17727
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-18  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, fuzzers/build_google_oss_fuzzers.sh,
	fuzzers/geojson_import_fuzzer.cpp,
	fuzzers/geojson_import_fuzzer.dict,
	fuzzers/geojson_import_fuzzer.options, fuzzers/geos_stub.h,
	fuzzers/proj_stub.h, fuzzers/wkb_import_fuzzer.cpp,
	fuzzers/wkt_import_fuzzer.cpp, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwin_geojson.c, liblwgeom/lwline.c,
	liblwgeom/lwmline.c, liblwgeom/ptarray.c: OSS Fuzz for geojson.  Enable allocation testing for other fuzzers.  Closes #4387 Closes https://github.com/postgis/postgis/pull/462 git-svn-id: http://svn.osgeo.org/postgis/trunk@17726
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_before_upgrade.sql: Try and harmonize function
	parameter names for ST_AsGEoJSON(record) References #4483 git-svn-id: http://svn.osgeo.org/postgis/trunk@17725
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/test/regress/bug_test_car5.sql,
	raster/test/regress/bug_test_car5_expected: Remove SRID error lines
	because that's a silly thing to test git-svn-id: http://svn.osgeo.org/postgis/trunk@17719
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/gserialized1.c, liblwgeom/gserialized2.c: Guard against
	reading into pointarrays when size of array == 0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17716
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* macros/ac_protobufc_version.m4: Add missing macro file git-svn-id: http://svn.osgeo.org/postgis/trunk@17715
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, postgis/Makefile.in, postgis/postgis_libprotobuf.c,
	postgis_config.h.in, regress/core/Makefile.in,
	regress/core/geobuf.sql, regress/core/geobuf_expected,
	regress/core/mvt.sql, regress/core/mvt_expected: Reorganize protobuf
	detection so that separate directories can be specified, and make
	version detection more robust over different protobuf installs.
	References #4481 git-svn-id: http://svn.osgeo.org/postgis/trunk@17711
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-14  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: [check-all-upgrades] Fix handling of
	bogus commandline git-svn-id: http://svn.osgeo.org/postgis/trunk@17710
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-14  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Fix syntax error in expr line Closes #4477 git-svn-id: http://svn.osgeo.org/postgis/trunk@17709
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml: Update ST_AsGeoJSON doco to harmonize
	number of digits default git-svn-id: http://svn.osgeo.org/postgis/trunk@17708
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in, postgis/postgis.sql.in: Lower default
	precision produced by ST_AsGeoJSON References #4468 git-svn-id: http://svn.osgeo.org/postgis/trunk@17707
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/gbox.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwgeodetic_tree.h, postgis/geography_measurement_trees.c: 
	Geography Distance inconsistent with Intersects Closes #4480 git-svn-id: http://svn.osgeo.org/postgis/trunk@17706
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-11  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: flip to
	3.0.0alpha5dev git-svn-id: http://svn.osgeo.org/postgis/trunk@17703
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-11  Regina Obe <lr@pcorp.us>

	* Version.config, doc/release_notes.xml: Prep for 3.0.0alpha4
	release git-svn-id: http://svn.osgeo.org/postgis/trunk@17701
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-11  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml,
	extensions/address_standardizer/Makefile.in: Add upgrade install
	paths for address_standardizer Closese #4420 for PostGIS 3.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@17687
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-09  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml, extensions/upgradeable_versions.mk: 
	Prepping for release tomorrow git-svn-id: http://svn.osgeo.org/postgis/trunk@17684
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-09  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh: Put libiconv back evidentally
	still need that one References #4474 git-svn-id: http://svn.osgeo.org/postgis/trunk@17683
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-09  Regina Obe <lr@pcorp.us>

	* NEWS, regress/core/mvt.sql, regress/core/mvt_expected,
	regress/core/tickets.sql, regress/core/tickets_expected: Move
	protobuf specific ticket lines to mvt test Closes #4472 git-svn-id: http://svn.osgeo.org/postgis/trunk@17682
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-09  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh: Try to fix bessie32 Undefined
	symbol "_ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEj" by
	getting rid of redundant configure lines that should be pulled in
	via pkg-config References #4474 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17681
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-09  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh: Try to get berrie to return fail
	code if regress fails - try 2 git-svn-id: http://svn.osgeo.org/postgis/trunk@17680
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-09  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh: Try to get berrie to return fail
	code if regress fails git-svn-id: http://svn.osgeo.org/postgis/trunk@17679
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-06  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_input.xml, doc/reference_output.xml,
	extras/ogc_test_suite/3_cleanup.sql, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_export.c, postgis/lwgeom_in_geojson.c,
	postgis/postgis.sql.in, postgis/postgis_after_upgrade.sql,
	raster/test/regress/loader/Projected-post.sql,
	raster/test/regress/loader/Projected-pre.sql,
	regress/core/geography.sql, regress/core/in_geojson.sql,
	regress/core/in_geojson_expected, regress/core/in_gml.sql,
	regress/core/in_kml.sql, regress/core/knn_recheck.sql,
	regress/core/legacy.sql, regress/core/out_geography.sql,
	regress/core/out_geography_expected, regress/core/out_geometry.sql,
	regress/core/out_geometry_expected,
	regress/core/regress_management.sql, regress/core/regress_proj.sql,
	regress/core/tickets.sql, regress/loader/ReprojectPts-post.sql,
	regress/loader/ReprojectPts-pre.sql,
	regress/loader/ReprojectPtsD-post.sql,
	regress/loader/ReprojectPtsD-pre.sql,
	regress/loader/ReprojectPtsGeog-post.sql,
	regress/loader/ReprojectPtsGeog-pre.sql,
	regress/loader/ReprojectPtsGeogD-post.sql,
	regress/loader/ReprojectPtsGeogD-pre.sql, regress/run_test.pl,
	topology/test/regress/copytopology.sql,
	topology/test/regress/gml.sql,
	topology/test/regress/st_createtopogeo.sql,
	topology/test/regress/st_modedgesplit.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: Improve GeoJSON
	SRID handling.  If SRID is not specified, set it to 4326 by default on parsing,
	following RFC7946.  If SRID is not 4326 on serialization, it will be
	marked in JSON unless disabled, making round trips almost lossless.  Fixes spatial_ref_sys truncation in all the tests.  Closes #4377
	Closes https://github.com/postgis/postgis/pull/455 git-svn-id: http://svn.osgeo.org/postgis/trunk@17678
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-06  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/lwstroke.c: lwarc_linearize: Iterate over the
	number of segments Closes https://github.com/postgis/postgis/pull/458 Closes #4407
	References #3719 git-svn-id: http://svn.osgeo.org/postgis/trunk@17677
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-04  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_processing.xml, doc/reference_sfcgal.xml: Link
	ST_Tesselate to ST_(Constrained)DelaunayTriangles Closes #4458 git-svn-id: http://svn.osgeo.org/postgis/trunk@17676
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-04  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_processing.xml: [doc] Note about mulitlinestring in
	ST_OffsetCurve Closes #2553 git-svn-id: http://svn.osgeo.org/postgis/trunk@17675
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-04  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwgeom_median.c, liblwgeom/lwin_twkb.c,
	liblwgeom/lwin_wkb.c, liblwgeom/lwiterator.c, liblwgeom/lwmval.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_kml.c,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_wkb.c,
	liblwgeom/lwstroke.c, liblwgeom/measures.c, liblwgeom/measures3d.c,
	postgis/geobuf.c, postgis/lwgeom_out_geobuf.c,
	postgis/lwgeom_transform.c, postgis/mvt.c,
	regress/core/geometric_median_expected,
	regress/core/out_geometry_expected,
	regress/core/regress_proj_expected, regress/core/tickets.sql,
	regress/core/tickets_expected: Triangle and TIN output support Make all the "Unsupported geometry type" name themselves by
	__func__.  In case output format doesn't know about TIN/Triangle,
	output them as GeometryCollection/Polygon.  Closes #4399 Closes https://github.com/postgis/postgis/pull/454 git-svn-id: http://svn.osgeo.org/postgis/trunk@17674
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-04  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/gserialized.c, liblwgeom/gserialized.h,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwutil.c,
	libpgcommon/lwgeom_pg.h, postgis/geography_measurement.c,
	postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_spheroid.c,
	regress/core/ctors_expected, regress/core/split_expected: Better
	error messages for SRID mismatch.  Closes #4110 Closes
	https://github.com/postgis/postgis/pull/455 git-svn-id: http://svn.osgeo.org/postgis/trunk@17673
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-04  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwin_geojson.c, regress/core/in_geojson.sql,
	regress/core/in_geojson_expected: ST_GeomFromGeoJSON crash on empty
	rings Closes #4470 Closes https://github.com/postgis/postgis/pull/453 git-svn-id: http://svn.osgeo.org/postgis/trunk@17672
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-04  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwgeom.c: ST_Subdivide crash on intermediate EMPTY
	fix.  Closes #4459 Closes https://github.com/postgis/postgis/pull/456 git-svn-id: http://svn.osgeo.org/postgis/trunk@17667
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-03  Darafei Praliaskouski <me@komzpa.net>

	* doc/po/de/extras.xml.po,
	doc/po/de/extras_address_standardizer.xml.po,
	doc/po/de/extras_historytable.xml.po,
	doc/po/de/extras_tigergeocoder.xml.po,
	doc/po/de/extras_topology.xml.po, doc/po/de/faq.xml.po,
	doc/po/de/faq_raster.xml.po, doc/po/de/installation.xml.po,
	doc/po/de/introduction.xml.po, doc/po/de/performance_tips.xml.po,
	doc/po/de/postgis.xml.po, doc/po/de/reference.xml.po,
	doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_bbox.xml.po,
	doc/po/de/reference_cluster.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_exception.xml.po,
	doc/po/de/reference_guc.xml.po, doc/po/de/reference_input.xml.po,
	doc/po/de/reference_lrs.xml.po,
	doc/po/de/reference_management.xml.po,
	doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_misc.xml.po,
	doc/po/de/reference_operator.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_raster.xml.po,
	doc/po/de/reference_relationship.xml.po,
	doc/po/de/reference_sfcgal.xml.po, doc/po/de/reference_srs.xml.po,
	doc/po/de/reference_temporal.xml.po,
	doc/po/de/reference_trajectory.xml.po,
	doc/po/de/reference_transaction.xml.po,
	doc/po/de/reference_transformation.xml.po,
	doc/po/de/reference_troubleshooting.xml.po,
	doc/po/de/reference_type.xml.po,
	doc/po/de/reference_validation.xml.po,
	doc/po/de/reference_version.xml.po, doc/po/de/release_notes.xml.po,
	doc/po/de/reporting.xml.po, doc/po/de/using_postgis_app.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/de/using_raster_dataman.xml.po, doc/po/es/extras.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/postgis.xml.po, doc/po/es/reference.xml.po,
	doc/po/es/reference_accessor.xml.po,
	doc/po/es/reference_bbox.xml.po,
	doc/po/es/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/es/reference_sfcgal.xml.po, doc/po/es/reference_srs.xml.po,
	doc/po/es/reference_trajectory.xml.po,
	doc/po/es/reference_transaction.xml.po,
	doc/po/es/reference_transformation.xml.po,
	doc/po/es/reference_troubleshooting.xml.po,
	doc/po/es/reference_type.xml.po,
	doc/po/es/reference_validation.xml.po,
	doc/po/es/reference_version.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/es/reporting.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.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/postgis.xml.po, doc/po/fr/reference.xml.po,
	doc/po/fr/reference_accessor.xml.po,
	doc/po/fr/reference_bbox.xml.po,
	doc/po/fr/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/fr/reference_sfcgal.xml.po, doc/po/fr/reference_srs.xml.po,
	doc/po/fr/reference_trajectory.xml.po,
	doc/po/fr/reference_transaction.xml.po,
	doc/po/fr/reference_transformation.xml.po,
	doc/po/fr/reference_troubleshooting.xml.po,
	doc/po/fr/reference_type.xml.po,
	doc/po/fr/reference_validation.xml.po,
	doc/po/fr/reference_version.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/reporting.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.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/postgis.xml.po,
	doc/po/it_IT/reference.xml.po,
	doc/po/it_IT/reference_accessor.xml.po,
	doc/po/it_IT/reference_bbox.xml.po,
	doc/po/it_IT/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_srs.xml.po,
	doc/po/it_IT/reference_trajectory.xml.po,
	doc/po/it_IT/reference_transaction.xml.po,
	doc/po/it_IT/reference_transformation.xml.po,
	doc/po/it_IT/reference_troubleshooting.xml.po,
	doc/po/it_IT/reference_type.xml.po,
	doc/po/it_IT/reference_validation.xml.po,
	doc/po/it_IT/reference_version.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/it_IT/reporting.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_bbox.xml.po,
	doc/po/ja/reference_cluster.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_editor.xml.po, doc/po/ja/reference_guc.xml.po,
	doc/po/ja/reference_input.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_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_relationship.xml.po,
	doc/po/ja/reference_sfcgal.xml.po, doc/po/ja/reference_srs.xml.po,
	doc/po/ja/reference_trajectory.xml.po,
	doc/po/ja/reference_transaction.xml.po,
	doc/po/ja/reference_transformation.xml.po,
	doc/po/ja/reference_troubleshooting.xml.po,
	doc/po/ja/reference_type.xml.po,
	doc/po/ja/reference_validation.xml.po,
	doc/po/ja/reference_version.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.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/postgis.xml.po,
	doc/po/ko_KR/reference.xml.po,
	doc/po/ko_KR/reference_accessor.xml.po,
	doc/po/ko_KR/reference_bbox.xml.po,
	doc/po/ko_KR/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/ko_KR/reference_sfcgal.xml.po,
	doc/po/ko_KR/reference_srs.xml.po,
	doc/po/ko_KR/reference_trajectory.xml.po,
	doc/po/ko_KR/reference_transaction.xml.po,
	doc/po/ko_KR/reference_transformation.xml.po,
	doc/po/ko_KR/reference_troubleshooting.xml.po,
	doc/po/ko_KR/reference_type.xml.po,
	doc/po/ko_KR/reference_validation.xml.po,
	doc/po/ko_KR/reference_version.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/ko_KR/reporting.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.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/postgis.xml.po, doc/po/pl/reference.xml.po,
	doc/po/pl/reference_accessor.xml.po,
	doc/po/pl/reference_bbox.xml.po,
	doc/po/pl/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/pl/reference_sfcgal.xml.po, doc/po/pl/reference_srs.xml.po,
	doc/po/pl/reference_trajectory.xml.po,
	doc/po/pl/reference_transaction.xml.po,
	doc/po/pl/reference_transformation.xml.po,
	doc/po/pl/reference_troubleshooting.xml.po,
	doc/po/pl/reference_type.xml.po,
	doc/po/pl/reference_validation.xml.po,
	doc/po/pl/reference_version.xml.po, doc/po/pl/release_notes.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.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/postgis.xml.po,
	doc/po/pt_BR/reference.xml.po,
	doc/po/pt_BR/reference_accessor.xml.po,
	doc/po/pt_BR/reference_bbox.xml.po,
	doc/po/pt_BR/reference_cluster.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_input.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_relationship.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_srs.xml.po,
	doc/po/pt_BR/reference_trajectory.xml.po,
	doc/po/pt_BR/reference_transaction.xml.po,
	doc/po/pt_BR/reference_transformation.xml.po,
	doc/po/pt_BR/reference_troubleshooting.xml.po,
	doc/po/pt_BR/reference_type.xml.po,
	doc/po/pt_BR/reference_validation.xml.po,
	doc/po/pt_BR/reference_version.xml.po,
	doc/po/pt_BR/release_notes.xml.po, doc/po/pt_BR/reporting.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: Update documentation
	translations from transifex.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17666
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-03  Darafei Praliaskouski <me@komzpa.net>

	* doc/po/templates/extras.xml.pot,
	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/postgis.xml.pot,
	doc/po/templates/reference.xml.pot,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_bbox.xml.pot,
	doc/po/templates/reference_cluster.xml.pot,
	doc/po/templates/reference_constructor.xml.pot,
	doc/po/templates/reference_editor.xml.pot,
	doc/po/templates/reference_exception.xml.pot,
	doc/po/templates/reference_guc.xml.pot,
	doc/po/templates/reference_input.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_relationship.xml.pot,
	doc/po/templates/reference_sfcgal.xml.pot,
	doc/po/templates/reference_srs.xml.pot,
	doc/po/templates/reference_trajectory.xml.pot,
	doc/po/templates/reference_transaction.xml.pot,
	doc/po/templates/reference_transformation.xml.pot,
	doc/po/templates/reference_troubleshooting.xml.pot,
	doc/po/templates/reference_type.xml.pot,
	doc/po/templates/reference_validation.xml.pot,
	doc/po/templates/reference_version.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/reporting.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: Update translation
	templates.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17665
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/Makefile.in, regress/core/geos38.sql,
	regress/core/geos38_expected, regress/core/tickets.sql: Move out
	GEOS 3.8 specific result into a version-tested file git-svn-id: http://svn.osgeo.org/postgis/trunk@17664
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/estimatedextent.sql,
	regress/core/estimatedextent_expected: Harmonize calls so tests
	return same results on multiple Pg versions References #4464 git-svn-id: http://svn.osgeo.org/postgis/trunk@17659
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-01  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c: bugfix to fix for #4461 git-svn-id: http://svn.osgeo.org/postgis/trunk@17655
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-08-01  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c, regress/core/twkb.sql,
	regress/core/twkb_expected: Remove duplicate points with ST_AsTWKB
	also when apearing before min npoints Closes #4461 git-svn-id: http://svn.osgeo.org/postgis/trunk@17654
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, loader/pgsql2shp-core.c, loader/shp2pgsql-core.c: Handle
	POINT EMPTY in shape loader/dumper Closes #4437 git-svn-id: http://svn.osgeo.org/postgis/trunk@17653
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-31  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .travis.yml: Travis: Use PG12 image by default Closes #4446 git-svn-id: http://svn.osgeo.org/postgis/trunk@17649
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, configure.ac, postgis/Makefile.in, postgis/geobuf.c,
	postgis/geobuf.h, postgis/lwgeom_out_geobuf.c, postgis_config.h.in,
	regress/core/Makefile.in: Use protobuf version to enable/disable
	mvt/geobuf Closes #4419 git-svn-id: http://svn.osgeo.org/postgis/trunk@17648
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/Makefile.in, regress/dumper/nullsintable-post.sql,
	regress/dumper/nullsintable-pre.sql,
	regress/dumper/nullsintable.dmp,
	regress/dumper/nullsintable_expected.prj: Add test case and update
	test case for null-handling behaviour References #4209 git-svn-id: http://svn.osgeo.org/postgis/trunk@17645
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Regina Obe <lr@pcorp.us>

	* NEWS: add in -d transform into enhancements list, move bug fixes
	into a separate section from enhancements.  This is to make it
	easier to spot and drop bug fixes if they are backported to older
	versions of PostGIS (as they won't be new things in PostGIS 3.0) git-svn-id: http://svn.osgeo.org/postgis/trunk@17644
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml: Match JSON pretty print param name to
	one used in pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@17640
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, loader/pgsql2shp-core.c, postgis/postgis.sql.in: Handle NULL
	geometry values in pgsql2shp References #4209 git-svn-id: http://svn.osgeo.org/postgis/trunk@17639
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/gserialized_estimate.c: Fix undefined behaviour in
	_postgis_gserialized_stats Closes #4466 git-svn-id: http://svn.osgeo.org/postgis/trunk@17635
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Have run_test include full shp2pgsql
	commandline on failure git-svn-id: http://svn.osgeo.org/postgis/trunk@17631
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Do not free state->geo_col, and do not
	strdup when assigning defaults git-svn-id: http://svn.osgeo.org/postgis/trunk@17630
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c: Fix memory leaks
	in shp2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@17629
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.h: Remove unused variable from loader state git-svn-id: http://svn.osgeo.org/postgis/trunk@17628
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Use a single variable for column names git-svn-id: http://svn.osgeo.org/postgis/trunk@17627
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c: Missed a spot - get rid of hard-coding of
	4326 for geography srid References #4466 git-svn-id: http://svn.osgeo.org/postgis/trunk@17626
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c: Take out restriction that geography can
	only work with srid 4326 Geography supports any long-lat projection
	since 2.2 Closes #4465 git-svn-id: http://svn.osgeo.org/postgis/trunk@17625
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-29  Regina Obe <lr@pcorp.us>

	* regress/core/Makefile.in, regress/loader/ReprojectPtsD-post.sql,
	regress/loader/ReprojectPtsD-pre.sql,
	regress/loader/ReprojectPtsD.opts,
	regress/loader/ReprojectPtsD.select.expected,
	regress/loader/ReprojectPtsD.select.sql,
	regress/loader/ReprojectPtsGeogD-post.sql,
	regress/loader/ReprojectPtsGeogD-pre.sql,
	regress/loader/ReprojectPtsGeogD-w.select.expected,
	regress/loader/ReprojectPtsGeogD.opts,
	regress/loader/ReprojectPtsGeogD.select.expected,
	regress/loader/ReprojectPtsGeogD.select.sql: Add regression tests
	for using -s from_srid:to_srid with -D (copy mode) for both geometry
	and geography Closes #4403 git-svn-id: http://svn.osgeo.org/postgis/trunk@17624
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-28  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c: Hoepfully last trailing space References
	#4403 git-svn-id: http://svn.osgeo.org/postgis/trunk@17623
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-28  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c: Get rid of trailing spaces References
	#4403 git-svn-id: http://svn.osgeo.org/postgis/trunk@17622
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-28  Regina Obe <lr@pcorp.us>

	* NEWS, doc/using_postgis_dataman.xml, loader/README.shp2pgsql,
	loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h: Support for srid reprojection when using -D
	switch References #4403 Tests forthcoming git-svn-id: http://svn.osgeo.org/postgis/trunk@17621
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/postgis.sql.in: postgis_extensions_upgrade() also
	updates after pg_upgrade Closes #4271 Closes https://github.com/postgis/postgis/pull/449 git-svn-id: http://svn.osgeo.org/postgis/trunk@17620
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: Disable tests that give
	different answer on Proj.5 vs. Proj.4 References #4104 git-svn-id: http://svn.osgeo.org/postgis/trunk@17619
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c: Topology: Remove TODOs git-svn-id: http://svn.osgeo.org/postgis/trunk@17618
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwstroke.c: 
	lwcompound_stroke: Remove unused function git-svn-id: http://svn.osgeo.org/postgis/trunk@17617
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: Re-enable gdal tests Reverts r16688 Closes #4104 Closes https://github.com/postgis/postgis/pull/450 git-svn-id: http://svn.osgeo.org/postgis/trunk@17616
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-19  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Dealing with IGN SRIDs from Michel
	Philippenko closes https://github.com/postgis/postgis/pull/448 for
	PostGIS 23.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17615
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Correct description of ST_BandPixelType
	function Closes https://github.com/postgis/postgis/pull/447 thanks
	Mateusz Łoskot git-svn-id: http://svn.osgeo.org/postgis/trunk@17613
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-16  Regina Obe <lr@pcorp.us>

	* ci/berrie/pg_init_start.sh, ci/berrie/postgis_regress.sh: Make
	berrie script a bit more generic and add regular make check as well git-svn-id: http://svn.osgeo.org/postgis/trunk@17612
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-16  Regina Obe <lr@pcorp.us>

	* ci/berrie/pg_init_start.sh, ci/berrie/postgis_regress.sh: Change
	to test again PG 12 (instead of 13) Closes #4456 git-svn-id: http://svn.osgeo.org/postgis/trunk@17611
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-16  Regina Obe <lr@pcorp.us>

	* ci/berrie/pg_init_start.sh, ci/berrie/postgis_regress.sh: Revise
	berrie to use her own custom PostgreSQL build -- evidentally
	installing past the jenkins workspace is a no no for some reason git-svn-id: http://svn.osgeo.org/postgis/trunk@17610
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-16  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* libpgcommon/Makefile.in, loader/Makefile.in,
	raster/loader/Makefile.in: Add CPPFLAGS where missing Spotted by Debian's build log hardening checker, blhc.  https://salsa.debian.org/debian-gis-team/postgis/-/jobs/222378 Patch by Christoph Berg <myon -at- debian.org> Closes https://github.com/postgis/postgis/pull/446 git-svn-id: http://svn.osgeo.org/postgis/trunk@17609
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-15  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh: Try to get berrie to use workspace
	installed pg12 to get around make install installing in wrong folder
	References #4456 git-svn-id: http://svn.osgeo.org/postgis/trunk@17605
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-15  Regina Obe <lr@pcorp.us>

	* regress/run_test.pl: Stop trying to run createlang -- plpgsql is
	always installed Closes #4457 git-svn-id: http://svn.osgeo.org/postgis/trunk@17604
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_functions_basic.c: ST_IsEmpty: Speed up by
	avoiding deserialization Closes #4453 Closes https://github.com/postgis/postgis/pull/442 git-svn-id: http://svn.osgeo.org/postgis/trunk@17603
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* regress/core/regress_ogc.sql, regress/core/regress_ogc_expected: 
	ST_Startpoint: Improve tests and documentation Closes https://github.com/postgis/postgis/pull/443/ git-svn-id: http://svn.osgeo.org/postgis/trunk@17602
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_functions_basic.c: _ST_OrderingEquals: Avoid
	deserialization Closes #4454 Closes https://github.com/postgis/postgis/pull/444 git-svn-id: http://svn.osgeo.org/postgis/trunk@17601
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-14  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/gbox.c, liblwgeom/gserialized.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwinline.h, liblwgeom/lwtree.c,
	libpgcommon/gserialized_gist.h, postgis/lwgeom_btree.c,
	postgis/postgis.sql.in: Fast Hilbert btree.  Requires btree indexes to be recreated.  Closes https://github.com/postgis/postgis/pull/436 Closes #3883 git-svn-id: http://svn.osgeo.org/postgis/trunk@17600
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-14  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh: revise to install and test
	extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@17599
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-14  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh: Just let postgis build put wherever
	it wants the tmp files git-svn-id: http://svn.osgeo.org/postgis/trunk@17598
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-14  Regina Obe <lr@pcorp.us>

	* ci/berrie/postgis_regress.sh: revise to have tmp folder in code
	folder to try to get around issue can't create directory git-svn-id: http://svn.osgeo.org/postgis/trunk@17597
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-14  Regina Obe <lr@pcorp.us>

	* README.md: Fix Berrie's badge link.  Add badge links for Bessie
	and Bessie32. revise to 3 bots per line git-svn-id: http://svn.osgeo.org/postgis/trunk@17596
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-14  Regina Obe <lr@pcorp.us>

	* README.md, ci/berrie/postgis_regress.sh: Add berrie to list of
	buildbots.  revise berrie script to create ~tmp folder if it doesn't
	exist References #4456 git-svn-id: http://svn.osgeo.org/postgis/trunk@17595
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-14  Regina Obe <lr@pcorp.us>

	* NEWS, ci/berrie/postgis_regress.sh: Add berrie's ci script berrie
	is a Rasberry Pi 32-bit system running Debian Buster (10),
	graciously offered by Bruce Rindahl References #4456 git-svn-id: http://svn.osgeo.org/postgis/trunk@17594
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_gserialized1.c,
	liblwgeom/cunit/cu_gserialized2.c, liblwgeom/gserialized.c,
	liblwgeom/gserialized.h, liblwgeom/gserialized1.c,
	liblwgeom/gserialized1.h, liblwgeom/gserialized2.c,
	liblwgeom/gserialized2.h, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_ogc.c, regress/core/Makefile.in,
	regress/core/point_coordinates.sql,
	regress/core/point_coordinates_expected: Speed up ST_X, ST_Y, ST_Z
	and ST_M Closes https://github.com/postgis/postgis/pull/435 Closes
	https://trac.osgeo.org/postgis/ticket/4449 git-svn-id: http://svn.osgeo.org/postgis/trunk@17593
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, libpgcommon/lwgeom_transform.c, postgis/lwgeom_in_gml.c,
	spatial_ref_sys.sql: Add new entries to spatial_ref_sys and handle
	non-EPSG authnames Closes #4417 git-svn-id: http://svn.osgeo.org/postgis/trunk@17592
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/gserialized.h, liblwgeom/gserialized1.c,
	liblwgeom/gserialized2.c: gserialized: Style changes References #4449 git-svn-id: http://svn.osgeo.org/postgis/trunk@17591
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-10  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Fix Makefile override warning Fixes the following:   warning: overriding recipe for target 'check'   .../pgxs.mk:276: warning: ignoring old recipe for target 'check' git-svn-id: http://svn.osgeo.org/postgis/trunk@17590
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-10  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Don't leave .bak files in staged install git-svn-id: http://svn.osgeo.org/postgis/trunk@17589
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml: Add example using optional bounds git-svn-id: http://svn.osgeo.org/postgis/trunk@17588
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_constructor.xml, doc/reference_output.xml,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/core/regress.sql, regress/core/regress_expected: Add
	ST_TileEnvelope utility function Closes #4452 git-svn-id: http://svn.osgeo.org/postgis/trunk@17587
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-09  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_ogc.c: Speed up ST_GeometryType Closes https://github.com/postgis/postgis/pull/434 Closes #4450 git-svn-id: http://svn.osgeo.org/postgis/trunk@17586
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-09  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/gserialized1.c, liblwgeom/gserialized2.c: Fix the
	calculation of gserialized_max_header_size Closes #4451 Closes https://github.com/postgis/postgis/pull/433 git-svn-id: http://svn.osgeo.org/postgis/trunk@17585
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-09  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/geobuf.c: Address compiler warning in 32b systems git-svn-id: http://svn.osgeo.org/postgis/trunk@17584
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* .gitignore: Ignore TiledAutoSkipNoData.tif git-svn-id: http://svn.osgeo.org/postgis/trunk@17583
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lookup3.c,
	liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c, liblwgeom/lwutil.c: 
	Strip out getMachineEndian() in favour of configure-time check git-svn-id: http://svn.osgeo.org/postgis/trunk@17582
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-02  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_btree.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Fix bug in lwgeom_le Closes #4445 git-svn-id: http://svn.osgeo.org/postgis/trunk@17580
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-02  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS: Improve hash changes NEWS Since the output of the function has changed, any index using it
	must be reindexed References #4433 git-svn-id: http://svn.osgeo.org/postgis/trunk@17577
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-01  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh: get rid
	of -e in packaging (causing error to be thrown if tries to remove
	zip not present), minor adjustments to packaging.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17576
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-01  Regina Obe <lr@pcorp.us>

	* NEWS, liblwgeom/gserialized.c, liblwgeom/gserialized.h,
	liblwgeom/gserialized1.c, liblwgeom/gserialized1.h,
	liblwgeom/gserialized2.c, liblwgeom/gserialized2.h,
	liblwgeom/liblwgeom.h.in, postgis/lwgeom_btree.c: fix for 32-bit
	hash Closes #4433 Closes https://github.com/postgis/postgis/pull/429 git-svn-id: http://svn.osgeo.org/postgis/trunk@17575
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-01  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flip to
	3.0.0alpha4dev git-svn-id: http://svn.osgeo.org/postgis/trunk@17574
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-01  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, Version.config, doc/release_notes.xml: Prep for
	3.0.0alpha3 release git-svn-id: http://svn.osgeo.org/postgis/trunk@17572
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-01  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: optional cgal version git-svn-id: http://svn.osgeo.org/postgis/trunk@17571
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-07-01  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: more changes to allow custom building
	of version items git-svn-id: http://svn.osgeo.org/postgis/trunk@17570
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	libpgcommon/lwgeom_transform.c, postgis/geobuf.c,
	postgis/gserialized_estimate.c, postgis/gserialized_spgist_2d.c,
	postgis/gserialized_spgist_3d.c, postgis/gserialized_spgist_nd.c,
	postgis/lwgeom_out_geojson.c, postgis/mvt.c: Type lookups in FDW
	fail due to sparse search_path.  References #4440 git-svn-id: http://svn.osgeo.org/postgis/trunk@17567
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-28  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, configure.ac: Fix wagyu configure dropping CPPFLAGS Closes #4443 git-svn-id: http://svn.osgeo.org/postgis/trunk@17566
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-28  Darafei Praliaskouski <me@komzpa.net>

	* .clang-format, NEWS, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c: Rewrite GiST penalty.  Use value of 0 as often as possible, as it's special code path in
	Postgres.  Fix picksplit to use correct penalty function.  Drop dead
	code.  Closes #4441 Closes https://github.com/postgis/postgis/pull/425 git-svn-id: http://svn.osgeo.org/postgis/trunk@17565
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-28  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, raster/loader/raster2pgsql.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/loader/TiledAuto.opts,
	raster/test/regress/loader/TiledAutoSkipNoData-post.pl,
	raster/test/regress/loader/TiledAutoSkipNoData-pre.pl,
	raster/test/regress/loader/TiledAutoSkipNoData.opts,
	raster/test/regress/loader/TiledAutoSkipNoData.select.expected,
	raster/test/regress/loader/TiledAutoSkipNoData.select.sql: [raster]
	Skip NODATA tiles in raster2pgsql.  Closes #4442 Closes https://github.com/postgis/postgis/pull/427 git-svn-id: http://svn.osgeo.org/postgis/trunk@17564
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-27  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: add more pkgconfig and make zlib
	swappable git-svn-id: http://svn.osgeo.org/postgis/trunk@17563
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-27  Regina Obe <lr@pcorp.us>

	* NEWS: fix typo in news git-svn-id: http://svn.osgeo.org/postgis/trunk@17562
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_gserialized2.c: Commit missing file into SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@17561
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* .editorconfig, NEWS, configure.ac, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_gserialized1.c, liblwgeom/cunit/cu_misc.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/gbox.c,
	liblwgeom/gserialized.c, liblwgeom/gserialized.h,
	liblwgeom/gserialized.txt, liblwgeom/gserialized1.c,
	liblwgeom/gserialized1.h, liblwgeom/gserialized2.c,
	liblwgeom/gserialized2.h, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h, liblwgeom/lwpoint.c,
	liblwgeom/lwutil.c, libpgcommon/gserialized_gist.c,
	postgis/geography_centroid.c, postgis/geography_measurement.c,
	postgis/gserialized_gist_2d.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_rtree.c, postgis_config.h.in: Add extended flags area
	in serialization Closes #4438 git-svn-id: http://svn.osgeo.org/postgis/trunk@17560
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_debug.c, regress/core/lwgeom_regress_expected,
	regress/core/summary_expected, regress/core/tickets_expected: 
	Improve output of lwgeom_summary - Do not print a useless newline - Use plural/singular correctly - Prepend a colon to elements listing git-svn-id: http://svn.osgeo.org/postgis/trunk@17559
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-22  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/postgis.sql.in, postgis/postgis_after_upgrade.sql,
	regress/core/tickets.sql, regress/core/tickets_expected: Allow FULL
	OUTER JOIN on geometry.  Closes #4394 Closes https://github.com/postgis/postgis/pull/409 git-svn-id: http://svn.osgeo.org/postgis/trunk@17557
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-22  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, raster/scripts/python/raster2pgsql.py,
	raster/scripts/python/rtreader.py: [travis] Lint Python code for
	syntax errors Patch by Christian Clauss Closes #411 git-svn-id: http://svn.osgeo.org/postgis/trunk@17556
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-21  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* loader/shpopen.c: Address GCC 9 warning shpopen.c:1757:22: error: ‘. Probably broken SHP file’ directive
	output may be truncated writing 26 bytes into a region of size
	between 25 and 48 [-Werror=format-truncation=] git-svn-id: http://svn.osgeo.org/postgis/trunk@17555
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-21  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/lwgeom_geos_prepared.c: Use GEOSPrepare also for
	Points and Multipoints This was removed waiting for a fix that was introduced in GEOS 3.6,
	which is now the minimum required version.  Basic tests show this makes ST_Intersects with cached points 30x
	faster.  Closes #3437 git-svn-id: http://svn.osgeo.org/postgis/trunk@17554
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-20  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* ci/travis/run_coverage.sh, ci/travis/run_garden.sh,
	ci/travis/run_nowagyu.sh: Travis: Avoid failing both if codecov
	download or upload fail git-svn-id: http://svn.osgeo.org/postgis/trunk@17553
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-20  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: [drone] Fix yml syntax (pull image) git-svn-id: http://svn.osgeo.org/postgis/trunk@17551
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac: Revert r17538 Some of the bots didn't like it git-svn-id: http://svn.osgeo.org/postgis/trunk@17549
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	libpgcommon/lwgeom_transform.c, regress/core/regress_proj.sql,
	regress/core/regress_proj_expected: PROJ cache: Improve the eviction
	process Instead of selecting a projection that doesn't match the input
	source srid and silently drop all cache elements after it
	(potentially dropping the whole cache), we keep a count to know how
	many item each element has been used and only drop the element with
	less uses.  Closes #4372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17548
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	libpgcommon/lwgeom_transform.c: PROJ: Remove the extra MemoryContext
	for PG9.6+ In PG9.6+ we can allocate callbacks in the parent node and associate
	them directly without creating new contextes References #4372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17547
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	postgis/lwgeom_transform.c: PROJ: Remove manual call to
	proj_context_set_search_paths AFAIK, we don't provide PROJ files inside our postgis installation
	anymore and this is conflicting with PROJ6, as changing the search
	path makes it unable to find the proj.db in the default PATH.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17546
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_cache.h: PROJ6:
	Use proj_trans for single points It's slighly faster to use it for single points, and improves it to
	match PROJ5 performance References #4372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17545
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_cache.c,
	libpgcommon/lwgeom_transform.c, postgis/lwgeom_in_gml.c: PROJ: Use
	the cache memory context Before it was using malloc/free manually, so with this change we
	depend fully on Postgres allocator References #4372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17544
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* libpgcommon/lwgeom_transform.c: PROJ: Avoid double lookups References #4372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17543
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* libpgcommon/lwgeom_cache.h, libpgcommon/lwgeom_transform.c: 
	Increase size of internal PROJ cache Creating PROJ projections is specially slow for PROJ6, so we want to
	avoid recalculating them as much as possible This is specially important for ST_Buffer(geography) since it
	decides the SRID, and thus the projection, dinamically based on the
	geometry position around the globe.  References #4372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17542
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_transform.c,
	libpgcommon/lwgeom_cache.h, libpgcommon/lwgeom_transform.c,
	libpgcommon/lwgeom_transform.h, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_transform.c: PROJ6: Speed improvements Caches more elements to avoid recalculation per row References #4372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17541
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS: Fix NEWS related to 3.0alpha3 git-svn-id: http://svn.osgeo.org/postgis/trunk@17540
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/lwgeom_transform.c: lwgeom_transform_from_str:
	Avoid leaking resources under PROJ6+ Closes #4429 git-svn-id: http://svn.osgeo.org/postgis/trunk@17539
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac: Configure: Avoid unnecessary errors with PROJ6 No point on checking proj_api.h for PROJ6, just check for proj.h
	directly Related to #4372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17538
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h: Bytebuffer: Ifdef
	unused code Raises the coverage of the file I was going to delete it, but
	convinced otherwise git-svn-id: http://svn.osgeo.org/postgis/trunk@17537
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* ci/travis/run_garden.sh, ci/travis/run_nowagyu.sh: Travis: Do not
	fail if the coverage upload fails In a previous commit I'd only fixed run_coverage git-svn-id: http://svn.osgeo.org/postgis/trunk@17536
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-14  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh: Fix
	error in bash preventing building git-svn-id: http://svn.osgeo.org/postgis/trunk@17535
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/gbox.c: Respect geodetics when expanding a gbox git-svn-id: http://svn.osgeo.org/postgis/trunk@17534
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/gserialized1.c, postgis/gserialized_gist_nd.c: Change
	handling of index search tolerance, it's already in a prior function git-svn-id: http://svn.osgeo.org/postgis/trunk@17533
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-14  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwalgorithm.c: Refactor decode_geohash_bbox Applied suggestion by Michael Entin and some extra cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@17532
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-13  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: set defaults back to old and put
	projdir back in configure for some reason not picking up proj git-svn-id: http://svn.osgeo.org/postgis/trunk@17531
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lookup3.c: lookup3: Address GCC warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@17530
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: 
	Throw on invalid characters when decoding geohash Closes #4406 Closes https://github.com/postgis/postgis/pull/420 git-svn-id: http://svn.osgeo.org/postgis/trunk@17529
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, raster/rt_pg/rtpostgis.c: Avoid pfree'ing the result of
	getenv References #4327 Closes https://github.com/postgis/postgis/pull/419/ git-svn-id: http://svn.osgeo.org/postgis/trunk@17522
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_nd.c: Add tolerance from #4081 back in git-svn-id: http://svn.osgeo.org/postgis/trunk@17521
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement_trees.h: Back out another change in
	geography trees git-svn-id: http://svn.osgeo.org/postgis/trunk@17520
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement_trees.h: Back out to
	liblwgeom_internal... so some parts of geodetic want a tight
	tolerance and others wand a loose one... ug git-svn-id: http://svn.osgeo.org/postgis/trunk@17519
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.h: Try and back out geodetic tolerance
	change... this is scarily tied together with the cartesian tolerance git-svn-id: http://svn.osgeo.org/postgis/trunk@17518
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_gserialized1.c, liblwgeom/gbox.c,
	liblwgeom/gserialized.h, liblwgeom/gserialized1.c,
	liblwgeom/gutil.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwin_twkb.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwspheroid.c, liblwgeom/lwtriangle.c,
	liblwgeom/lwutil.c, liblwgeom/ptarray.c,
	libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h,
	libpgcommon/lwgeom_pg.h, postgis/geography_centroid.c,
	postgis/geography_measurement.c, postgis/gserialized_gist_nd.c,
	postgis/gserialized_typmod.c, postgis/lwgeom_box.c,
	postgis/lwgeom_dumppoints.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_in_geohash.c,
	postgis/lwgeom_inout.c: Further re-organization of gserialized,
	attempting to hide all knowledge of the underlying structure behind
	the API git-svn-id: http://svn.osgeo.org/postgis/trunk@17517
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: AddRasterConstraints: Ignore
	NULLs when generating constraints Closes https://github.com/postgis/postgis/pull/418 References #4388 git-svn-id: http://svn.osgeo.org/postgis/trunk@17511
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* raster/test/cunit/cu_gdal.c: Raster cunit: Address scanf warning
	on Windows Closes #3252 git-svn-id: http://svn.osgeo.org/postgis/trunk@17510
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* ci/travis/run_coverage.sh: Travis: Do not fail if the coverage
	upload fails git-svn-id: http://svn.osgeo.org/postgis/trunk@17509
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* extensions/postgis/Makefile.in, postgis/Makefile.in,
	postgis/postgis.sql.in, postgis/{postgis_drop_after.sql =>
	postgis_after_upgrade.sql}, postgis/{postgis_drop_before.sql =>
	postgis_before_upgrade.sql}, utils/Makefile.in: Rename update sql
	files postgis/postgis_drop_after.sql -> postgis/postgis_after_upgrade.sql
	postgis/postgis_drop_before.sql ->
	postgis/postgis_before_upgrade.sql Closes #4334 git-svn-id: http://svn.osgeo.org/postgis/trunk@17508
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/postgis_drop_before.sql: Fix upgrade issues related
	to renamed function parameters References #4334 Closes https://github.com/postgis/postgis/pull/415 git-svn-id: http://svn.osgeo.org/postgis/trunk@17507
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/mvt.c: Add header for fabs() git-svn-id: http://svn.osgeo.org/postgis/trunk@17506
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_analytic.c: Cast to lwgeom for
	dimensionality test git-svn-id: http://svn.osgeo.org/postgis/trunk@17505
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c: Use flags values
	instead of raw numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@17504
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_gserialized1.c: Fix build git-svn-id: http://svn.osgeo.org/postgis/trunk@17503
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/gserialized.c, liblwgeom/gserialized.h,
	liblwgeom/gserialized1.h, liblwgeom/gserialized2.c,
	liblwgeom/gserialized2.h, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c, postgis/geobuf.c,
	postgis/gserialized_gist_2d.c, postgis/lwgeom_dumppoints.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_rtree.c, postgis/lwgeom_sfcgal.c: Strip out direct
	calls to FLAGS macros where easy git-svn-id: http://svn.osgeo.org/postgis/trunk@17502
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/{g_box.c => gbox.c},
	liblwgeom/{g_serialized.txt => gserialized.txt},
	liblwgeom/{g_serialized.c => gserialized1.c}, liblwgeom/{g_util.c
	=> gutil.c}: Reorg and rename gserialized files git-svn-id: http://svn.osgeo.org/postgis/trunk@17501
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/{cu_libgeom.c =>
	cu_gserialized1.c}: Rename cu_tests for gserialized to version 1 git-svn-id: http://svn.osgeo.org/postgis/trunk@17500
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h: Pull
	gserialized_from_lwgeom_size() back to internal API git-svn-id: http://svn.osgeo.org/postgis/trunk@17499
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, postgis/gserialized_gist_2d.c,
	postgis/lwgeom_out_mvt.c, postgis/mvt.c, postgis/mvt.h: Pull
	gserialized_read_gbox_p and gserialized_peek_gbox_p back in favour
	of a public gserialized_fast_gbox_p. Pull liblwgeom_internal out of
	mvt.c git-svn-id: http://svn.osgeo.org/postgis/trunk@17498
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* raster/rt_pg/rtpg_mapalgebra.c: Pragma the pragma Closes https://github.com/postgis/postgis/pull/416 git-svn-id: http://svn.osgeo.org/postgis/trunk@17497
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/rtpg_mapalgebra.c: Thou shalt not attempt to quiet
	warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@17496
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.h, libpgcommon/lwgeom_cache.h,
	libpgcommon/lwgeom_transform.h,
	postgis/geography_measurement_trees.h,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_transform.c: Back
	out usage of liblwgeom_internal.h a little more (MVT usage is
	problematical...) git-svn-id: http://svn.osgeo.org/postgis/trunk@17495
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, postgis/lwgeom_out_mvt.c: Back out
	removal of "peek" mode for gbox reading...  Seems like it is more
	widely used and sufficiently different from "read" mode that it
	needs to stay for now git-svn-id: http://svn.osgeo.org/postgis/trunk@17494
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/lwgeom_functions_basic.c: LWGEOM_zmflag: Silence warning
	in old PG releases git-svn-id: http://svn.osgeo.org/postgis/trunk@17493
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, postgis/lwgeom_out_mvt.c: Hide
	gserialized_peek_gbox_p() inside gserialized_read_gbox_p() git-svn-id: http://svn.osgeo.org/postgis/trunk@17492
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_functions_basic.c, raster/rt_pg/rtpg_mapalgebra.c: 
	Remove gserialized_get_zm() since it's barely used git-svn-id: http://svn.osgeo.org/postgis/trunk@17491
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in: Move
	gserialized_header_size() out of the public API git-svn-id: http://svn.osgeo.org/postgis/trunk@17490
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* utils/postgis_proc_upgrade.pl: Perl tidy over
	postgis_proc_upgrade.pl To match PostgreSQL convenctions I've used perltidy -b -bl -nsfs
	-naws -l=100 -ole=unix  postgis_proc_upgrade.pl Closes #4352 git-svn-id: http://svn.osgeo.org/postgis/trunk@17489
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, utils/postgis_proc_upgrade.pl: Use CREATE OR REPLACE
	AGGREGATE for PG12+ References #4352 git-svn-id: http://svn.osgeo.org/postgis/trunk@17488
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile.in, liblwgeom/Makefile.in, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lookup3.c,
	postgis/lwgeom_btree.c: Create a gserialized_hash function to hide
	serialized internals within the gserialized module, closes #4424 git-svn-id: http://svn.osgeo.org/postgis/trunk@17487
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.h: Remove unused prototype
	errorIfGeometryCollection git-svn-id: http://svn.osgeo.org/postgis/trunk@17486
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in: Remove unused
	function gserialized_to_string git-svn-id: http://svn.osgeo.org/postgis/trunk@17485
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in: Remove unused
	function gserialized_copy git-svn-id: http://svn.osgeo.org/postgis/trunk@17484
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in: Remove un-used prototypes for
	gserialized_calculate_gbox_geocentric and
	gserialized_calculate_gbox_geocentric_p git-svn-id: http://svn.osgeo.org/postgis/trunk@17483
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, extensions/address_standardizer/Makefile.in: Include version
	number in address_standardizer lib Reverts r15933 Closes https://trac.osgeo.org/postgis/ticket/4414
	Closes https://github.com/postgis/postgis/pull/413 git-svn-id: http://svn.osgeo.org/postgis/trunk@17482
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac, postgis/lwgeom_functions_basic.c,
	postgis/postgis_legacy.c, postgis_config.h.in: Clean
	postgis_config.h.in and related functions Closes https://github.com/postgis/postgis/pull/412 Closes #4423 git-svn-id: http://svn.osgeo.org/postgis/trunk@17481
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .travis.yml, NEWS, ci/travis/run_usan_clang.sh,
	liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h,
	liblwgeom/lwgeom_topo.c, raster/rt_core/rt_band.c,
	raster/rt_core/rt_serialize.c, raster/rt_core/rt_statistics.c,
	raster/rt_core/rt_wkb.c, raster/rt_pg/rtpg_internal.c,
	raster/rt_pg/rtpg_mapalgebra.c,
	raster/test/regress/rt_mapalgebra.sql, topology/postgis_topology.c: 
	Fix undefined behaviour in implicit conversions Cleans up errors in raster and topology and adds an extra sanitizer
	build in Travis Closes #4383 Closes https://github.com/postgis/postgis/pull/398 git-svn-id: http://svn.osgeo.org/postgis/trunk@17480
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-09  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, raster/scripts/python/genraster.py,
	raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
	raster/scripts/python/raster2pgsql.py,
	raster/scripts/python/rtgdalraster.py,
	raster/scripts/python/rtpixdump.py,
	raster/scripts/python/rtrowdump.py, raster/scripts/python/window.py: 
	Modernize Python 2 code to get ready for Python 3 Patch by Christian Clauss Closes #4422 Closes https://github.com/postgis/postgis/pull/410 git-svn-id: http://svn.osgeo.org/postgis/trunk@17479
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-04  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_accessor.xml: Fix ST_EndPoint return type git-svn-id: http://svn.osgeo.org/postgis/trunk@17471
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-04  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, raster/loader/raster2pgsql.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/loader/TiledAuto-post.pl,
	raster/test/regress/loader/TiledAuto-pre.pl,
	raster/test/regress/loader/TiledAuto.opts,
	raster/test/regress/loader/TiledAuto.select.expected,
	raster/test/regress/loader/TiledAuto.select.sql: [raster]
	raster2pgsql -t auto tile size follows GeoTIFF Natural Block size Commonly found in Cloud Optimized GeoTIFFs.  Closes https://github.com/postgis/postgis/pull/408 Closes #4413 git-svn-id: http://svn.osgeo.org/postgis/trunk@17470
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-04  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@17469
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-03  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Change default build to use GEOS 3.8 /
	PROJ 6.1.0 / GDAL 2.4.1, but allow overriding git-svn-id: http://svn.osgeo.org/postgis/trunk@17468
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-03  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: this should do it for fixing
	packaging -- next after would be to upgrade the versions of things git-svn-id: http://svn.osgeo.org/postgis/trunk@17467
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-03  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: Fix packaging - was leaving out the
	postgis and postgis_raster dlls because of version change git-svn-id: http://svn.osgeo.org/postgis/trunk@17466
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-03  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, raster/loader/raster2pgsql.c, raster/rt_core/librtcore.h,
	raster/rt_core/rt_band.c, raster/rt_core/rt_pixel.c,
	raster/rt_core/rt_raster.c,
	raster/rt_core/rt_spatial_relationship.c, raster/rt_core/rt_util.c,
	raster/rt_core/rt_warp.c, raster/rt_pg/rtpg_gdal.c,
	raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_mapalgebra.c,
	raster/rt_pg/rtpg_raster_properties.c,
	raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: [raster] Support NODATA=NaN
	raster ingestion Notable example of such raster is Facebook Population Density.  Closes #4412 Closes https://github.com/postgis/postgis/pull/407 git-svn-id: http://svn.osgeo.org/postgis/trunk@17465
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh: This should fix it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17464
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh: oops still had mistake -- hopefully
	this fixes it git-svn-id: http://svn.osgeo.org/postgis/trunk@17463
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh: fix accidental break of winnie's build
	script git-svn-id: http://svn.osgeo.org/postgis/trunk@17462
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-02  Darafei Praliaskouski <me@komzpa.net>

	* README.postgis: [doc] remove notice about wagyu only Closes #4411 git-svn-id: http://svn.osgeo.org/postgis/trunk@17461
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-02  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_doc_translations.sh,
	ci/debbie/postgis_make_dist.sh, ci/debbie/postgis_release_docs.sh: 
	Disable wagyu for dist building -- might be unrelated (or result of
	some other library upgrade when installing mvt stuff) but seems
	debbie's doc building started failing after she started building
	with wagyu git-svn-id: http://svn.osgeo.org/postgis/trunk@17460
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-02  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flig to
	3.0.0alpha3dev git-svn-id: http://svn.osgeo.org/postgis/trunk@17459
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-02  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, README.postgis, Version.config,
	doc/release_notes.xml: Prepping for PostGIS 3.0.0alpha2 release git-svn-id: http://svn.osgeo.org/postgis/trunk@17457
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: Force
	--enable-auto-import, also get rid of other flag settings not needed
	with pkgconfig usage.  This is needed for some reason to get wagyu
	to link (before --disable-auto-import was being dragged in) Closes
	#4408 git-svn-id: http://svn.osgeo.org/postgis/trunk@17456
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-01  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_output.xml: [doc] ST_AsGeoJSON FeatureCollection
	example git-svn-id: http://svn.osgeo.org/postgis/trunk@17455
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-01  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* ci/travis/run_nowagyu.sh: Add removed file git-svn-id: http://svn.osgeo.org/postgis/trunk@17454
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-01  Darafei Praliaskouski <me@komzpa.net>

	* postgis/postgis.sql.in: Make upgrade finish notification
	copy-paste friendly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17453
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-01  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh,
	ci/debbie/postgis_regress.sh, ci/winnie/build_postgis.sh,
	ci/winnie/regress_postgis.sh: take off --with-wagyu on buildbots now
	that's the default no longer necessary Revise winnie's builds to use
	pkgconfig where available instead of the --with-<something>=path
	commands git-svn-id: http://svn.osgeo.org/postgis/trunk@17452
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-06-01  Regina Obe <lr@pcorp.us>

	* .travis.yml, NEWS, ci/travis/run_wagyu.sh, configure.ac,
	doc/installation.xml: Make build with wagyu the default when
	protobuf is also enabled Closes
	https://github.com/postgis/postgis/pull/406 git-svn-id: http://svn.osgeo.org/postgis/trunk@17451
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-31  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh, ci/winnie/regress_postgis.sh: 
	reorder wagyu line in bessie regress configure winnie to test with
	wagyu to better troubleshoot issue References #4408 git-svn-id: http://svn.osgeo.org/postgis/trunk@17450
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-31  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh,
	ci/debbie/postgis_regress.sh: Change bessies and debbie to build
	with wagyu For testing what happens when wagyu becomes the default
	References https://github.com/postgis/postgis/pull/406 git-svn-id: http://svn.osgeo.org/postgis/trunk@17449
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-31  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/html/image_src/Makefile.in,
	doc/html/image_src/st_constraineddelaunaytriangles01.wkt,
	doc/html/image_src/st_constraineddelaunaytriangles02.wkt,
	doc/html/image_src/styles.conf, doc/reference_processing.xml,
	doc/reference_sfcgal.xml, postgis/lwgeom_sfcgal.c,
	postgis/sfcgal.sql.in, regress/sfcgal/regress_sfcgal.sql,
	regress/sfcgal/regress_sfcgal_expected: [sfcgal] Expose
	ST_ConstrainedDelaunayTriangles Closes #4198 Closes https://github.com/postgis/postgis/pull/405 git-svn-id: http://svn.osgeo.org/postgis/trunk@17448
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-29  Sandro Santilli <strk@kbt.io>

	* configure.ac: Update GEOS recommendation to 3.7.0 Doesn't make sense to recommend 3.6 if it takes 3.7 to use all
	features of PostGIS...  git-svn-id: http://svn.osgeo.org/postgis/trunk@17447
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_centroid.c, postgis/geography_inout.c,
	postgis/gserialized_estimate.c, postgis/gserialized_supportfn.c: Fix
	selectivity issue with support functions, wherein... default
	selectivities were the only thing we were returning.  Closes #4404 git-svn-id: http://svn.osgeo.org/postgis/trunk@17446
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-26  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip version
	to alpha2dev (hopefully we won't need another alpha), but just in
	case git-svn-id: http://svn.osgeo.org/postgis/trunk@17445
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-26  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: put in date git-svn-id: http://svn.osgeo.org/postgis/trunk@17443
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-26  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for 3.0.0alpha1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@17442
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-26  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2018.sql: schema qualify usage git-svn-id: http://svn.osgeo.org/postgis/trunk@17441
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-21  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_processing.xml: Improve ST_ConvexHull doc git-svn-id: http://svn.osgeo.org/postgis/trunk@17440
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-16  Sandro Santilli <strk@kbt.io>

	* .mailmap: [git] Add .mailmap file Useful for output of: git shortlog -ens git-svn-id: http://svn.osgeo.org/postgis/trunk@17439
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, postgis/lwgeom_geos.c: Simple TIN support to
	allow viz in QGIS Closes #4380 git-svn-id: http://svn.osgeo.org/postgis/trunk@17438
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-14  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwlinearreferencing.c: Format lwlinearreferencing.c Closes #3163 git-svn-id: http://svn.osgeo.org/postgis/trunk@17436
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_validation.xml: Add note to valid regarding 2d-only
	nature closes #4364 git-svn-id: http://svn.osgeo.org/postgis/trunk@17435
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Give meaningful error upon missing
	flex/bison git-svn-id: http://svn.osgeo.org/postgis/trunk@17434
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-09  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Test make maintainer-clean Also install flex git-svn-id: http://svn.osgeo.org/postgis/trunk@17433
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-03  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_type.xml: Improve doc Reference types section git-svn-id: http://svn.osgeo.org/postgis/trunk@17432
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-03  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_constructor.xml: Improve doc Reference Constructors git-svn-id: http://svn.osgeo.org/postgis/trunk@17431
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-02  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_output.xml: Improve ST_AsMVT doc git-svn-id: http://svn.osgeo.org/postgis/trunk@17430
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-02  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Install bison git-svn-id: http://svn.osgeo.org/postgis/trunk@17429
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-02  Sandro Santilli <strk@kbt.io>

	* README.md: Fix badge links to use "branch" instead of "ref" git-svn-id: http://svn.osgeo.org/postgis/trunk@17428
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-02  Sandro Santilli <strk@kbt.io>

	* README.md: Add badge from cloud.drone.io in README.md git-svn-id: http://svn.osgeo.org/postgis/trunk@17427
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-02  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: turn off logbt on debbie, needs to
	be reconfigured giving error -  [logbt] unexpected core_pattern:
	|/usr/share/apport/apport git-svn-id: http://svn.osgeo.org/postgis/trunk@17425
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-02  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update cunit output for postgis vector git-svn-id: http://svn.osgeo.org/postgis/trunk@17424
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml: Re-add ST_GeoJSON documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@17423
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-01  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_validation.xml: Fix Doc XML structure in Ref file git-svn-id: http://svn.osgeo.org/postgis/trunk@17422
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-01  Martin Davis <mtnclimb@gmail.com>

	* doc/reference_input.xml, doc/reference_validation.xml: Improve Doc
	Ref section - add missing files git-svn-id: http://svn.osgeo.org/postgis/trunk@17421
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-01  Martin Davis <mtnclimb@gmail.com>

	* configure.ac, doc/Makefile.in, doc/postgis.xml,
	doc/reference.xml, doc/reference_accessor.xml,
	doc/reference_constructor.xml, doc/reference_management.xml,
	doc/reference_operator.xml, doc/reference_output.xml,
	doc/reference_processing.xml, doc/reference_relationship.xml,
	doc/reference_type.xml: Improve Doc reference section (Inputs,
	Outputs, Accessors etc) git-svn-id: http://svn.osgeo.org/postgis/trunk@17420
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-05-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml: Change GeoJSON example to be
	self-contained git-svn-id: http://svn.osgeo.org/postgis/trunk@17419
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml, doc/reference_type.xml,
	postgis/lwgeom_export.c: Add json casts to doc, set json cast
	precision to defaults used in other functions git-svn-id: http://svn.osgeo.org/postgis/trunk@17418
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_out_geojson.c, regress/core/out_geojson.sql,
	regress/core/out_geojson_expected: Add missing files from previous
	commits References #1833 and #3687 git-svn-id: http://svn.osgeo.org/postgis/trunk@17417
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_export.c, postgis/postgis.sql.in: Casts from
	geometry to json and jsonb Allows to_json and to_jsonb to serialize
	geometry columns into json for more intuitive json handling.  Closes
	#3687 git-svn-id: http://svn.osgeo.org/postgis/trunk@17416
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* .gitignore, NEWS, doc/reference_output.xml,
	libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/Makefile.in, postgis/postgis.sql.in: ST_AsGeoJSON(record)
	implementation from Joe Conway Closes #1833 git-svn-id: http://svn.osgeo.org/postgis/trunk@17415
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/ptarray.c, loader/shp2pgsql-core.c,
	postgis/lwgeom_functions_basic.c: Multiple fixes for undefined
	behaviour in implicit conversions shp2pgsql-core.c:839:22: runtime error: implicit conversion from
	type 'int' of value -1 (32-bit, signed) to type 'DBFFieldType'
	changed the value to 4294967295 (32-bit, unsigned)  runtime error: implicit conversion from type 'int32' (aka 'int') of
	 value -1 (32-bit, signed) to type 'uint32' (aka 'unsigned int')
	 changed the value to 4294967295 (32-bit, unsigned)
	UndefinedBehaviorSanitizer: undefined-behavior
	lwgeom_functions_basic.c:2237:10 in  runtime error: implicit conversion from type 'unsigned int' of
	 value 4294967295 (32-bit, unsigned) to type 'int' changed the value
	 to -1 (32-bit, signed) UndefinedBehaviorSanitizer:
	undefined-behavior ptarray.c:333:13 in  runtime error: implicit conversion from type 'unsigned int' of
	 value 4294967295 (32-bit, unsigned) to type 'int' changed the value
	 to -1 (32-bit, signed) UndefinedBehaviorSanitizer:
	undefined-behavior ptarray.c:333:13 in References #4383 git-svn-id: http://svn.osgeo.org/postgis/trunk@17414
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwout_twkb.c: lwout_twkb.c: Address implicit type
	conversion with value change lwout_twkb.c:170:9: runtime error: implicit conversion from type
	'long long' of value 10000000000 (64-bit, signed) to type 'int'
	changed the value to 1410065408 (32-bit, signed) References #4383 git-svn-id: http://svn.osgeo.org/postgis/trunk@17413
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwout_wkb.c: lwout_wkb.c: Address implicit type
	conversion with value change lwout_wkb.c:288:16: runtime error: implicit conversion from type
	'char' of value -16 (8-bit, signed) to type 'uint8_t' (aka 'unsigned
	char') changed the value to 240 (8-bit, unsigned)
	lwout_wkb.c:654:27: runtime error: implicit conversion from type
	'uint32_t' (aka 'unsigned int') of value 2147483663 (32-bit,
	unsigned) to type 'int' changed the value to -2147483633 (32-bit,
	signed) lwout_wkb.c:213:16: runtime error: implicit conversion from
	type 'char' of value -128 (8-bit, signed) to type 'uint8_t' (aka
	'unsigned char') changed the value to 128 (8-bit, unsigned)
	lwout_wkb.c:607:27: runtime error: implicit conversion from type
	'uint32_t' (aka 'unsigned int') of value 2147483651 (32-bit,
	unsigned) to type 'int' changed the value to -2147483645 (32-bit,
	signed) References #4383 git-svn-id: http://svn.osgeo.org/postgis/trunk@17412
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_in_wkb.c,
	liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, loader/cunit/Makefile.in: Fix several
	issues when building cunit tests - loader cunit: Add missing $(CFLAGS) to the main binary - liblwgeom cunit: Avoid link issues with some sanitizers References #4383 git-svn-id: http://svn.osgeo.org/postgis/trunk@17411
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_topo.h,
	liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_sfcgal.c,
	liblwgeom/lwgeom_sfcgal.h, liblwgeom/lwin_wkb.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h, liblwgeom/lwline.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwstroke.c,
	liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/measures.c,
	liblwgeom/measures.h, liblwgeom/measures3d.c,
	liblwgeom/measures3d.h, libpgcommon/lwgeom_cache.h,
	libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	loader/shp2pgsql-core.c, postgis/geography_centroid.c,
	postgis/geography_inout.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_btree.c, postgis/lwgeom_export.c,
	postgis/lwgeom_export.h, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_sfcgal.c,
	postgis/lwgeom_sfcgal.h, postgis/lwgeom_transform.c,
	raster/loader/raster2pgsql.h, raster/rt_core/rt_geometry.c,
	raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpg_gdal.c,
	raster/rt_pg/rtpg_geometry.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, topology/postgis_topology.c: Always use
	int32_t for srid The main declaration was already using it, but some places still had
	int or mistakenly used uint32_t Closes #4384 git-svn-id: http://svn.osgeo.org/postgis/trunk@17410
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h,
	liblwgeom/lwgeom_topo.c, raster/rt_pg/rtpg_gdal.c,
	raster/rt_pg/rtpg_geometry.c, topology/postgis_topology.c: Style
	changes from the previous commits Also addresses some warnings in debug logs Note: SPI_processed was 32b until PG9.5 (still supported) git-svn-id: http://svn.osgeo.org/postgis/trunk@17409
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/liblwgeom_topo.h,
	liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c: Use uint64 to handle row counts in the
	topology extension References #4141 git-svn-id: http://svn.osgeo.org/postgis/trunk@17408
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/liblwgeom.h.in: Reorder LWGEOM struct members to
	minimize extra padding Closes https://github.com/postgis/postgis/pull/390 References #4368 git-svn-id: http://svn.osgeo.org/postgis/trunk@17407
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-22  Darafei Praliaskouski <me@komzpa.net>

	* postgis/lwgeom_geos.c: ST_Union: allocate correct size of memory
	in right context Thanks Raul for finding the cause.  References #4382 Closes https://github.com/postgis/postgis/pull/397 git-svn-id: http://svn.osgeo.org/postgis/trunk@17406
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-21  Darafei Praliaskouski <me@komzpa.net>

	* postgis/lwgeom_geos.c: Call POSTGIS2GEOS in aggregate context.  References #4382 git-svn-id: http://svn.osgeo.org/postgis/trunk@17405
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-21  Darafei Praliaskouski <me@komzpa.net>

	* postgis/lwgeom_geos.c: Satisfy ISO C90.  References #4382 git-svn-id: http://svn.osgeo.org/postgis/trunk@17404
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-21  Darafei Praliaskouski <me@komzpa.net>

	* postgis/lwgeom_geos.c: Reallocate Union state in aggregate
	context.  References #4382 git-svn-id: http://svn.osgeo.org/postgis/trunk@17403
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-21  Darafei Praliaskouski <me@komzpa.net>

	* ci/travis/run_garden.sh: [travis] add run_garden.sh lost in
	previous commit git-svn-id: http://svn.osgeo.org/postgis/trunk@17402
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-21  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, liblwgeom/lwinline.h, postgis/lwgeom_ogc.c,
	regress/Makefile.in: [travis] run garden tests on CI.  Crashes of documented things will get reported.  Closes https://github.com/postgis/postgis/pull/396 git-svn-id: http://svn.osgeo.org/postgis/trunk@17401
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-20  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Reenable logbt on debbie git-svn-id: http://svn.osgeo.org/postgis/trunk@17400
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-20  Darafei Praliaskouski <me@komzpa.net>

	* regress/Makefile.in: [garden] fix gardan test launch. To test,
	make garden.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17399
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-18  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/lwgeom_accum.c, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in: ST_Union: allow to input more than 1GB of
	geometries.  Output still has to be below 1GB due to postgres tuple length limit.  Closes #4340 Closes https://github.com/postgis/postgis/pull/394 git-svn-id: http://svn.osgeo.org/postgis/trunk@17398
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-18  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_accessor.xml, doc/reference_constructor.xml,
	doc/reference_processing.xml, postgis/legacy.sql.in,
	postgis/lwgeom_accum.c, postgis/postgis.sql.in,
	postgis/postgis_drop_after.sql, postgis/postgis_legacy.c,
	regress/core/cluster.sql: Remove ST_Accum. Please use array_agg
	instead.  Closes #4356 Closes https://github.com/postgis/postgis/pull/393 git-svn-id: http://svn.osgeo.org/postgis/trunk@17397
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-17  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom_geos.c: Allow
	passing TINs to GEOS functions.  Closes #4378 Closes https://github.com/postgis/postgis/pull/392 git-svn-id: http://svn.osgeo.org/postgis/trunk@17396
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-15  Sandro Santilli <strk@kbt.io>

	* authors.git, authors.svn: Remove duplicated entry for mdavis in
	authors file git-svn-id: http://svn.osgeo.org/postgis/trunk@17395
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-15  Sandro Santilli <strk@kbt.io>

	* authors.git, authors.svn: Add Martin's contact in authors (also
	fixes sync scripts) git-svn-id: http://svn.osgeo.org/postgis/trunk@17394
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-14  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh, ci/debbie/postgis_regress.sh: have
	make dist build without raster so no risk of system GDAL dragging in
	a proj.  Take out sfcgal building for now until can troubleshoot git-svn-id: http://svn.osgeo.org/postgis/trunk@17392
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-14  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Add sfcgal to path git-svn-id: http://svn.osgeo.org/postgis/trunk@17391
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-14  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Fix typo in config git-svn-id: http://svn.osgeo.org/postgis/trunk@17390
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-14  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Change to use custom built sfcgal
	(packaged one drags in old gdal and openscenegraph still, so lets
	see if using our custom works) git-svn-id: http://svn.osgeo.org/postgis/trunk@17389
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: Circular
	string distances have some failure modes, and test suite should test
	everything bi-directionally.  References #4326 git-svn-id: http://svn.osgeo.org/postgis/trunk@17385
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Guard against zero'd histo edge,
	but also avoid arbitrarily inflating edge References #4362 git-svn-id: http://svn.osgeo.org/postgis/trunk@17384
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-11  Martin Davis <mtnclimb@gmail.com>

	* authors.git, authors.svn, doc/introduction.xml: Add Martin Davis
	as committer git-svn-id: http://svn.osgeo.org/postgis/trunk@17383
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-11  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Allow postgis_extensions_upgrade() to
	upgrade from '%next' version Would otherwise not even attempt to fix the "next" temporary version git-svn-id: http://svn.osgeo.org/postgis/trunk@17382
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-10  Sandro Santilli <strk@kbt.io>

	* regress/core/out_geography.sql: TRUNCATE spatial_ref_sys upfront
	when running out_geography test .. this should probably be done upfront for all tests...  git-svn-id: http://svn.osgeo.org/postgis/trunk@17381
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-10  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop_before.sql: st_askml(geography, integer) was
	replaced by default args Closes #4366 again git-svn-id: http://svn.osgeo.org/postgis/trunk@17380
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-10  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop_after.sql: Drop deprecated functions on
	upgrade Functions were: _ST_AsGeoJson, _ST_AsKML, _ST_Distance and
	_ST_Buffer They were deprecated in r17300 Fixes upgrades.  Closes #4366 git-svn-id: http://svn.osgeo.org/postgis/trunk@17379
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-07  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_measure.xml, doc/reference_processing.xml,
	doc/reference_relationship.xml, postgis/lwgeom_geos.c,
	regress/core/tickets.sql, regress/core/tickets_expected: Allow
	passing GEOMETRYCOLLECTION to GEOS relate functions.  Patch by Esteban Zimányi.  Closes #4295 Closes https://github.com/postgis/postgis/pull/386 git-svn-id: http://svn.osgeo.org/postgis/trunk@17376
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-04-02  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Turn off logbt for now.  Can't get
	the setup thing to work git-svn-id: http://svn.osgeo.org/postgis/trunk@17375
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-31  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Revert back to old libs got some
	crashers when trying to flip to 8.1 and newer libraries have to sort
	out first git-svn-id: http://svn.osgeo.org/postgis/trunk@17374
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore artifact git-svn-id: http://svn.osgeo.org/postgis/trunk@17373
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* doc/po/ja/reference_processing.xml.po,
	doc/reference_accessor.xml, doc/reference_editor.xml,
	doc/reference_processing.xml,
	extras/history_table/history_table.sql,
	extras/ogc_test_suite/1_schema.sql, liblwgeom/liblwgeom.h.in,
	loader/README.pgsql2shp, regress/core/sql-mm-compoundcurve.sql: Fix
	various misspellings of "geometry" Patch by François Bonzon Closes https://github.com/postgis/postgis/pull/389 git-svn-id: http://svn.osgeo.org/postgis/trunk@17371
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* doc/extras_topology.xml, topology/README, topology/TODO,
	topology/topology.sql.in: Topology documentation improvements Patch by François Bonzon Closes https://github.com/postgis/postgis/pull/388 git-svn-id: http://svn.osgeo.org/postgis/trunk@17370
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS: Update NEWS from previous commit git-svn-id: http://svn.osgeo.org/postgis/trunk@17366
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/postgis.sql.in, regress/core/postgis_type_name.sql,
	regress/core/postgis_type_name_expected: Fix postgis_type_name with
	(GEOMETRYM,3) Patch by Matt Bretl Closes https://github.com/postgis/postgis/pull/387 References #4361 git-svn-id: http://svn.osgeo.org/postgis/trunk@17365
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-29  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop_after.sql: Drop deprecated
	ST_Distance(geography,geography) signature Fixes #4359 git-svn-id: http://svn.osgeo.org/postgis/trunk@17364
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-28  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml, utils/check_all_upgrades.sh: Add -s switch to
	check_all_upgrades to stop on first failure Also have Dronie use that switch.  Closes #4360 git-svn-id: http://svn.osgeo.org/postgis/trunk@17363
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-28  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: Change
	winnie to stop looking for rtpostgis...dll and start looking for new
	name postgis_raster...dll Poor thing was trying to strip a
	non-existent file and getting frustrated git-svn-id: http://svn.osgeo.org/postgis/trunk@17362
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-27  Darafei Praliaskouski <me@komzpa.net>

	* doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
	doc/reference_accessor.xml, doc/reference_cluster.xml,
	doc/reference_editor.xml, doc/reference_measure.xml,
	doc/reference_processing.xml, doc/reference_relationship.xml,
	doc/reference_srs.xml, doc/reference_transaction.xml,
	doc/reference_transformation.xml: Improve Doc Reference section Patch by Martin Davis Reorganize functions into new sections: Spatial Reference System Functions Affine Transformations Spatial
	Relationships Measurement Functions Clustering Functions Also various wording improvements.  References #4332 Closes https://github.com/postgis/postgis/pull/385 git-svn-id: http://svn.osgeo.org/postgis/trunk@17361
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-27  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/postgis_drop_before.sql: Drop renamed function References #4345 git-svn-id: http://svn.osgeo.org/postgis/trunk@17360
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-26  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/postgis_drop_before.sql: Only drop old functions if they
	exists References #4345 git-svn-id: http://svn.osgeo.org/postgis/trunk@17359
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Catch un-defaulted final parameter
	References #4353 git-svn-id: http://svn.osgeo.org/postgis/trunk@17358
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_drop_before.sql: Pre-emptively drop functions w/
	changed signatures References #4345 git-svn-id: http://svn.osgeo.org/postgis/trunk@17357
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* deps/uthash/LICENSE, deps/uthash/README.md, {postgis =>
	deps/uthash/include}/uthash.h, postgis/Makefile.in, postgis/mvt.c: 
	Move uthash.h to deps/ folder Closes https://trac.osgeo.org/postgis/ticket/4357 Closes
	https://github.com/postgis/postgis/pull/384 git-svn-id: http://svn.osgeo.org/postgis/trunk@17356
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/mvt.c, regress/core/mvt.sql, regress/core/mvt_expected: 
	MVT Geos: Avoid dereferencing a NULL pointer after validation References #4348 git-svn-id: http://svn.osgeo.org/postgis/trunk@17354
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-21  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Rename raster library to
	postgis_raster-X Should fix #4355 git-svn-id: http://svn.osgeo.org/postgis/trunk@17353
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-21  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c, regress/core/mvt.sql,
	regress/core/mvt_expected: ST_AsMVTGeom (GEOS): Enforce validation
	at all times References #4348 Closes https://github.com/postgis/postgis/pull/382 git-svn-id: http://svn.osgeo.org/postgis/trunk@17351
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-20  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: don't bother testing non-logbt if
	logbt is chosen (would be largely redundant? ) References #4354 git-svn-id: http://svn.osgeo.org/postgis/trunk@17350
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-20  Regina Obe <lr@pcorp.us>

	* ci/debbie/logbt, ci/debbie/postgis_regress.sh: Try to get debbie
	to use logbt (already installed 2.0.3 on her) So can troubleshoot
	#4354 git-svn-id: http://svn.osgeo.org/postgis/trunk@17349
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-20  Sandro Santilli <strk@kbt.io>

	* README.postgis: Raster is not required anymore for extension
	support (hurra!) git-svn-id: http://svn.osgeo.org/postgis/trunk@17348
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-20  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Drop unneeded/unused target git-svn-id: http://svn.osgeo.org/postgis/trunk@17347
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-19  Darafei Praliaskouski <me@komzpa.net>

	* doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
	doc/reference_accessor.xml, doc/reference_bbox.xml,
	doc/reference_constructor.xml, doc/reference_management.xml,
	doc/reference_measure.xml, doc/reference_misc.xml,
	doc/reference_processing.xml, doc/reference_sfcgal.xml,
	doc/{reference_temporal.xml => reference_trajectory.xml},
	doc/reference_transaction.xml: Improve Doc Reference section Patch by Martin Davis Improve trajectory function section Improve Long Transaction
	reference section Add doc Reference Bounding Box functions section
	Move doc Reference SFCGAL section Move doc Reference Misc function
	Find_SRID Move doc Ref ST_PointInsideCircle function Move doc Ref
	ST_MemSize function Move doc Ref function ST_Accum to Processing
	functions Disable doc Ref Misc Functions section References #4332 Closes https://github.com/postgis/postgis/pull/383 git-svn-id: http://svn.osgeo.org/postgis/trunk@17346
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-18  Sandro Santilli <strk@kbt.io>

	* .gitignore, extensions/postgis_raster/Makefile.in,
	raster/rt_pg/Makefile.in: Avoid installing unneeded raster scripts
	in contrib dir Also stop building extension in non-extension things git-svn-id: http://svn.osgeo.org/postgis/trunk@17345
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-18  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in, postgis/Makefile.in: Stop
	installing unneeded postgis files in contrib dir Also don't build extension-related things in non-extension related
	folder git-svn-id: http://svn.osgeo.org/postgis/trunk@17344
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-14  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Give more info about SKIPs git-svn-id: http://svn.osgeo.org/postgis/trunk@17343
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-14  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Do not be fooled by shell operators
	on upgrade Fixes #4345 which was introduced with r17297 git-svn-id: http://svn.osgeo.org/postgis/trunk@17342
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-13  Sandro Santilli <strk@kbt.io>

	* configure.ac, postgis/postgis.sql.in, postgis/sqldefines.h.in: 
	Refuse to load PostGIS in an untargeted PostgreSQL version Helps user finding out what problems they have when this happens git-svn-id: http://svn.osgeo.org/postgis/trunk@17341
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-13  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Ensure "make check" uses configured
	PostgreSQL target bins under regress too References #4349 git-svn-id: http://svn.osgeo.org/postgis/trunk@17340
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-13  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile.in: Ensure "make check" uses configured
	PostgreSQL target bins Closes #4349 Patch by Bruce Rindahl git-svn-id: http://svn.osgeo.org/postgis/trunk@17339
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-11  Darafei Praliaskouski <me@komzpa.net>

	* doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
	doc/reference_guc.xml, doc/reference_management.xml,
	doc/reference_troubleshooting.xml, doc/reference_type.xml,
	doc/reference_version.xml: Doc layout improvements.  Patch by Martin Davis.  References #4332 Closes https://github.com/postgis/postgis/pull/380 git-svn-id: http://svn.osgeo.org/postgis/trunk@17335
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/geography_measurement.c, postgis/lwgeom_geos.c: Use
	CallerFInfoFunctionCallN infrastructure Closes #4347 git-svn-id: http://svn.osgeo.org/postgis/trunk@17332
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-10  Sandro Santilli <strk@kbt.io>

	* NEWS, utils/postgis_restore.pl.in: Force early flushing of
	postgis_restore.pl output Reduces memory usage when piping output to further processing
	filter.  Patch by Hugh Ranalli Closes #4330 git-svn-id: http://svn.osgeo.org/postgis/trunk@17320
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-10  Sandro Santilli <strk@kbt.io>

	* extensions/extensions_unpackage.sh: Drop support for stdout in
	extensions_unpackage.sh There wasn't much point in it, as we need a database name to produce
	the script anyway.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17319
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-10  Sandro Santilli <strk@kbt.io>

	* extensions/extensions_unpackage.sh: Fix syntax and indentation git-svn-id: http://svn.osgeo.org/postgis/trunk@17318
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-09  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Schema qualify all geometry casts
	in raster code, otherwise materialized views do not resture
	References #4291 for PostGIS 3.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17314
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-09  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: Change de_DE to de.  de is the one that is active
	Closes #3848 for PostGIS 3.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17312
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: Cost a few more opreators git-svn-id: http://svn.osgeo.org/postgis/trunk@17310
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Drop pre-existing db when running without any
	special mode flags on database handling git-svn-id: http://svn.osgeo.org/postgis/trunk@17309
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.md, regress/run_test.pl: Back out dropdb, doesn't really
	work in that location git-svn-id: http://svn.osgeo.org/postgis/trunk@17308
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in, postgis/postgis.sql.in,
	postgis/sqldefines.h.in: Add costs to functions in the form of
	macros: _COST_LOW, _COST_MEDIUM, _COST_HIGH Macros are set in
	sqldefines.h.in and are switched on PgSQL version. Prior to PG12,
	costs should be small or nonexistent, to avoid SQL inlining issues.
	After Pg12, costs can be higher to hopefully force more parallelism
	in plans.  Closes #4344 git-svn-id: http://svn.osgeo.org/postgis/trunk@17307
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* .gitignore: Add CSS file to ignores git-svn-id: http://svn.osgeo.org/postgis/trunk@17306
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: Remove 'tidy' step for adding mobile header to
	HTML git-svn-id: http://svn.osgeo.org/postgis/trunk@17305
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Try to drop the database before creating a
	new one, using a conditional drop in dropdb --if-exists git-svn-id: http://svn.osgeo.org/postgis/trunk@17304
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Move datum declaration closer to
	use git-svn-id: http://svn.osgeo.org/postgis/trunk@17303
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in: Fix missing function in Pg < 12 cases git-svn-id: http://svn.osgeo.org/postgis/trunk@17302
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: Experimental make target that adds a mobile
	header to html outpu git-svn-id: http://svn.osgeo.org/postgis/trunk@17301
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_accessor.xml, doc/reference_measure.xml,
	doc/reference_output.xml, doc/reference_processing.xml,
	postgis/geography.sql.in, postgis/geography_inout.c,
	postgis/geography_measurement.c, postgis/gserialized_supportfn.c,
	postgis/legacy.sql.in, postgis/lwgeom_export.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_transform.c,
	postgis/postgis.sql.in, postgis/postgis_drop_after.sql,
	regress/core/estimatedextent.sql,
	regress/core/estimatedextent_expected,
	regress/core/out_geography.sql,
	regress/core/out_geography_expected, regress/core/out_geometry.sql,
	regress/core/out_geometry_expected, regress/core/regress.sql,
	regress/core/regress_expected, regress/core/tickets.sql,
	regress/core/tickets_expected, regress/core/wmsservers.sql: Move
	deprecated functions into legacy.sql.  Reduce the number of
	multi-signature functions.  Use native C calls more often in place
	of SQL wrappers.  Remove "versioned" form of ST_AsGeoJSON and
	ST_AsKML.  Harmonize documentation and tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17300
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_supportfn.c: Oops, add file to svn References
	#4341 git-svn-id: http://svn.osgeo.org/postgis/trunk@17299
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_measure.xml, postgis/Makefile.in,
	postgis/geography.sql.in, postgis/geography_measurement.c,
	postgis/gserialized_gist_2d.c, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, postgis/postgis_drop_after.sql,
	regress/core/tickets.sql, utils/create_undef.pl: Use "support
	function" API in PgSQL 12+ to provide index support for
	ST_Intersects and company, in place of old SQL inlining method.
	Closes #4341 git-svn-id: http://svn.osgeo.org/postgis/trunk@17298
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Upon upgrade, create operators when
	missing (no matter version) Fixes #4339 git-svn-id: http://svn.osgeo.org/postgis/trunk@17297
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Fix default makefile rule for raster pg
	lib Might fix a long-standing issue with raster showing to require procs
	upgrade when it is not really true...  git-svn-id: http://svn.osgeo.org/postgis/trunk@17296
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* extensions/{opt_out.sh => extensions_unpackage.sh},
	extensions/make_unpackaged.sql,
	extensions/postgis_tiger_geocoder/Makefile.in: Rename opt_out.sh to
	extensions_unpackage.sh, drop make_unpackaged.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@17295
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* extensions/opt_out.sh: Simplify opt_out.sh code, allow writing to
	stdout git-svn-id: http://svn.osgeo.org/postgis/trunk@17294
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* extensions/opt_out.sh: Include raster and sfcgal extensions in
	opt_out.sh git-svn-id: http://svn.osgeo.org/postgis/trunk@17293
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_legacy.c: Further tweak C function deprecation
	error This time even with detail and hint ! git-svn-id: http://svn.osgeo.org/postgis/trunk@17292
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_legacy.c: Specify it is the C function being
	deprecated (not SQL one) git-svn-id: http://svn.osgeo.org/postgis/trunk@17291
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Do not run postgis_full_version() at the
	end of extensions upgrade .. it won't have all the new information as transaction is not
	completed by that time ..  git-svn-id: http://svn.osgeo.org/postgis/trunk@17290
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_legacy.c: Tweak C signature deprecation error Drop assumptions about installation being based on extension git-svn-id: http://svn.osgeo.org/postgis/trunk@17289
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/Makefile.in: Add in check-long target with slow tests git-svn-id: http://svn.osgeo.org/postgis/trunk@17288
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-03-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/Makefile.in: Comment out really tedious lng-running
	tests git-svn-id: http://svn.osgeo.org/postgis/trunk@17287
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Catch Proj null returns in lwerror git-svn-id: http://svn.osgeo.org/postgis/trunk@17286
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Hm, every proj call really needs a
	NULL guard :/ git-svn-id: http://svn.osgeo.org/postgis/trunk@17285
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-27  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/postgis_legacy.c: Add intersects to postgis_legacy.c Closes https://github.com/postgis/postgis/pull/377 Closes #4333 git-svn-id: http://svn.osgeo.org/postgis/trunk@17284
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Proj 6 news entry References #4322 git-svn-id: http://svn.osgeo.org/postgis/trunk@17283
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-26  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_box.c: oops didn't notice was LWPOINT and not
	LWGEOMGet rid of assert causing ST_3DMakeBox to crash References
	#4331 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17282
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-25  Regina Obe <lr@pcorp.us>

	* NEWS, liblwgeom/lwgeom_api.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Get rid of assert causing
	ST_3DMakeBox to crash Change ST_3DMakeBox to throw an error when fed
	empty points instead of returning a philosophical answer to a stupid
	question Change ST_MakeBox2D to return a more meaningful error
	instead waiting to fail when asking what is x of an empty point?
	Closes #4331 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17281
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.md: Travis global badge tracking release branches only git-svn-id: http://svn.osgeo.org/postgis/trunk@17280
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-24  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_mapalgebra.sql,
	raster/test/regress/tickets.sql: For CTEs to materialize by putting
	in OFFSET 0 on raster CTE queries So PostgreSQL CTE call behaves
	like older versions that always materialized references #4329 for
	PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17279
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Remove unused code git-svn-id: http://svn.osgeo.org/postgis/trunk@17278
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Fix cut/paste error in NULL guard git-svn-id: http://svn.osgeo.org/postgis/trunk@17277
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Guard against null return and
	avoid leaking PJ object git-svn-id: http://svn.osgeo.org/postgis/trunk@17276
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Change varianble name, per Even git-svn-id: http://svn.osgeo.org/postgis/trunk@17275
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geos_cluster.c, liblwgeom/g_box.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_transform.c, liblwgeom/lwin_encoded_polyline.c,
	liblwgeom/lwspheroid.c, liblwgeom/lwunionfind.c,
	liblwgeom/lwutil.c, liblwgeom/ptarray.c,
	libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	macros/ac_proj4_version.m4, postgis/geography_inout.c,
	postgis/geography_measurement.c, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c, postgis/gserialized_spgist_2d.c,
	postgis/gserialized_typmod.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_transform.c,
	regress/core/out_geography_expected,
	regress/core/out_geometry_expected,
	regress/core/regress_proj_expected, regress/core/tickets_expected: 
	Support new Proj6 API Closes #4322 git-svn-id: http://svn.osgeo.org/postgis/trunk@17274
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/tickets.sql, regress/core/tickets_expected: Comment
	out old pointonsurface test, as newer versions of GEOS will no
	longer throw the expected exception.  History marches on.
	References #4103 git-svn-id: http://svn.osgeo.org/postgis/trunk@17273
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/address_standardizer/address_parser.c,
	extensions/address_standardizer/address_standardizer.c: Include for
	text_to_cstring git-svn-id: http://svn.osgeo.org/postgis/trunk@17272
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/address_standardizer/address_parser.c,
	extensions/address_standardizer/address_standardizer.c,
	postgis/geography_inout.c, postgis/gserialized_estimate.c,
	postgis/gserialized_gist_nd.c, postgis/lwgeom_export.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/mvt.c, raster/rt_pg/rtpg_gdal.c,
	raster/rt_pg/rtpg_inout.c, raster/rt_pg/rtpg_wkb.c: Replace
	VARSIZE(foo)-VARHDRSZ pattern with VARSIZE_ANY_EXHDR(foo) macro from
	standard Pg.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17271
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Add extra_float_digits for pg12 git-svn-id: http://svn.osgeo.org/postgis/trunk@17269
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-21  Regina Obe <lr@pcorp.us>

	* regress/core/estimatedextent.sql,
	regress/core/estimatedextent_expected: Missed some spots in last
	commit Change from using CTE to use subquery so results are the same
	across all platforms reason necessary in PostgreSQL 12, CTE changed
	from being always materialized to being often inlined.  This means
	PG12, no longer behaves like old CTE and behaves more like subquery.
	As a result 12 CTE is outputting 4 warnings instead of 1 like older
	versions.  Changing to just subquery should force all to output 4
	warnings.  references #4329 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17268
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-21  Regina Obe <lr@pcorp.us>

	* regress/core/estimatedextent.sql,
	regress/core/estimatedextent_expected: Change from using CTE to use
	subquery so results are the same across all platforms reason
	necessary in PostgreSQL 12, CTE changed from being always
	materialized to being often inlined.  This means PG12, no longer
	behaves like old CTE and behaves more like subquery.  As a result 12
	CTE is outputting 4 warnings instead of 1 like older versions.
	Changing to just subquery should force all to output 4 warnings.
	references #4329 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17267
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/postgis_topology.c: Back out %ld patch, apparently the
	32-bit implementations just blow chunks on build instead of warning.
	Yuck.  git-svn-id: http://svn.osgeo.org/postgis/trunk@17266
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/postgis_topology.c: Quiet debug build warnings about
	uint64 into %d git-svn-id: http://svn.osgeo.org/postgis/trunk@17265
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-20  Darafei Praliaskouski <me@komzpa.net>

	* regress/core/measures.sql: Add lost rounding for PG12 git-svn-id: http://svn.osgeo.org/postgis/trunk@17264
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-20  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_measure.xml, doc/reference_sfcgal.xml,
	postgis/Makefile.in, postgis/legacy.sql.in,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_backend_api.h,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos.h, postgis/lwgeom_sfcgal.c,
	postgis/postgis.sql.in, postgis/postgis_legacy.c,
	postgis/postgis_module.c, regress/sfcgal/Makefile.in,
	regress/sfcgal/empty.sql, regress/sfcgal/empty_expected,
	regress/sfcgal/geography.sql, regress/sfcgal/geography_expected,
	regress/sfcgal/legacy.sql, regress/sfcgal/legacy_expected,
	regress/sfcgal/measures.sql, regress/sfcgal/measures_expected,
	regress/sfcgal/regress.sql, regress/sfcgal/regress_expected,
	regress/sfcgal/regress_ogc.sql,
	regress/sfcgal/regress_ogc_expected,
	regress/sfcgal/regress_ogc_prep.sql,
	regress/sfcgal/regress_ogc_prep_expected,
	regress/sfcgal/regress_sfcgal.sql,
	regress/sfcgal/regress_sfcgal_expected,
	regress/sfcgal/wmsservers.sql, regress/sfcgal/wmsservers_expected: 
	Remove postgis.backend switch and SFCGAL versions of functions that
	have both versions.  Causes #4328 References #4258 Closes https://github.com/postgis/postgis/pull/374 git-svn-id: http://svn.osgeo.org/postgis/trunk@17263
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-20  Regina Obe <lr@pcorp.us>

	* regress/core/frechet.sql, regress/core/frechet_expected,
	regress/core/hausdorff.sql, regress/core/hausdorff_expected,
	regress/core/knn_recheck.sql, regress/core/knn_recheck_expected,
	regress/core/lwgeom_regress.sql,
	regress/core/lwgeom_regress_expected, regress/core/measures.sql,
	regress/core/measures_expected, regress/core/regress_lrs.sql,
	regress/core/regress_lrs_expected: Put in rounding to fix regression
	as result of changes in PostgreSQL 12 References #4329 for PostGIS
	3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17262
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-19  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2018.sql: schema qualify tiger
	tables git-svn-id: http://svn.osgeo.org/postgis/trunk@17261
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-16  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_measures.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwlinearreferencing.c,
	liblwgeom/lwpoly.c, liblwgeom/measures3d.c, liblwgeom/measures3d.h,
	regress/core/measures.sql, regress/core/measures_expected: Make
	lwgeom_mindist3d solid aware. Add TIN support.  Thanks Hugo Mercier for suggesting test cases.  Closes #4278 Closes https://github.com/postgis/postgis/pull/373 git-svn-id: http://svn.osgeo.org/postgis/trunk@17260
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* extras/ogc_test_suite/README: Update test running instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@17259
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* extras/ogc_test_suite/1_schema.sql,
	extras/ogc_test_suite/2_queries.sql, extras/ogc_test_suite/Makefile: 
	Update OGC certification scripts to match new function signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@17252
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-13  Darafei Praliaskouski <me@komzpa.net>

	* postgis/postgis.sql.in, postgis/postgis_drop_after.sql: Fix
	upgrades.  References #4304 git-svn-id: http://svn.osgeo.org/postgis/trunk@17251
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac, deps/wagyu/Makefile.in, doc/installation.xml,
	postgis/Makefile.in: Wagyu build improvements Use same compiler as postgresql (adds extra -x cxx) Pass the C++
	standard library to postgres when linking wagyu Closes #4321 Closes https://github.com/postgis/postgis/pull/371 git-svn-id: http://svn.osgeo.org/postgis/trunk@17250
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwgeom_geos.c: Trailing whitespace git-svn-id: http://svn.osgeo.org/postgis/trunk@17249
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-12  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/html/image_src/st_generatepoints02.wkt,
	doc/reference_processing.xml, liblwgeom/Makefile.in,
	liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwrandom.c,
	liblwgeom/lwrandom.h, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, postgis/sqldefines.h.in,
	regress/core/tickets.sql, regress/core/tickets_expected: Add seed
	parameter for ST_GeneratePoints.  Patch by Mike Taves.  Closes #4299 Closes #4304 Closes
	https://github.com/postgis/postgis/pull/365 git-svn-id: http://svn.osgeo.org/postgis/trunk@17248
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-11  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/measures3d.c, liblwgeom/measures3d.h: [format] Tidy up
	measures3d.  References #4278 git-svn-id: http://svn.osgeo.org/postgis/trunk@17247
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	loader/cunit/Makefile.in, postgis/Makefile.in,
	raster/loader/Makefile.in, raster/rt_core/Makefile.in,
	raster/test/cunit/Makefile.in, topology/Makefile.in: Only use
	configure variables to pass ldflags Closes #4318 git-svn-id: http://svn.osgeo.org/postgis/trunk@17246
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac: Configure: libpcre is optional Build shouldn't stop if libpcre isn't present References #4324 git-svn-id: http://svn.osgeo.org/postgis/trunk@17245
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac: Configure: Accept missing proj pg-config script It was introduced in PROJ 4.8 and wasn't included under some
	distributions until 4.9 git-svn-id: http://svn.osgeo.org/postgis/trunk@17244
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.c: Add generated lexer git-svn-id: http://svn.osgeo.org/postgis/trunk@17235
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.l: Add lex initialization References #4017 git-svn-id: http://svn.osgeo.org/postgis/trunk@17234
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac, extensions/address_standardizer/Makefile.in,
	liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwin_geojson.c, postgis/lwgeom_in_geojson.c,
	postgis_config.h.in, raster/macros/.svnignore,
	raster/macros/ac_proj4_version.m4: Use pkg-config to improve
	dependency detection Closes #4324 Closes https://github.com/postgis/postgis/pull/372 git-svn-id: http://svn.osgeo.org/postgis/trunk@17233
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add ignores for Makefiles git-svn-id: http://svn.osgeo.org/postgis/trunk@17232
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-04  Regina Obe <lr@pcorp.us>

	* README.md, ci/winnie/regress_postgis.sh: update dronie build badge
	to point specifically at trunk Revise winnie's build to include path
	to SFCGAL for some reason building static never had dependency on
	sfcgal, now we do :( git-svn-id: http://svn.osgeo.org/postgis/trunk@17229
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: Try to
	fix winnie's complaints by getting rid of static link patch
	References #4308 git-svn-id: http://svn.osgeo.org/postgis/trunk@17227
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-02-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Flip winnie back to 3.8.0dev geos
	testing.  After

	https://git.osgeo.org/gitea/geos/geos/commit/b88d4614aaf3c5e73fd275a88253f62f34c25bb9 she doesn't hang on geos 64-bit tests anymore and that should fix this as well.git-svn-id: http://svn.osgeo.org/postgis/trunk@17226
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-31  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	postgis/geography_measurement_trees.c,
	postgis/geography_measurement_trees.h,
	postgis/gserialized_estimate.c, postgis/lwgeom_accum.c,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h,
	postgis/lwgeom_rectree.c, postgis/lwgeom_rtree.c,
	postgis/lwgeom_rtree.h, raster/rt_pg/rtpg_mapalgebra.c: PostgreSQL
	12 compatibility Initial patch by Laurenz Albe References #4313 git-svn-id: http://svn.osgeo.org/postgis/trunk@17223
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-30  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .github/codecov.bash, ci/travis/run_coverage.sh: Coverage:
	Download script when needed git-svn-id: http://svn.osgeo.org/postgis/trunk@17222
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-30  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_clip_by_rect.c, liblwgeom/lwgeom_geos.c,
	regress/core/clipbybox2d.sql, regress/core/clipbybox2d_expected,
	regress/core/mvt.sql, regress/core/mvt_expected: ST_ClipByBox2D: Do
	not throw when the geometry is invalid References #4314 Closes https://github.com/postgis/postgis/pull/369 git-svn-id: http://svn.osgeo.org/postgis/trunk@17220
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-30  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/lwgeom_out_mvt.c, regress/core/mvt.sql,
	regress/core/mvt_expected: ST_AsMVTGeom: Fix bug that oversimplified
	vertical or horizontal lines References #4294 Closes https://github.com/postgis/postgis/pull/367 git-svn-id: http://svn.osgeo.org/postgis/trunk@17219
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl: Flip to 30 table suffix git-svn-id: http://svn.osgeo.org/postgis/trunk@17218
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-26  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: Take back out the postgis docker - giving
	libtoolize: error: Failed to create 'build-aux'  need to investigate
	further git-svn-id: http://svn.osgeo.org/postgis/trunk@17217
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-26  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml, .drone.yml: Put back docker hub postgis 11 test,
	remove drone pre 1.0 config (we are standardizing on 1.0 now) git-svn-id: http://svn.osgeo.org/postgis/trunk@17216
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/gserialized_estimate.c: PG12 compat: Remove unnecessary
	header include (tqual.h) Everything works in Travis (9.5, 9.6, 10, 11) without including this
	header; and I can't see any function from this file being used git-svn-id: http://svn.osgeo.org/postgis/trunk@17214
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-24  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: [gitlab-ci] Use Debian buster (10) for
	building/testing PostGIS Closes #4280 Gives us:  PostgreSQL 11.1  GDAL 2.4.0  GEOS 3.7.1  PROJ 5.2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17213
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-23  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/bug_test_car5_expected,
	raster/test/regress/rt_count_expected,
	raster/test/regress/rt_grayscale_expected,
	raster/test/regress/rt_histogram_expected,
	raster/test/regress/rt_quantile_expected,
	raster/test/regress/rt_summarystats_expected,
	raster/test/regress/rt_valuecount_expected,
	raster/test/regress/rt_valuepercent_expected,
	regress/core/legacy_expected, regress/core/long_xact_expected,
	regress/run_test.pl, regress/sfcgal/legacy_expected,
	topology/test/regress/copytopology_expected,
	topology/test/regress/getringedges_expected,
	topology/test/regress/gettopogeomelements_expected,
	topology/test/regress/gml_expected,
	topology/test/regress/layertrigger_expected,
	topology/test/regress/legacy_invalid_expected,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/legacy_validate_expected,
	topology/test/regress/st_addedgemodface_expected,
	topology/test/regress/st_addedgenewfaces_expected,
	topology/test/regress/st_addisonode_expected,
	topology/test/regress/st_changeedgegeom_expected,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_modedgesplit_expected,
	topology/test/regress/st_newedgeheal_expected,
	topology/test/regress/st_newedgessplit_expected,
	topology/test/regress/st_remedgemodface_expected,
	topology/test/regress/st_remedgenewface_expected,
	topology/test/regress/topogeo_addlinestring_expected,
	topology/test/regress/topogeo_addpoint_expected,
	topology/test/regress/topogeo_addpolygon_expected,
	topology/test/regress/topogeometry_type_expected,
	topology/test/regress/topojson_expected: Use quiet psql on regress git-svn-id: http://svn.osgeo.org/postgis/trunk@17212
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in: Only build
	static liblwgeom References #4260 Closes https://github.com/postgis/postgis/pull/366 git-svn-id: http://svn.osgeo.org/postgis/trunk@17211
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* regress/core/concave_hull_hard.sql: Speedup concave_hull_hard test Closes #4306 git-svn-id: http://svn.osgeo.org/postgis/trunk@17210
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* raster/loader/Makefile.in: Build raster loader with static
	liblwgeom too References #4260 git-svn-id: http://svn.osgeo.org/postgis/trunk@17209
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* loader/Makefile.in: Loader: Use static instead of static-libtool We should only care about uninstalled libraries (liblwgeom) git-svn-id: http://svn.osgeo.org/postgis/trunk@17208
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* extensions/postgis_extension_helper.sql, postgis/postgis.sql.in: 
	Partially revert r17181 It changed the behaviour of _postgis_pgsql_version Now uses the
	appropiate 5-6 digit version from server_version_num References
	#4296 References #4303 git-svn-id: http://svn.osgeo.org/postgis/trunk@17207
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-21  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: remove docker hub image (geos seems broken at
	moment) git-svn-id: http://svn.osgeo.org/postgis/trunk@17203
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Statically link shp2pgsql and other loader
	utilities to liblwgeom References #4260 git-svn-id: http://svn.osgeo.org/postgis/trunk@17202
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore generated file git-svn-id: http://svn.osgeo.org/postgis/trunk@17201
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.h: Commit
	generated code to match parser file git-svn-id: http://svn.osgeo.org/postgis/trunk@17196
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_parse.y: Actually put fix for #4273 in the
	right place so it isn't blown away when parser.y is evaluated.
	References #4273 git-svn-id: http://svn.osgeo.org/postgis/trunk@17193
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c: Reformat slightly git-svn-id: http://svn.osgeo.org/postgis/trunk@17192
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-21  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/gserialized_estimate.c,
	regress/core/estimatedextent.sql,
	regress/core/estimatedextent_expected: Improve notice message when
	unable to compute stats Closes #4272 Closes https://github.com/postgis/postgis/pull/364 git-svn-id: http://svn.osgeo.org/postgis/trunk@17191
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Un space git-svn-id: http://svn.osgeo.org/postgis/trunk@17190
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/lwstroke.c: Avoid final
	point duplicates for circle stroking References #4283 git-svn-id: http://svn.osgeo.org/postgis/trunk@17185
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, extensions/postgis_extension_helper.sql,
	postgis/postgis.sql.in: Use `server_version_num` instead of parsing
	`version()` Closes #4296 Closes https://github.com/postgis/postgis/pull/363 git-svn-id: http://svn.osgeo.org/postgis/trunk@17181
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/lwgeom_geos_clean.c,
	liblwgeom/lwgeom_geos_cluster.c: Avoid passing a NULL pointer to
	GEOSisEmpty References #4275 git-svn-id: http://svn.osgeo.org/postgis/trunk@17174
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-18  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c, regress/core/mvt.sql,
	regress/core/mvt_expected: ST_AsMVTGeom: Transform coordinates space
	before clipping Closes #4289 Closes https://github.com/postgis/postgis/pull/360 git-svn-id: http://svn.osgeo.org/postgis/trunk@17173
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Use AccessShareLock in
	spatial_index_read_extent References #4261 git-svn-id: http://svn.osgeo.org/postgis/trunk@17167
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Attempt to catch point-on-edge case before
	more subtle tests References #4298 git-svn-id: http://svn.osgeo.org/postgis/trunk@17166
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore build/test artifacts git-svn-id: http://svn.osgeo.org/postgis/trunk@17165
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-16  Sandro Santilli <strk@kbt.io>

	* .drone-1.0.yml: Typo in drone pipeline name git-svn-id: http://svn.osgeo.org/postgis/trunk@17162
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-16  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c, regress/core/mvt_expected: ST_AsMVTGeom:
	Always return the simplest geometry References #4300 git-svn-id: http://svn.osgeo.org/postgis/trunk@17160
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: take sudo out, doesn't exist on this particular
	image git-svn-id: http://svn.osgeo.org/postgis/trunk@17158
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: Latest gave 9.5, no so latest, try switching to
	the pg11 geomaster image git-svn-id: http://svn.osgeo.org/postgis/trunk@17156
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: try to flip to a super user interface to see if
	fixes can't create build-aux directory issue git-svn-id: http://svn.osgeo.org/postgis/trunk@17155
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: try to fix up the run step for using docker hub
	postgis image git-svn-id: http://svn.osgeo.org/postgis/trunk@17154
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml, README.md: Attempt to add postgis docker hub image
	as an additional pipeline.  Change badge to use new drone 1.0
	https://dronie.osgeo.org git-svn-id: http://svn.osgeo.org/postgis/trunk@17153
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: Get rid clone step see if it fixes default error
	issue git-svn-id: http://svn.osgeo.org/postgis/trunk@17152
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/cunit/cu_algorithm.c: Tests: Remove warning when
	building with 32bit arch It appeared when investigating #4298 git-svn-id: http://svn.osgeo.org/postgis/trunk@17151
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac: Configure: Improve format when printing extension
	information git-svn-id: http://svn.osgeo.org/postgis/trunk@17150
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/postgis.sql.in: postgis_full_version: Reduce raster
	notices to debug Closes #4297 git-svn-id: http://svn.osgeo.org/postgis/trunk@17149
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-14  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/g_serialized.c, liblwgeom/liblwgeom_internal.h,
	postgis/lwgeom_out_mvt.c, postgis/mvt.c, regress/core/mvt.sql,
	regress/core/mvt_expected: ST_AsMVTGeom: Do resolution check before
	deserializing Closes #4294 Closes https://github.com/postgis/postgis/pull/358 git-svn-id: http://svn.osgeo.org/postgis/trunk@17148
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-14  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/Makefile.in: Force liblwgeom recompilation when
	lwinline.h changes Closes https://github.com/postgis/postgis/pull/359 Closes #4288 git-svn-id: http://svn.osgeo.org/postgis/trunk@17147
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-13  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: try to fix yaml: no default pipeline git-svn-id: http://svn.osgeo.org/postgis/trunk@17146
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-13  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: try to fix yaml: unknown anchor 'test-image'
	referenced git-svn-id: http://svn.osgeo.org/postgis/trunk@17145
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-13  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: try to fix yaml: unknown anchor 'test-image'
	referenced git-svn-id: http://svn.osgeo.org/postgis/trunk@17144
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-13  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: try to fix yaml: line 4: mapping values are not
	allowed in this context  by putting name indent on same level with
	other step parts git-svn-id: http://svn.osgeo.org/postgis/trunk@17143
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-13  Regina Obe <lr@pcorp.us>

	* .drone-1.0.yml: Drone 1.0 config (the 1.0 has major breaking
	changes from 0.5/0.8 so can't use existing .drone.yml Currently two
	drone 1.0 agens - debbie and dronie.sogeo.org dronie.osgeo.org
	(residing on osgeo7 server) is also the 1.0 drone server --
	https://dronie.osgeo.org git-svn-id: http://svn.osgeo.org/postgis/trunk@17142
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic_tree.c: Remove debugging lines git-svn-id: http://svn.osgeo.org/postgis/trunk@17139
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement_trees.c: Harmonize
	circ_tree_contains_point to new signature git-svn-id: http://svn.osgeo.org/postgis/trunk@17138
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeodetic_tree.h: Change
	point-in-cone routine to be more tolerant of narrow edges, and
	hopefully more robust.  References #4290 git-svn-id: http://svn.osgeo.org/postgis/trunk@17137
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-11  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c, regress/core/mvt_jsonb.sql,
	regress/core/mvt_jsonb_expected: ST_AsMVT: parse JSON numeric values
	with decimals as doubles References #4292 Closes https://github.com/postgis/postgis/pull/357 git-svn-id: http://svn.osgeo.org/postgis/trunk@17134
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_parse.c: Fix memory leak in error case when
	valid object is followed by junk text References #4273 git-svn-id: http://svn.osgeo.org/postgis/trunk@17132
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/lwin_wkt_parse.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c: Fix other test cases and move change closer to
	the problem.  References #4273 git-svn-id: http://svn.osgeo.org/postgis/trunk@17128
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: Tighten up parsing
	to account for strings with junk after valid geometry References
	#4273 git-svn-id: http://svn.osgeo.org/postgis/trunk@17127
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in: Re-order linker flags for those
	systems that have old headers installed in system locations git-svn-id: http://svn.osgeo.org/postgis/trunk@17126
	b70326c6-7e19-0410-871a-916f4a2858ee

2019-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_dump.c: Set the default maxvertices for subdivide
	to be 128, so that we don't accidentally create subdivided
	geometries that still push us over the page size git-svn-id: http://svn.osgeo.org/postgis/trunk@17125
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-29  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Flip back to GEOS 3.7 for winnie to
	prevent test hanging.  References #4284 git-svn-id: http://svn.osgeo.org/postgis/trunk@17124
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-28  Regina Obe <lr@pcorp.us>

	* postgis/postgis_legacy.c: Add in legacy stub for LWGEOMFromWKB
	which was removed in PostGIS 2.1 (this will allow 2.1 users to
	symlink to a 3.0 hopefully) and upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@17123
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-27  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/lwstroke.c: Fix infinite
	loop when linearizing circles Resolves #4282 git-svn-id: http://svn.osgeo.org/postgis/trunk@17122
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-26  Regina Obe <lr@pcorp.us>

	* configure.ac: Fix so custom --projdir configure switch works
	again.  References #4279 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17118
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-21  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, README.postgis, ci/winnie/build_postgis.sh,
	ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh,
	configure.ac, postgis/lwgeom_sfcgal.c, postgis/sfcgal.sql.in: Bump
	SFCGAL to 1.3.1 Closes #4268 Closes https://github.com/postgis/postgis/pull/353 git-svn-id: http://svn.osgeo.org/postgis/trunk@17117
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-21  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_raster.xml: revert accidential trunk commit of
	broken raster doc in r17114 References #4276 git-svn-id: http://svn.osgeo.org/postgis/trunk@17116
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-21  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_output.xml, doc/reference_raster.xml: [doc]
	ST_AsGeoJSON doc refresh Closes #4276 Closes https://github.com/postgis/postgis/pull/355 git-svn-id: http://svn.osgeo.org/postgis/trunk@17114
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-17  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: Attribute Raúl Marín for help resolving build issue.  References #4254 git-svn-id: http://svn.osgeo.org/postgis/trunk@17113
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-17  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, configure.ac, liblwgeom/liblwgeom.h.in,
	macros/ac_proj4_version.m4, raster/macros/ac_proj4_version.m4: 
	Support Proj 6. Support is via legacy API, we need to redesign for
	non-legacy and Proj 7.  Closes #4254 Closes https://github.com/postgis/postgis/pull/354 git-svn-id: http://svn.osgeo.org/postgis/trunk@17108
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-17  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, NEWS, README.postgis, doc/extras_topology.xml,
	doc/installation.xml, doc/reference_accessor.xml,
	doc/reference_constructor.xml, doc/reference_editor.xml,
	doc/reference_measure.xml, doc/reference_processing.xml,
	liblwgeom/cunit/cu_triangulate.c, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_geos.c, postgis/postgis.sql.in,
	raster/test/regress/rt_polygon.sql,
	regress/core/interrupt_relate.sql,
	regress/core/regress_buffer_params.sql,
	regress/core/regress_ogc_cover.sql: Remove GEOS < 3.6 mentions from
	code and docs.  Closes #4267 Closes https://github.com/postgis/postgis/pull/352 git-svn-id: http://svn.osgeo.org/postgis/trunk@17107
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-16  Darafei Praliaskouski <me@komzpa.net>

	* regress/core/Makefile.in: Remove stray uncommented line while
	removing GEOS 3.5 check References #4267 git-svn-id: http://svn.osgeo.org/postgis/trunk@17106
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-14  Regina Obe <lr@pcorp.us>

	* NEWS, configure.ac, doc/installation.xml,
	regress/core/Makefile.in: Bump minimum GEOS version to 3.6 Closes
	#4267 git-svn-id: http://svn.osgeo.org/postgis/trunk@17105
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-13  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: change "vacuum analyze verbose" to  "vacuum
	(analyze, verbose)" -   the old syntax was removed in PostgreSQL 11 git-svn-id: http://svn.osgeo.org/postgis/trunk@17104
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-12  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Flip to testing GEOS 3.8 for winnie git-svn-id: http://svn.osgeo.org/postgis/trunk@17103
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-04  Darafei Praliaskouski <me@komzpa.net>

	* regress/sfcgal/Makefile.in, regress/sfcgal/concave_hull.sql,
	regress/sfcgal/concave_hull_expected: Remove SFCGAL concave_hull
	tests.  References #4258 git-svn-id: http://svn.osgeo.org/postgis/trunk@17102
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-04  Darafei Praliaskouski <me@komzpa.net>

	* regress/sfcgal/Makefile.in, regress/sfcgal/tickets.sql,
	regress/sfcgal/tickets_expected: Remove tickets.sql for SFCGAL.  They're same as geos now anyway, no need to test twice.  References #4258 git-svn-id: http://svn.osgeo.org/postgis/trunk@17101
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-04  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_processing.xml, postgis/legacy.sql.in,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_sfcgal.c, postgis/postgis.sql.in,
	postgis/postgis_legacy.c, regress/sfcgal/regress_ogc_expected,
	regress/sfcgal/tickets_expected: Remove SFCGAL 2D overlay functions.  References #4258 Closes https://github.com/postgis/postgis/pull/350 git-svn-id: http://svn.osgeo.org/postgis/trunk@17100
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-03  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/Makefile.in: Build process needs presence of install:
	and uninstall: targets References #4260 git-svn-id: http://svn.osgeo.org/postgis/trunk@17099
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-03  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/Makefile.in: Don't install liblwgeom.  Closes https://github.com/postgis/postgis/pull/348 Closes #4260 git-svn-id: http://svn.osgeo.org/postgis/trunk@17098
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-03  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_lrs.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwline.c,
	postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in,
	regress/core/regress_lrs.sql, regress/core/regress_lrs_expected: 
	ST_3DLineInterpolatePoint.  Patch by Julien Cabieces and Vincent Mora.  Closes #2645 Closes #4171 Closes
	https://github.com/postgis/postgis/pull/344 Closes
	https://github.com/postgis/postgis/pull/346 git-svn-id: http://svn.osgeo.org/postgis/trunk@17097
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-03  Darafei Praliaskouski <me@komzpa.net>

	* regress/core/knn.sql, regress/core/knn_expected: Remove knn tests Closes #4229 git-svn-id: http://svn.osgeo.org/postgis/trunk@17096
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-03  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, configure.ac, libpgcommon/lwgeom_pg.h, postgis/Makefile.in,
	postgis/geography_brin.sql.in, postgis/gserialized_estimate.c,
	postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_inout.c, postgis/mvt.c, postgis/postgis.sql.in,
	raster/rt_pg/rtpg_band_properties.c, raster/rt_pg/rtpg_geometry.c,
	raster/rt_pg/rtpg_mapalgebra.c, regress/core/Makefile.in: Remove
	support for Postgres < 9.5.  Closes https://github.com/postgis/postgis/pull/349 Closes #4229 git-svn-id: http://svn.osgeo.org/postgis/trunk@17095
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-12-01  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_measure.xml, liblwgeom/measures.c,
	postgis/legacy.sql.in, postgis/lwgeom_backend_api.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_sfcgal.c,
	postgis/postgis.sql.in, postgis/postgis_legacy.c,
	regress/sfcgal/empty_expected, regress/sfcgal/tickets_expected: 
	Remove SFCGAL ST_Distance References #4258 Closes https://github.com/postgis/postgis/pull/347 git-svn-id: http://svn.osgeo.org/postgis/trunk@17094
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-30  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_sfcgal.c, liblwgeom/lwgeom_sfcgal.c,
	liblwgeom/lwgeom_sfcgal.h, postgis/lwgeom_backend_api.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_sfcgal.c,
	postgis/lwgeom_sfcgal.h: [format] clang-format files touched in
	SFCGAL relayout References #4258 git-svn-id: http://svn.osgeo.org/postgis/trunk@17093
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-30  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_measure.xml, postgis/legacy.sql.in,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_sfcgal.c, postgis/lwgeom_sfcgal.h,
	postgis/postgis.sql.in, postgis/postgis_legacy.c: SFCGAL: remove
	ST_Area SFCGAL implementation References #4258 Closes https://github.com/postgis/postgis/pull/345 git-svn-id: http://svn.osgeo.org/postgis/trunk@17092
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-30  Darafei Praliaskouski <me@komzpa.net>

	* postgis/postgis_legacy.c: postgis_legacy.c: use #define's git-svn-id: http://svn.osgeo.org/postgis/trunk@17091
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-30  Daniel Baston <dbaston@gmail.com>

	* doc/using_raster_dataman.xml: Remove duplicated flag documentation
	[ci skip] git-svn-id: http://svn.osgeo.org/postgis/trunk@17090
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS: Correct referenfce in NEWS file References #4262 git-svn-id: http://svn.osgeo.org/postgis/trunk@17087
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, doc/reference_processing.xml: Document MULTISURFACE
	compatibility of ST_LineToCurve Patch by Steven Ottens Closes #4162 Closes https://github.com/postgis/postgis/pull/343 git-svn-id: http://svn.osgeo.org/postgis/trunk@17086
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* doc/html/image_src/Makefile.in, raster/rt_pg/Makefile.in: Include
	liblwgeom first Ported from r16813 (2.5) References #4180 References #4260 git-svn-id: http://svn.osgeo.org/postgis/trunk@17084
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-28  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Add in raster, sfcgal, and topology test
	outputs (revisit later to trim output) git-svn-id: http://svn.osgeo.org/postgis/trunk@17083
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-28  Regina Obe <lr@pcorp.us>

	* NEWS, doc/installation.xml, doc/postgis.xml: Update PostgreSQL
	note about lowest minor supported, add updated output of tests,
	minor casing fix on NEWS git-svn-id: http://svn.osgeo.org/postgis/trunk@17082
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/core/tickets.sql, regress/core/tickets_expected: Change
	test condition to isempty Closes #4245 git-svn-id: http://svn.osgeo.org/postgis/trunk@17081
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-26  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_management.xml: [doc] Let people know about EWKT in
	UpdateGeometrySRID Closes #4224 git-svn-id: http://svn.osgeo.org/postgis/trunk@17077
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-25  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_accum.c: Remove functions moved to postgis_legacy.c
	References #4193 for PostGIS 3.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@17073
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-25  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in, postgis/postgis_legacy.c,
	raster/rt_pg/Makefile.in, raster/rt_pg/rtpg_legacy.c: Create
	rt_legacy.c and postgis_legacy.c put back functions taken out in 2.5
	and put them in these files.  Stub them with errors.  Still need to
	check 2.1 - 2.4 for things we might have taken out (only test
	pg_upgrade from 9.4 2.4 to 11 3.0 which failed with 3.0 needs dump
	restore) References #4193 for PostGIS 3.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@17072
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-25  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add  in upgrade path for
	recently released 2.2.8, 2.3.8, 2.4.6, and 2.5.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@17071
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-24  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/gserialized_gist_nd.c, regress/core/Makefile.in,
	regress/core/regress_gist_index_nd.sql,
	regress/core/regress_gist_index_nd_expected: Stabilize GiST ND
	indexes for mixed dimensions Patch by Darafei Praliaskouski Thanks to  Arthur Lesuisse for synthesizing test case,  Andrew Gierth for finding runaway memcpy,  Raúl Marín for pointing to memory problem in index construction.  This is not backpatchable to 2.x, that requires separate solution.  References #4139 Closes https://github.com/postgis/postgis/pull/336 git-svn-id: http://svn.osgeo.org/postgis/trunk@17070
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-23  Regina Obe <lr@pcorp.us>

	* topology/test/hierarchy.sql, topology/test/load_features.sql,
	topology/test/more_features.sql, topology/test/predicates.sql.in,
	topology/test/regress/topojson.sql: Get rid of use of oids in
	topology regress was taken out in PostgreSQL 12.  References #4251
	for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17062
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, ci/travis/run_usan_clang.sh, ci/travis/run_usan_gcc.sh,
	postgis/lwgeom_box.c: Avoid unaligned memory access in BOX2D_out Also enables UBSan in Travis runs for topology Closes #4244 Closes https://github.com/postgis/postgis/pull/342 git-svn-id: http://svn.osgeo.org/postgis/trunk@17059
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* ci/travis/run_usan_clang.sh: Travis: Add missing task file git-svn-id: http://svn.osgeo.org/postgis/trunk@17055
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .travis.yml, ci/travis/run_usan_gcc.sh: Travis: Run CI under
	clang's ubsan References #4244 Closes https://github.com/postgis/postgis/pull/337 git-svn-id: http://svn.osgeo.org/postgis/trunk@17054
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_measures.c, liblwgeom/measures.h,
	liblwgeom/measures3d.c, regress/core/measures.sql,
	regress/core/measures_expected: Fix undefined behaviour in
	ST_3DDistance Closes #4246 Closes https://github.com/postgis/postgis/pull/338 git-svn-id: http://svn.osgeo.org/postgis/trunk@17053
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-22  Regina Obe <lr@pcorp.us>

	* topology/topology.sql.in: Replace pg_constraint.consrc for
	pg_get_constraintdef  fix for topology References #4231 for PostGIS
	3.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17049
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-21  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* doc/Makefile.comments.in,
	extensions/address_standardizer/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in, loader/Makefile.in,
	postgis/Makefile.in, raster/rt_pg/Makefile.in,
	topology/Makefile.in, utils/Makefile.in: Uniformize how PGXS is used Closes #4250 Closes https://github.com/postgis/postgis/pull/341 git-svn-id: http://svn.osgeo.org/postgis/trunk@17044
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-21  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, raster/rt_core/rt_spatial_relationship.c: Fix undefined
	behaviour in raster intersection Closes #4249 Closes https://github.com/postgis/postgis/pull/340 git-svn-id: http://svn.osgeo.org/postgis/trunk@17043
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-21  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwgeom_api.c: Avoid
	undefined behaviour in next_float functions (Raúl Marín) Closes #4247 Closes https://github.com/postgis/postgis/pull/339 git-svn-id: http://svn.osgeo.org/postgis/trunk@17038
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .travis.yml, ci/travis/run_usan_gcc.sh: Travis: Run CI under GCC's
	undefined behavior sanitizer References #4244 Closes https://github.com/postgis/postgis/pull/335 git-svn-id: http://svn.osgeo.org/postgis/trunk@17034
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-19  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/gserialized_spgist_nd.c: Fix undefined behaviour in
	gserialized_spgist_picksplit_nd Closes #4233 Closes https://github.com/postgis/postgis/pull/331 git-svn-id: http://svn.osgeo.org/postgis/trunk@17033
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-19  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: One more error in raster change -
	hopefully this is it References #4231 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17032
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-19  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in: Revert accidental commit References #4231 for
	PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17031
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-18  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/Makefile.in, postgis/postgis.sql.in,
	postgis/postgis_drop_after.sql, raster/rt_pg/rtpostgis.sql.in: Put
	back deprecated functions removed in r17029, but patch them to use
	newer pg_get_constraintdef function.  Also mark them as undeprecated
	cause they are used in other management functions, and it's too
	messy to change those to use teh raw sql.  We maybe stuck with these
	forever :( Closes #4243 for PostGIS 3.0 Also fix error in raster patching References #4231 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17030
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-18  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/postgis.sql.in, postgis/postgis_drop_after.sql,
	raster/rt_pg/rtpostgis.sql.in: Remove deprecated functions
	postgis_constraint_srid, postgis_constraint_dims,
	postgis_constraint_type Replace use of pg_constraint.consrc with
	​pg_get_constraintdef(oid) pg_constraint.consrc was removed in
	PostgreSQL 12 and pg_get_constraintdef function has existed at least
	since PostgreSQL 9.4 (our lowest supported for 2.5), so safe to use
	across all our supported versions References #4321 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@17029
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/gserialized_estimate.c: Avoid undefined behaviour in
	gserialized_estimate Closes #4190 Closes https://github.com/postgis/postgis/pull/315 git-svn-id: http://svn.osgeo.org/postgis/trunk@17022
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-15  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, libpgcommon/gserialized_gist.c: Allocate enough memory in
	gidx_to_string Close #4236 git-svn-id: http://svn.osgeo.org/postgis/trunk@17019
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-14  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_raster.xml: Document maxerr in ST_Rescale.  Patch by Sunveer Singh.  Closes https://github.com/postgis/postgis/pull/334 Closes #2921 git-svn-id: http://svn.osgeo.org/postgis/trunk@17014
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-13  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, ci/travis/run_coverage.sh, ci/travis/run_debug.sh,
	ci/travis/run_tests.sh: [travis] Build coverage and debug builds in
	separate jobs Makes builds twice as fast.  Closes https://github.com/postgis/postgis/pull/333 git-svn-id: http://svn.osgeo.org/postgis/trunk@17013
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-13  Darafei Praliaskouski <me@komzpa.net>

	* .drone.yml: [drone] Don't test PostGIS 3.0 on Postgres 9.4 References #4230 git-svn-id: http://svn.osgeo.org/postgis/trunk@17012
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-13  Darafei Praliaskouski <me@komzpa.net>

	* ci/travis/run_tests.sh: [travis] run debug build in parallel References #4235 git-svn-id: http://svn.osgeo.org/postgis/trunk@17011
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-13  Darafei Praliaskouski <me@komzpa.net>

	* postgis/postgis.sql.in, postgis/postgis_spgist.sql.in,
	utils/postgis_proc_upgrade.pl: SP-GiST within got into 3.0.0 not
	2.5.0.  References #4230 git-svn-id: http://svn.osgeo.org/postgis/trunk@17010
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-13  Daniel Baston <dbaston@gmail.com>

	* ci/travis/run_tests.sh: Make Travis catch compilation errors with
	debug logging enabled References #4235 Closes https://github.com/postgis/postgis/pull/330 git-svn-id: http://svn.osgeo.org/postgis/trunk@17009
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac, liblwgeom/g_box.c, postgis/gserialized_estimate.c,
	postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
	postgis_config.h.in: Remove ISFINITE macros No longer needed since gnu99 is mandatory Closes #4234 git-svn-id: http://svn.osgeo.org/postgis/trunk@17008
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwstroke.c, postgis/gserialized_spgist_2d.c: Un-break
	build with debug logs Related to #4235 git-svn-id: http://svn.osgeo.org/postgis/trunk@17007
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-13  Darafei Praliaskouski <me@komzpa.net>

	* postgis/postgis.sql.in, utils/postgis_proc_upgrade.pl: Upgrade
	script generator fix References #4230 git-svn-id: http://svn.osgeo.org/postgis/trunk@17005
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-12  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* doc/reference_editor.xml: ST_Scale: Document the availability of
	the origin parameter Closes #4232 git-svn-id: http://svn.osgeo.org/postgis/trunk@17004
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-11  Darafei Praliaskouski <me@komzpa.net>

	* postgis/gserialized_spgist_nd.c,
	regress/core/regress_gist_index_nd.data,
	regress/core/regress_gist_index_nd.sql,
	regress/core/regress_gist_index_nd_expected,
	regress/core/regress_spgist_index_nd.sql,
	regress/core/regress_spgist_index_nd_expected: GiST and SP-GiST GiST
	and SP-GiST n-D indexes (based on GIDX) with overlaps, contains,
	within, and equals operators Files not added in previous commit.  Patch by Esteban Zimányi and Arthur Lesuisse from Université Libre
	de Bruxelles (ULB) Closes #4230 git-svn-id: http://svn.osgeo.org/postgis/trunk@17002
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-11  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, NEWS, configure.ac, libpgcommon/gserialized_gist.h,
	postgis/Makefile.in, postgis/gserialized_gist_nd.c,
	postgis/lwgeom_box3d.c, postgis/postgis.sql.in,
	postgis/postgis_spgist.sql.in, regress/core/Makefile.in,
	regress/core/operators.sql, regress/core/operators_expected: GiST
	and SP-GiST n-D indexes (based on GIDX) with overlaps, contains,
	within, and equals operators Patch by Esteban Zimányi and Arthur Lesuisse from Université Libre
	de Bruxelles (ULB) Closes https://github.com/postgis/postgis/pull/327 Closes
	https://github.com/postgis/postgis/pull/293 Closes #4230 git-svn-id: http://svn.osgeo.org/postgis/trunk@17001
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-11  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_raster.xml: Specified 1-indexing in ST_SetValues Patch by Sunveer Singh Closes https://github.com/postgis/postgis/pull/328 Closes #2835 git-svn-id: http://svn.osgeo.org/postgis/trunk@17000
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-11  Darafei Praliaskouski <me@komzpa.net>

	* loader/dbfopen.c, raster/rt_pg/rtpg_internal.c,
	raster/rt_pg/rtpg_mapalgebra.c: Fix new GCC warnings.  Updating GCC on travis to Debian Unstable exposed strncpy and if
	body alignment warnings.  Closes https://github.com/postgis/postgis/pull/329 git-svn-id: http://svn.osgeo.org/postgis/trunk@16999
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-08  Daniel Baston <dbaston@gmail.com>

	* doc/introduction.xml, doc/reference_processing.xml,
	liblwgeom/cunit/cu_lwstroke.c, liblwgeom/lwstroke.c,
	regress/core/sql-mm-circularstring_expected,
	regress/core/sql-mm-compoundcurve_expected,
	regress/core/sql-mm-multicurve_expected, regress/core/tickets.sql,
	regress/core/tickets_expected: Impose min number of segments per arc
	during linearization This commit sets a fixed minimum of two segments per non-circular
	arc and three segments per circular arc.  Funded by City of Helsinki.  Fixes #3719 Closes https://github.com/postgis/postgis/pull/320 git-svn-id: http://svn.osgeo.org/postgis/trunk@16998
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-08  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_raster.xml: Documentation for
	AddRasterConstraint optional parameters Patch by Sunveer Singh Closes #2767 Closes https://github.com/postgis/postgis/pull/325 git-svn-id: http://svn.osgeo.org/postgis/trunk@16996
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.h: Honestly, trailing spaces? git-svn-id: http://svn.osgeo.org/postgis/trunk@16989
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-07  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Add missing schema qualifications
	for raster _ST_Intersects references #4129 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16988
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-07  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Mention how to use psql environment
	variables in long install version and how to test extensions.
	References #2214 for PostGIS 3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16987
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/style.css: Move to "postgis blue" #468 git-svn-id: http://svn.osgeo.org/postgis/trunk@16983
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_tree.c,
	liblwgeom/lwgeodetic.h: Patch over bad behaviour for near-parallel
	boxes and distancetree.  Unfortunately, this "fix" is probably
	breakable, just put the boxes closer and closer together until we
	get "close enough to be the same" results from the edge normal
	comparison again. Only way around this is to do dot product and
	comparisons in higher-than-double space References #4223 git-svn-id: http://svn.osgeo.org/postgis/trunk@16981
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-04  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_loader_2018.sql,
	extras/tiger_geocoder/upgrade_geocoder.bat,
	extras/tiger_geocoder/upgrade_geocoder.sh: Flip tiger loading to
	load 2018, also switched to ftp site from www because even though it
	blocks, it at leasts waits instead of returning a 503 error. So far
	doesn't look like any changes, but still testing to confirm References #4225 git-svn-id: http://svn.osgeo.org/postgis/trunk@16976
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-04  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: Add links from loader generate state
	and nation to corresponding drop table scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@16975
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/style.css: Try for a responsive font size? git-svn-id: http://svn.osgeo.org/postgis/trunk@16973
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-31  Regina Obe <lr@pcorp.us>

	* regress/sfcgal/geography.sql: Fix sfcgal regress failure - Delete
	4326 entry before readding. Also use integer format instead of
	string format.  References #4210 git-svn-id: http://svn.osgeo.org/postgis/trunk@16968
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore docbook.css git-svn-id: http://svn.osgeo.org/postgis/trunk@16967
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-30  Daniel Baston <dbaston@gmail.com>

	* ci/travis/run_tests.sh, liblwgeom/cunit/Makefile.in: Add env vars
	to control  valgrind for cunit tests Valgrind will be run with CUNIT_VALGRIND_FLAGS when
	CUNIT_WITH_VALGRIND is set to YES.  Also update the Travis configuration to use valgrind.  Closes #4219 Closes https://github.com/postgis/postgis/pull/323 git-svn-id: http://svn.osgeo.org/postgis/trunk@16962
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-30  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwlinearreferencing.c: 
	Tidy lwline_clip_to_ordinate_range Fix memory leak.  Closes #4218 Closes https://github.com/postgis/postgis/pull/324 git-svn-id: http://svn.osgeo.org/postgis/trunk@16961
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in, doc/html/ga.js, doc/html/style.css: More style
	tweaks and add 'chucked-html-web' target for building ref docs with
	google analytics code embedded git-svn-id: http://svn.osgeo.org/postgis/trunk@16960
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@16959
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-29  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwgeom.c, regress/core/subdivide.sql,
	regress/core/subdivide_expected: ST_Subdivide: don't crash if on
	some iteration you need to subdivide Empty Closes #4217 Closes https://github.com/postgis/postgis/pull/321 git-svn-id: http://svn.osgeo.org/postgis/trunk@16955
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-27  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_lrs.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/lwlinearreferencing.c: ST_LocateBetween[Elevations]:
	support TIN and TRIANGLE clipping.  Triangle is converted into a TIN that has several triangles with
	same orientation.  Committed in Paris Airport.  Closes #4155 git-svn-id: http://svn.osgeo.org/postgis/trunk@16954
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-27  Darafei Praliaskouski <me@komzpa.net>

	* .clang-format: clang-format config file.  Best to use with clang-format-7 and git-clang-format-7.  Not
	obligatory to use, just a common copy so that people who use it use
	the same rules.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16953
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-25  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwlinearreferencing.c: 
	ST_LocateBetween[Elevations]: support POLYGON Output may be invalid for non-convex, area is preserved.  References #4155 Closes https://github.com/postgis/postgis/pull/319 git-svn-id: http://svn.osgeo.org/postgis/trunk@16952
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-25  Darafei Praliaskouski <me@komzpa.net>

	* configure.ac: Remove accidentially committed configure support for
	openmp.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16951
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-25  Daniel Baston <dbaston@gmail.com>

	* extensions/postgis/unpackage_raster_if_needed.sql: Fix typo in
	upgrade message git-svn-id: http://svn.osgeo.org/postgis/trunk@16950
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-24  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, configure.ac, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/lwlinearreferencing.c, postgis/geography_inout.c,
	postgis/lwgeom_functions_lrs.c, regress/core/regress_lrs.sql,
	regress/core/regress_lrs_expected: ST_LocateBetween[Elevations]:
	Support GEOMETRYCOLLECTION References #4155 git-svn-id: http://svn.osgeo.org/postgis/trunk@16949
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-24  Darafei Praliaskouski <me@komzpa.net>

	* .gitignore, NEWS, configure.ac, postgis_config.h.in,
	raster/raster_config.h.in, raster/rt_core/rt_geometry.c,
	raster/test/cunit/cu_gdal.c: [raster] Use GDALFPolygonize
	unconditionally GDAL 1.10 is already required and 1.9 contains it, so no check
	needed.  Closes #4215 git-svn-id: http://svn.osgeo.org/postgis/trunk@16946
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-23  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: [raster] Fix envelope Contains
	shortcut in ST_Clip Patch by Sai-bot Closes #3457 git-svn-id: http://svn.osgeo.org/postgis/trunk@16940
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-23  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_raster.xml: [doc][raster] Fix typos in function
	names in ST_Intersection, interlink git-svn-id: http://svn.osgeo.org/postgis/trunk@16939
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-22  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwgeom.c, regress/core/subdivide.sql,
	regress/core/subdivide_expected: ST_Subdivide: support rect hole in
	rect shell Closes #4211 Closes https://github.com/postgis/postgis/pull/317 git-svn-id: http://svn.osgeo.org/postgis/trunk@16937
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-22  Sandro Santilli <strk@kbt.io>

	* regress/sfcgal/Makefile.in: Fix support for overriding
	RUNTESTFLAGS via env variable otherwise --sfcgal gets missing git-svn-id: http://svn.osgeo.org/postgis/trunk@16936
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-22  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Stub empty install/uninstall rules under
	regress/ dir git-svn-id: http://svn.osgeo.org/postgis/trunk@16935
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-22  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Avoid running core and sfcgal regress tests
	in parallel ... the alternative would be using different databases but lets
	change things incrementally ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@16934
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-22  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/sfcgal/Makefile.in: Fix "make check"
	on platforms without SFCGAL support git-svn-id: http://svn.osgeo.org/postgis/trunk@16933
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-21  Sandro Santilli <strk@kbt.io>

	* regress/sfcgal/Makefile.in, regress/sfcgal/concave_hull.sql,
	regress/sfcgal/legacy.sql, regress/sfcgal/regress.sql,
	regress/sfcgal/regress_ogc.sql, regress/{core =>
	sfcgal}/regress_sfcgal.sql, regress/{core =>
	sfcgal}/regress_sfcgal_expected: Fix SFCGAL tests git-svn-id: http://svn.osgeo.org/postgis/trunk@16932
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-21  Sandro Santilli <strk@kbt.io>

	* regress/core/Makefile.in: Re-enable accidentally disabled dumper
	tests git-svn-id: http://svn.osgeo.org/postgis/trunk@16931
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-21  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Do not check before making all git-svn-id: http://svn.osgeo.org/postgis/trunk@16930
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-19  Sandro Santilli <strk@kbt.io>

	* .gitignore, configure.ac, regress/Makefile.in,
	regress/core/Makefile.in, regress/{ => core}/affine.sql, regress/{
	=> core}/affine_expected, regress/{ => core}/bestsrid.sql,
	regress/{ => core}/bestsrid_expected, regress/{ =>
	core}/big_polygon.wkb, regress/{ => core}/binary.sql, regress/{ =>
	core}/binary_expected, regress/{ => core}/boundary.sql, regress/{
	=> core}/boundary_expected, regress/{ => core}/chaikin.sql,
	regress/{ => core}/chaikin_expected, regress/{ => core}/clean.sql,
	regress/{ => core}/clean_expected, regress/{ =>
	core}/clipbybox2d.sql, regress/{ => core}/clipbybox2d_expected,
	regress/{ => core}/cluster.sql, regress/{ =>
	core}/cluster_expected, regress/{ => core}/concave_hull.sql,
	regress/{ => core}/concave_hull_expected, regress/{ =>
	core}/concave_hull_hard.sql, regress/{ =>
	core}/concave_hull_hard_expected, regress/{ => core}/ctors.sql,
	regress/{ => core}/ctors_expected, regress/{ =>
	core}/curvetoline.sql, regress/{ => core}/curvetoline_expected,
	regress/{ => core}/delaunaytriangles.sql, regress/{ =>
	core}/delaunaytriangles_expected, regress/{ => core}/dump.sql,
	regress/{ => core}/dump_expected, regress/{ =>
	core}/dumppoints.sql, regress/{ => core}/dumppoints_expected,
	regress/{ => core}/empty.sql, regress/{ => core}/empty_expected,
	regress/{ => core}/estimatedextent.sql, regress/{ =>
	core}/estimatedextent_expected, regress/{ => core}/filterm.sql,
	regress/{ => core}/filterm_expected, regress/{ =>
	core}/forcecurve.sql, regress/{ => core}/forcecurve_expected,
	regress/{ => core}/frechet.sql, regress/{ =>
	core}/frechet_expected, regress/{ => core}/geobuf.sql, regress/{ =>
	core}/geobuf_expected, regress/{ => core}/geography.sql, regress/{
	=> core}/geography_centroid.sql, regress/{ =>
	core}/geography_centroid_expected, regress/{ =>
	core}/geography_covers.sql, regress/{ =>
	core}/geography_covers_expected, regress/{ =>
	core}/geography_expected, regress/{ => core}/geometric_median.sql,
	regress/{ => core}/geometric_median_expected, regress/{ =>
	core}/hausdorff.sql, regress/{ => core}/hausdorff_expected,
	regress/{ => core}/in_encodedpolyline.sql, regress/{ =>
	core}/in_encodedpolyline_expected, regress/{ =>
	core}/in_geohash.sql, regress/{ => core}/in_geohash_expected,
	regress/{ => core}/in_geojson.sql, regress/{ =>
	core}/in_geojson_expected, regress/{ => core}/in_gml.sql, regress/{
	=> core}/in_gml_expected, regress/{ => core}/in_kml.sql, regress/{
	=> core}/in_kml_expected, regress/{ => core}/interrupt.sql,
	regress/{ => core}/interrupt_buffer.sql, regress/{ =>
	core}/interrupt_buffer_expected, regress/{ =>
	core}/interrupt_expected, regress/{ => core}/interrupt_relate.sql,
	regress/{ => core}/interrupt_relate_expected, regress/{ =>
	core}/iscollection.sql, regress/{ => core}/iscollection_expected,
	regress/{ => core}/isvaliddetail.sql, regress/{ =>
	core}/isvaliddetail_expected, regress/{ => core}/knn.sql, regress/{
	=> core}/knn_expected, regress/{ => core}/knn_recheck.sql,
	regress/{ => core}/knn_recheck_expected, regress/{ =>
	core}/legacy.sql, regress/{ => core}/legacy_expected, regress/{ =>
	core}/long_xact.sql, regress/{ => core}/long_xact_expected,
	regress/{ => core}/lwgeom_regress.sql, regress/{ =>
	core}/lwgeom_regress_expected, regress/{ => core}/measures.sql,
	regress/{ => core}/measures_expected, regress/{ =>
	core}/minimum_bounding_circle.sql, regress/{ =>
	core}/minimum_bounding_circle_expected, regress/{ =>
	core}/minimum_clearance.sql, regress/{ =>
	core}/minimum_clearance_expected, regress/{ => core}/mvt.sql,
	regress/{ => core}/mvt_expected, regress/{ => core}/mvt_jsonb.sql,
	regress/{ => core}/mvt_jsonb_expected, regress/{ => core}/node.sql,
	regress/{ => core}/node_expected, regress/{ => core}/normalize.sql,
	regress/{ => core}/normalize_expected, regress/{ =>
	core}/offsetcurve.sql, regress/{ => core}/offsetcurve_expected,
	regress/{ => core}/operators.sql, regress/{ =>
	core}/operators_expected, regress/{ => core}/orientation.sql,
	regress/{ => core}/orientation_expected, regress/{ =>
	core}/oriented_envelope.sql, regress/{ =>
	core}/oriented_envelope_expected, regress/{ =>
	core}/out_geography.sql, regress/{ => core}/out_geography_expected,
	regress/{ => core}/out_geometry.sql, regress/{ =>
	core}/out_geometry_expected, regress/{ => core}/polygonize.sql,
	regress/{ => core}/polygonize_expected, regress/{ =>
	core}/polyhedralsurface.sql, regress/{ =>
	core}/polyhedralsurface_expected, regress/{ =>
	core}/postgis_type_name.sql, regress/{ =>
	core}/postgis_type_name_expected, regress/{ =>
	core}/quantize_coordinates.sql, regress/{ =>
	core}/quantize_coordinates_expected, regress/{ =>
	core}/regress.sql, regress/{ => core}/regress_bdpoly.sql, regress/{
	=> core}/regress_bdpoly_expected, regress/{ =>
	core}/regress_big_polygon.sql, regress/{ =>
	core}/regress_biginsert.sql, regress/{ =>
	core}/regress_brin_index.sql, regress/{ =>
	core}/regress_brin_index_3d.sql, regress/{ =>
	core}/regress_brin_index_3d_expected, regress/{ =>
	core}/regress_brin_index_expected, regress/{ =>
	core}/regress_brin_index_geography.sql, regress/{ =>
	core}/regress_brin_index_geography_expected, regress/{ =>
	core}/regress_buffer_params.sql, regress/{ =>
	core}/regress_buffer_params_expected, regress/{ =>
	core}/regress_expected, regress/{ => core}/regress_index.sql,
	regress/{ => core}/regress_index_expected, regress/{ =>
	core}/regress_index_nulls.sql, regress/{ =>
	core}/regress_index_nulls_expected, regress/{ =>
	core}/regress_lots_of_3dpoints.sql, regress/{ =>
	core}/regress_lots_of_geographies.sql, regress/{ =>
	core}/regress_lots_of_nulls.sql, regress/{ =>
	core}/regress_lots_of_points.sql, regress/{ =>
	core}/regress_lrs.sql, regress/{ => core}/regress_lrs_expected,
	regress/{ => core}/regress_management.sql, regress/{ =>
	core}/regress_management_expected, regress/{ =>
	core}/regress_ogc.sql, regress/{ => core}/regress_ogc_cover.sql,
	regress/{ => core}/regress_ogc_cover_expected, regress/{ =>
	core}/regress_ogc_expected, regress/{ =>
	core}/regress_ogc_prep.sql, regress/{ =>
	core}/regress_ogc_prep_expected, regress/{ =>
	core}/regress_proj.sql, regress/{ => core}/regress_proj_expected,
	regress/{ => core}/regress_selectivity.sql, regress/{ =>
	core}/regress_selectivity_expected, regress/{ =>
	core}/regress_sfcgal.sql, regress/{ =>
	core}/regress_sfcgal_expected, regress/{ =>
	core}/regress_spgist_index_2d.data, regress/{ =>
	core}/regress_spgist_index_2d.sql, regress/{ =>
	core}/regress_spgist_index_2d_expected, regress/{ =>
	core}/regress_spgist_index_3d.data, regress/{ =>
	core}/regress_spgist_index_3d.sql, regress/{ =>
	core}/regress_spgist_index_3d_expected, regress/{ =>
	core}/relate.sql, regress/{ => core}/relate_bnr.sql, regress/{ =>
	core}/relate_bnr_expected, regress/{ => core}/relate_expected,
	regress/{ => core}/relatematch.sql, regress/{ =>
	core}/relatematch_expected, regress/{ =>
	core}/remove_repeated_points.sql, regress/{ =>
	core}/remove_repeated_points_expected, regress/{ =>
	core}/removepoint.sql, regress/{ => core}/removepoint_expected,
	regress/{ => core}/reverse.sql, regress/{ =>
	core}/reverse_expected, regress/{ => core}/setpoint.sql, regress/{
	=> core}/setpoint_expected, regress/{ => core}/sharedpaths.sql,
	regress/{ => core}/sharedpaths_expected, regress/{ =>
	core}/simplify.sql, regress/{ => core}/simplify_expected, regress/{
	=> core}/simplifyvw.sql, regress/{ => core}/simplifyvw_expected,
	regress/{ => core}/size.sql, regress/{ => core}/size_expected,
	regress/{ => core}/snap.sql, regress/{ => core}/snap_expected,
	regress/{ => core}/snaptogrid.sql, regress/{ =>
	core}/snaptogrid_expected, regress/{ => core}/split.sql, regress/{
	=> core}/split_expected, regress/{ =>
	core}/sql-mm-circularstring.sql, regress/{ =>
	core}/sql-mm-circularstring_expected, regress/{ =>
	core}/sql-mm-compoundcurve.sql, regress/{ =>
	core}/sql-mm-compoundcurve_expected, regress/{ =>
	core}/sql-mm-curvepoly.sql, regress/{ =>
	core}/sql-mm-curvepoly_expected, regress/{ =>
	core}/sql-mm-general.sql, regress/{ =>
	core}/sql-mm-general_expected, regress/{ =>
	core}/sql-mm-multicurve.sql, regress/{ =>
	core}/sql-mm-multicurve_expected, regress/{ =>
	core}/sql-mm-multisurface.sql, regress/{ =>
	core}/sql-mm-multisurface_expected, regress/{ =>
	core}/sql-mm-serialize.sql, regress/{ =>
	core}/sql-mm-serialize_expected, regress/{ => core}/subdivide.sql,
	regress/{ => core}/subdivide_expected, regress/{ =>
	core}/summary.sql, regress/{ => core}/summary_expected, regress/{
	=> core}/swapordinates.sql, regress/{ =>
	core}/swapordinates_expected, regress/{ => core}/temporal.sql,
	regress/{ => core}/temporal_expected, regress/{ =>
	core}/temporal_knn.sql, regress/{ => core}/temporal_knn_expected,
	regress/{ => core}/ticket_3697.wkt, regress/{ => core}/tickets.sql,
	regress/{ => core}/tickets_expected, regress/{ => core}/twkb.sql,
	regress/{ => core}/twkb_expected, regress/{ => core}/typmod.sql,
	regress/{ => core}/typmod_expected, regress/{ =>
	core}/unaryunion.sql, regress/{ => core}/unaryunion_expected,
	regress/{ => core}/voronoi.sql, regress/{ =>
	core}/voronoi_expected, regress/{ => core}/wkb.sql, regress/{ =>
	core}/wkb_expected, regress/{ => core}/wkt.sql, regress/{ =>
	core}/wkt_expected, regress/{ => core}/wmsservers.sql, regress/{ =>
	core}/wmsservers_expected, regress/{ => core}/wrapx.sql, regress/{
	=> core}/wrapx_expected, regress/loader/PointWithSchema.opts,
	regress/loader/mfile.opts, regress/sfcgal/Makefile.in: Split core
	and sfcgal tests allowing to run one w/out the other Closes #4200 git-svn-id: http://svn.osgeo.org/postgis/trunk@16929
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-19  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, raster/test/regress/Makefile.in,
	regress/Makefile.in, topology/test/Makefile.in: Have "installcheck"
	also test CREATE EXTENSION from unpackaged Closes #4205 git-svn-id: http://svn.osgeo.org/postgis/trunk@16928
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-18  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/Makefile.in, regress/Makefile.in,
	topology/test/Makefile.in: Do not run upgrade tests twice Somehow closes #4201 git-svn-id: http://svn.osgeo.org/postgis/trunk@16927
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] Properly upgrade raster from
	unpackaged git-svn-id: http://svn.osgeo.org/postgis/trunk@16926
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-18  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in: Do not mark extention
	objects during pre-extension upgrades Fixes CREATE EXTENSION postgis_topology FROM unpackaged Closes #2503 git-svn-id: http://svn.osgeo.org/postgis/trunk@16925
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-18  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: [check_all_upgrads] Enable testing of
	upgrades from unpackaged Closes #4204 git-svn-id: http://svn.osgeo.org/postgis/trunk@16924
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-18  Sandro Santilli <strk@kbt.io>

	* extensions/upgrade-paths-rules.mk: Make generation of upgrade path
	scripts more verbose git-svn-id: http://svn.osgeo.org/postgis/trunk@16923
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c: Get a little hard-core on NaN
	representation, hopefully won't break obscure architectures (more
	than they are already broken) References #4173 git-svn-id: http://svn.osgeo.org/postgis/trunk@16922
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-17  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_estimate.c: Fix support for PostgreSQL-12
	("getrelid" macro removed) The call is replaced with its expansion which should work as back as
	PostgreSQL-9.1 which is before the oldest version PostGIS-2.2 (our
	oldest maintained branch) supports.  This is then safe to backport to all branches till 2.2.  Patch by Laurenz Albe References #4306 in trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@16917
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-16  Daniel Baston <dbaston@gmail.com>

	* doc/html/style.css, doc/introduction.xml: Updates to doc
	introduction - Use bulleted lists for individual and corporate contributors - Include URLs for corporate contributors, where available - Remove final section of intro (largely duplicated links) - Avoid listing contributors of dependency projects - Update various URLs - Minor formatting changes Closes https://github.com/postgis/postgis/pull/316 git-svn-id: http://svn.osgeo.org/postgis/trunk@16916
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-16  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: [check_all_upgrades] Enable topology
	and raster tests ... rather than just core testing, this should now include raster
	and topology.  Closes #4199 git-svn-id: http://svn.osgeo.org/postgis/trunk@16915
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-15  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Fix spatial_ref_sys.sql target in
	multi-process make .. and drop all refs to sql_bits git-svn-id: http://svn.osgeo.org/postgis/trunk@16914
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-15  Sandro Santilli <strk@kbt.io>

	* topology/topology_drop_before.sql.in: Only drop function IF EXISTS
	...  git-svn-id: http://svn.osgeo.org/postgis/trunk@16909
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-15  Sandro Santilli <strk@kbt.io>

	* topology/topology_drop_before.sql.in: [topology] properly drop
	removed internal functions on upgrade References #4202 in trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@16900
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] Fix handling of split raster,
	broken in r16893 A syntax typo made "has_split_raster" always return 1 git-svn-id: http://svn.osgeo.org/postgis/trunk@16899
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] some debug lines added git-svn-id: http://svn.osgeo.org/postgis/trunk@16898
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-14  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/g_box.c, liblwgeom/lwgeom_api.c,
	libpgcommon/lwgeom_pg.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_window.c: Match memory
	management functions, so that lwalloc is not freed with pfree.  Currently swapping lwalloc to be malloc instead of palloc results in
	non-functional build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16897
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-14  Darafei Praliaskouski <me@komzpa.net>

	* regress/clean.sql, regress/clean_expected: regress: stabilize sort
	order in regress/clean.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@16896
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-14  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, ci/travis/logbt, ci/travis/run_tests.sh: [travis]
	re-enable logbt on dockerized builds git-svn-id: http://svn.osgeo.org/postgis/trunk@16895
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-14  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] honour -v upon postgis
	extension drop failure git-svn-id: http://svn.osgeo.org/postgis/trunk@16894
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-14  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] upgrades from unpackaged always
	have split raster git-svn-id: http://svn.osgeo.org/postgis/trunk@16893
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-14  Sandro Santilli <strk@kbt.io>

	* regress/isvalid_test: Remove unused file git-svn-id: http://svn.osgeo.org/postgis/trunk@16892
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/generator.c: Remove dropshadow from WKT
	examples git-svn-id: http://svn.osgeo.org/postgis/trunk@16891
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/performance_tips.xml: Formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@16890
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_dataman.xml: Fix entity git-svn-id: http://svn.osgeo.org/postgis/trunk@16889
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/style.css: Style abstract and toc titles git-svn-id: http://svn.osgeo.org/postgis/trunk@16888
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/style.css: Style <important> blocks git-svn-id: http://svn.osgeo.org/postgis/trunk@16887
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/style.css: Lighten and ungreenify git-svn-id: http://svn.osgeo.org/postgis/trunk@16886
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Reformat example git-svn-id: http://svn.osgeo.org/postgis/trunk@16885
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in, doc/reference_output.xml,
	doc/reference_processing.xml: Pass clean html parameter, fix a
	couple old references that should be <warning> git-svn-id: http://svn.osgeo.org/postgis/trunk@16884
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/style.css: Update the CSS styling a little bit git-svn-id: http://svn.osgeo.org/postgis/trunk@16883
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-10  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: [proc-upgrade] Don't print more
	lines after oneliner GRANTs Fixes #4197 git-svn-id: http://svn.osgeo.org/postgis/trunk@16882
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-10  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Mark postgis_extensions_upgrade as
	volatile NOTE: does not solve the problem of not noticing       repackaging (reported in       https://trac.osgeo.org/postgis/ticket/4196#comment:4) git-svn-id: http://svn.osgeo.org/postgis/trunk@16881
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_management.xml, postgis/postgis.sql.in: Have
	postgis_extensions_upgrade() package unpackaged extensions See #4196 NOTE: it doesn't re-package tiger geocoder because I would not       know how to tell if the support for it is installed and       it does't re-package topology due to bug #2503 git-svn-id: http://svn.osgeo.org/postgis/trunk@16880
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-08  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: note that apache conf file needs to have path
	changed ffor versionless docs.  Other minor edits.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16878
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-03  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: 
	St_AsMVTGeom: Handle type changes in geometry collections References #4181 git-svn-id: http://svn.osgeo.org/postgis/trunk@16876
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-03  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* loader/cunit/Makefile.in: Loader cunit: Add proj flags References #4194 Closes https://github.com/postgis/postgis/pull/314 git-svn-id: http://svn.osgeo.org/postgis/trunk@16875
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-03  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: oops put in invalid docbook. Fix git-svn-id: http://svn.osgeo.org/postgis/trunk@16874
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-03  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: fix windows packaging git-svn-id: http://svn.osgeo.org/postgis/trunk@16873
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-03  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Move Mark to Past contributors, to complete
	-

	https://lists.osgeo.org/pipermail/postgis-devel/2018-October/027388.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@16872
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-02  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/ptarray.c: Fix undefined behaviour in
	ptarray_clone_deep Closes #4191 Closes https://github.com/postgis/postgis/pull/311/ git-svn-id: http://svn.osgeo.org/postgis/trunk@16871
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-02  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/lwutil.c, loader/pgsql2shp-core.c,
	loader/safileio.c: Fix undefined behaviour in SADFWrite Also addresses several GCC warnings.  Closes #4189 Closes https://github.com/postgis/postgis/pull/310 git-svn-id: http://svn.osgeo.org/postgis/trunk@16863
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-01  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/lwkmeans.c: Avoid division by zero in kmeans Closes #4188 Closes https://github.com/postgis/postgis/pull/309 git-svn-id: http://svn.osgeo.org/postgis/trunk@16860
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-01  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: 
	St_AsMVTGeom: Fix bug when clipping an invalid geometry If the geometry becomes invalid after simplifying, the clipping
	could be invalid too. For those cases we drop the geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16856
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-01  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* topology/Makefile.in: Fix configure switch
	--with-library-minor-version in topology References #3807 Closes https://github.com/postgis/postgis/pull/312 git-svn-id: http://svn.osgeo.org/postgis/trunk@16855
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-01  Regina Obe <lr@pcorp.us>

	* NEWS, configure.ac, doc/installation.xml,
	extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_topology/Makefile.in, postgis/Makefile.in,
	raster/rt_pg/Makefile.in, topology/Makefile.in: Add new configure
	switch --with-library-minor-version, change default behavior to not
	include minor version in extension library files.  Closes #3807 Also fix link in docs that points to old postgis.org git-svn-id: http://svn.osgeo.org/postgis/trunk@16854
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-10-01  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
	section for 3.0.0 new features.  Put a note that
	PostGIS_Extensions_Upgrade() repackages looks functions into
	postgis_raster extension git-svn-id: http://svn.osgeo.org/postgis/trunk@16852
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-28  Regina Obe <lr@pcorp.us>

	* extensions/postgis/unpackage_raster_if_needed.sql: minor wording
	changes git-svn-id: http://svn.osgeo.org/postgis/trunk@16851
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-28  Daniel Baston <dbaston@gmail.com>

	* ci/travis/run_tests.sh: Set RUNTESTFLAGS and -j for Travis build git-svn-id: http://svn.osgeo.org/postgis/trunk@16850
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-28  Daniel Baston <dbaston@gmail.com>

	* .travis.yml: Don't rely on +x for Travis run_tests.sh git-svn-id: http://svn.osgeo.org/postgis/trunk@16849
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-28  Daniel Baston <dbaston@gmail.com>

	* .github/codecov_env.bash, .travis.yml, ci/travis/run_tests.sh,
	liblwgeom/lwspheroid.c: Add Travis build matrix using prebuilt
	Docker images git-svn-id: http://svn.osgeo.org/postgis/trunk@16848
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-27  Regina Obe <lr@pcorp.us>

	* extensions/postgis/unpackage_raster_if_needed.sql,
	postgis/postgis.sql.in: Revise postgis_extensions_upgrade to
	repackage raster if it finds it unpackaged.  Revise unpackage notice
	to say to give instruction to call the postgis_extensions_upgrade
	function and repackage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16847
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-27  Sandro Santilli <strk@kbt.io>

	* regress/sfcgal/tickets.sql, regress/sfcgal/tickets_expected: Add
	test for crash in SFCGAL ST_3DDifference Closes #3255 git-svn-id: http://svn.osgeo.org/postgis/trunk@16846
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-27  Daniel Baston <dbaston@gmail.com>

	* configure.ac: Specify C standard in CFLAGS git-svn-id: http://svn.osgeo.org/postgis/trunk@16845
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-26  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: fix packaging so doesn't include old
	extension files git-svn-id: http://svn.osgeo.org/postgis/trunk@16844
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-24  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* extensions/address_standardizer/tokenize.c: Address compiler
	warning strlcpy isn't a standard function git-svn-id: http://svn.osgeo.org/postgis/trunk@16842
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-24  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix indent git-svn-id: http://svn.osgeo.org/postgis/trunk@16841
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-24  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test] Drop raster if needed when
	enforced by extension git-svn-id: http://svn.osgeo.org/postgis/trunk@16840
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-24  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml, extensions/upgradeable_versions.mk: 
	Add in 2.5.0, 2.4.5 release notes, get rid of 2.5.0 dev releases.
	Add in 2.5.0, 2.5.1dev as upgrade paths git-svn-id: http://svn.osgeo.org/postgis/trunk@16838
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: 
	St_AsMVTGeom: Avoid type changes due to validation References #4181 Closes https://github.com/postgis/postgis/pull/304/ git-svn-id: http://svn.osgeo.org/postgis/trunk@16831
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-22  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: run_test.pl: --extension doesn't imply
	--raster anymore git-svn-id: http://svn.osgeo.org/postgis/trunk@16830
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-22  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Tell run_test.pl that split-raster was
	introduced in PostGIS 3.0.0 Closes #4185 git-svn-id: http://svn.osgeo.org/postgis/trunk@16829
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-21  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_processing.xml, postgis/postgis.sql.in: 
	ST_ChaikinSmoothing: also smooth start/end point of polygon by
	default Closes #4156 Closes https://github.com/postgis/postgis/pull/305 git-svn-id: http://svn.osgeo.org/postgis/trunk@16828
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-18  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add 2.5.0rc3dev as upgrade
	path to make debbie happy git-svn-id: http://svn.osgeo.org/postgis/trunk@16826
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* doc/reference_output.xml, postgis/lwgeom_out_mvt.c,
	postgis/mvt.c, postgis/mvt.h, regress/mvt.sql, regress/mvt_expected: 
	St_AsMVT: Fix id support, and extra tests and documentation Closes #4128 Closes https://github.com/postgis/postgis/pull/303 git-svn-id: http://svn.osgeo.org/postgis/trunk@16825
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-17  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add in 2.5.0rc2 as upgradeable
	path git-svn-id: http://svn.osgeo.org/postgis/trunk@16824
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-17  Regina Obe <lr@pcorp.us>

	* doc/po/es/extras_topology.xml.po: fix parse error in es po git-svn-id: http://svn.osgeo.org/postgis/trunk@16820
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-17  Regina Obe <lr@pcorp.us>

	* doc/po/ko_KR/reference_raster.xml.po: Fix xml parse errors in
	Korean raster po file git-svn-id: http://svn.osgeo.org/postgis/trunk@16818
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-17  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh,
	doc/po/templates/reference_editor.xml.pot, doc/reference_editor.xml: 
	Replace long tag with short-tag for xref ST_MemSize.  Was causing
	problems with po conversion Revise to build html of languages with
	high completion % as part of general doc building git-svn-id: http://svn.osgeo.org/postgis/trunk@16817
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-16  Regina Obe <lr@pcorp.us>

	* doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_type.xml.po, doc/po/de/reporting.xml.po,
	doc/po/de_DE/Makefile, 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/introduction.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_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/reference_temporal.xml.po,
	doc/po/de_DE/reference_transaction.xml.po,
	doc/po/de_DE/reference_type.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_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/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/release_notes.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/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_output.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_raster.xml.po, doc/po/fr/release_notes.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/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_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/release_notes.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/reference_accessor.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_editor.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_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_type.xml.po,
	doc/po/ja/release_notes.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/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_exception.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_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/reference_transaction.xml.po,
	doc/po/ko_KR/reference_type.xml.po,
	doc/po/ko_KR/release_notes.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/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_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/reference_transaction.xml.po,
	doc/po/pl/reference_type.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pl/using_postgis_app.xml.po,
	doc/po/pl/using_postgis_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/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_exception.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/reference_type.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po,
	doc/po/templates/installation.xml.pot,
	doc/po/templates/reference_accessor.xml.pot,
	doc/po/templates/reference_editor.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_output.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/release_notes.xml.pot: remove de_DE, it's redundant
	with de which is more complete.  Update all the po files (pulled
	from transifex) References #3848 git-svn-id: http://svn.osgeo.org/postgis/trunk@16812
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-16  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_doc_translations.sh: update pot is not part of
	pull-tx so needs to be run before pulling the tx files git-svn-id: http://svn.osgeo.org/postgis/trunk@16810
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-16  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_output.xml, postgis/lwgeom_out_mvt.c,
	postgis/mvt.c, postgis/mvt.h, postgis/postgis.sql.in,
	regress/mvt.sql, regress/mvt_expected: ST_AsMVT: Support for Feature
	ID.  Patch by Stepan Kuzmin.  Closes #4128 Closes https://github.com/postgis/postgis/pull/274 git-svn-id: http://svn.osgeo.org/postgis/trunk@16808
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-16  Regina Obe <lr@pcorp.us>

	* regress/in_geojson.sql, regress/in_geojson_expected,
	regress/tickets.sql, regress/tickets_expected: Move geofromjson test
	from tickets to in_geojson so JSON-C guard can be applied.  Closes
	#4178 for PostGIS 3.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16807
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-16  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Document that LLV >= 6 is required for JIT
	compiles.  References #4125 for PostGIS 3.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16805
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-14  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS,
	extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in: 
	Use qualified names in topology extension install Closes #4160 Closes https://github.com/postgis/postgis/pull/300 git-svn-id: http://svn.osgeo.org/postgis/trunk@16801
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-14  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Avoid detail about which VCS is in use Drops SVN mentions from installation docs [ci skip] git-svn-id: http://svn.osgeo.org/postgis/trunk@16797
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-14  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Add instructions about upgrading from
	pre-3.0.0 postgis extension [ci skip] git-svn-id: http://svn.osgeo.org/postgis/trunk@16796
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-14  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_topology/Makefile.in: Remove more duplicated PERL
	assignments git-svn-id: http://svn.osgeo.org/postgis/trunk@16795
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-14  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in: Do not define PERL twice in
	the same Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@16794
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-14  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in: Revert "Do not include PGXS
	from extensions Makefiles" This reverts r16792, it looks like install rule requires PGXS..  git-svn-id: http://svn.osgeo.org/postgis/trunk@16793
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-14  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in: Do not include PGXS from
	extensions Makefiles it is not needed and messes up our PERL variable git-svn-id: http://svn.osgeo.org/postgis/trunk@16792
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-14  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/postgis.sql.in, regress/lwgeom_regress.sql,
	regress/lwgeom_regress_expected: Add postgis_geos_noop function Includes regress test.  Closes #2902 git-svn-id: http://svn.osgeo.org/postgis/trunk@16791
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: Explicitly call perl executable.
	Should fix failure on FreeBSD (bessie bots) (missed spot on last
	commit) git-svn-id: http://svn.osgeo.org/postgis/trunk@16790
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: Explicitly call perl executable.
	Should fix failure on FreeBSD (bessie bots) git-svn-id: http://svn.osgeo.org/postgis/trunk@16789
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c, regress/tickets.sql,
	regress/tickets_expected: Handle almost-infinite features when
	building table statistics in ANALYZE Closes #4144 git-svn-id: http://svn.osgeo.org/postgis/trunk@16788
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Avoid array overflow in ANALYZE
	(Closes #2985) git-svn-id: http://svn.osgeo.org/postgis/trunk@16785
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Darafei Praliaskouski <me@komzpa.net>

	* raster/rt_pg/rtpg_band_properties.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_statistics.c: Postgres 12 disallows variable
	length arrays in C, raster part Patch by Laurenz Albe Closes #4177 git-svn-id: http://svn.osgeo.org/postgis/trunk@16780
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/gserialized_estimate.c: Postgres 12 disallows
	variable length arrays in C Patch by Laurenz Albe Closes #4177 git-svn-id: http://svn.osgeo.org/postgis/trunk@16777
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, doc/html/image_src/Makefile.in,
	extensions/address_standardizer/pagc_api.h,
	extensions/address_standardizer/tokenize.c, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/lwhomogenize.c,
	liblwgeom/lwinline.h, liblwgeom/lwkmeans.c,
	libpgcommon/Makefile.in, loader/Makefile.in,
	loader/cunit/Makefile.in, raster/Makefile.in,
	raster/loader/Makefile.in, raster/rt_core/Makefile.in,
	raster/rt_pg/rtpg_mapalgebra.c, raster/test/cunit/Makefile.in: Fix
	Travis GCC warnings -Wno-implicit-fallthrough added because of Bison-generated code.  -Wno-unknown-warning-option added because of clang.  -Wno-cast-function-type added because of SFCGAL error printing.  Most other warnings fixed.  Closes https://github.com/postgis/postgis/pull/299 git-svn-id: http://svn.osgeo.org/postgis/trunk@16776
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_measure.xml, postgis/lwgeom_geos.c,
	regress/tickets.sql, regress/tickets_expected: ST_Intersеcts
	support GEOMETRYCOLLECTION By some overlook ST_Intersects has a guard against
	GEOMETRYCOLLECTION, while GEOS can handle it.  Closes #4176 Closes https://github.com/postgis/postgis/pull/297 git-svn-id: http://svn.osgeo.org/postgis/trunk@16775
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Sandro Santilli <strk@kbt.io>

	* extensions/upgradeable_versions.mk: Add 2.4.5 upgradeable version git-svn-id: http://svn.osgeo.org/postgis/trunk@16771
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-13  Darafei Praliaskouski <me@komzpa.net>

	* raster/rt_pg/rtpg_mapalgebra.c: rtpg_mapalgebra.c: fix GCC7
	warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16770
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-12  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] Ubuntu Bionic, GCC 7 Re-enabled JIT.  -Werror now shows more warnings.  Closes https://github.com/postgis/postgis/pull/298 git-svn-id: http://svn.osgeo.org/postgis/trunk@16769
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-12  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] cache pg11 debs  - apt --allow-unauthenticated for hiccups with gpg  - cache Postgres 11 debs on Travis.  Closes https://github.com/postgis/postgis/pull/296 git-svn-id: http://svn.osgeo.org/postgis/trunk@16768
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-12  Darafei Praliaskouski <me@komzpa.net>

	* extensions/address_standardizer/std_pg_hash.c,
	extras/wkb_reader/wkbtest.h, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgeom_topo.c, liblwgeom/lwgeom_transform.c,
	libpgcommon/lwgeom_transform.c, postgis/geography_inout.c,
	postgis/geography_measurement.c, postgis/gserialized_estimate.c,
	postgis/gserialized_typmod.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_btree.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_functions_temporal.c, postgis/lwgeom_in_kml.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_transform.c: Remove unused
	errno.h includes.  Closes https://github.com/postgis/postgis/pull/295 git-svn-id: http://svn.osgeo.org/postgis/trunk@16767
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-12  Darafei Praliaskouski <me@komzpa.net>

	* configure.ac, liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwinline.h, liblwgeom/lwkmeans.c,
	liblwgeom/lwline.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
	liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/ptarray.c,
	liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Inline popular
	functions Gets rid of calls to sqrt, getPoint2d_cp, lwgeom_is_empty,
	lwgeom_as_lwpoint, stringbuffer_append.  KMeans on 200 000 points is now 30% faster.  Closes https://github.com/postgis/postgis/pull/294 git-svn-id: http://svn.osgeo.org/postgis/trunk@16760
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] Use Postgres 11 This lets us check SP-GiST pull requests.  JIT is disabled due to LLVM/Postgres pre-release bug.  Closes https://github.com/postgis/postgis/pull/262 git-svn-id: http://svn.osgeo.org/postgis/trunk@16759
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Fix docbook structure, move raster
	configuration in its own sect1 git-svn-id: http://svn.osgeo.org/postgis/trunk@16758
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Update installation docs to reflect raster
	extension split git-svn-id: http://svn.osgeo.org/postgis/trunk@16757
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* NEWS: Add raster split change in NEWS Closes #3888 git-svn-id: http://svn.osgeo.org/postgis/trunk@16756
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Remove duplicated postgis.sql
	creation rule git-svn-id: http://svn.osgeo.org/postgis/trunk@16755
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_management.xml, postgis/postgis.sql.in: Add
	postgis_raster support in postgis_extensions_upgrade() git-svn-id: http://svn.osgeo.org/postgis/trunk@16754
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* configure.ac, extensions/postgis/Makefile.in,
	raster/rt_pg/Makefile.in: Fix build of postgis upgrade when
	configuring --without-raster git-svn-id: http://svn.osgeo.org/postgis/trunk@16753
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/Makefile.in: Re-use generalized
	extension upgrade paths makefile snippet git-svn-id: http://svn.osgeo.org/postgis/trunk@16752
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* configure.ac: Extension does not depend on raster anymore git-svn-id: http://svn.osgeo.org/postgis/trunk@16751
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/unpackage_raster_if_needed.sql: Also give an
	hint about dropping raster after upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@16750
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/Makefile.in: Fix installation of
	postgis_raster upgrade scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@16749
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_raster/unpackaged_check.sql.in: Include upgrade
	in raster extension create from unpackaged git-svn-id: http://svn.osgeo.org/postgis/trunk@16748
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/Makefile.in,
	extensions/postgis_raster/unpackaged_check.sql.in: Check version
	before allowing to perform upgrade from unpackaged git-svn-id: http://svn.osgeo.org/postgis/trunk@16747
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/Makefile.in: Fix install-upgrade-paths
	rule git-svn-id: http://svn.osgeo.org/postgis/trunk@16746
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Report raster extension status from
	postgis_full_version() git-svn-id: http://svn.osgeo.org/postgis/trunk@16745
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/postgis_raster.control.in: Make raster
	extension depend on postgis extension git-svn-id: http://svn.osgeo.org/postgis/trunk@16744
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated postgis_raster files git-svn-id: http://svn.osgeo.org/postgis/trunk@16743
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_raster/Makefile.in: Fix postgis_raster from
	unpackaged git-svn-id: http://svn.osgeo.org/postgis/trunk@16742
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/make_unpackaged.sql: Make unpackaged from
	postgis_raster too git-svn-id: http://svn.osgeo.org/postgis/trunk@16741
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Encode dependency on
	unpackage_raster_if_needed.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@16740
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/unpackage_raster_if_needed.sql: Evaluate
	unpackage code lazily Avoids having to find all mentioned object at plan time git-svn-id: http://svn.osgeo.org/postgis/trunk@16739
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis/unpackage_raster_if_needed.sql: Only unpackage
	raster when needed, and hint about restoring it git-svn-id: http://svn.osgeo.org/postgis/trunk@16738
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Drop transaction control from extension
	enabler git-svn-id: http://svn.osgeo.org/postgis/trunk@16737
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] More debugging outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@16736
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Drop all type-support functions git-svn-id: http://svn.osgeo.org/postgis/trunk@16735
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	utils/create_extension_unpackage.pl: Drop raster objects from
	postgis extension on upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@16734
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Strip begin/commit locally, for extension git-svn-id: http://svn.osgeo.org/postgis/trunk@16733
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Simplify rules, drop use of
	sql_bits git-svn-id: http://svn.osgeo.org/postgis/trunk@16732
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Only expliclty create/upgrade RASTER
	extension when split extension exists git-svn-id: http://svn.osgeo.org/postgis/trunk@16731
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Sandro Santilli <strk@kbt.io>

	* .gitignore, configure.ac, extensions/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_raster/Makefile.in,
	extensions/postgis_raster/postgis_raster.control.in,
	regress/run_test.pl: Split a postgis_raster extension out of the
	postgis one Tweaks run_test.pl to create raster extension when needed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16730
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-11  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh, configure.ac: Get rid of note that
	3.7.0 is not released.  Switch winnie to test and packaged released
	3.7.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16729
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_geojson.c, liblwgeom/lwin_geojson.c,
	regress/tickets.sql, regress/tickets_expected: NL warning and add
	regression test References #4164 git-svn-id: http://svn.osgeo.org/postgis/trunk@16727
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_geojson.c, liblwgeom/lwin_geojson.c: Parse
	error on incorrectly nested GeoJSON input Closes #4164 git-svn-id: http://svn.osgeo.org/postgis/trunk@16725
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-07  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_measures.c, liblwgeom/ptarray.c: Fix
	undefined behaviour in ptarray_segmentize2d Closes #4173 References #4153 Closes
	https://github.com/postgis/postgis/pull/292 git-svn-id: http://svn.osgeo.org/postgis/trunk@16723
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-07  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/lwgeom_geos.c: Fix memory leak in
	lwgeom_offsetcurve Closes #4172 Closes https://github.com/postgis/postgis/pull/291 git-svn-id: http://svn.osgeo.org/postgis/trunk@16722
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-06  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Fix typo in comment [ci skip] git-svn-id: http://svn.osgeo.org/postgis/trunk@16720
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-06  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Do not DROP CASCADE types which are still
	used in columns git-svn-id: http://svn.osgeo.org/postgis/trunk@16719
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-06  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Do not use CASCADE when uninstalling
	operators The least CASCADE we have, the better.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16718
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkt.c, liblwgeom/lwprint.c: Increase double
	printing buffer, and strip out assertion that buffer is never filled
	(References #4165) git-svn-id: http://svn.osgeo.org/postgis/trunk@16717
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-06  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/liblwgeom.h.in, liblwgeom/measures.c: Inline 2D squared
	distance.  This allows loops with distance2d_sqr_pt_pt to be optimized better.  Closes https://github.com/postgis/postgis/pull/290 git-svn-id: http://svn.osgeo.org/postgis/trunk@16715
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-05  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Do not include the dot in the
	version string git-svn-id: http://svn.osgeo.org/postgis/trunk@16714
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-05  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Consider 3.x upgrade-compatible
	with 2.x Closes #4170 As I was at it, I also replaced the use of a temporary function with
	a DO block.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16713
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-09-02  Regina Obe <lr@pcorp.us>

	* regress/run_test.pl: Revise compute of $scriptdir so allows minors
	with 0.  Closes #4166 git-svn-id: http://svn.osgeo.org/postgis/trunk@16712
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c: MVT: Drop geometries smaller than the
	resolution Closes #4161 Closes https://github.com/postgis/postgis/pull/288 git-svn-id: http://svn.osgeo.org/postgis/trunk@16711
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-29  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c: MVT: Fix resource leak when the first
	geometry is NULL Closes #4163 git-svn-id: http://svn.osgeo.org/postgis/trunk@16710
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-28  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_measure.xml: Clarify ST_DWithin usage when
	table stores a point and a radius.  Added after IRC discussion.  Thanks github user Boscop for questions
	and review.  Closes #4162 Closes https://github.com/postgis/postgis/pull/289 git-svn-id: http://svn.osgeo.org/postgis/trunk@16706
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-28  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml, doc/reference_misc.xml: Move
	ST_QuantizeCoordinates from miscellaneous to Editors and fix the
	first example git-svn-id: http://svn.osgeo.org/postgis/trunk@16704
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c: Generate nan() explicitly with a zeroed out
	area, does this fix mix WKB generation of POINT EMPTY? References
	#4138 git-svn-id: http://svn.osgeo.org/postgis/trunk@16703
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Remove duplicate strcmp(), closes #4154 git-svn-id: http://svn.osgeo.org/postgis/trunk@16702
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-23  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_editor.xml, liblwgeom/cunit/cu_measures.c,
	liblwgeom/ptarray.c: ST_Segmentize: split geometry proportionally.  This helps avoid situations when 52 meter long segment is split into
	50 and 2 meter long ones, and split into 26 and 26 meter long ones.
	It is crucial for good interpolating M and Z values.  Thanks Andrew Shadoura for supporting me on Patreon:
	https://www.patreon.com/komzpa Closes https://github.com/postgis/postgis/pull/287 Closes #4153 git-svn-id: http://svn.osgeo.org/postgis/trunk@16701
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-19  Regina Obe <lr@pcorp.us>

	* Version.config: Flip version of trunk to 3.0.0dev git-svn-id: http://svn.osgeo.org/postgis/trunk@16699
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-19  Regina Obe <lr@pcorp.us>

	* ChangeLog: Update change log in prep for 2.5.0rc1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@16696
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-19  Regina Obe <lr@pcorp.us>

	* NEWS: put in date git-svn-id: http://svn.osgeo.org/postgis/trunk@16695
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-19  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, README.postgis, Version.config,
	doc/release_notes.xml: Prep for PostGIS 2.5.0rc1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@16694
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-14  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, configure.ac, utils/create_undef.pl,
	utils/create_unpackaged.pl: Enable deterministic builds Honor SOURCE_DATE_EPOCH variable if present to enable reproducible
	builds Patch by Christoph Berg <myon -at- debian.org> Closes #4147 Closes #4148 git-svn-id: http://svn.osgeo.org/postgis/trunk@16693
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/gserialized_spgist_2d.c,
	postgis/gserialized_spgist_3d.c: PG 12: Use standard macros for
	float limits Closes #4146 git-svn-id: http://svn.osgeo.org/postgis/trunk@16692
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-11  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip version
	to 2.5.0rc1dev git-svn-id: http://svn.osgeo.org/postgis/trunk@16691
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-11  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, README.postgis, Version.config,
	doc/release_notes.xml, extensions/upgradeable_versions.mk: Prep for
	PostGIS 2.5.0beta2 release git-svn-id: http://svn.osgeo.org/postgis/trunk@16689
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-11  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: disable tests that give
	different answer on Proj.5 vs. Proj.4 References #4104 for PostGIS
	2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16688
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-11  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: Fix typo in last commit References #3317
	for PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16687
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-11  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: Put a note that ST_LineMerge strips M
	dimension.  Provide an example of Z-dimension linestrings Closes
	#3317 git-svn-id: http://svn.osgeo.org/postgis/trunk@16686
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c, postgis/mvt.h, regress/mvt.sql,
	regress/mvt_expected, regress/mvt_jsonb.sql,
	regress/mvt_jsonb_expected: Speedup MVT column parsing Closes #4145 Closes https://github.com/postgis/postgis/pull/286 git-svn-id: http://svn.osgeo.org/postgis/trunk@16685
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/mvt.c, postgis/mvt.h: MVT: Uniformize style and rename
	mvt_agg_context 'c' References #4145 Closes https://github.com/postgis/postgis/pull/285 git-svn-id: http://svn.osgeo.org/postgis/trunk@16684
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-08  Daniel Baston <dbaston@gmail.com>

	* NEWS, liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom_geos.c: Fix
	backend crash on ST_OffsetCurve failure Closes #4143 git-svn-id: http://svn.osgeo.org/postgis/trunk@16683
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-07  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_gdalwarp.sql: Change srid test for 993309
	to be the same as 3309 in spatial_ref_sys table.  References #4104 git-svn-id: http://svn.osgeo.org/postgis/trunk@16682
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-02  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* configure.ac, liblwgeom/cunit/cu_triangulate.c,
	regress/Makefile.in: Remove Geos 3.4 guards References #4069 Closes #4142 Closes
	https://github.com/postgis/postgis/pull/284 git-svn-id: http://svn.osgeo.org/postgis/trunk@16681
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_drop_after.sql: Add rectfuncts to drop file so
	existing installs will get cleaned up git-svn-id: http://svn.osgeo.org/postgis/trunk@16680
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-01  Daniel Baston <dbaston@gmail.com>

	* NEWS, doc/reference_processing.xml, liblwgeom/lwgeom_geos.c,
	regress/clipbybox2d_expected, regress/mvt_expected: Revert
	lwgeom_clip_by_rect to use GEOSClipByRect This commit reverts lwgeom_clip_by_rect to its implementation in
	PostGIS 2.2 - 2.4.  It makes trivial modifications to the MVT tests to reflect the
	different results returned by GEOSClipByRect instead of
	GEOSIntersection. The changed results are topologically equivalent
	to the previous results, and their orientation is unchanged.  No tests have been commented out or made version-dependent.  Closes #4134 Closes #4135 References #4038 Closes
	https://github.com/postgis/postgis/pull/282 git-svn-id: http://svn.osgeo.org/postgis/trunk@16679
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: Comment out rect-tree testing functions
	for now git-svn-id: http://svn.osgeo.org/postgis/trunk@16678
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-01  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* extensions/address_standardizer/analyze.c: Address standardizer
	warning References #4140 git-svn-id: http://svn.osgeo.org/postgis/trunk@16677
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-08-01  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom.c: Make lwgeom_subdivide use lwgeom_intersection
	for clipping lwgeom_clip_by_rect describes itself as clipping in a "fast but
	possibly dirty way." This is not a good fit for lwgeom_subdivide, a
	primary use of which is the optimization of point-in-polygon
	processes. That application requires that the area covered by the
	subdivided geometry be the same as the area covered by the original
	geometry, which in turn requires that a robust intersection routine
	be used.  References #4038 Closes https://github.com/postgis/postgis/pull/281 git-svn-id: http://svn.osgeo.org/postgis/trunk@16676
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-30  Regina Obe <lr@pcorp.us>

	* doc/po/de/extras_topology.xml.po, doc/po/de/faq.xml.po,
	doc/po/de/faq_raster.xml.po, doc/po/de/installation.xml.po,
	doc/po/de/introduction.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/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_output.xml.po,
	doc/po/de_DE/reference_processing.xml.po,
	doc/po/de_DE/reference_raster.xml.po,
	doc/po/de_DE/reference_type.xml.po,
	doc/po/de_DE/release_notes.xml.po,
	doc/po/de_DE/using_postgis_dataman.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/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_type.xml.po,
	doc/po/es/release_notes.xml.po,
	doc/po/es/using_postgis_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/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_output.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_raster.xml.po, doc/po/fr/reference_type.xml.po,
	doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_postgis_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/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_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_type.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po,
	doc/po/ja/extras_tigergeocoder.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/reference_accessor.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_editor.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_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_type.xml.po,
	doc/po/ja/release_notes.xml.po,
	doc/po/ja/using_postgis_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/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_exception.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_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/reference_transaction.xml.po,
	doc/po/ko_KR/reference_type.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/ko_KR/using_postgis_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/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_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/reference_transaction.xml.po,
	doc/po/pl/reference_type.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pl/using_postgis_app.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/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_exception.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_raster.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_type.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po: Update files from
	transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@16675
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-30  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, extensions/address_standardizer/Makefile.in,
	extensions/address_standardizer/parseaddress-api.c: Use user
	provided CFLAGS in the address standardizer Closes https://github.com/postgis/postgis/pull/280 Closes #4140 git-svn-id: http://svn.osgeo.org/postgis/trunk@16674
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-30  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/liblwgeom_topo.h, topology/Makefile.in,
	topology/postgis_topology.c: Use user-provided CFLAGS in the
	topology module References #4140 git-svn-id: http://svn.osgeo.org/postgis/trunk@16673
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-27  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/cunit/cu_in_wkt.c: cu_in_wkt: Fix memory leaks in tests Introduced in #4109 git-svn-id: http://svn.osgeo.org/postgis/trunk@16672
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-25  Daniel Baston <dbaston@gmail.com>

	* NEWS, doc/reference_processing.xml, liblwgeom/lwgeom_geos.c,
	regress/clipbybox2d_expected, regress/tickets_expected: Remove
	geometry autofix behavior References #4040 Closes https://github.com/postgis/postgis/pull/268 git-svn-id: http://svn.osgeo.org/postgis/trunk@16671
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-25  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom_geos.c: Clarify retry logic in lwgeom_offsetcurve Closes https://github.com/postgis/postgis/pull/273 git-svn-id: http://svn.osgeo.org/postgis/trunk@16670
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c, regress/tickets.sql,
	regress/tickets_expected: Ensure index filters on expanded boxes are
	large enough to encompass the radii they are searching, closes #4081 git-svn-id: http://svn.osgeo.org/postgis/trunk@16668
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in: Better parallel build
	(references #4105) git-svn-id: http://svn.osgeo.org/postgis/trunk@16667
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_accessor.xml: Harmonize doco with existing
	behaviour, closes #4127 git-svn-id: http://svn.osgeo.org/postgis/trunk@16663
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-23  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt_lex.c,
	liblwgeom/lwin_wkt_lex.l: Fix WKT parser accepting numbers with
	multiple dots Closes #4109 Closes https://github.com/postgis/postgis/pull/277 git-svn-id: http://svn.osgeo.org/postgis/trunk@16662
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-23  Darafei Praliaskouski <me@komzpa.net>

	* raster/rt_core/rt_pixel.c, raster/rt_core/rt_serialize.c,
	raster/rt_core/rt_wkb.c, raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: Fix raster regression on
	Raspberry Pi.  A signed NODATA value was assigned to unsigned variable.  On Intel
	that was reversible, on ARM and PPC it replaced all negatives with
	0.  Thanks to Alina Dolgikh for supporting me:
	https://www.patreon.com/komzpa Closes #4102 Closes https://github.com/postgis/postgis/pull/276 git-svn-id: http://svn.osgeo.org/postgis/trunk@16661
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-22  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, raster/rt_pg/rtpostgis.sql.in: Fix TopologyException in
	Raster Instersection Raster _st_intersects was doing ST_Collect of polygons building each
	pixel, which led to invalid geometry and TopologyException.  Thanks Vinícius A.B. Schmidt for reporting and testing solutions.  Closes #4132 git-svn-id: http://svn.osgeo.org/postgis/trunk@16660
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-22  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in, regress/Makefile.in,
	regress/concave_hull.sql, regress/concave_hull_expected,
	regress/concave_hull_hard.sql, regress/concave_hull_hard_expected,
	regress/sfcgal/concave_hull.sql,
	regress/sfcgal/concave_hull_expected: put back old sfcgal test
	(except use \i, and have the query be what was in sfcgal one), the
	sfcgal one was different Closes #4131 Revise ST_ConcaveHull to use
	ST_UnaryUnion(ST_Collect..) (cause I know sfcgal doesn't replace
	with it's own implementation / a bit of a cheat) Take out some
	ST_Union calls I think are over compensating.  References #3638 git-svn-id: http://svn.osgeo.org/postgis/trunk@16659
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Put in refname what kind of
	ST_MapAlgebra (expression or callback function) Closes #2806 for
	PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16658
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/COPYING: Add license info to tiger_geocoder
	code Closes #3287 for PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16657
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Regina Obe <lr@pcorp.us>

	* doc/po/templates/extras_tigergeocoder.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/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_output.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/reference_type.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot: Update templates git-svn-id: http://svn.osgeo.org/postgis/trunk@16656
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_measure.xml, doc/reference_type.xml: Clarify eps
	units on DBSCAN. Add ST_Distance examples.  Closes https://github.com/postgis/postgis/pull/261 git-svn-id: http://svn.osgeo.org/postgis/trunk@16655
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Darafei Praliaskouski <me@komzpa.net>

	* raster/rt_core/rt_serialize.c: 32bit allocations are 4-byte
	aligned, not 8-byte aligned.  Fix 8-bit alignment assumption in padding to match assert.  Passes tests on 32bit Ubuntu Artful.  References #3994 git-svn-id: http://svn.osgeo.org/postgis/trunk@16654
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_raster.xml: Fix return type doc for
	ST_PixelAsPoints, ST_PixelAsPolygons, and ST_PixelAsCentroids Closes #2971 git-svn-id: http://svn.osgeo.org/postgis/trunk@16653
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Darafei Praliaskouski <me@komzpa.net>

	* doc/extras_tigergeocoder.xml: Clarify that PG* variables are used
	by psql directly.  Closes #2628 git-svn-id: http://svn.osgeo.org/postgis/trunk@16652
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_constructor.xml, doc/reference_output.xml: Document
	precision in EncodedPolyline.  Closes #3631 git-svn-id: http://svn.osgeo.org/postgis/trunk@16651
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-21  Darafei Praliaskouski <me@komzpa.net>

	* doc/faq_raster.xml, doc/postgis.xml: Bump versions in Raster doc.  Closes 4124.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16650
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-18  Regina Obe <lr@pcorp.us>

	* regress/sfcgal/concave_hull.sql,
	regress/sfcgal/concave_hull_expected: Committ same changes to
	concave hull tests to sfcgal as was done for regular git-svn-id: http://svn.osgeo.org/postgis/trunk@16649
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: 
	ST_AsMVTGeom: Clip using tile coordinates also for buffer 0 Closes https://github.com/postgis/postgis/pull/272 References #4120 git-svn-id: http://svn.osgeo.org/postgis/trunk@16648
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-16  Darafei Praliaskouski <me@komzpa.net>

	* postgis/postgis.sql.in, regress/concave_hull.sql,
	regress/concave_hull_expected, regress/ticket_3697.wkt: Make
	ST_ConcaveHull always cover original geometry.  Merge whatever current implementation generates with input before
	returinig to user.  Add currently known problematic geometries as
	test cases for further rewrites.  Closes #3638 Closes #3697 git-svn-id: http://svn.osgeo.org/postgis/trunk@16647
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-15  Darafei Praliaskouski <me@komzpa.net>

	* doc/html/image_src/Makefile.in: Disable parallel doc image
	generation generator.c reuses same tmp[0-9].png intermediate files and corrupts
	images in debian packaged documentation.  Reported on #postgresql-apt@freenode by Myon (Christoph Berg).  git-svn-id: http://svn.osgeo.org/postgis/trunk@16646
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-14  Darafei Praliaskouski <me@komzpa.net>

	* raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_raster.c,
	raster/rt_core/rt_spatial_relationship.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_statistics.c, raster/test/cunit/cu_mapalgebra.c: 
	Fix raster notices.  References #3994 Closes https://github.com/postgis/postgis/pull/271 git-svn-id: http://svn.osgeo.org/postgis/trunk@16645
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-13  Darafei Praliaskouski <me@komzpa.net>

	* configure.ac: Fix postgis_tiger_geocoder.control generation Patch by Christoph Berg Commit 639308e moved the postgis_tiger_geocoder.control into the
	Makefile, but forgot to remove the file from configure.ac, which
	still generates the file, so the Makefile rule is not effective and
	the resulting .control file has the raw @EXTVERSION@ line from the
	.in file.  Closes #4123 Closes https://github.com/postgis/postgis/pull/270 git-svn-id: http://svn.osgeo.org/postgis/trunk@16644
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-13  Darafei Praliaskouski <me@komzpa.net>

	* doc/faq.xml: Sync column names in example.  Closes #4121 git-svn-id: http://svn.osgeo.org/postgis/trunk@16643
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-13  Darafei Praliaskouski <me@komzpa.net>

	* doc/using_postgis_dataman.xml: SP-GiST documentation.  Patch provided by Esteban Zimanyi.  Closes #1847 git-svn-id: http://svn.osgeo.org/postgis/trunk@16642
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-13  Darafei Praliaskouski <me@komzpa.net>

	* postgis/gserialized_spgist_2d.c, postgis/gserialized_spgist_3d.c,
	postgis/gserialized_spgist_3d.h, postgis/lwgeom_box3d.c,
	postgis/lwgeom_box3d.h: SP-GiST implementation polishing Added copyrights to headers, moved BOX3D function declarations from
	SP-GiST to box3d headers to suppress warnings.  References #1847 Closes https://github.com/postgis/postgis/pull/269 git-svn-id: http://svn.osgeo.org/postgis/trunk@16641
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-10  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: 
	ST_AsMVTGeom: Clip using tile coordinates Closes #4120 Closes https://github.com/postgis/postgis/pull/267 git-svn-id: http://svn.osgeo.org/postgis/trunk@16640
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-10  Daniel Baston <dbaston@gmail.com>

	* NEWS, liblwgeom/lwgeom_geos.c: Improve lwgeom_geos clarity References #4027 Closes https://github.com/postgis/postgis/pull/264 git-svn-id: http://svn.osgeo.org/postgis/trunk@16639
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-06  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c,
	liblwgeom/lwprint.c, liblwgeom/lwspheroid.c: Clean memory sanitizer
	warnings References #4118 Closes https://github.com/postgis/postgis/pull/265 git-svn-id: http://svn.osgeo.org/postgis/trunk@16638
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-06  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_setvalues_geomval.sql, regress/twkb.sql,
	topology/test/regress/st_remedgemodface.sql,
	topology/test/regress/st_remedgemodface_expected,
	topology/test/regress/st_remedgenewface.sql,
	topology/test/regress/st_remedgenewface_expected: Adapt regress
	tests for parallel plans Closes #4117 Closes https://github.com/postgis/postgis/pull/266 git-svn-id: http://svn.osgeo.org/postgis/trunk@16637
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-06  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, postgis/mvt.c: MVT combine: Fix bug with invalid property
	values Closes #4115 Closes https://github.com/postgis/postgis/pull/263 git-svn-id: http://svn.osgeo.org/postgis/trunk@16636
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-04  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Reenable debbie's SFCGAL References
	#4068 git-svn-id: http://svn.osgeo.org/postgis/trunk@16634
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-03  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip to
	2.5.0beta2dev git-svn-id: http://svn.osgeo.org/postgis/trunk@16633
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-03  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: update doc release notes in prep for
	2.5.0beta1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@16631
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-03  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, Version.config: Prepping for 2.5.0beta1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@16630
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-01  Regina Obe <lr@pcorp.us>

	* libpgcommon/gserialized_gist.h: Get rid of the ifdefs around the
	functions, these have always existed but were static before.  Closes
	#4114 git-svn-id: http://svn.osgeo.org/postgis/trunk@16629
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-01  Regina Obe <lr@pcorp.us>

	* NEWS: fix typos in last credits git-svn-id: http://svn.osgeo.org/postgis/trunk@16628
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-01  Regina Obe <lr@pcorp.us>

	* NEWS: Minor update to the credits git-svn-id: http://svn.osgeo.org/postgis/trunk@16627
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-07-01  Regina Obe <lr@pcorp.us>

	* NEWS, configure.ac, libpgcommon/gserialized_gist.h,
	libpgcommon/lwgeom_pg.h, postgis/Makefile.in,
	postgis/gserialized_gist_2d.c, postgis/gserialized_spgist_2d.c,
	postgis/gserialized_spgist_3d.c, postgis/gserialized_spgist_3d.h,
	postgis/lwgeom_box3d.c, postgis/postgis.sql.in,
	postgis/postgis_spgist.sql.in, regress/Makefile.in,
	regress/regress_spgist_index_2d.data,
	regress/regress_spgist_index_2d.sql,
	regress/regress_spgist_index_2d_expected,
	regress/regress_spgist_index_3d.data,
	regress/regress_spgist_index_3d.sql,
	regress/regress_spgist_index_3d_expected: spgist 2d and 3d support
	for PG 11+ references #1847 Credits: Arthur Lesuisse, Esteban
	Zimanyi from Université Libre de Bruxelles (ULB)  and Darafei
	Praliaskouski also added logic to exclude PG < 11 from including
	this functionality Closes
	https://github.com/postgis/postgis/pull/258 git-svn-id: http://svn.osgeo.org/postgis/trunk@16626
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-30  Regina Obe <lr@pcorp.us>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Make test sort
	order deterministic by using lateral.  Closes #4111 (Note they are
	going to fix the issue upstream that made this fail on stable 10,
	but I wanted to change this test anyway) git-svn-id: http://svn.osgeo.org/postgis/trunk@16625
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-26  Daniel Baston <dbaston@gmail.com>

	* doc/reference_constructor.xml: Add spaces in documentation Patch from hannes Closes
	https://gitlab.com/postgis/postgis/merge_requests/10 git-svn-id: http://svn.osgeo.org/postgis/trunk@16624
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-18  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: fix spacing git-svn-id: http://svn.osgeo.org/postgis/trunk@16623
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-18  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Fix availability note of
	ST_OrientedEnvelope so it shows in new functions section git-svn-id: http://svn.osgeo.org/postgis/trunk@16622
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-17  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: Link to ST_OrientedEnvelope from
	ST_Envelope git-svn-id: http://svn.osgeo.org/postgis/trunk@16621
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-17  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_envelope01.wkt,
	doc/html/image_src/st_orientedenvelope01.wkt,
	doc/reference_accessor.xml, doc/reference_processing.xml: Add
	graphical examples for ST_Envelope and ST_OrientedEnvelope git-svn-id: http://svn.osgeo.org/postgis/trunk@16620
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/lwstroke.c: Fix infinite
	loop in linearization of a big radius small arc Ref #4058 for trunk (2.5.0dev) Includes unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@16618
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* regress/mvt.sql, regress/mvt_expected: MVT tests: Remove
	ST_Normalize calls References #4106 git-svn-id: http://svn.osgeo.org/postgis/trunk@16616
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-13  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .travis.yml: Travis: Install all required dependencies for MVT
	tests References #4106 git-svn-id: http://svn.osgeo.org/postgis/trunk@16615
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: Fix flags in case where a boxless geom
	comes in with a "has box" set of flags.  References #4707 git-svn-id: http://svn.osgeo.org/postgis/trunk@16612
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: Remove erroneous commutator definitions
	for over(left/right/above/below) operators. Closes #4088 git-svn-id: http://svn.osgeo.org/postgis/trunk@16611
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-06  Darafei Praliaskouski <me@komzpa.net>

	* regress/tickets.sql: Debbie / Postgres 9.4 calls function twice.  References #4103 git-svn-id: http://svn.osgeo.org/postgis/trunk@16610
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-05  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c,
	postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: ST_PointOnSurface handling of invalid.  Prints a loud notice and passes input through MakeValid.  Closes #4103 Closes https://github.com/postgis/postgis/pull/257 git-svn-id: http://svn.osgeo.org/postgis/trunk@16609
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-05  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/lwgeom_geos.c, postgis/postgis.sql.in: Unify
	geometry centroid functions Make ST_Centroid call lwgeom_centroid.  Closes #3960 Closes https://github.com/postgis/postgis/pull/256 git-svn-id: http://svn.osgeo.org/postgis/trunk@16608
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-05  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_clip_by_rect.c, liblwgeom/cunit/cu_geos.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_geos.c, postgis/mvt.c,
	postgis/postgis_module.c, regress/node.sql: Remove mentions of GEOS
	<= 3.5.0.  PostGIS requires 3.5.0 already.  Closes https://github.com/postgis/postgis/pull/255 git-svn-id: http://svn.osgeo.org/postgis/trunk@16607
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-03  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c, regress/cluster.sql,
	regress/cluster_expected: ST_ClusterKMeans: handle effective K=0
	when all the inputs are EMPTY Closes #4101 Closes https://github.com/postgis/postgis/pull/254 git-svn-id: http://svn.osgeo.org/postgis/trunk@16605
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-02  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c, regress/cluster.sql,
	regress/cluster_expected: Let KMeans init even if there are only
	duplicates in input Added reporting of duplicates noticed on init pass.  Closes #4100 Closes https://github.com/postgis/postgis/pull/253 git-svn-id: http://svn.osgeo.org/postgis/trunk@16604
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: change to version 2.5.0 and have
	table generated be 25 git-svn-id: http://svn.osgeo.org/postgis/trunk@16603
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-01  Darafei Praliaskouski <me@komzpa.net>

	* doc/using_postgis_dataman.xml: [doc] fix invalid xml make check skips it for me locally for some reason.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16602
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-01  Darafei Praliaskouski <me@komzpa.net>

	* doc/using_postgis_dataman.xml: [doc] Update index usage
	troubleshooting section Contains typo fixes reported by Yaroslav Schekin in
	https://t.me/pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@16601
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-01  Darafei Praliaskouski <me@komzpa.net>

	* doc/using_postgis_dataman.xml: [doc] fix xml structure git-svn-id: http://svn.osgeo.org/postgis/trunk@16600
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-06-01  Darafei Praliaskouski <me@komzpa.net>

	* doc/using_postgis_dataman.xml: [doc] dbmanagement manual pass Removed some dust, references to PostGIS 1 and Postgres 7.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16599
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-31  Sandro Santilli <strk@kbt.io>

	* NEWS: Add entry about upgrade script symlinks git-svn-id: http://svn.osgeo.org/postgis/trunk@16598
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-30  Darafei Praliaskouski <me@komzpa.net>

	* doc/html/image_src/generator.c: Fix typo in drawPoint() in doc
	images generator.  Issue introduced in r16296 Closes #4098 Closes https://github.com/postgis/postgis/pull/252 git-svn-id: http://svn.osgeo.org/postgis/trunk@16597
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwalgorithm.c: Fix function comment for lw_arc_center git-svn-id: http://svn.osgeo.org/postgis/trunk@16596
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-28  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Flip to
	2.5.0beta1dev git-svn-id: http://svn.osgeo.org/postgis/trunk@16595
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-28  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: Add in Enhancements and Fixes section for
	PostGIS 2.5.0alpha git-svn-id: http://svn.osgeo.org/postgis/trunk@16593
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-28  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, Version.config, doc/release_notes.xml: In prep
	for PostGIS 2.5.0alpha release git-svn-id: http://svn.osgeo.org/postgis/trunk@16592
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-28  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_accum.c: put back pgis_abs_in and pgis_abs_out as
	stubs to maintain lib compatibility with PostGIS 2.4 and below
	References #4097 git-svn-id: http://svn.osgeo.org/postgis/trunk@16591
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-23  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/measures.c: Remove trailing blank git-svn-id: http://svn.osgeo.org/postgis/trunk@16589
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/effectivearea.c, liblwgeom/measures.c: Inconsistent
	results from qsort callback (references #4093) git-svn-id: http://svn.osgeo.org/postgis/trunk@16583
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-22  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* NEWS, raster/rt_pg/Makefile.in: rt_pg: Fix build issue with LVM
	jit Patch by Laurenz Albe (modified to include CFLAGS too) Closes #4094 Related to #4060 git-svn-id: http://svn.osgeo.org/postgis/trunk@16582
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-21  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .travis.yml, extensions/address_standardizer/std_pg_hash.c,
	liblwgeom/cunit/cu_sfcgal.c, liblwgeom/lwchaikins.c,
	liblwgeom/lwgeom.c, liblwgeom/lwmval.c, liblwgeom/lwtree.c,
	loader/shp2pgsql-core.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_window.c, raster/loader/raster2pgsql.c,
	raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_raster.c,
	raster/rt_core/rt_util.c, raster/rt_pg/rtpg_band_properties.c,
	raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_mapalgebra.c,
	raster/rt_pg/rtpostgis.c, raster/test/cunit/cu_band_misc.c,
	raster/test/cunit/cu_gdal.c, raster/test/cunit/cu_raster_geometry.c: 
	Address compiler warnings and add -Wextra to travis Closes #4091 Closes https://github.com/postgis/postgis/pull/246 git-svn-id: http://svn.osgeo.org/postgis/trunk@16581
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-16  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwin_twkb.c, regress/tickets.sql,
	regress/tickets_expected: Fixes bounding box handling in twkb_input
	#4089 git-svn-id: http://svn.osgeo.org/postgis/trunk@16572
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-10  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/lwgeom_box3d.c: Wrong code-comment regarding
	front/back of BOX3D Patch by Matthias Bay￼￼ ￼￼ Closes #4084 Closes
	https://github.com/postgis/postgis/pull/241 git-svn-id: http://svn.osgeo.org/postgis/trunk@16570
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-09  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpg_band_properties.c,
	raster/test/regress/load_outdb.sql: Support for PostgreSQL 9.5 use
	Int64GetDatum instead of UInt64GetDatum for < 9.6 Revise tests to
	disable outdb first so that error test consitently fails even if
	default state is to have out db allowed Closes #4083 for PostGIS
	2.5.0 Closes https://github.com/postgis/postgis/pull/240 git-svn-id: http://svn.osgeo.org/postgis/trunk@16569
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-09  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Updated docs and NEWS for various
	changes git-svn-id: http://svn.osgeo.org/postgis/trunk@16567
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-08  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_raster.xml, raster/rt_core/librtcore.h,
	raster/rt_core/rt_band.c, raster/rt_pg/rtpg_band_properties.c,
	raster/rt_pg/rtpg_raster_properties.c,
	raster/rt_pg/rtpostgis.sql.in, raster/test/cunit/cu_band_basics.c,
	raster/test/regress/load_outdb.sql,
	raster/test/regress/load_outdb_expected,
	raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_mapalgebra_expected: Add ST_BandFileSize and
	           ST_BandFileTimestamp, extend ST_BandMetadata (Even Rouault) Closes
	#4083 for PostGIS 2.5.0 Closes
	https://github.com/postgis/postgis/pull/240 git-svn-id: http://svn.osgeo.org/postgis/trunk@16566
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-08  Regina Obe <lr@pcorp.us>

	* .travis.yml: Patch from Even Rouault - remove useless cd, that
	prevent Travis-CI to work from developer accounts Was part of
	https://github.com/postgis/postgis/pull/240 git-svn-id: http://svn.osgeo.org/postgis/trunk@16565
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_sfcgal.c: Delay freeing input until processing
	complete. From lucasvr.  References #3980 git-svn-id: http://svn.osgeo.org/postgis/trunk@16563
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Emit a cancellation error code on GEOS
	interruptedExceptions, for consistency with internal interruptions.
	References #4070 git-svn-id: http://svn.osgeo.org/postgis/trunk@16561
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml: Add enhancement line to reference git-svn-id: http://svn.osgeo.org/postgis/trunk@16560
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/mvt.c: #4079, ensure that polygons are CW coming out of
	the ASMVTGEOM process git-svn-id: http://svn.osgeo.org/postgis/trunk@16557
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-06  Bjrn Harrtell <bjorn@wololo.org>

	* liblwgeom/lwgeom_topo.c: Follow up to fix review comment
	References #4076 git-svn-id: http://svn.osgeo.org/postgis/trunk@16556
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-05-06  Bjrn Harrtell <bjorn@wololo.org>

	* NEWS, liblwgeom/lwgeom_topo.c,
	topology/test/perf/TopoGeo_addLinestring.sql: Replace
	GEOSPreparedContains with internal winding number algorithm References #4076 git-svn-id: http://svn.osgeo.org/postgis/trunk@16555
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-24  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_misc.xml: [doc] reword ST_QuantizeCoordinates doc git-svn-id: http://svn.osgeo.org/postgis/trunk@16554
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-24  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/lwstroke.c: Survive to
	big max deviation values passed to ST_CurveToLine When using "max-deviation" tolerance type, passing a tolerance
	bigger than twice the radius of any arc resulted in entering an
	infinite loop, only limited by availability of RAM.  This commit fixes the bug by being careful in what's fed to
	acos()...  Includes a unit test.  References #4031 for trunk (2.5.0dev) - to be
	backported git-svn-id: http://svn.osgeo.org/postgis/trunk@16553
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-24  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_processing.xml, liblwgeom/lwgeom_geos.c: GEOS
	ClipByBox2D stub notice now includes ticket link Closes #4039 Closes https://github.com/postgis/postgis/pull/239 git-svn-id: http://svn.osgeo.org/postgis/trunk@16552
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-21  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwkmeans.c, liblwgeom/measures.c,
	regress/lwgeom_regress.sql, regress/lwgeom_regress_expected,
	regress/tickets.sql, regress/tickets_expected: ST_ClusterKMeans k=2
	is now faster and converges better.  This discovered and fixes issue in NULL handling.  Closes #4071 Closes https://github.com/postgis/postgis/pull/238 git-svn-id: http://svn.osgeo.org/postgis/trunk@16548
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .drone.yml: Remove PG 9.3 from Drone matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@16547
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* libpgcommon/lwgeom_transform.c, postgis/geobuf.c,
	postgis/lwgeom_out_mvt.c, postgis/mvt.c: Fix dronie build References #4060 git-svn-id: http://svn.osgeo.org/postgis/trunk@16546
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* libpgcommon/lwgeom_transform.c, postgis/geography_centroid.c,
	postgis/gserialized_estimate.c, postgis/lwgeom_btree.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_prepared.c,
	postgis/lwgeom_rectree.c: Fix travis build (C90 compatibility) References #4060 Closes https://github.com/postgis/postgis/pull/236 git-svn-id: http://svn.osgeo.org/postgis/trunk@16545
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-17  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* .gitignore, postgis/Makefile.in: Postgis module: Pass CFLAGS to
	PGXS References #4060 git-svn-id: http://svn.osgeo.org/postgis/trunk@16544
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Guard against lookup failure, to
	avoid segfault in internally called case (references #4067) git-svn-id: http://svn.osgeo.org/postgis/trunk@16542
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-16  Regina Obe <lr@pcorp.us>

	* configure.ac: put back brin check.  Brin doesn't work for < 9.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@16541
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-16  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_constructor.xml, regress/in_geojson.sql,
	regress/in_geojson_expected: Add doc notes, NEWS, and regress tests
	for json/jsonb (also add missing credits to NEWS) Closes #4006 for
	2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16540
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-16  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, configure.ac, doc/installation.xml,
	doc/postgis.xml: Drop support in configure for PostgreSQL < 9.4 and
	GEOS < 3.5 References #4096 git-svn-id: http://svn.osgeo.org/postgis/trunk@16539
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-11  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: revise to handle use of SOURCE_FOLDER
	if passed in as an arg git-svn-id: http://svn.osgeo.org/postgis/trunk@16538
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-10  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh, ci/debbie/postgis_regress.sh: 
	Disable sfcgal in make dist and regress testing until sfcgal compile
	 issue for CGAL 4.11 / SFCGAL 1.3.3 against PostGIS is fixed
	References #4068 for PostGIS 2.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@16537
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_editor.xml, liblwgeom/liblwgeom_internal.h,
	liblwgeom/ptarray.c, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in, regress/affine.sql, regress/affine_expected: 
	#4063, optional false origin point for use in ST_Scale git-svn-id: http://svn.osgeo.org/postgis/trunk@16531
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-06  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Do not try testing downgrades Closes #4064 git-svn-id: http://svn.osgeo.org/postgis/trunk@16530
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-04-06  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add upgrade paths for newly
	released stable versions git-svn-id: http://svn.osgeo.org/postgis/trunk@16528
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-30  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom_geos_clean.c: GEOSNode
	is not robust, avoid it in MakeValid.  Thread:

	https://lists.osgeo.org/pipermail/postgis-devel/2018-March/027078.htmlCloses #4601 Closes https://github.com/postgis/postgis/pull/235 git-svn-id: http://svn.osgeo.org/postgis/trunk@16509
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-28  Sandro Santilli <strk@kbt.io>

	* postgis/geography_centroid.c: Avoid incompatible automatic
	variable length array Patch by vmo Closes #4059 git-svn-id: http://svn.osgeo.org/postgis/trunk@16508
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-28  Sandro Santilli <strk@kbt.io>

	* topology/test/perf/TopoGeo_addLinestring.sql: Allow running
	topology perf test with run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@16507
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-28  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, raster/rt_pg/rtpg_mapalgebra.c,
	raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: Fix crasher in raster when fed
	an empty raster (note was tempted to change the def of empty raster
	to include raster with no bands but not sure where else that is
	used, so just revised the clip check to not try to clip if no
	bands).  References #3055 for PostGIS 2.5 (trunk), also minor doc
	fix references #2925 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16503
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-27  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwlinearreferencing.c: ST_CPAWithin precision fix Closes #4032 Closes https://github.com/postgis/postgis/pull/234
	References #4025 git-svn-id: http://svn.osgeo.org/postgis/trunk@16499
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-24  Regina Obe <lr@pcorp.us>

	* extensions/postgis_extension_helper.sql: Revise postgis extension
	helper functions to support PostgreSQL 11+ (proisagg  replaced with
	prokind) References #4044 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16497
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-24  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: note in docs about soft upgrade that
	legacy.sql must be rerun for each minor.  References #2960 for
	PostGIS 2.5.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16494
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-23  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom_geos_cluster.c, regress/tickets.sql,
	regress/tickets_expected: Avoid dropping SRID in
	ST_ClusterIntersecting There was not actually a problem with ST_ClusterWithin, and the
	previous commit did not resolve the problem with
	ST_ClusterIntersecting.  References #4055 git-svn-id: http://svn.osgeo.org/postgis/trunk@16490
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-23  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom_geos_cluster.c, regress/tickets.sql,
	regress/tickets_expected: Avoid dropping SRID in ST_ClusterWithin Resolves #4055 git-svn-id: http://svn.osgeo.org/postgis/trunk@16489
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-23  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/lwgeom_functions_analytic.c, regress/chaikin_expected: Fix
	error message in ST_ChaikinSmoothing per request git-svn-id: http://svn.osgeo.org/postgis/trunk@16488
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-23  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/cu_chaikin.c: Fix file header cu_chaikin.c git-svn-id: http://svn.osgeo.org/postgis/trunk@16487
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-23  Nicklas Avn <nicklas.aven@jordogskog.no>

	* NEWS, doc/reference_processing.xml, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_filterm.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/effectivearea.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwmval.c,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/Makefile.in, regress/filterm.sql, regress/filterm_expected: 
	Add function ST_FilterByM #4056 git-svn-id: http://svn.osgeo.org/postgis/trunk@16486
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-23  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwchaikins.c: Fix memory leak in lwline_chaikin Closes https://github.com/postgis/postgis/pull/233 Closes #4053 git-svn-id: http://svn.osgeo.org/postgis/trunk@16485
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-23  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in: schema qualify geography functions
	(including ST_Buffer) Closes #4052 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16483
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-20  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwtree.c: fix space indention to tab git-svn-id: http://svn.osgeo.org/postgis/trunk@16480
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-20  Nicklas Avn <nicklas.aven@jordogskog.no>

	* NEWS, doc/reference_processing.xml, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_chaikin.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwchaikins.c, postgis/lwgeom_functions_analytic.c,
	postgis/postgis.sql.in, regress/Makefile.in, regress/chaikin.sql,
	regress/chaikin_expected: Add ChaikinSmoothing #4050 git-svn-id: http://svn.osgeo.org/postgis/trunk@16479
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-20  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwtree.c: fixes #4049 git-svn-id: http://svn.osgeo.org/postgis/trunk@16478
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Seems sometimes the
	postgis_svn_revision.h gets wiped out, so end up with no svn number.
	Explicitly call svn_repo_revision.pl to ensure we have an svn number
	to read References #4047 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16476
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: this for sure will fix revision
	# this time I tested beforehand References #4047 for PostGIS 2.5
	(trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16475
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: one more try to get the SVN
	number in there git-svn-id: http://svn.osgeo.org/postgis/trunk@16473
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: variable typo git-svn-id: http://svn.osgeo.org/postgis/trunk@16471
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: bah so close I remarked out an
	fi by mistake References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16469
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Fix sed replace that injects
	UTC date and SVN revision number Change to just build BR and DE for
	now References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16468
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Fix sed replace call echo out
	svn number References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16467
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: update-po and put back the
	timestamp, put ? for now for svn rev References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16466
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Take out attempt to add svn
	number to revision or change the title at all References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16465
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-17  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Turn of translation building
	for now until debug issue with it References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16464
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-16  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_lrs.xml: ST_LocateBetween: document offset
	parameter, link See Also
	https://lists.osgeo.org/pipermail/postgis-devel/2018-February/026966.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@16463
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-16  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_subdivide02.wkt: Replace Style01-Style06
	with Style1-Style6 -- we don't have styles called Style0x so was
	breaking the build.  References #4047 git-svn-id: http://svn.osgeo.org/postgis/trunk@16462
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-15  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: wrong path in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@16461
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-15  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: Revise doc building to include
	the SVN revision number if we are doing dev release git-svn-id: http://svn.osgeo.org/postgis/trunk@16460
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-13  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Put in missing availability notes
	for ST_Union and ST_Clip and also put in missed schema
	qualifications on ST_Clip, _ST_Clip functions git-svn-id: http://svn.osgeo.org/postgis/trunk@16459
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-13  Darafei Praliaskouski <me@komzpa.net>

	* fuzzers/wkb_import_fuzzer.cpp, fuzzers/wkt_import_fuzzer.cpp: Fix
	fuzzer building since lwgeom uses GEOSNode() Patch by Even Rouault Closes https://github.com/postgis/postgis/pull/232 git-svn-id: http://svn.osgeo.org/postgis/trunk@16458
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-12  Darafei Praliaskouski <me@komzpa.net>

	* doc/html/image_src/st_subdivide01.wkt,
	doc/html/image_src/st_subdivide02.wkt, doc/reference_processing.xml: 
	ST_Subdivide: update documentation and examples.  Closes #4041 git-svn-id: http://svn.osgeo.org/postgis/trunk@16457
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-12  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_functions_basic.c: Fix prototype name git-svn-id: http://svn.osgeo.org/postgis/trunk@16456
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-12  Daniel Baston <dbaston@gmail.com>

	* NEWS, doc/reference_misc.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/Makefile.in, regress/quantize_coordinates.sql,
	regress/quantize_coordinates_expected: Add ST_QuantizeCoordinates Closes #4029 Closes https://github.com/postgis/postgis/pull/225 git-svn-id: http://svn.osgeo.org/postgis/trunk@16455
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-09  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/lwalgorithm.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwlinearreferencing.c,
	liblwgeom/lwtree.c: Liblwgeom: Fix memory leaks Closes #4043 Closes #https://github.com/postgis/postgis/pull/230 git-svn-id: http://svn.osgeo.org/postgis/trunk@16454
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-09  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* regress/tickets.sql: PG11: Force order in failing test Closes #4033 Closes #https://github.com/postgis/postgis/pull/229 git-svn-id: http://svn.osgeo.org/postgis/trunk@16453
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-09  Bborie Park <dustymugs@gmail.com>

	* raster/doc/RFC2-WellKnownBinaryFormat: wrong index for pixtype vs
	code git-svn-id: http://svn.osgeo.org/postgis/trunk@16452
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-07  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_geos.c, regress/big_polygon.wkb,
	regress/clipbybox2d.sql, regress/clipbybox2d_expected,
	regress/regress_big_polygon.sql, regress/subdivide.sql,
	regress/subdivide_expected: ST_Subdivide: improved handling of
	polygons with many holes.  Closes #4038 Closes https://github.com/postgis/postgis/pull/202 git-svn-id: http://svn.osgeo.org/postgis/trunk@16451
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-07  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: Fix invalid inputs for GEOS if it cannot
	process them Invalid input geometry is fixed with MakeValid for GEOS exceptions
	in ST_Intersection, ST_Union, ST_Difference, ST_SymDifference.  Closes #4037 Closes https://github.com/postgis/postgis/pull/228 git-svn-id: http://svn.osgeo.org/postgis/trunk@16450
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_drop_after.sql: Drop pgis_abs and all dependent
	functions in one go Reference #4035 git-svn-id: http://svn.osgeo.org/postgis/trunk@16448
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/postgis_drop_after.sql: Drop unused functions for
	pgis_abs during upgrades References #4035 git-svn-id: http://svn.osgeo.org/postgis/trunk@16447
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/legacy.sql.in, postgis/postgis.sql.in: Annotate changed
	function signatures for pgis_abs removal References #4035 git-svn-id: http://svn.osgeo.org/postgis/trunk@16446
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-05  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_processing.xml: ST_OffsetCurve: update docs about
	MULTI* References #2508 git-svn-id: http://svn.osgeo.org/postgis/trunk@16445
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-05  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_geos.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
	liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwgeom_geos_node.c,
	liblwgeom/lwlinearreferencing.c, postgis/lwgeom_geos.c,
	regress/offsetcurve.sql, regress/offsetcurve_expected: 
	ST_OffsetCurve: support for MULTILINESTRING, GEOMETRYCOLLECTION and
	non-simple inputs Closes #2508 Closes https://github.com/postgis/postgis/pull/224 git-svn-id: http://svn.osgeo.org/postgis/trunk@16444
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/legacy.sql.in, postgis/lwgeom_accum.c,
	postgis/postgis.sql.in: Remove the pgis_abs dummy type and replace
	with use of 'internal' type.  Closes #4035 git-svn-id: http://svn.osgeo.org/postgis/trunk@16443
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-03  Darafei Praliaskouski <me@komzpa.net>

	* .github/codecov.bash, .travis.yml: [github][codecov] Fix coverage
	for files with the same name in different paths git-svn-id: http://svn.osgeo.org/postgis/trunk@16442
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-03  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/utility/standardize_tiger_data.sql: add
	Saint standarization git-svn-id: http://svn.osgeo.org/postgis/trunk@16441
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-03-02  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/bytebuffer.c, liblwgeom/effectivearea.c,
	liblwgeom/effectivearea.h, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos_clean.c,
	liblwgeom/lwgeom_sfcgal.c, liblwgeom/lwgeom_topo.c,
	liblwgeom/lwout_x3d.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwstroke.c, liblwgeom/lwtin.c, liblwgeom/lwtriangle.c,
	liblwgeom/lwutil.c, liblwgeom/measures.c, liblwgeom/measures.h,
	liblwgeom/measures3d.c, liblwgeom/ptarray.c,
	liblwgeom/stringbuffer.c, liblwgeom/varint.c, postgis/brin_2d.c,
	postgis/gserialized_gist_2d.c, postgis/legacy.sql.in,
	postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_lrs.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_spheroid.c: Fix some spelling errors git-svn-id: http://svn.osgeo.org/postgis/trunk@16440
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-28  Sandro Santilli <strk@kbt.io>

	* STYLE: Small review pass for STYLE document git-svn-id: http://svn.osgeo.org/postgis/trunk@16439
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-28  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix space-indented astyle call git-svn-id: http://svn.osgeo.org/postgis/trunk@16438
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-28  Sandro Santilli <strk@kbt.io>

	* astyle.sh: Fix astyle call for space-based indent files git-svn-id: http://svn.osgeo.org/postgis/trunk@16437
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-28  Sandro Santilli <strk@kbt.io>

	* astyle.sh: Have astyle.sh use same indenting as requested by
	editorconfig git-svn-id: http://svn.osgeo.org/postgis/trunk@16436
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-28  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Rename "astyle" Makefile rule to "fmt", mark as
	phony otherwise with my version of make I get an "astyle" script created
	(!) git-svn-id: http://svn.osgeo.org/postgis/trunk@16435
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-27  Ral Marn Rodrguez <rmrodriguez@carto.com>

	* liblwgeom/cunit/cu_measures.c: test_rect_tree_contains_point: Fix
	memory leaks Closes #4026 Closes https://github.com/postgis/postgis/pull/216 git-svn-id: http://svn.osgeo.org/postgis/trunk@16434
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Document and
	regress linemerge cases from SO Closes #4011 git-svn-id: http://svn.osgeo.org/postgis/trunk@16433
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-27  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix xsl script.  Was flagging 2.4
	items instead of 2.5 for 2.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@16432
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-27  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Add ST_Buffer side=arg enhancement
	not to the docs.  References #3989 git-svn-id: http://svn.osgeo.org/postgis/trunk@16431
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: test case for
	CPADistance with narrow temporal ranges (references #4025) git-svn-id: http://svn.osgeo.org/postgis/trunk@16430
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.h: Add re-generated files, a little after
	the lexer/parser so hopefully make stops harassing us for a while
	References #4017 git-svn-id: http://svn.osgeo.org/postgis/trunk@16423
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.l: Fix memory corruption in case where
	lexer is interrupted mid-process References #4017 git-svn-id: http://svn.osgeo.org/postgis/trunk@16422
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c: Use more precise bounds when
	testing overlap of temporal ranges.  Fixes #4025 git-svn-id: http://svn.osgeo.org/postgis/trunk@16419
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore build dir git-svn-id: http://svn.osgeo.org/postgis/trunk@16418
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-23  Mateusz Loskot <mateusz@loskot.net>

	* doc/reference_raster.xml: Clarify ST_Band, ST_AsTIFF description
	in case any of specified band does not exist.  Correct ST_Band
	description in case no bands are specified.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16415
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-23  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: ST_LineToCurve is also available
	since 1.3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16413
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-23  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Fix availability of ST_CurveToLine It is 1.3.0, not 1.2.2 (which was never published, btw) git-svn-id: http://svn.osgeo.org/postgis/trunk@16412
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	postgis/Makefile.in, postgis/geography_measurement_trees.c,
	postgis/lwgeom_functions_analytic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h,
	postgis/lwgeom_rectree.c, postgis/lwgeom_rtree.c,
	postgis/lwgeom_rtree.h, postgis/postgis.sql.in: Add cache support
	for rect_node trees and expose for testing in
	_ST_DistanceRectTreeCached(geom, geom).  References #2614 git-svn-id: http://svn.osgeo.org/postgis/trunk@16410
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-22  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwgeom_geos_clean.c: Format lwgeom_geos_clean.c before
	digging in References #2508 git-svn-id: http://svn.osgeo.org/postgis/trunk@16409
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-22  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, postgis/lwgeom_box3d.c, regress/regress_expected,
	regress/sfcgal/regress_expected: Fix cast from box3d to geometry Patch by Matthias Bay Closes https://github.com/postgis/postgis/pull/214 Closes #4020 git-svn-id: http://svn.osgeo.org/postgis/trunk@16405
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-22  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_geos.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
	regress/sharedpaths_expected, regress/snap_expected: lwgeom_geos.c:
	clean up copy-paste Closes https://github.com/postgis/postgis/pull/217 Closes
	https://trac.osgeo.org/postgis/ticket/4027 git-svn-id: http://svn.osgeo.org/postgis/trunk@16404
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-21  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: minor edits git-svn-id: http://svn.osgeo.org/postgis/trunk@16403
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-21  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Intro hasn't been edited in 10 years. Get
	rid of some statements no longer true and amend to reflect it's no
	longer a single company project git-svn-id: http://svn.osgeo.org/postgis/trunk@16402
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-21  Sandro Santilli <strk@kbt.io>

	* authors.git, authors.svn: Lowercase Algunenano All LDAP account names are lowercase git-svn-id: http://svn.osgeo.org/postgis/trunk@16400
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Regina Obe <lr@pcorp.us>

	* authors.git, authors.svn, doc/introduction.xml: Add Raúl Marín
	Rodríguez to developers list git-svn-id: http://svn.osgeo.org/postgis/trunk@16396
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/test-parseaddress.sql.in: revert
	commit r16327 of this file.  Was causing parse-address test to fail.
	Closes #4024 git-svn-id: http://svn.osgeo.org/postgis/trunk@16395
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: Switch to PostgreSQL 9.6 and libjson-c-dev Fixes gitlab-ci build, closes #4023 git-svn-id: http://svn.osgeo.org/postgis/trunk@16394
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c, liblwgeom/lwtree.c, liblwgeom/lwtree.h,
	postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in: Edge
	tree index on geometries makes distance calculations on large
	geometries go much faster. Needs to be used selectively and
	potentially with a caching component for maximum effect. Test it out
	using _ST_DistanceRectTree(geom, geom) for now.  References #2614 git-svn-id: http://svn.osgeo.org/postgis/trunk@16393
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwgeom_geos.c: Formatting lwgeom_geos.c Closes https://github.com/postgis/postgis/pull/215 git-svn-id: http://svn.osgeo.org/postgis/trunk@16392
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Darafei Praliaskouski <me@komzpa.net>

	* regress/tickets.sql, regress/tickets_expected: Fix errorneous
	ticket number.  References #2985 git-svn-id: http://svn.osgeo.org/postgis/trunk@16391
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Darafei Praliaskouski <me@komzpa.net>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/geography_inout.c, postgis/gserialized_estimate.c,
	postgis/gserialized_typmod.c, postgis/lwgeom_export.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	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_sfcgal.c,
	postgis/lwgeom_transform.c, postgis/postgis_libprotobuf.c,
	raster/rt_pg/rtpg_spatial_relationship.c,
	raster/rt_pg/rtpg_utility.c, topology/postgis_topology.c: Drop
	cstring2text/text2cstring in favor of PostgreSQL functions Patch by Raúl Marín Rodríguez Closes https://github.com/postgis/postgis/pull/213 Closes #4022 git-svn-id: http://svn.osgeo.org/postgis/trunk@16390
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpg_wkb.c: use text_to_cstring instead of
	text2cstring git-svn-id: http://svn.osgeo.org/postgis/trunk@16389
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwgeom_transform.c, regress/regress_proj_expected: PROJ:
	Cleanup point4d_transform and lwproj_from_string Patch by Raúl Marín Rodríguez Closes https://github.com/postgis/postgis/pull/212 Closes #4016 git-svn-id: http://svn.osgeo.org/postgis/trunk@16388
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-20  Darafei Praliaskouski <me@komzpa.net>

	* raster/rt_pg/rtpg_wkb.c: rtpg_wkb: Add missing include Patch by Raúl Marín Rodríguez Closes https://github.com/postgis/postgis/pull/211 Closes #4021
	References #2221 git-svn-id: http://svn.osgeo.org/postgis/trunk@16387
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-19  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/lib_envs.sh,
	ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: Get rid
	of lib_envs.sh back to declaring everything locally git-svn-id: http://svn.osgeo.org/postgis/trunk@16386
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-19  Bborie Park <dustymugs@gmail.com>

	* : 182	4	doc/reference_raster.xml 1	0	raster/rt_pg/Makefile.in 1	3
	raster/rt_pg/rtpg_band_properties.c 14	60	raster/rt_pg/rtpg_inout.c
	1	1	raster/rt_pg/rtpg_mapalgebra.c 200	0	raster/rt_pg/rtpg_wkb.c 42
	1	raster/rt_pg/rtpostgis.sql.in 1	0	raster/test/regress/Makefile.in
	0	39	raster/test/regress/rt_bytea.sql 179	0
	raster/test/regress/rt_wkb.sql 0	0
	 raster/test/regress/rt_wkb_expected create mode 100644
	 raster/rt_pg/rtpg_wkb.c create mode 100644
	 raster/test/regress/rt_wkb.sql create mode 100644
	raster/test/regress/rt_wkb_expected

2018-02-17  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/lwstroke.c, liblwgeom/ptarray.c: Add support to unstroke
	GEOMETRYCOLLECTION Patch by Raúl Marín Rodríguez Closes https://github.com/postgis/postgis/pull/209 git-svn-id: http://svn.osgeo.org/postgis/trunk@16383
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-17  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwgeom_transform.c: pj_transform: Reset pj_errno after
	any error Patch by Raúl Marín Rodríguez Closes https://github.com/postgis/postgis/pull/210 References #4016 git-svn-id: http://svn.osgeo.org/postgis/trunk@16382
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-17  Darafei Praliaskouski <me@komzpa.net>

	* .github/codecov.yml: [github] Configure codecov Disable comment posting, allow coverage to go down a little bit git-svn-id: http://svn.osgeo.org/postgis/trunk@16381
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-15  Daniel Baston <dbaston@gmail.com>

	* NEWS, doc/html/image_src/Makefile.in,
	doc/html/image_src/st_buffer09.wkt,
	doc/html/image_src/st_buffer10.wkt,
	doc/html/image_src/st_buffer11.wkt,
	doc/html/image_src/st_buffer12.wkt,
	doc/html/image_src/st_buffer13.wkt, doc/reference_processing.xml,
	postgis/lwgeom_geos.c, regress/regress_buffer_params.sql,
	regress/regress_buffer_params_expected: Add single-sided buffer
	option Patch from Stephen Knox, modified by me Resolves #3989 git-svn-id: http://svn.osgeo.org/postgis/trunk@16380
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/lwin_wkt_parse.y: Use -p call in
	bison instead of name-prefix in .y file to allow ancient versions of
	bison to build parser git-svn-id: http://svn.osgeo.org/postgis/trunk@16379
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-13  Darafei Praliaskouski <me@komzpa.net>

	* raster/test/regress/check_gdal.sql,
	raster/test/regress/check_gdal_expected: check_gdal: Don't assume
	failure when the datapath is invalid Patch by Raúl Marín Rodríguez Closes https://github.com/postgis/postgis/pull/206 Closes #4013 git-svn-id: http://svn.osgeo.org/postgis/trunk@16378
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-13  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_in_geojson.c,
	liblwgeom/cunit/cu_triangulate.c, liblwgeom/effectivearea.c,
	liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeom_topo.c,
	liblwgeom/lwhomogenize.c, liblwgeom/lwin_geojson.c,
	liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwlinearreferencing.c, liblwgeom/lwout_svg.c,
	liblwgeom/lwout_x3d.c, liblwgeom/lwprint.c, liblwgeom/lwstroke.c,
	liblwgeom/measures.c, postgis/brin_nd.c,
	postgis/gserialized_estimate.c, postgis/lwgeom_accum.c,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_in_geohash.c, postgis/lwgeom_in_gml.c, postgis/mvt.c: 
	Address warnings across liblwgeom/ and postgis/ Patch by Raúl Marín Rodríguez Closes https://github.com/postgis/postgis/pull/207 Closes #4014 git-svn-id: http://svn.osgeo.org/postgis/trunk@16377
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-10  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: hard-code CGAL 4.11 to try to fix
	sfcgal 1.3.2 compileN git-svn-id: http://svn.osgeo.org/postgis/trunk@16376
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_median.c: Fix build tests around geometric median
	(Raúl Marín Rodríguez) Closes
	https://github.com/postgis/postgis/pull/205 Closes #4012 git-svn-id: http://svn.osgeo.org/postgis/trunk@16375
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: #4006, cast json/jsonb to text in
	ST_GeomFromGeoJSON git-svn-id: http://svn.osgeo.org/postgis/trunk@16374
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-07  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_core/librtcore.h,
	raster/rt_core/rt_band.c, raster/rt_pg/rtpg_band_properties.c,
	raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
	raster/test/cunit/cu_band_basics.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_bandmetadata.sql,
	raster/test/regress/rt_bandmetadata_expected,
	raster/test/regress/rt_mapalgebra_expected,
	raster/test/regress/rt_setbandpath.sql,
	raster/test/regress/rt_setbandpath_expected: Add ST_SetBandPath
	(#4007) and ST_SetBandIndex (#4008). Update signature of
	ST_BandMetaData to include external raster band index git-svn-id: http://svn.osgeo.org/postgis/trunk@16373
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-03  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Fix versions to be compatible with
	what SFCGAL was compiled with.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16372
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeodetic_tree.h: Apply
	node sorting before descent to CIRC_NODE trees for faster
	calculation of geography distances.  Closes #4010 git-svn-id: http://svn.osgeo.org/postgis/trunk@16371
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Quiet compiler warnings regarding
	abs/fabs git-svn-id: http://svn.osgeo.org/postgis/trunk@16370
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-02  Daniel Baston <dbaston@gmail.com>

	* regress/oriented_envelope.sql, regress/oriented_envelope_expected: 
	Add files missed in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@16369
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-02  Daniel Baston <dbaston@gmail.com>

	* NEWS, doc/reference_processing.xml, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, regress/Makefile.in: Add ST_OrientedEnvelope Resolves #3176 git-svn-id: http://svn.osgeo.org/postgis/trunk@16368
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-02-01  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: additional information for systemd
	Ubuntu git-svn-id: http://svn.osgeo.org/postgis/trunk@16367
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwgeom_median.c: 
	lwgeom_median: Avoid division by zero (Raúl Marín Rodríguez)
	Closes #3997 Closes https://github.com/postgis/postgis/pull/198 git-svn-id: http://svn.osgeo.org/postgis/trunk@16366
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwprint.c: lwprint_double: Avoid undefined behaviour
	with infinity (Raúl Marín Rodríguez) Closes #4005 Closes
	https://github.com/postgis/postgis/pull/200 git-svn-id: http://svn.osgeo.org/postgis/trunk@16365
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwpoly.c: lwpoly_construct_circle: Avoid division by
	zero (Raúl Marín Rodríguez) Closes #4003 Closes #199 git-svn-id: http://svn.osgeo.org/postgis/trunk@16364
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_btree.c: Avoid memory exhaustion when building a
	btree index (references #4004) From Edmund Horner git-svn-id: http://svn.osgeo.org/postgis/trunk@16360
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-24  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_geos.c: Remove unneeded casts git-svn-id: http://svn.osgeo.org/postgis/trunk@16359
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-22  Sandro Santilli <strk@kbt.io>

	* .drone.yml: [drone] Use trisquel2 image, test all pgsql versions
	and upgrades The new docker image also uses newer GEOS (3.6.2).  References #3813
	taking a step in the GEOS upgrade direction for Dronie git-svn-id: http://svn.osgeo.org/postgis/trunk@16349
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-22  Sandro Santilli <strk@kbt.io>

	* postgis/geography.sql.in: Set availability of support function for
	KNN index Fixes upgrade from 2.1 to 2.2+ References #3978 in trunk (2.5.0+)
	Should be backported up to 2.2 branch git-svn-id: http://svn.osgeo.org/postgis/trunk@16348
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-20  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_sfcgal/Makefile.in: Include minor upgrade in
	sfcgal unpackaged upgrade Closes #3913 again (for sfcgal) and hopefully fixes #4000 git-svn-id: http://svn.osgeo.org/postgis/trunk@16345
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-20  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/sfcgal/regress.sql: Improve check for
	probin consistency See #4000 git-svn-id: http://svn.osgeo.org/postgis/trunk@16344
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-19  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: [run_test.pl] Do not assume OPT_UPGRADE_FROM
	was given git-svn-id: http://svn.osgeo.org/postgis/trunk@16343
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-19  Darafei Praliaskouski <me@komzpa.net>

	* configure.ac, raster/Makefile.in, raster/rt_pg/Makefile.in: 
	Address configure issues for unusual CC/CFLAGS Patch by Raúl Marín Rodríguez.  Closes #3995 Closes https://github.com/postgis/postgis/pull/195 git-svn-id: http://svn.osgeo.org/postgis/trunk@16342
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-19  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwgeom_median.c: Fix bug in iterate_4d.  Patch by Raúl Marín Rodríguez.  Closes #3997 Closes https://github.com/postgis/postgis/pull/196 git-svn-id: http://svn.osgeo.org/postgis/trunk@16341
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-19  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Make OPT_UPGRADE_FROM visible from
	subroutines (I think) Fixes make check RUNTESTFLAGS="--sfcgal --upgrade --extension" git-svn-id: http://svn.osgeo.org/postgis/trunk@16340
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-19  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: More debugging outputs from run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@16339
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-19  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Properly handle upgrade of sfcgal and
	topology from unpackaged.  Also add some more informational output git-svn-id: http://svn.osgeo.org/postgis/trunk@16338
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-19  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_regress.sh: [debbie] pass -v swith to
	run_test.pl consistently git-svn-id: http://svn.osgeo.org/postgis/trunk@16337
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-18  Sandro Santilli <strk@kbt.io>

	* macros/pkg.m4: Forgot to add pkg.m4 macro in r16324 See #3992 git-svn-id: http://svn.osgeo.org/postgis/trunk@16335
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-18  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_regress.sh: Re-enable upgrade testing in debbie,
	chances are sfcgal is now fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@16334
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix sfcgal upgrade in run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@16333
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Don't run upgrade tests until we've
	resolved the sfcgal issue git-svn-id: http://svn.osgeo.org/postgis/trunk@16332
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-18  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: turn off update-po for now
	until can figure out what is issue with transifex errors git-svn-id: http://svn.osgeo.org/postgis/trunk@16331
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c, postgis/geobuf.c: Tweak a couple
	string allocation to use the "just right" pgsql call git-svn-id: http://svn.osgeo.org/postgis/trunk@16330
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-18  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_output.xml, postgis/geography.sql.in,
	postgis/lwgeom_ogc.c, postgis/postgis.sql.in,
	regress/out_geography.sql, regress/out_geography_expected,
	regress/out_geometry.sql, regress/out_geometry_expected: ST_AsText
	now has second argument to limit decimal digits.  Patch by Marc Ducobu, reworked by Darafei Praliaskouski.  Closes #3986 Closes https://github.com/postgis/postgis/pull/194 git-svn-id: http://svn.osgeo.org/postgis/trunk@16329
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-17  Darafei Praliaskouski <me@komzpa.net>

	* doc/html/image_src/st_azimuthmath.sql,
	extensions/address_standardizer/address_standardizer_types.sql.in,
	extensions/address_standardizer/test-init-extensions.sql.in,
	extensions/address_standardizer/test-parseaddress.sql.in,
	extensions/address_standardizer/us_lex.sql,
	extensions/address_standardizer/us_rules.sql,
	extensions/make_unpackaged.sql,
	extensions/postgis_tiger_geocoder/sql_bits/add_search_path.sql.in,
	extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in,
	extensions/postgis_tiger_geocoder/sql_bits/norm_addy_upgrade.sql.in
	,
	extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sq
	l.in,
	extensions/postgis_tiger_geocoder/sql_bits/upgrade_before.sql.in,
	extensions/postgis_topology/sql_bits/remove_from_extension.sql.in,
	extras/WFS_locks/WFS_locks.sql.in, extras/WFS_locks/test.sql,
	extras/history_table/history_table.sql,
	extras/ogc_test_suite/1_schema.sql,
	extras/ogc_test_suite/2_queries.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/interpolate_from_address.sql,
	extras/tiger_geocoder/geocode/other_helper_functions.sql,
	extras/tiger_geocoder/geocode_settings.sql,
	extras/tiger_geocoder/normalize/normalize_address.sql,
	extras/tiger_geocoder/normalize/pprint_addy.sql,
	extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
	extras/tiger_geocoder/regress/geocode_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/tiger_loader_2016.sql,
	extras/tiger_geocoder/tiger_loader_2017.sql,
	extras/tiger_geocoder/topology/tiger_topology_loader.sql,
	extras/tiger_geocoder/upgrade_geocode.sql,
	extras/tiger_geocoder/utility/standardize_tiger_data.sql,
	postgis/geography.sql.in, postgis/geography_brin.sql.in,
	postgis/legacy.sql.in, postgis/legacy_gist.sql.in,
	postgis/legacy_minimal.sql.in, postgis/long_xact.sql.in,
	postgis/postgis.sql.in, postgis/postgis_brin.sql.in,
	postgis/postgis_drop_after.sql, postgis/sfcgal.sql.in,
	postgis/uninstall_geography.sql.in,
	postgis/uninstall_long_xact.sql.in,
	postgis/uninstall_sfcgal.sql.in, postgis/uninstall_sqlmm.sql.in,
	raster/rt_pg/rtpostgis.sql.in, raster/rt_pg/rtpostgis_drop.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
	raster/scripts/plpgsql/_MapAlgebraParts.sql,
	raster/scripts/plpgsql/st_areaweightedsummarystats.sql,
	raster/scripts/plpgsql/st_deleteband.sql,
	raster/scripts/plpgsql/st_geomextent2rastercoord.sql,
	raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
	raster/scripts/plpgsql/st_setarray.sql,
	raster/scripts/plpgsql/st_setvalues.sql,
	raster/scripts/plpgsql/st_tile.sql,
	raster/scripts/plpgsql/st_union.sql,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_overviews.sql,
	raster/test/regress/rt_4ma.sql, raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_createoverview.sql,
	raster/test/regress/rt_dumpvalues.sql,
	raster/test/regress/rt_elevation_functions.sql,
	raster/test/regress/rt_georeference.sql,
	raster/test/regress/rt_geos_relationships.sql,
	raster/test/regress/rt_gist_relationships.sql,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersects.sql,
	raster/test/regress/rt_invdistweight4ma.sql,
	raster/test/regress/rt_mapalgebra_expr.sql,
	raster/test/regress/rt_mapalgebra_mask.sql,
	raster/test/regress/rt_mapalgebraexpr_2raster.sql,
	raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
	raster/test/regress/rt_nearestvalue.sql,
	raster/test/regress/rt_pixelofvalue.sql,
	raster/test/regress/rt_set_properties.sql,
	raster/test/regress/rt_utility.sql, regress/clean.sql,
	regress/concave_hull.sql, regress/curvetoline.sql,
	regress/empty.sql, regress/estimatedextent.sql,
	regress/frechet.sql, regress/geography_covers.sql,
	regress/in_gml.sql, regress/in_kml.sql, regress/interrupt.sql,
	regress/interrupt_buffer.sql, regress/interrupt_relate.sql,
	regress/iscollection.sql, regress/isvaliddetail.sql,
	regress/knn.sql, regress/knn_recheck.sql,
	regress/loader/ReprojectPts-pre.sql,
	regress/loader/ReprojectPtsGeog-pre.sql,
	regress/loader/mfile.select.sql, regress/long_xact.sql,
	regress/lwgeom_regress.sql, regress/measures.sql, regress/mvt.sql,
	regress/operators.sql, regress/orientation.sql,
	regress/out_geography.sql, regress/out_geometry.sql,
	regress/polyhedralsurface.sql, regress/regress.sql,
	regress/regress_index_nulls.sql,
	regress/regress_lots_of_points.sql, regress/regress_lrs.sql,
	regress/regress_ogc_prep.sql, regress/regress_selectivity.sql,
	regress/remove_repeated_points.sql, regress/removepoint.sql,
	regress/sfcgal/concave_hull.sql, regress/sfcgal/empty.sql,
	regress/sfcgal/geography.sql, regress/sfcgal/measures.sql,
	regress/sfcgal/regress.sql, regress/sfcgal/regress_ogc_prep.sql,
	regress/sfcgal/tickets.sql, regress/sql-mm-serialize.sql,
	regress/subdivide.sql, regress/temporal.sql, regress/tickets.sql,
	regress/twkb.sql, regress/typmod.sql, regress/wkt.sql,
	topology/sql/export/TopoJSON.sql.in,
	topology/sql/export/gml.sql.in, topology/sql/populate.sql.in,
	topology/sql/predicates.sql.in,
	topology/sql/query/getfacebypoint.sql.in,
	topology/sql/sqlmm.sql.in,
	topology/sql/topogeometry/cleartopogeom.sql.in,
	topology/sql/topogeometry/simplify.sql.in,
	topology/sql/topogeometry/totopogeom.sql.in,
	topology/test/cache_geometries.sql,
	topology/test/load_features.sql,
	topology/test/load_topology.sql.in,
	topology/test/more_features.sql, topology/test/predicates.sql.in,
	topology/test/query_features.sql,
	topology/test/regress/addface.sql,
	topology/test/regress/addnode.sql,
	topology/test/regress/getedgebypoint.sql,
	topology/test/regress/getfacebypoint.sql,
	topology/test/regress/getnodebypoint.sql,
	topology/test/regress/gml.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_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_addpolygon.sql,
	topology/test/regress/topogeom_edit.sql,
	topology/test/regress/totopogeom.sql, topology/topology.sql.in,
	topology/topology_drop_after.sql.in,
	topology/topology_drop_before.sql.in, utils/create_undef.pl,
	utils/create_unpackaged.pl: Formatting: remove trailing whitespace
	from .sql files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16327
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-16  Darafei Praliaskouski <me@komzpa.net>

	* regress/regress_lots_of_3dpoints.sql,
	regress/regress_lots_of_points.sql: Use bigint in
	regress_lots_of_points* to make 32bit tuple alignment consistent
	with 64bit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16326
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-16  Sandro Santilli <strk@kbt.io>

	* configure.ac: Use PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect
	pkg-config Patch by Bas Couwenberg Closes #3992 git-svn-id: http://svn.osgeo.org/postgis/trunk@16324
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-16  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwgeom_api.c: interpolate_point4d: PARANOIA check should
	be on raw value instead of absolute git-svn-id: http://svn.osgeo.org/postgis/trunk@16323
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-16  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, postgis/gserialized_estimate.c: [travis] Enable -Wall Closes https://github.com/postgis/postgis/pull/193 git-svn-id: http://svn.osgeo.org/postgis/trunk@16322
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-16  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/g_box.c, liblwgeom/g_serialized.c,
	liblwgeom/lwcollection.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_topo.c,
	liblwgeom/lwin_twkb.c, liblwgeom/lwin_wkb.c,
	liblwgeom/lwlinearreferencing.c, liblwgeom/lwout_wkb.c,
	liblwgeom/lwpoly.c, liblwgeom/measures.c, liblwgeom/measures3d.c,
	liblwgeom/ptarray.c, libpgcommon/gserialized_gist.c,
	libpgcommon/lwgeom_transform.c, loader/shp2pgsql-core.c,
	postgis/geography_inout.c, postgis/gserialized_estimate.c,
	postgis/gserialized_typmod.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_export.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_in_gml.c,
	regress/geography.sql, regress/geography_expected,
	regress/lwgeom_regress.sql, regress/lwgeom_regress_expected,
	regress/out_geography.sql, regress/out_geography_expected,
	regress/out_geometry.sql, regress/out_geometry_expected,
	topology/postgis_topology.c: Fix warnings.  Remove unreachable code.  Fix pointer dereference and null check
	order.  Fix HAS_Z/M and g1/g2 mixup in conditions.  Fix typmod
	variables to be signed.  Fix & and && in conditions.  Cover ST_AsGML
	with tests. Check option bitmask for unsupported bits.  Cover
	typmod_in/typmod_out with tests.  Reorder *free* to happen before
	*return*.  Closes https://github.com/postgis/postgis/pull/192 git-svn-id: http://svn.osgeo.org/postgis/trunk@16319
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Remove warning: unsigned is always positive git-svn-id: http://svn.osgeo.org/postgis/trunk@16318
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-16  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: fix typo in condition git-svn-id: http://svn.osgeo.org/postgis/trunk@16317
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-16  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: strip the microversion in the
	doc generation of doc-html tar, pdf, epub if this is a development
	release git-svn-id: http://svn.osgeo.org/postgis/trunk@16316
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-15  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh, ci/debbie/postgis_release_docs.sh: 
	change to call with bash instead of sh, get rid of re-autogen would
	have been already done.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16311
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-15  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@16310
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-15  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: one more try to get this bash
	logic right git-svn-id: http://svn.osgeo.org/postgis/trunk@16309
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-15  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: try again git-svn-id: http://svn.osgeo.org/postgis/trunk@16308
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-15  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@16307
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-15  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh: inject a dev timestamp into the
	docs only when in development git-svn-id: http://svn.osgeo.org/postgis/trunk@16306
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-15  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, ci/debbie/postgis_release_docs.sh,
	extensions/upgradeable_versions.mk: add missing 2.3.5, 2.3.6, 2.4.3
	to extensions upgrade, revise doc build to not have SVN placeholder
	(may bring back later) git-svn-id: http://svn.osgeo.org/postgis/trunk@16304
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-15  Regina Obe <lr@pcorp.us>

	* configure.ac: with_interrupt_tests using non-standard extension
	Patch from Greg Troxel References #3988 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16297
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-14  Darafei Praliaskouski <me@komzpa.net>

	* doc/html/image_src/generator.c, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_svg.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwout_x3d.c, liblwgeom/lwprint.c, liblwgeom/lwutil.c,
	regress/lwgeom_regress_expected, regress/regress_expected,
	regress/regress_sfcgal_expected, regress/sfcgal/README,
	regress/sfcgal/regress_expected,
	regress/sfcgal/regress_ogc_expected,
	regress/sfcgal/tickets_expected, regress/tickets_expected: 
	Synchronize coordinate output functins.  Closes #3987 Closes https://github.com/postgis/postgis/pull/190 git-svn-id: http://svn.osgeo.org/postgis/trunk@16296
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-14  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: remove no longer valid steps from HOWTO_RELEASE
	closes #3985 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16293
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-13  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, ci/debbie/postgis_release_docs.sh: revise doc build
	to build html tar ball.  Revise how to release to skip make dist and
	doc build, and to just have these downloaded from site References
	#3985 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16287
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-13  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_release_docs.sh, make_dist.sh: Add missing
	pgpath variable to doc build, get rid of invalid clause in make_dist
	(-v) git-svn-id: http://svn.osgeo.org/postgis/trunk@16286
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-13  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh, ci/debbie/postgis_release_docs.sh: 
	Add step to make the PDF, html and other docs.  References #3985 for
	PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16285
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-13  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh, make_dist.sh: revise make_dist.sh
	to allow overriding the package name References #3985 git-svn-id: http://svn.osgeo.org/postgis/trunk@16283
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-13  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh: no need to cd down, already in
	root git-svn-id: http://svn.osgeo.org/postgis/trunk@16282
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-13  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_make_dist.sh: First draft References #3985 git-svn-id: http://svn.osgeo.org/postgis/trunk@16281
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-12  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in: Fix install and clean
	rules git-svn-id: http://svn.osgeo.org/postgis/trunk@16278
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-12  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_effectivearea.c,
	liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geos.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_unionfind.c,
	liblwgeom/effectivearea.c, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/g_util.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.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_clean.c,
	liblwgeom/lwgeom_geos_split.c, liblwgeom/lwgeom_topo.c,
	liblwgeom/lwgeom_transform.c, liblwgeom/lwgeom_wrapx.c,
	liblwgeom/lwhomogenize.c, liblwgeom/lwin_twkb.c,
	liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c,
	liblwgeom/lwin_wkt_lex.c, liblwgeom/lwkmeans.c, liblwgeom/lwline.c,
	liblwgeom/lwlinearreferencing.c, liblwgeom/lwmline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.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_wkb.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwout_x3d.c, liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwspheroid.c, liblwgeom/lwstroke.c, liblwgeom/lwtin.c,
	liblwgeom/lwtriangle.c, liblwgeom/measures.c,
	liblwgeom/measures3d.c, liblwgeom/ptarray.c,
	libpgcommon/gserialized_gist.c, loader/pgsql2shp-core.c,
	loader/shp2pgsql-core.c, loader/shpopen.c, postgis/geobuf.c,
	postgis/geometry_inout.c, postgis/gserialized_estimate.c,
	postgis/gserialized_gist_nd.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_dumppoints.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_rtree.c, postgis/mvt.c,
	raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
	raster/rt_core/librtcore.h, raster/rt_core/rt_band.c,
	raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c,
	raster/rt_core/rt_raster.c, raster/rt_core/rt_statistics.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_spatial_relationship.c,
	raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpostgis.c,
	raster/test/cunit/cu_band_misc.c, raster/test/cunit/cu_gdal.c,
	regress/knn_recheck.sql, regress/knn_recheck_expected,
	topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal.sql,
	topology/test/regress/st_newedgeheal_expected: Use fixed width
	integers.  Patch by Raúl Marín Rodríguez.  Closes #3970 Closes https://github.com/postgis/postgis/pull/183 git-svn-id: http://svn.osgeo.org/postgis/trunk@16270
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-12  Sandro Santilli <strk@kbt.io>

	* configure.ac, extensions/address_standardizer/Makefile.in,
	extensions/address_standardizer/address_standardizer.control.in,
	extensions/address_standardizer/address_standardizer_data_us.contro
	l.in, extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control.in: 
	Generate control file from Makefile rather than ./configure Simplifies code to be more localized, fixed distclean and clean to
	drop those generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@16269
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-12  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] fix RUNTESTFLAGS to hold --verbose even when
	there is --dumprestore specified Closes https://github.com/postgis/postgis/pull/187 git-svn-id: http://svn.osgeo.org/postgis/trunk@16268
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-12  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/lwout_encoded_polyline.c: Encoded Polyline of EMPTY Closes #3982 Closes https://github.com/postgis/postgis/pull/189 git-svn-id: http://svn.osgeo.org/postgis/trunk@16263
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.h, libpgcommon/lwgeom_transform.c,
	libpgcommon/lwgeom_transform.h: When looking up SRID numbers, assume
	that spatial_ref_sys will share a schema will the calling function
	(st_transform, usually) and look for spatial_ref_sys there.
	(References #3975) git-svn-id: http://svn.osgeo.org/postgis/trunk@16262
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Do not try to install sfcgal extension when
	not available When testing upgrade from a version < 2.2.0 and requesting sfcgal
	avoid to create it initially and create it directly at upgrade time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16261
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Sandro Santilli <strk@kbt.io>

	* .editorconfig: Fix editorconfig specification for perl scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@16260
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/lwout_encoded_polyline.c: Add lost mention of Shoaib Burq.  Reformat Encoded Polyline out function to fit 80 columns per strk's
	request.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16259
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Do not try to test upgrade from-to
	the same version git-svn-id: http://svn.osgeo.org/postgis/trunk@16258
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Change to have MAKE_GARDEN,
	MAKE_EXTENSION, DUMP_RESTORE be set in script instead of the job.
	Already took these out of the job.  That way people don't need to
	touch jenkins to fiddle with these and these aren't part of matrix
	(or needed to be known by postgres pre-launch) git-svn-id: http://svn.osgeo.org/postgis/trunk@16257
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Darafei Praliaskouski <me@komzpa.net>

	* .github/stale.yml: [github] enable probot/stale to take care of
	old pull requests git-svn-id: http://svn.osgeo.org/postgis/trunk@16256
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Sandro Santilli <strk@kbt.io>

	* configure.ac: topology and sfcgal extension control files are
	created by make now git-svn-id: http://svn.osgeo.org/postgis/trunk@16255
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/lwout_encoded_polyline.c: Formatting only before toucing
	Encoded Polyline logic.  References #3982 git-svn-id: http://svn.osgeo.org/postgis/trunk@16254
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_sfcgal/postgis_sfcgal.control.in: Refactor sfcgal
	extension script to use generic include This is an attempt to fix upgrade test on Debbie, saying: ERROR:
	extension "postgis_sfcgal" does not exist ref: https://debbie.postgis.net/job/PostGIS_Regress/8259/console git-svn-id: http://svn.osgeo.org/postgis/trunk@16253
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-11  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in,
	extensions/postgis_topology/postgis_topology.control.in: Fix
	generation of postgis_topology.control git-svn-id: http://svn.osgeo.org/postgis/trunk@16252
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-10  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/Makefile.in, liblwgeom/kmeans.c,
	liblwgeom/kmeans.h, liblwgeom/lwkmeans.c,
	regress/lwgeom_regress.sql: Simplify KMeans code.  Remove threaded implementation.  Rewrite generic implementation to
	be POINT2D specific.  Closes #3977 Closes https://github.com/postgis/postgis/pull/186 git-svn-id: http://svn.osgeo.org/postgis/trunk@16251
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-10  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in: Fix topology extension
	install git-svn-id: http://svn.osgeo.org/postgis/trunk@16250
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Back out SPI_execute change, it
	causes a crash in my parallel test case git-svn-id: http://svn.osgeo.org/postgis/trunk@16249
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Change to SPI_execute so we can
	run SRS query in 'read_only' mode and avoid transaction issues that
	break parallel mode git-svn-id: http://svn.osgeo.org/postgis/trunk@16248
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-10  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in,
	extensions/upgrade-paths-rules.mk: Generalize upgrade paths
	extension installs git-svn-id: http://svn.osgeo.org/postgis/trunk@16247
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Remove duplicated diff output This was accidentally included with r16153 by Komzpa git-svn-id: http://svn.osgeo.org/postgis/trunk@16238
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Upgrade SFCGAL too when requested Might help with
	https://debbie.postgis.net/job/PostGIS_Regress/8247/console git-svn-id: http://svn.osgeo.org/postgis/trunk@16237
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* regress/sfcgal/regress.sql: Also test unexpected probin in sfcgal git-svn-id: http://svn.osgeo.org/postgis/trunk@16236
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* postgis/geography_brin.sql.in, postgis/postgis_brin.sql.in: Really
	fix syntax this time (I hope) git-svn-id: http://svn.osgeo.org/postgis/trunk@16235
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* postgis/geography_brin.sql.in, postgis/postgis_brin.sql.in: Fix
	OPERATOR CLASS syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@16234
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* postgis/geography_brin.sql.in, postgis/postgis_brin.sql.in: Drop
	FAMILY specifier from operator class of brin git-svn-id: http://svn.osgeo.org/postgis/trunk@16233
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* postgis/geography_brin.sql.in, postgis/postgis_brin.sql.in: 
	Simplify syntax for brin opclasses so upgrade script recognizes it Fixes #3956 for me git-svn-id: http://svn.osgeo.org/postgis/trunk@16232
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Do not assume CREATE OPERATOR CLASS
	needs to end with ');' A single ending semicolon is enough to terminate the statement git-svn-id: http://svn.osgeo.org/postgis/trunk@16231
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Darafei Praliaskouski <me@komzpa.net>

	* NEWS: NEWS entry for KMeans init change.  Closes #3971 git-svn-id: http://svn.osgeo.org/postgis/trunk@16230
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_regress.sh: Handle error from make garden too git-svn-id: http://svn.osgeo.org/postgis/trunk@16229
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/lwkmeans.c, regress/lwgeom_regress.sql,
	regress/lwgeom_regress_expected: Change KMeans init algorithm to one
	with less skew.  Closes #3971 Closes https://github.com/postgis/postgis/pull/181 git-svn-id: http://svn.osgeo.org/postgis/trunk@16228
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_regress.sh: Fix check_all_upgrades call for
	Debbie git-svn-id: http://svn.osgeo.org/postgis/trunk@16227
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_regress.sh: Have Debbie test available upgrades See https://trac.osgeo.org/postgis/ticket/3956#comment:11 git-svn-id: http://svn.osgeo.org/postgis/trunk@16226
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-09  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql: Add a test for probin correctness Hopefully helps catching the bug reported as #3956
	(geog_brin_inclusion_add_value not upgraded) NOTE: only an upgrade test would catch this git-svn-id: http://svn.osgeo.org/postgis/trunk@16225
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-08  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c, liblwgeom/lwout_x3d.h: Rewrite to use
	stringbuffer instead of the mess of sprintfs Closes #3974 git-svn-id: http://svn.osgeo.org/postgis/trunk@16224
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-05  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, configure.ac: Disable asserts in non-debug builds Enable both debug and non-debug builds on travis.  Closes #3972 Closes https://github.com/postgis/postgis/pull/185 git-svn-id: http://svn.osgeo.org/postgis/trunk@16223
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-05  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_median.c: Disable negative
	values in weighted geometric median.  Reviewed by Dan Baston Closes https://github.com/postgis/postgis/pull/176 git-svn-id: http://svn.osgeo.org/postgis/trunk@16222
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-05  Darafei Praliaskouski <me@komzpa.net>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/ptarray.c,
	regress/remove_repeated_points.sql,
	regress/remove_repeated_points_expected: Fix ST_RemoveRepeatedPoints
	dropping one extra point in certain ptarrays Patch by Raúl Marín Rodríguez.  Closes #3969 Closes https://github.com/postgis/postgis/pull/182 git-svn-id: http://svn.osgeo.org/postgis/trunk@16221
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-04  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: replace lazy sleep 5 with Darafei's
	more robust sleep suggestion git-svn-id: http://svn.osgeo.org/postgis/trunk@16220
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-04  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] enable logbt.  logbt prints a stacktrace each time something it runs segfaults.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16219
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-03  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] pull proj4.9 package from ubuntu artful Fix incomplete chown of postgres.  Allow no trailing blanks on
	select build, so a stray space still can be regressed but will fail.
	Add -g to CFLAGS, so that decompiled files when needed are annotated
	with source code.  Closes https://github.com/postgis/postgis/pull/180 git-svn-id: http://svn.osgeo.org/postgis/trunk@16218
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-02  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] gcc4.8 does not support
	-fstack-protector-strong, relax it to -fstack-protector git-svn-id: http://svn.osgeo.org/postgis/trunk@16217
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-02  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] Travis lies about cpu type which causes
	-march builds to fail.  Change the build matrix.  References #3967 git-svn-id: http://svn.osgeo.org/postgis/trunk@16216
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-02  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/std_pg_hash.c: ISO C90 forbids
	mixed declarations and code, fix corresponding warning git-svn-id: http://svn.osgeo.org/postgis/trunk@16215
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-02  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwkmeans.c, regress/lwgeom_regress.sql,
	regress/lwgeom_regress_expected: Fix KMeans initialization issue
	that lost clusters sometimes.  Closes #3965 Closes https://github.com/postgis/postgis/pull/179 git-svn-id: http://svn.osgeo.org/postgis/trunk@16212
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-02  Darafei Praliaskouski <me@komzpa.net>

	* authors.git, authors.svn: Fix email addresses to use `@` instead
	of ` at ` for better display on github.  Sort authors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16208
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-02  Bborie Park <dustymugs@gmail.com>

	* doc/html/images/apple.txt, doc/reference_raster.xml: docs git-svn-id: http://svn.osgeo.org/postgis/trunk@16207
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in, raster/test/regress/Makefile.in,
	raster/test/regress/rt_grayscale.sql,
	raster/test/regress/rt_grayscale_expected: code and tests for
	ST_Grayscale git-svn-id: http://svn.osgeo.org/postgis/trunk@16206
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in: stubs git-svn-id: http://svn.osgeo.org/postgis/trunk@16205
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-01  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: switch to have version of libs used be
	defined in script rather than the jenkins job git-svn-id: http://svn.osgeo.org/postgis/trunk@16203
	b70326c6-7e19-0410-871a-916f4a2858ee

2018-01-01  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: try to fix issue with if condition git-svn-id: http://svn.osgeo.org/postgis/trunk@16202
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-30  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh: debug issue with winnie's build
	failing and make sure configure is same as regression one git-svn-id: http://svn.osgeo.org/postgis/trunk@16201
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-29  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] enable SQL tests in coverage Postgres runs postgis built with --coverage as another user, so
	traces aren't properly written.  Change process to run as travis
	user.  Closes #3966 git-svn-id: http://svn.osgeo.org/postgis/trunk@16200
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_raster.c: hide variable declaration git-svn-id: http://svn.osgeo.org/postgis/trunk@16199
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-28  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: add documentation about max open files git-svn-id: http://svn.osgeo.org/postgis/trunk@16198
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-28  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_band.c, raster/rt_pg/rtpg_create.c: use
	GDALOpenShared git-svn-id: http://svn.osgeo.org/postgis/trunk@16197
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-28  Darafei Praliaskouski <me@komzpa.net>

	* doc/reference_measure.xml: docs: link ST_Centroid and
	ST_GeometricMedian git-svn-id: http://svn.osgeo.org/postgis/trunk@16196
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-28  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: update docs git-svn-id: http://svn.osgeo.org/postgis/trunk@16195
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-28  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: make sure to drop
	function for upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@16194
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-28  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/librtcore.h, raster/rt_core/rt_raster.c,
	raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpostgis.sql.in,
	raster/test/cunit/cu_gdal.c: add two columns for Read/Write flags
	for ST_GDALDrivers() git-svn-id: http://svn.osgeo.org/postgis/trunk@16193
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-28  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: fix export url for trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@16192
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-28  Regina Obe <lr@pcorp.us>

	* liblwgeom/kmeans.c, liblwgeom/kmeans.h: Fix some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@16191
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-27  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Add 5 seconds sleep before attempt
	to drop regress database, to give pg time to start up in case not
	fully started.  Closes #3962 git-svn-id: http://svn.osgeo.org/postgis/trunk@16190
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-27  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/std_pg_hash.c,
	libpgcommon/lwgeom_transform.c, postgis/lwgeom_geos_prepared.c: 
	Change new cache behavior to require > 9.6 instead of > 9.5, the
	AllocSetContextCreate structure in 9.5 doesn't support
	ALLOCSET_SMALL_SIZES macro so would otherwise require more ugly
	ifdefing.  Closes #3950 git-svn-id: http://svn.osgeo.org/postgis/trunk@16189
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-26  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, doc/reference_measure.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/lwgeom_median.c: Weight-aware ST_GeometricMedian Weight is to be supplied as M ordinate of individual points in
	MultiPoint.  Bring lwgeom_median.c cunit test coverage to 100%.  ST_GeometricMedian(fail_if_not_converged=false, max_iter=0) might
	give you weighted centroid, but that's not a promise.  Closes #3954 Closes https://github.com/postgis/postgis/pull/176 git-svn-id: http://svn.osgeo.org/postgis/trunk@16188
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-25  Darafei Praliaskouski <me@komzpa.net>

	* .editorconfig, liblwgeom/Makefile.in, liblwgeom/box2d.c,
	liblwgeom/liblwgeom_internal.h: Drop box2d.c.  Closes #3955 Closes https://github.com/postgis/postgis/pull/178 git-svn-id: http://svn.osgeo.org/postgis/trunk@16187
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-25  Darafei Praliaskouski <me@komzpa.net>

	* raster/Makefile.in: fix raster build dependencies to get travis
	happy Closes https://github.com/postgis/postgis/pull/177 git-svn-id: http://svn.osgeo.org/postgis/trunk@16186
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-24  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: copy over 2.4.1 and 2.4.2 release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@16184
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-24  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml, configure.ac: [travis] enable coverage reports and
	caching Closes https://github.com/postgis/postgis/pull/158 Closes #3953 git-svn-id: http://svn.osgeo.org/postgis/trunk@16183
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-23  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_triangulate.c: Put assert_empty_diagram in a
	geos >=35 if def.  It's only used for geos 3.5+.  Change should
	quiet dronie git-svn-id: http://svn.osgeo.org/postgis/trunk@16182
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Add 2.5 new / enhanced /changed
	functions section to docs git-svn-id: http://svn.osgeo.org/postgis/trunk@16181
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_nd.c: Remove un-used function git-svn-id: http://svn.osgeo.org/postgis/trunk@16180
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-21  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: Revert warnings as errors checks.
	Winnie can't deal with that too many warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16179
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-21  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Add missing availability info for
	ST_Normalize git-svn-id: http://svn.osgeo.org/postgis/trunk@16178
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-21  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: have winnie trigger fail undefined
	variables git-svn-id: http://svn.osgeo.org/postgis/trunk@16177
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Change syscache stats lookup to
	use STATRELATTINH key and three parameters in all cases. References
	#3904 git-svn-id: http://svn.osgeo.org/postgis/trunk@16175
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Regina Obe <lr@pcorp.us>

	* postgis/geography_measurement.c: Get rid of no longer used
	variables in geography measurenment Closes #3947 for PostGIS 2.5
	(trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16174
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: Fix warning when building against GEOS <
	3.5 See https://gitlab.com/postgis/postgis/-/jobs/45372613 git-svn-id: http://svn.osgeo.org/postgis/trunk@16173
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/address_standardizer/std_pg_hash.c,
	libpgcommon/lwgeom_transform.c, postgis/lwgeom_geos_prepared.c: 
	Simplify support for PgSQL11 and other versions w/ memorycontext
	deleteion callbacks. References #3946.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16172
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: Pass -fno-omit-frame-pointer -Werror to gitlab-ci
	compile failed git-svn-id: http://svn.osgeo.org/postgis/trunk@16171
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Have drone build fail on error git-svn-id: http://svn.osgeo.org/postgis/trunk@16170
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Regina Obe <lr@pcorp.us>

	* libpgcommon/lwgeom_transform.c: cleanup uninitialized use of
	context to appease travis References #3946 git-svn-id: http://svn.osgeo.org/postgis/trunk@16169
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Regina Obe <lr@pcorp.us>

	* libpgcommon/lwgeom_transform.c: if def out GetPJHashEntry for >-96
	when we are using PostgreSQL built-in context.  We don't use it
	cause it returns projection, not the HashEntry grrh.  Take it out to
	quiet travis whining about how we define a function we are not
	using.  References #3946 git-svn-id: http://svn.osgeo.org/postgis/trunk@16168
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Regina Obe <lr@pcorp.us>

	* libpgcommon/lwgeom_transform.c, postgis/lwgeom_geos_prepared.c: 
	Make PostgreSQL 11 compile against  PostGIS 2.5 (trunk) and change
	PostgreSQL 9.6+ to use built-in PostgreSQL memory context
	(CacheMemoryContext for now) instead of our own custom one which is
	too prone to version change breaks.  (still need to patch address
	standardizer) References #3946 git-svn-id: http://svn.osgeo.org/postgis/trunk@16167
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwboundingcircle.c: Apply the epsilon fix to bounding
	circle (references #3930) git-svn-id: http://svn.osgeo.org/postgis/trunk@16165
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Test case on
	minimum bounding circle (references #3930) git-svn-id: http://svn.osgeo.org/postgis/trunk@16164
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Remove old comment line git-svn-id: http://svn.osgeo.org/postgis/trunk@16162
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Use original vertex values where available
	in contructing new pointarray (closes #3941) git-svn-id: http://svn.osgeo.org/postgis/trunk@16161
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-18  Sandro Santilli <strk@kbt.io>

	* ci/debbie/postgis_regress.sh: Force drop of regression database if
	it exists in debbie too Or it keeps blaming me for this failure:
	https://debbie.postgis.net/job/GDAL_PostGIS_Regress/5373/console git-svn-id: http://svn.osgeo.org/postgis/trunk@16160
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Manual fixes from PostGIS users (not many
	left now) to EPSG file References #3944 git-svn-id: http://svn.osgeo.org/postgis/trunk@16158
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-17  Sandro Santilli <strk@kbt.io>

	* NEWS, spatial_ref_sys.sql: Update SRS to EPSG 9.2 Patch by Even Rouault Closes #3944 git-svn-id: http://svn.osgeo.org/postgis/trunk@16156
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-16  Darafei Praliaskouski <me@komzpa.net>

	* NEWS, liblwgeom/lwin_geojson.c: Do not include private header for
	json-c >= 0.13 Patch by Björn Esser Closes #3942 Closes https://github.com/postgis/postgis/pull/173 git-svn-id: http://svn.osgeo.org/postgis/trunk@16155
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/estimatedextent.sql, regress/estimatedextent_expected: 
	Remove potentially non-deterministic tests to see if travis runs
	stabilize (per komzpa) git-svn-id: http://svn.osgeo.org/postgis/trunk@16154
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-15  Darafei Praliaskouski <me@komzpa.net>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	regress/run_test.pl: Fix parallel build directory creation in
	Makefile Closes Fix parallel build directory creation in Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@16153
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-15  Darafei Praliaskouski <me@komzpa.net>

	* .travis.yml: [travis] Run Travis builds with -Werror Closes #3943 Closes https://github.com/postgis/postgis/pull/163 git-svn-id: http://svn.osgeo.org/postgis/trunk@16152
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, libpgcommon/gserialized_gist.h,
	postgis/gserialized_estimate.c, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c, regress/estimatedextent.sql,
	regress/estimatedextent_expected: _postgis_index_extent() for extent
	from index git-svn-id: http://svn.osgeo.org/postgis/trunk@16151
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_transform.c: Return pointer? references #3940 git-svn-id: http://svn.osgeo.org/postgis/trunk@16150
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h,
	postgis/gserialized_estimate.c, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c, postgis/lwgeom_transform.c,
	postgis/postgis.sql.in, regress/estimatedextent.sql: Proof of
	content for reading table extent from the top of the index. Can be
	called with _postgis_index_extent(tbl regclass, col text) and
	returns box2d.  Currently not added to the st_estimatedextent() code, because it has
	issues with indexes that have EMPTY added to them. This is a symptom
	of #2487. While it seems impossible to every allow index-assisted
	searches for EMPTY geometry, it will be necessary to create invalid
	keys for them (NaN, NaN, NaN, Nan) and then handle those keys so
	they don't pollute the index with strange bounds.  References #2256 git-svn-id: http://svn.osgeo.org/postgis/trunk@16149
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-12  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_transform.c: Move input_srid == output_srid check
	after input_srid is initialized Closes #3940 git-svn-id: http://svn.osgeo.org/postgis/trunk@16148
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-12  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh: Add
	verbose flags to testflags git-svn-id: http://svn.osgeo.org/postgis/trunk@16145
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-11  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh: 
	force drop of postgis_reg database if it exists.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16144
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwlinearreferencing.c, postgis/geography_inout.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_transform.c: Add
	lwgeom_refresh_bbox to replace drop/add twostep git-svn-id: http://svn.osgeo.org/postgis/trunk@16143
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: Make sure max* slots are filled in when
	deserializing (closes #3923) git-svn-id: http://svn.osgeo.org/postgis/trunk@16142
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: Remove warning under gcc (closes #3935) git-svn-id: http://svn.osgeo.org/postgis/trunk@16141
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-09  Regina Obe <lr@pcorp.us>

	* : resize to same width as postgis log.  Otherwise gets cut off in
	pdf file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16138
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-08  Regina Obe <lr@pcorp.us>

	* : replace with new OSGeo logo git-svn-id: http://svn.osgeo.org/postgis/trunk@16137
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/bytebuffer.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_wkb.c: Minor efficiency
	changes in bytebuffer, stricter function signature for hexbytes,
	slight re-order of ops in twkb.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16136
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-06  Regina Obe <lr@pcorp.us>

	* configure.ac: Turn off interrupt tests by default, but add to
	configure an Additional Info section that lists if it's on or off
	and how to turn it on if its disabled References #3827 for PostGIS
	2.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@16134
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-12-05  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c, liblwgeom/lwout_x3d.h: Start of X3D
	refactoring to address #3704, #3705 and other tickets.  Split out
	header from c file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16133
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/lwout_encoded_polyline.c, postgis/lwgeom_export.c: Support
	google line encodings that include a backslash character (References
	#3713) git-svn-id: http://svn.osgeo.org/postgis/trunk@16130
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Clarify docs, References #3097 git-svn-id: http://svn.osgeo.org/postgis/trunk@16129
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_processing.xml: Doco on "enhancement" per
	robe, closes #3097 git-svn-id: http://svn.osgeo.org/postgis/trunk@16128
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos_split.c: Allow multi-linestring to be used
	as blade in line/poly splitting, References #3097 git-svn-id: http://svn.osgeo.org/postgis/trunk@16127
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-29  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh, ci/bessie32/postgis_regress.sh: 
	revise bessie scripts to make install and then test extension
	install git-svn-id: http://svn.osgeo.org/postgis/trunk@16126
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-28  Regina Obe <lr@pcorp.us>

	* ci/bessie32/postgis_regress.sh: create script for bessie32
	duplicate of bessie for now, but may change in future git-svn-id: http://svn.osgeo.org/postgis/trunk@16121
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-28  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh: oops forgot to save git-svn-id: http://svn.osgeo.org/postgis/trunk@16120
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-28  Regina Obe <lr@pcorp.us>

	* ci/bessie/postgis_regress.sh: Add a regress script for bessie git-svn-id: http://svn.osgeo.org/postgis/trunk@16119
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-28  Regina Obe <lr@pcorp.us>

	* extensions/postgis_sfcgal/Makefile.in: Explicitly specify $(PERL)
	to call create_unpackaged.pl otherwise at least on freebsd it fails
	References #3938 for PostGIS 2.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@16118
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-25  Sandro Santilli <strk@kbt.io>

	* postgis/sqldefines.h.in: Always include revision when defined
	(even if 0) Should fix #3863 (scripts always need upgrade) git-svn-id: http://svn.osgeo.org/postgis/trunk@16117
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c, postgis/geography_btree.c,
	postgis/geography_measurement.c, postgis/gserialized_estimate.c,
	postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
	postgis/lwgeom_btree.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos_prepared.c,
	postgis/lwgeom_spheroid.c: PgSQL 11 support, change from FALSE to
	false, etc.  Closes #3931, from Raúl Marín Rodríguez git-svn-id: http://svn.osgeo.org/postgis/trunk@16116
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-19  Regina Obe <lr@pcorp.us>

	* README.md, extensions/upgradeable_versions.mk: Add missing 2.4.2
	and 2.4.3dev upgrade paths, remove 2.4.2dev.  Change winnie's
	jenkins link to use her own ssl proxy git-svn-id: http://svn.osgeo.org/postgis/trunk@16115
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-14  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: note about enhanced feature in
	reverse_geocode when zcta5 data is loaded.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16107
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/mvt.c: Remove un-used static function git-svn-id: http://svn.osgeo.org/postgis/trunk@16106
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_out_mvt.c, postgis/mvt.c, postgis/mvt.h,
	postgis/postgis.sql.in: Parallel implementation of ST_AsMVT (Closes
	#3927) git-svn-id: http://svn.osgeo.org/postgis/trunk@16105
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, regress/mvt.sql, regress/mvt_expected: Regression test
	changes and NEWS item (References #3925) git-svn-id: http://svn.osgeo.org/postgis/trunk@16104
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Remove commenting git-svn-id: http://svn.osgeo.org/postgis/trunk@16103
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-09  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add missing 2.3.4 upgrade path
	(as provided by Muhammad Usama) Also remove 2.4.0 dev releases and
	add missing 2.2.6 and 2.4.1 and 2.4.2dev References #3926 for
	PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16097
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/mvt.c: Apply simplification prior to affine / gridding
	stage in MVT geom processing git-svn-id: http://svn.osgeo.org/postgis/trunk@16096
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Documentation tweaks for st_voronoi
	from Anne Blankert git-svn-id: http://svn.osgeo.org/postgis/trunk@16093
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	regress/geography_expected: Replace project-and-extend with
	bisect-and-recurse method for generating segmentized geography.
	Provides "mostly equal" segment lengths but also has more numerical
	stability for small cases, as the old 3-space projection approach
	did. Closes #3667 git-svn-id: http://svn.osgeo.org/postgis/trunk@16092
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Default to using the tree-based
	geography distance calculation in all cases. (Closes #3528) As
	implemented this results in trees being calculated once more than is
	absolutely necessary in the cached case, but changing that involves
	re-working all the caching code for geos/geography/intersects which
	is non-ideal.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16091
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/mvt.c, postgis/mvt.h: Strip out MVT changes accidentally
	included git-svn-id: http://svn.osgeo.org/postgis/trunk@16090
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-11-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/mvt.c, postgis/mvt.h, postgis/postgis.sql.in: Change
	"LANGUAGE c" to "LANGUAGE 'c'" for new MVT functions to match all
	the other functions git-svn-id: http://svn.osgeo.org/postgis/trunk@16089
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/mvt.sql, regress/mvt_expected, regress/tickets.sql,
	regress/tickets_expected: Move protobuf tests into protobuf guarded
	file (closes #3922) git-svn-id: http://svn.osgeo.org/postgis/trunk@16085
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add regression test
	for mvtgeom (references #3922) git-svn-id: http://svn.osgeo.org/postgis/trunk@16084
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-30  Regina Obe <lr@pcorp.us>

	* configure.ac, liblwgeom/Makefile.in, loader/Makefile.in,
	raster/loader/Makefile.in: change back to using @INSTALL@ and put in
	AC_PROG_INSTALL so install doesn't go to ../ for insall on mingw
	References #3916 References #3912 git-svn-id: http://svn.osgeo.org/postgis/trunk@16083
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Correctly handle in-place collapse of interior
	rings, closes #3922 git-svn-id: http://svn.osgeo.org/postgis/trunk@16082
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-30  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: cleanup
	dead paths on winnie's build add --prefix step to prevent liblwgeom
	from being installed in /usr/local References #3916 git-svn-id: http://svn.osgeo.org/postgis/trunk@16081
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Make sure target directories are created
	before copying files to them References #3912 References #3916 git-svn-id: http://svn.osgeo.org/postgis/trunk@16080
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-29  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Make already-registered check in
	unpackaged extension create safer This version just checks for "postgis" with word boundaries, so it
	is immune to localization.  Closes #3913 again git-svn-id: http://svn.osgeo.org/postgis/trunk@16079
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-29  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Stricter error tolerance on unpackaged
	upgrade Prevents concerns about "object_not_in_prerequisite_state" being
	possibly thrown for errors other than "already in extension" See #3919 NOTE: this check may be to strict in that it depends on locale       settings git-svn-id: http://svn.osgeo.org/postgis/trunk@16078
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-29  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Include upgrade from unpackaged test
	in check_all_upgrades script References #3913 git-svn-id: http://svn.osgeo.org/postgis/trunk@16077
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-29  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Have output of create_unpackaged
	survive already-registered objects References #3913 git-svn-id: http://svn.osgeo.org/postgis/trunk@16076
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-28  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: revise
	winnie's regess and package script copying to edb install to copy
	over non-versioned .sql file as well.  Actually unversioned .sql
	aren't used at all, it was the next.sql scripts that weren't being
	overridden references #3921 git-svn-id: http://svn.osgeo.org/postgis/trunk@16075
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-28  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: revise
	winnie's regess and package script copying to edb install to copy
	over non-versioned .sql file as well.  references #3921 git-svn-id: http://svn.osgeo.org/postgis/trunk@16074
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-28  Regina Obe <lr@pcorp.us>

	* liblwgeom/Makefile.in, loader/Makefile.in,
	raster/loader/Makefile.in, utils/Makefile.in: Hard-code
	build-aux/install-sh in all install scripts instead of relying on
	@INSTALL@ to pick an install executable on systems where @INSTALL@
	resolves, ends up picking the system preferred install which at
	least on mingw64 won't directories if they don't exist in addition
	on mingw64, it doesn't even fill in @INSTALL@ with install unless
	AC_PROG_INSALL is included References #3916 for PostGIS 2.5 (trunk)
	References #3912 for PostGIS 2.5 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@16073
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-28  Regina Obe <lr@pcorp.us>

	* configure.ac: Revert change of AC_PROG_INSTALL step to
	configure.ac.  Succeeeded in only replacing install-sh with install,
	which can't create directories under mingw References #3916
	References #3912 git-svn-id: http://svn.osgeo.org/postgis/trunk@16072
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* .gitignore: Ignore new generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@16071
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-27  Mateusz Loskot <mateusz@loskot.net>

	* doc/reference_raster.xml: Upper case raster format names git-svn-id: http://svn.osgeo.org/postgis/trunk@16070
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-27  Mateusz Loskot <mateusz@loskot.net>

	* doc/reference_raster.xml: Correct incomplete sentence in
	AddRasterConstraints docs Fix typo.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16069
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-26  Regina Obe <lr@pcorp.us>

	* configure.ac: add comment References #3916 References #3912 git-svn-id: http://svn.osgeo.org/postgis/trunk@16068
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-26  Regina Obe <lr@pcorp.us>

	* configure.ac: Make install no longer works under mingw64 Add a
	AC_PROG_INSTALL step to configure.ac to fix.  References #3916
	References #3912 git-svn-id: http://svn.osgeo.org/postgis/trunk@16067
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-26  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Don't forget "OR REPLACE" in "CREATE
	FUNCTION!" Fixes #3919 git-svn-id: http://svn.osgeo.org/postgis/trunk@16066
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-26  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Revert "Set availability of new
	geometry_hash OPERATOR CLASS function" This reverts r16064 aka commit
	18590c2f03629e0f0ed21193376bd32e5c919867.  It was a silly attempt, as the whole operator class availability is
	new ! References #3919 git-svn-id: http://svn.osgeo.org/postgis/trunk@16065
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-26  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Set availability of new geometry_hash
	OPERATOR CLASS function See #3919 git-svn-id: http://svn.osgeo.org/postgis/trunk@16064
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-26  Sandro Santilli <strk@kbt.io>

	* .gitignore, NEWS, extensions/postgis/Makefile.in,
	extensions/postgis/unpackaged_check.sql.in,
	extensions/postgis_topology/Makefile.in,
	extensions/postgis_topology/unpackaged_check.sql.in: Upgrade during
	create extension from unpackaged This commit does it for "postgis" and "postgis_topology" extensions.  Closes #3913 git-svn-id: http://svn.osgeo.org/postgis/trunk@16063
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-26  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2017.sql: Fix zcta5 load Closes
	#3917 for trunk  PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16062
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, postgis/lwgeom_btree.c,
	regress/tickets.sql, regress/tickets_expected: Equality test failed
	on points with same coordinates and differing SRIDs, resulting in
	incorrect hashing.  Amazingly, this problem existed in *both* the
	btree function and the new hash machinery (and it was the btree
	machinery that was actually called for the UNION operation).
	References #1014 git-svn-id: http://svn.osgeo.org/postgis/trunk@16059
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_btree.c, postgis/postgis.sql.in,
	regress/mvt.sql, regress/mvt_expected, regress/tickets.sql,
	regress/tickets_expected: Make geometry a hashable type, allowing
	recursive CTEs to use geometry in their signatures.  Closes #1014 git-svn-id: http://svn.osgeo.org/postgis/trunk@16058
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* : add ignore files git-svn-id: http://svn.osgeo.org/postgis/trunk@16057
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in: Uninstall geocoder &
	topology extension upgrade paths on "make uninstall" git-svn-id: http://svn.osgeo.org/postgis/trunk@16055
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in: Make upgrade install rule
	always run when asked (no deps) This is for topology and tiger_geocoder git-svn-id: http://svn.osgeo.org/postgis/trunk@16054
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Make upgrade install rule always
	run when asked (no deps) git-svn-id: http://svn.osgeo.org/postgis/trunk@16053
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_tiger_geocoder/Makefile.in: Only install
	symlinks for tiger_geocoder upgrade paths Also only symlink the "next" hacks, and do all most of this at `make
	install` time, not bothering at `make` time git-svn-id: http://svn.osgeo.org/postgis/trunk@16052
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in: Really only install
	symlinks for topology upgrade paths Also only symlink the "next" hacks, and do all most of this at `make
	install` time, not bothering at `make` time git-svn-id: http://svn.osgeo.org/postgis/trunk@16051
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated unpackaged check scripts [ci skip] git-svn-id: http://svn.osgeo.org/postgis/trunk@16050
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in,
	extensions/postgis_topology/unpackaged_check.sql.in: Check
	unpackaged version for topology too See #3892 git-svn-id: http://svn.osgeo.org/postgis/trunk@16049
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis/unpackaged_check.sql.in: Fix unpackaged extension
	creation check See #3892 git-svn-id: http://svn.osgeo.org/postgis/trunk@16048
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* NEWS: Fix format [ci skip] git-svn-id: http://svn.osgeo.org/postgis/trunk@16047
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* NEWS, extensions/postgis/Makefile.in,
	extensions/postgis/unpackaged_check.sql.in: Check version matching
	upon creating extension from unpackaged Closes #3892 git-svn-id: http://svn.osgeo.org/postgis/trunk@16046
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml, postgis/postgis.sql.in,
	postgis/postgis_drop_before.sql: Replace the 3 ST_CurveToLine
	signatures with a single one The new one uses defaults for arguments git-svn-id: http://svn.osgeo.org/postgis/trunk@16045
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* NEWS: Correct ticket reference for ST_AddIsoNode EMPTY fix Fixes #3234, reopens #3232 git-svn-id: http://svn.osgeo.org/postgis/trunk@16044
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/test/regress/st_addisonode.sql,
	topology/test/regress/st_addisonode_expected: Do not allow empty
	points as topology isolated nodes Includes testcase Fixes #3232 git-svn-id: http://svn.osgeo.org/postgis/trunk@16043
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Avoid an unneeded query for each added
	edge in TopoGeo_addLinestring When endpoints are known not to move, don't query DB to check the
	new position.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16042
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Remove unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@16041
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* NEWS: Log change about topology robustness improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@16040
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addpolygon.sql,
	topology/test/regress/topogeo_addpolygon_expected: Add test for
	topology bug #1946 Previous commits fix #1946 too git-svn-id: http://svn.osgeo.org/postgis/trunk@16039
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected,
	topology/test/regress/topogeo_addpolygon.sql,
	topology/test/regress/topogeo_addpolygon_expected: Add tests for
	topology bug #1855 Previous commits fixes #1855 too git-svn-id: http://svn.osgeo.org/postgis/trunk@16038
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Add test for
	topology bug #3838 Shows previous commits fix #3838 git-svn-id: http://svn.osgeo.org/postgis/trunk@16037
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring_expected: Update
	expected results They are different than before because now we don't make any attempt
	to snap vertices to existing _segments_ (rather than vertices) of
	topology edges.  There could be a way to fix this by first adding all endpoints and
	then performing the snap.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16036
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Do not snap incoming lines to nodes in
	isolation But rather include edges as the snap target, to avoid moving
	vertices that already snapped to edges to move further git-svn-id: http://svn.osgeo.org/postgis/trunk@16035
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Use minimum tolerance when adding
	pre-snapped edge endpoints git-svn-id: http://svn.osgeo.org/postgis/trunk@16034
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-22  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_pg.c: Bigger buffer for error messages git-svn-id: http://svn.osgeo.org/postgis/trunk@16033
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-21  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Include label
	in changes detection test of TopoGeo_addLinestring git-svn-id: http://svn.osgeo.org/postgis/trunk@16032
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Remove conditional code to use with GEOS
	< 3.3.9 We require 3.4.0+ now...  git-svn-id: http://svn.osgeo.org/postgis/trunk@16028
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Sandro Santilli <strk@kbt.io>

	* .gitignore, GNUmakefile.in: Clean and ignore build aux files from
	new location git-svn-id: http://svn.osgeo.org/postgis/trunk@16027
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Sandro Santilli <strk@kbt.io>

	* raster/install-sh: install-sh needs not be in the repository git-svn-id: http://svn.osgeo.org/postgis/trunk@16026
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in, raster/loader/Makefile.in, utils/Makefile.in: 
	More INSTALL fixes See #3912 git-svn-id: http://svn.osgeo.org/postgis/trunk@16025
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Fix install rule git-svn-id: http://svn.osgeo.org/postgis/trunk@16024
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile.in,
	topology/test/regress/{topogeo_addlinestring_expected_newsnap =>
	topogeo_addlinestring_expected},
	topology/test/regress/topogeo_addlinestring_expected_oldsnap: Drop
	handling of tests for GEOS < 3.3.8 As we required 3.4.0+ already, at least since PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16023
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Sandro Santilli <strk@kbt.io>

	* configure.ac: Specify build AUX dir Fixes lack of aux files in output from make_dist.sh git-svn-id: http://svn.osgeo.org/postgis/trunk@16022
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix typo in notice message git-svn-id: http://svn.osgeo.org/postgis/trunk@16021
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Fix memory leak in lwgeom_grid_in_place From
	Raúl Marín Rodríguez Closes #3910 git-svn-id: http://svn.osgeo.org/postgis/trunk@16020
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/Makefile.in: Reflect CFLAGS provided by configure
	From Raúl Marín Rodríguez Closes #3911 git-svn-id: http://svn.osgeo.org/postgis/trunk@16019
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Fix memory leak in
	lwgeom_remove_repeated_points_in_place From Raúl Marín Rodríguez
	Closes #3909 git-svn-id: http://svn.osgeo.org/postgis/trunk@16016
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Fix memory leak when lwgeom_simplify returns
	an empty geom From Raúl Marín Rodríguez Closes #3908 git-svn-id: http://svn.osgeo.org/postgis/trunk@16015
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in: Allow ./configure to set debug flag on module
	build that is otherwise over-ridden by pgxs hack References #3604 git-svn-id: http://svn.osgeo.org/postgis/trunk@16002
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-17  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: update bios so they are more in line with
	what we actually do.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16000
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c: Allocate enough
	space for all possible GBOX string outputs.  From Raúl Marín
	Algunenano References #3907 git-svn-id: http://svn.osgeo.org/postgis/trunk@15996
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-17  Regina Obe <lr@pcorp.us>

	* authors.git, authors.svn, doc/introduction.xml: Add Darafei
	Praliaskouski and make up responsibilities for him.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15994
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-16  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: Fix xml parse error in docs
	References #3902 for PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15993
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-16  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: More cleanup.  Get rid of word
	"new" in reference to geography type, it's not so new anymore Minor
	grammar and formatting corrections.  References #3902 for PostGIS
	2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15990
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-16  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: flag zcta5 addition as an
	enhancement not a change.  References #3815 git-svn-id: http://svn.osgeo.org/postgis/trunk@15989
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-16  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: Add Paul Ramsey's example, get rid
	of more obsolete statements about 4326 is only srid supported for
	geography References #3902 for PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15988
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-15  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: Update docs to reflect zcta5 fix
	and also upgrade to tiger 2017 load References #3815 for trunk PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15986
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2017.sql: Fix tiger 2017 zcta5
	load logic, but leave default as turned off (takes 30 minutes to
	process) References #3815 for trunk PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15985
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2017.sql: Fix tiger 2017 edges
	 load issue by doing following: insert to be ordered by column name
	  instead of ordinal_position.  Exclude divroad from edges load which
	now appears to be no longer present in 2017 edges data.  References #3815 for trunk PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15984
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-14  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: try to modernize the geography
	section a bit.  References #3902 git-svn-id: http://svn.osgeo.org/postgis/trunk@15983
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-14  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_loader_2017.sql: Flip to using tiger
	2017, add new entry for downloading and prepping zipcode tabulation.
	Turn off by default. zcta needs more testing,takes a lot of space,
	and lengthy time to split by state git-svn-id: http://svn.osgeo.org/postgis/trunk@15982
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-14  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: make
	copy from routine from installed location to run location less
	greedy git-svn-id: http://svn.osgeo.org/postgis/trunk@15981
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-14  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: Try to fix next scripts not being
	installed on windows by moving linking step to after install of ANY
	script Assumption being the fact ANY doesn't exist at time of link
	is causing problems References #3901 git-svn-id: http://svn.osgeo.org/postgis/trunk@15980
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-13  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Fix winnie build, package, and regress
	scripts to copy from mingw .sql from mingw install location Closes
	#3901 git-svn-id: http://svn.osgeo.org/postgis/trunk@15979
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-12  Regina Obe <lr@pcorp.us>

	* NEWS: white space cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@15978
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-12  Regina Obe <lr@pcorp.us>

	* NEWS: Credits commit from Darafei Praliaskouski Closes
	https://github.com/postgis/postgis/pull/164 git-svn-id: http://svn.osgeo.org/postgis/trunk@15977
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, liblwgeom/ptarray.c: Fix GCC warnings Obey const pointer in autofix logic.  Move ring closing logic to
	ptarray_to_GEOSCoordSeq.  Fix memory access.  Patch by Darafei Praliaskouski <me@komzpa.net> Fixes #3900 git-svn-id: http://svn.osgeo.org/postgis/trunk@15976
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_serialized.c: BTree sorting logic fix Sort geometries that have different length but same prefix - allow fast path for geography points - fix gcc warnings - compare EMPTY geometries as normal memcmp path Patch by Darafei Praliaskouski <me@komzpa.net> Fixes #3899 git-svn-id: http://svn.osgeo.org/postgis/trunk@15975
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-12  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Add missing dash in ANY-- upgrade
	path Fixes #3898 git-svn-id: http://svn.osgeo.org/postgis/trunk@15974
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-12  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: more snafu fix on #3896  (was trying to
	install next twice instead of going back to default version git-svn-id: http://svn.osgeo.org/postgis/trunk@15973
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-12  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: missed last execute statement.  references
	#3896 git-svn-id: http://svn.osgeo.org/postgis/trunk@15972
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-12  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Add option to always upgrade a dev version
	to default dev version even if already at the default version.
	References #3898 for PostGIS 2.5.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15971
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-11  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_management.xml, postgis/postgis.sql.in: 
	postgis_extensions_upgrade().  Can't remember which postgis
	extensions you installed and are two lazy to figure out and upgrade
	each with ALTER EXTENSION.  just do SELECT postgis_extensions_upgrade(); Closes #3896 git-svn-id: http://svn.osgeo.org/postgis/trunk@15970
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/Makefile.in: Allow make -j parallel builds
	(PR-160) git-svn-id: http://svn.osgeo.org/postgis/trunk@15969
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geobuf.c, postgis/geography_centroid.c,
	postgis/gserialized_gist_2d.c, postgis/lwgeom_functions_basic.c,
	postgis/mvt.c: Quiet un-used variable warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@15968
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_api.c: Fix function names in error messages git-svn-id: http://svn.osgeo.org/postgis/trunk@15967
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c: Fix rare missing boxes in geometry
	subdivision Closes #3886 git-svn-id: http://svn.osgeo.org/postgis/trunk@15966
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: Fix up return type git-svn-id: http://svn.osgeo.org/postgis/trunk@15963
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: Add returns after lwerror() for testing
	harnesses git-svn-id: http://svn.osgeo.org/postgis/trunk@15962
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwin_wkb.c: Throw error on
	malformed WKB input Credit to OSS-Fuzz:
	https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2589 Credit to
	OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2590
	Credit to OSS-Fuzz:
	https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2591 Credit to
	OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2592
	(Closes #3895) git-svn-id: http://svn.osgeo.org/postgis/trunk@15961
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h: Remove dupe function prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@15957
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_encoded_polyline.c: Undefined behaviour in
	pointarray_to_encoded_polyline (Closes #3891) git-svn-id: http://svn.osgeo.org/postgis/trunk@15956
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos_node.c: Log message fix git-svn-id: http://svn.osgeo.org/postgis/trunk@15952
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_varint.c, liblwgeom/varint.c,
	liblwgeom/varint.h: Fix undefined behaviour in zigzag with negative
	inputs (References #3882) git-svn-id: http://svn.osgeo.org/postgis/trunk@15951
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: 
	lw_dist2d_pt_arc division by zero (References #3874) git-svn-id: http://svn.osgeo.org/postgis/trunk@15944
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geos.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwmpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Ptarray in place repeated
	point removal returns, passing all tests, even in topology.
	(References #3877) git-svn-id: http://svn.osgeo.org/postgis/trunk@15943
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Back
	out ptarray changes for now (references #3877) git-svn-id: http://svn.osgeo.org/postgis/trunk@15942
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-10  Sandro Santilli <strk@kbt.io>

	* utils/create_unpackaged.pl: Remove trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15941
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-09  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: Update geocode batch update example
	to use LATERAL now that PostgreSQL 9.3 is minimum supported.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15940
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-09  Sandro Santilli <strk@kbt.io>

	* NEWS, raster/rt_pg/rtpostgis.sql.in: Forbid creating raster
	support objects in a schema != PostGIS one Fixes #3893 git-svn-id: http://svn.osgeo.org/postgis/trunk@15938
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-08  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Report extension status of postgis from
	postgis_full_version git-svn-id: http://svn.osgeo.org/postgis/trunk@15937
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-08  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Use IF NOT EXISTS when dropping things Fixes #3887 in trunk (2.5.0dev) git-svn-id: http://svn.osgeo.org/postgis/trunk@15936
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-08  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Add check for postgis raster being
	already installed git-svn-id: http://svn.osgeo.org/postgis/trunk@15935
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-08  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Do not suggest to uninstall postgis when
	already found The user might want to upgrade it or package it instead...  git-svn-id: http://svn.osgeo.org/postgis/trunk@15934
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-07  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/address_standardizer/Makefile.in: Get rid of
	major.micro_version in generated lib file of address_standardizer
	Closes #3885 git-svn-id: http://svn.osgeo.org/postgis/trunk@15933
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Quiet strk's warnings? git-svn-id: http://svn.osgeo.org/postgis/trunk@15932
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Change spaces to tabs in indenting git-svn-id: http://svn.osgeo.org/postgis/trunk@15931
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-07  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Keep running on failure, report all
	pass/fail/skip at the end git-svn-id: http://svn.osgeo.org/postgis/trunk@15930
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-07  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Report which upgrade failed git-svn-id: http://svn.osgeo.org/postgis/trunk@15929
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-07  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Use variables more (generic
	cleanup) git-svn-id: http://svn.osgeo.org/postgis/trunk@15928
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwin_twkb.c: Mark twkb input
	buffers as const git-svn-id: http://svn.osgeo.org/postgis/trunk@15927
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c: Mark
	non-mutating segmentize functions as const git-svn-id: http://svn.osgeo.org/postgis/trunk@15926
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Move
	remove_repeated_points to an in_place basis References #3877 git-svn-id: http://svn.osgeo.org/postgis/trunk@15925
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, postgis/geography_btree.c: Performance
	improvements for b-tree geometry sorts Closes #3864 git-svn-id: http://svn.osgeo.org/postgis/trunk@15924
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-06  Sandro Santilli <strk@kbt.io>

	* configure.ac, extensions/postgis/Makefile.in,
	extensions/postgis/postgis.control.in: Generate postgis.control at
	make time, not configure time git-svn-id: http://svn.osgeo.org/postgis/trunk@15922
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c: geohash_point_as_int: Fix undefined
	behaviour in shift operation References #3875 git-svn-id: http://svn.osgeo.org/postgis/trunk@15918
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h.in: Undefined
	behaviour in TYPMOD_GET_SRID References #3880 git-svn-id: http://svn.osgeo.org/postgis/trunk@15914
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-06  Daniel Baston <dbaston@gmail.com>

	* NEWS, doc/html/image_src/Makefile.in,
	doc/html/image_src/st_line_interpolate_points01.wkt,
	doc/reference_lrs.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
	postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in,
	regress/regress_lrs.sql, regress/regress_lrs_expected: Add
	ST_LineInterpolatePoints Closes #3564 git-svn-id: http://svn.osgeo.org/postgis/trunk@15913
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h: Remove unused function prototypes
	from internal header git-svn-id: http://svn.osgeo.org/postgis/trunk@15912
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c: Remove un-used function flip_coordinates git-svn-id: http://svn.osgeo.org/postgis/trunk@15911
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Uninstall upgrade paths on `make
	uninstall` git-svn-id: http://svn.osgeo.org/postgis/trunk@15910
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c: Make
	lwgeom_dimensionality use a const argument git-svn-id: http://svn.osgeo.org/postgis/trunk@15909
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
	liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Move simplify code to an
	in_place basis, references #3877 git-svn-id: http://svn.osgeo.org/postgis/trunk@15908
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Suite name should match file name git-svn-id: http://svn.osgeo.org/postgis/trunk@15907
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Don't forget to install the
	extension file and the upgrade from unpackaged git-svn-id: http://svn.osgeo.org/postgis/trunk@15906
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Really only install symlinks for
	upgrade paths Also only symlink the "next" hacks, and do all of this at `make
	install` time, not bothering at `make` time git-svn-id: http://svn.osgeo.org/postgis/trunk@15905
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwtriangle.c: 
	lwtriangle_is_repeated_points should be local to lwtriangle.c git-svn-id: http://svn.osgeo.org/postgis/trunk@15904
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwspheroid.c: Combine multiple signum definitions (Closes
	#3878) git-svn-id: http://svn.osgeo.org/postgis/trunk@15903
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: Fix division
	by zero in lw_dist2d_arc_arc (References #3879) git-svn-id: http://svn.osgeo.org/postgis/trunk@15896
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Remove duplicated DATA and useless
	EXTRA_CLEAN append git-svn-id: http://svn.osgeo.org/postgis/trunk@15895
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in: Drop conditionals on PG 91
	(we require 93+ anyway) git-svn-id: http://svn.osgeo.org/postgis/trunk@15894
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/lwgeom_out_mvt.c, postgis/mvt.c: ST_AsMVTGeom
	clarification on semantics of mvt_geom git-svn-id: http://svn.osgeo.org/postgis/trunk@15893
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-05  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/lwgeom_out_mvt.c, postgis/mvt.c: ST_AsMVTGeom use
	lwgeom_grid_in_place git-svn-id: http://svn.osgeo.org/postgis/trunk@15892
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Be slightly looser in dupe detection in
	gridding (References #3877) git-svn-id: http://svn.osgeo.org/postgis/trunk@15891
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Fix memory leak in in-place gridding, when
	components collapse out of existence, they need to be freed
	(References #3877) git-svn-id: http://svn.osgeo.org/postgis/trunk@15890
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Regina Obe <lr@pcorp.us>

	* .travis.yml: Update travis to use proj 4.9.2 the painful way.
	Closes https://github.com/postgis/postgis/pull/149 git-svn-id: http://svn.osgeo.org/postgis/trunk@15889
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/cunit/cu_misc.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_topo.c,
	liblwgeom/lwgeom_transform.c, liblwgeom/lwline.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
	liblwgeom/ptarray.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c: Make lwgeom_grid_in_place, and
	move around function signatures in support of the in_place project
	(References #3877) git-svn-id: http://svn.osgeo.org/postgis/trunk@15888
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Install a single upgrade script
	and use symlinks for all others The real file will be named postgis--ANY--<target>.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@15887
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add 2.4.0 and 2.4.0dev to
	migration options.  Get rid of 2.4 alphas and betas git-svn-id: http://svn.osgeo.org/postgis/trunk@15886
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_functions_basic.c: Get rid of trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15885
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_measure.xml,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/lwgeom_regress.sql, regress/lwgeom_regress_expected: 
	ST_Angle function from Rémi Cura Closes
	https://github.com/postgis/postgis/pull/97 Closes #3876 git-svn-id: http://svn.osgeo.org/postgis/trunk@15884
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: update news to reflect PostGIS 2.4.0
	has been released and start a new section for PostGIS 2.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15883
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* CONTRIBUTING.md: Fix markdown links git-svn-id: http://svn.osgeo.org/postgis/trunk@15882
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_topo.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_functions_lrs.c: Move many internal signatures into
	liblwgeom_internal.h (Closes #3873) git-svn-id: http://svn.osgeo.org/postgis/trunk@15881
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-03  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/lwgeom_out_mvt.c, postgis/mvt.c, postgis/mvt.h: ST_AsMVT /
	ST_AsMVTGeom refactor to avoid deep clone git-svn-id: http://svn.osgeo.org/postgis/trunk@15880
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-03  Sandro Santilli <strk@kbt.io>

	* .travis.yml: [travis] install xmllint to run documentation tests Patch by Darafei Praliaskouski git-svn-id: http://svn.osgeo.org/postgis/trunk@15879
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-03  Sandro Santilli <strk@kbt.io>

	* .travis.yml: [travis] ccache to make compilation faster Patch by Darafei Praliaskouski git-svn-id: http://svn.osgeo.org/postgis/trunk@15878
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: Fix union issue (References #3871) git-svn-id: http://svn.osgeo.org/postgis/trunk@15876
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: Use type-pun to avoid memcpy in building
	morton key (Closes #3871) Fix from Komzpa at
	https://github.com/postgis/postgis/pull/144 git-svn-id: http://svn.osgeo.org/postgis/trunk@15875
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c: Gracefully handle short-measure
	issue (Closes #3845) git-svn-id: http://svn.osgeo.org/postgis/trunk@15873
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-02  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: mark postgis_noop STABLE also for
	raster input git-svn-id: http://svn.osgeo.org/postgis/trunk@15870
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-10-02  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: There's no reason why postgis_noop should
	be volatile git-svn-id: http://svn.osgeo.org/postgis/trunk@15869
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Add -lm to liblwgeom link line References #3869 git-svn-id: http://svn.osgeo.org/postgis/trunk@15864
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-30  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_btree.c: Fix memory leaks in BTREE operators References #3864 git-svn-id: http://svn.osgeo.org/postgis/trunk@15863
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Disable accidentally enabled debug git-svn-id: http://svn.osgeo.org/postgis/trunk@15859
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-30  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Attempt to fix yaml syntax in drone config git-svn-id: http://svn.osgeo.org/postgis/trunk@15858
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c: Add
	lwt_Polygonize and lwt_AddLineNoFace functions This were initially written for librttopo. The plan in PostGIS is to
	use them for ST_CreateTopoGeo, which already needs to load all input
	geometry in memory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15857
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-30  Regina Obe <lr@pcorp.us>

	* README.postgis: forgot about proj - bump to 4.9 git-svn-id: http://svn.osgeo.org/postgis/trunk@15855
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-30  Regina Obe <lr@pcorp.us>

	* README.postgis: Update README to reflect new agreed upon
	requirements of PostgreSQL 9.6+ and GEOS 3.5.  Will fix configure.ac
	too after we've upgraded dronie and travis to use newer versions git-svn-id: http://svn.osgeo.org/postgis/trunk@15854
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-29  Sandro Santilli <strk@kbt.io>

	* postgis/mvt.c: Move PostgreSQL conditional at the top of the file This is an attempt to make the code more clear git-svn-id: http://svn.osgeo.org/postgis/trunk@15851
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-29  Regina Obe <lr@pcorp.us>

	* postgis/mvt.c: Can't load against PostgreSQL 11 head DatumGetJsonb
	renamed References #3867 for PostGIS 2.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@15850
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_geos_cluster.c,
	liblwgeom/cunit/cu_sfcgal.c, liblwgeom/cunit/cu_tree.c,
	liblwgeom/cunit/cu_unionfind.c: Make all suite names one-word,
	lowercase git-svn-id: http://svn.osgeo.org/postgis/trunk@15848
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-27  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Guard .proto file for not getting trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15845
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-27  Sandro Santilli <strk@kbt.io>

	* postgis/vector_tile.proto: Drop trailing blank from
	vector_tile.proto git-svn-id: http://svn.osgeo.org/postgis/trunk@15844
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Complete source TODO item, use double access
	for ptarray reversal git-svn-id: http://svn.osgeo.org/postgis/trunk@15841
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Find all duplicates, even within very short
	polygons/lines (Closes #3843) git-svn-id: http://svn.osgeo.org/postgis/trunk@15840
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: Allow triangles
	unclosed in M to be parsed in WKT (References #3818) git-svn-id: http://svn.osgeo.org/postgis/trunk@15833
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Ignore vector_tile.pb-c when checking for trailing
	blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15830
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, postgis_config.h.in: Remove trailing blank from
	postgis_config.h.in, prevent them git-svn-id: http://svn.osgeo.org/postgis/trunk@15829
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Do not use .gitignore for checking trailing blank
	spaces Manually ignore files instead. Re-using .gitignore patterns isn't
	easy for grep.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15826
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-cli.c, raster/loader/raster2pgsql.c: Remove
	trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15825
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Make check-no-trailing-blanks implementation POSIX
	compliant git-svn-id: http://svn.osgeo.org/postgis/trunk@15823
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Ignore generated files in check-no-trailing-blanks Also be forgiving of a missing .gitignore (but then tests will fail
	due to generated files possibly having trailing blanks) git-svn-id: http://svn.osgeo.org/postgis/trunk@15821
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-26  Regina Obe <lr@pcorp.us>

	* Version.config: Flip to 2.5.0 development git-svn-id: http://svn.osgeo.org/postgis/trunk@15819
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-25  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/bytebuffer.c: increase expected max variable integer git-svn-id: http://svn.osgeo.org/postgis/trunk@15817
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_varint.c: Add very large uint64_t test git-svn-id: http://svn.osgeo.org/postgis/trunk@15816
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwstroke.c: st_contains cannot handle curvepolygon /
	compoundcurve consisting of only straight lines (References #3781) git-svn-id: http://svn.osgeo.org/postgis/trunk@15814
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-24  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: add 2.4.0dev so can upgrade
	from previous unreleased.  Keeping version at rc2 though until final
	release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15813
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-24  Regina Obe <lr@pcorp.us>

	* doc/po/ko_KR/reference_raster.xml.po: more parse error fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@15809
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-24  Regina Obe <lr@pcorp.us>

	* doc/po/ko_KR/reference_constructor.xml.po,
	doc/po/ko_KR/reference_raster.xml.po: fix some tag issues git-svn-id: http://svn.osgeo.org/postgis/trunk@15808
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-24  Regina Obe <lr@pcorp.us>

	* NEWS: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@15807
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-24  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, README.postgis, Version.config: prepping for
	PostGIS 2.4.0rc2 release git-svn-id: http://svn.osgeo.org/postgis/trunk@15806
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-24  Regina Obe <lr@pcorp.us>

	* doc/po/es/faq_raster.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/reference_misc.xml.po, doc/po/es/reference_output.xml.po,
	doc/po/es/release_notes.xml.po, doc/po/fr/faq_raster.xml.po,
	doc/po/fr/reference_misc.xml.po, doc/po/fr/reference_output.xml.po,
	doc/po/fr/release_notes.xml.po, doc/po/it_IT/faq_raster.xml.po,
	doc/po/it_IT/reference_misc.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/ja/faq_raster.xml.po,
	doc/po/ja/reference_misc.xml.po, doc/po/ja/reference_output.xml.po,
	doc/po/ja/release_notes.xml.po, doc/po/ko_KR/faq_raster.xml.po,
	doc/po/ko_KR/reference_misc.xml.po,
	doc/po/ko_KR/reference_output.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/pl/faq_raster.xml.po,
	doc/po/pl/reference_misc.xml.po, doc/po/pl/reference_output.xml.po,
	doc/po/pl/release_notes.xml.po, doc/po/pt_BR/faq_raster.xml.po,
	doc/po/pt_BR/reference_misc.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/release_notes.xml.po: update pos git-svn-id: http://svn.osgeo.org/postgis/trunk@15805
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-24  Regina Obe <lr@pcorp.us>

	* doc/po/ja/reference_processing.xml.po: manually pulled from
	transifex.  For some reason this file won't naturally pull down and
	merge so generates invalid psql comments git-svn-id: http://svn.osgeo.org/postgis/trunk@15804
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-24  Regina Obe <lr@pcorp.us>

	* doc/po/templates/reference_output.xml.pot,
	doc/po/templates/release_notes.xml.pot: update template git-svn-id: http://svn.osgeo.org/postgis/trunk@15803
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-23  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/geobuf.c: ST_AsGeobuf fix double comparison References
	#3840 git-svn-id: http://svn.osgeo.org/postgis/trunk@15802
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-23  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: ST_AsMVTGeom document internals of transform step git-svn-id: http://svn.osgeo.org/postgis/trunk@15801
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, doc/xsl/postgis_gardentest.sql.xsl: 
	fixins for crash testing twkb, ST_GeomFromTWKB, and MVT functions.
	Add reference link to ST_GeomFromTWKB to ST_AsTWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@15800
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/twkb.sql, regress/twkb_expected: Add twkb large geometry
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@15799
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/bytebuffer.c, liblwgeom/lwout_twkb.c: Fix crash on
	larger geometries, caused by direct freeing of bytebuffer internals git-svn-id: http://svn.osgeo.org/postgis/trunk@15798
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geobuf.c: Make ST_AsGeoBuf more resiliant when fed rows
	including NULL geometry (Closes #3861) git-svn-id: http://svn.osgeo.org/postgis/trunk@15797
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_core/librtcore.h: Remove unused strnicmp macro test
	(Closes #3862) git-svn-id: http://svn.osgeo.org/postgis/trunk@15796
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_output.xml, doc/release_notes.xml: Note twkb
	improvements in docs.  Closes #3855 git-svn-id: http://svn.osgeo.org/postgis/trunk@15795
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: Use ansi standard names for arg types
	for ST_AsMVT and ST_AsMVTGeom to be consistent with rest of docs.
	Note that ST_AsMVT should not be used with geometry collection
	directly, but a geometry collection can be converted to suitable
	form with ST_AsMVTGeom.  More adjustments to support garden testing
	ST_AsMVT and ST_AsMVTGeom Closes #3858 git-svn-id: http://svn.osgeo.org/postgis/trunk@15794
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* fuzzers/README.TXT: small doco spelling git-svn-id: http://svn.osgeo.org/postgis/trunk@15793
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_out_mvt.c: Fix warning git-svn-id: http://svn.osgeo.org/postgis/trunk@15792
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: revise garden tests so can
	exercise anyelement now can generate tests for ST_AsMVT git-svn-id: http://svn.osgeo.org/postgis/trunk@15791
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-21  Regina Obe <lr@pcorp.us>

	* doc/po/templates/faq_raster.xml.pot,
	doc/po/templates/reference_misc.xml.pot: Fixes from Andreas Schild
	via Transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15790
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-21  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml, doc/reference_misc.xml: Fixes from Andreas
	Schild via Transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15789
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_out_mvt.c, postgis/mvt.c, regress/mvt.sql,
	regress/mvt_expected: Make ST_AsMVT tolerant of NULL input and
	return '':bytea (zero length bytea) when provided with only null
	inputs, or no inputs. (References #3857) git-svn-id: http://svn.osgeo.org/postgis/trunk@15788
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_out_mvt.c, postgis/mvt.c, postgis/mvt.h,
	regress/mvt.sql, regress/mvt_expected: ST_AsMVTGeom return NULL on
	EMPTY geometry (References #3857) git-svn-id: http://svn.osgeo.org/postgis/trunk@15786
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c: Harmonize behavior of ExteriorRing /
	InteriorRingN and NumInteriorRings on returning NULL on bad input
	instead of errors, matching the doco (Closes #3261) git-svn-id: http://svn.osgeo.org/postgis/trunk@15785
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h,
	liblwgeom/lwout_twkb.c, postgis/lwgeom_inout.c: Improve TWKT
	performance by avoiding lots of allocations on the heap. (Closes
	#3855) git-svn-id: http://svn.osgeo.org/postgis/trunk@15780
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Short circuit ST_RepeatedPoints
	right away on point inputs (Closes #3854) git-svn-id: http://svn.osgeo.org/postgis/trunk@15779
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, postgis/gserialized_gist_2d.c: Remove
	slicing logic from bounding box reader and note why inline with the
	code so it can be done "right" in a larger re-work of serialization
	(postgis 3) that supports postgis-side compression. (Closes #3853) git-svn-id: http://svn.osgeo.org/postgis/trunk@15778
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-20  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: ST_ConcaveHull fix for EXtenriorRing is
	not a polygon References #2836 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15775
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-20  Regina Obe <lr@pcorp.us>

	* doc/po/de/release_notes.xml.po, doc/po/de_DE/installation.xml.po,
	doc/po/de_DE/reference_raster.xml.po,
	doc/po/de_DE/release_notes.xml.po,
	doc/po/de_DE/using_postgis_dataman.xml.po,
	doc/po/es/installation.xml.po, doc/po/es/reference_raster.xml.po,
	doc/po/es/release_notes.xml.po,
	doc/po/es/using_postgis_dataman.xml.po,
	doc/po/fr/installation.xml.po, doc/po/fr/reference_raster.xml.po,
	doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po,
	doc/po/it_IT/installation.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po,
	doc/po/ja/installation.xml.po, doc/po/ja/reference_raster.xml.po,
	doc/po/ja/release_notes.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ko_KR/installation.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/ko_KR/using_postgis_dataman.xml.po,
	doc/po/pl/extras_topology.xml.po, doc/po/pl/installation.xml.po,
	doc/po/pl/reference_operator.xml.po,
	doc/po/pl/reference_raster.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pl/using_postgis_dataman.xml.po,
	doc/po/pt_BR/extras_topology.xml.po,
	doc/po/pt_BR/installation.xml.po,
	doc/po/pt_BR/reference_operator.xml.po,
	doc/po/pt_BR/reference_raster.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po,
	doc/po/templates/installation.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot: po and pot updates git-svn-id: http://svn.osgeo.org/postgis/trunk@15774
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
	regress/lwgeom_regress_expected: Remove the local hacks for float
	rounding and go with system level functions, that are hopefully more
	optimized. Also, this seems to provide more correct results than the
	old code! (Closes #3852) git-svn-id: http://svn.osgeo.org/postgis/trunk@15772
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-19  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_raster.xml, doc/release_notes.xml: typo and
	grammar corrections from Andreas Schild git-svn-id: http://svn.osgeo.org/postgis/trunk@15766
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_api.c: Strip memcpy from int32 access in
	gserialized, and remove the now-unused functions that support that
	operation from the overall internal API.  (Closes #3850) git-svn-id: http://svn.osgeo.org/postgis/trunk@15765
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add regression test
	for trigonometric length calculation for compoundcurve (references
	#3774) git-svn-id: http://svn.osgeo.org/postgis/trunk@15755
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcompound.c: Remove unused declaration of LWLINE git-svn-id: http://svn.osgeo.org/postgis/trunk@15754
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-18  Bjrn Harrtell <bjorn@wololo.org>

	* README.postgis, doc/installation.xml: Add notes on optional
	protobuf-c dependency and some formatting fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@15753
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-17  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@15752
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-17  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Fix check-no-trailing-blanks to check for .c, not
	.cpp files git-svn-id: http://svn.osgeo.org/postgis/trunk@15751
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-17  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/analyze.c,
	extensions/address_standardizer/err_param.c,
	liblwgeom/bytebuffer.c, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_bytebuffer.c, liblwgeom/cunit/cu_clean.c,
	liblwgeom/cunit/cu_effectivearea.c, liblwgeom/cunit/cu_force_sfs.c,
	liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geos.c,
	liblwgeom/cunit/cu_geos_cluster.c, liblwgeom/cunit/cu_in_twkb.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_misc.c, liblwgeom/cunit/cu_out_twkb.c,
	liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_tree.c,
	liblwgeom/cunit/cu_unionfind.c, liblwgeom/cunit/cu_varint.c,
	liblwgeom/effectivearea.c, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/lwalgorithm.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwgeom_geos_cluster.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/lwkmeans.c,
	liblwgeom/lwline.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_kml.c,
	liblwgeom/lwout_svg.c, liblwgeom/lwout_twkb.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c, liblwgeom/lwpoly.c,
	liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/measures3d.c,
	liblwgeom/stringbuffer.c, liblwgeom/varint.c,
	libpgcommon/gserialized_gist.c, libpgcommon/lwgeom_cache.c,
	libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_transform.c,
	loader/cunit/cu_pgsql2shp.c, loader/cunit/cu_shp2pgsql.c,
	loader/shpopen.c, postgis/geography_btree.c,
	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_dumppoints.c,
	postgis/lwgeom_export.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_lrs.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_prepared.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_sfcgal.c,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_transform.c,
	postgis/lwgeom_window.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_util.c,
	raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_pixel.c,
	raster/test/cunit/cu_band_basics.c,
	raster/test/cunit/cu_band_misc.c, raster/test/cunit/cu_gdal.c: 
	Remove trailing blanks from .c files git-svn-id: http://svn.osgeo.org/postgis/trunk@15750
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: typo corrections from Andreas Schild via
	transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15749
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-17  Regina Obe <lr@pcorp.us>

	* doc/po/templates/reference_raster.xml.pot: typo corrections from
	Andreas Schild via transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15748
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: typo corrections from Andreas Schild via
	transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15747
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcompound.c: #3774, compute length of compound on arcs git-svn-id: http://svn.osgeo.org/postgis/trunk@15746
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-15  Regina Obe <lr@pcorp.us>

	* doc/po/de/installation.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_transaction.xml.po: fix parse errors in German
	de Closes #3849 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15745
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-15  Regina Obe <lr@pcorp.us>

	* doc/po/de/Makefile, doc/po/de_DE/Makefile: make de_DE suffix be
	de_DE (we might just scrap de_DE at some point.) Add make file for
	de and make suffix -de.  References #3848 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15744
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-15  Regina Obe <lr@pcorp.us>

	* doc/po/de/extras.xml.po,
	doc/po/de/extras_address_standardizer.xml.po,
	doc/po/de/extras_historytable.xml.po,
	doc/po/de/extras_tigergeocoder.xml.po,
	doc/po/de/extras_topology.xml.po, doc/po/de/faq.xml.po,
	doc/po/de/faq_raster.xml.po, doc/po/de/installation.xml.po,
	doc/po/de/introduction.xml.po, doc/po/de/performance_tips.xml.po,
	doc/po/de/postgis.xml.po, doc/po/de/reference.xml.po,
	doc/po/de/reference_accessor.xml.po,
	doc/po/de/reference_constructor.xml.po,
	doc/po/de/reference_editor.xml.po,
	doc/po/de/reference_exception.xml.po,
	doc/po/de/reference_guc.xml.po, doc/po/de/reference_lrs.xml.po,
	doc/po/de/reference_management.xml.po,
	doc/po/de/reference_measure.xml.po,
	doc/po/de/reference_misc.xml.po,
	doc/po/de/reference_operator.xml.po,
	doc/po/de/reference_output.xml.po,
	doc/po/de/reference_processing.xml.po,
	doc/po/de/reference_raster.xml.po,
	doc/po/de/reference_sfcgal.xml.po,
	doc/po/de/reference_temporal.xml.po,
	doc/po/de/reference_transaction.xml.po,
	doc/po/de/reference_type.xml.po, doc/po/de/release_notes.xml.po,
	doc/po/de/reporting.xml.po, doc/po/de/using_postgis_app.xml.po,
	doc/po/de/using_postgis_dataman.xml.po,
	doc/po/de/using_raster_dataman.xml.po: add de which is further ahead
	than de_DE References #3848 git-svn-id: http://svn.osgeo.org/postgis/trunk@15743
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: #3731, backend crash on stats
	object with zero-size histogram git-svn-id: http://svn.osgeo.org/postgis/trunk@15739
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/mvt.c: Quiet printf warnings in mvt size_t debug messages git-svn-id: http://svn.osgeo.org/postgis/trunk@15738
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Regina Obe <lr@pcorp.us>

	* doc/po/de_DE/extras_topology.xml.po,
	doc/po/de_DE/reference_operator.xml.po,
	doc/po/de_DE/reference_raster.xml.po,
	doc/po/es/extras_topology.xml.po,
	doc/po/es/reference_operator.xml.po,
	doc/po/es/reference_raster.xml.po,
	doc/po/fr/extras_topology.xml.po,
	doc/po/fr/reference_operator.xml.po,
	doc/po/fr/reference_raster.xml.po,
	doc/po/it_IT/extras_topology.xml.po,
	doc/po/it_IT/reference_operator.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/ja/extras_topology.xml.po,
	doc/po/ja/reference_operator.xml.po,
	doc/po/ja/reference_raster.xml.po,
	doc/po/ko_KR/extras_topology.xml.po,
	doc/po/ko_KR/reference_operator.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/templates/extras_topology.xml.pot,
	doc/po/templates/reference_operator.xml.pot,
	doc/po/templates/reference_raster.xml.pot: update pos and pots git-svn-id: http://svn.osgeo.org/postgis/trunk@15737
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: numerous corrections from Andreas Schild
	on transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15736
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* .editorconfig: Match spacing in the topology.c file git-svn-id: http://svn.osgeo.org/postgis/trunk@15735
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: update to reflect website is now versioned on git git-svn-id: http://svn.osgeo.org/postgis/trunk@15734
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Include .gitignore in release (used by `make check`) git-svn-id: http://svn.osgeo.org/postgis/trunk@15733
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Add check-no-trailing-blanks Makefile rule and run
	on `make check` Only checks .h and .c files, and skip those in .gitignore git-svn-id: http://svn.osgeo.org/postgis/trunk@15732
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/pagc_api.h,
	liblwgeom/bytebuffer.h, liblwgeom/effectivearea.h,
	liblwgeom/lwin_wkt.h, liblwgeom/lwtree.h, liblwgeom/lwunionfind.h,
	libpgcommon/lwgeom_pg.h, loader/shp2pgsql-core.h,
	raster/rt_core/librtcore.h: Remove trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15731
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Sandro Santilli <strk@kbt.io>

	* .editorconfig: liblwgeom/lwgeom_log.h uses spaces, write in stone
	! git-svn-id: http://svn.osgeo.org/postgis/trunk@15730
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Sandro Santilli <strk@kbt.io>

	* .editorconfig: liblwgeom/box2d.c has space indenting,
	institutionalize it ! git-svn-id: http://svn.osgeo.org/postgis/trunk@15729
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Only prepare statements on first run git-svn-id: http://svn.osgeo.org/postgis/trunk@15728
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/address_standardizer/gamma.c,
	topology/postgis_topology.c: #3847, coverity fixes in topology and
	address standardizer git-svn-id: http://svn.osgeo.org/postgis/trunk@15723
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c, loader/pgsql2shp-core.c,
	loader/shp2pgsql-core.c, raster/loader/raster2pgsql.c: #3847,
	coverity fixes around the loaders git-svn-id: http://svn.osgeo.org/postgis/trunk@15722
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: update docs to reflect = operator
	changed in 2.4.0.  correct the examples to exhibit new behavior.
	Put a note in ~= which means what = used to mean References #3844
	for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15721
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/extras_topology.xml: Fix misplaced section end git-svn-id: http://svn.osgeo.org/postgis/trunk@15717
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/extras_topology.xml: #2352, #3249, ST_RemoveIsoEdge is not
	documented git-svn-id: http://svn.osgeo.org/postgis/trunk@15713
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_operator.xml: #3844 Update docs to match new =
	operator behaviour git-svn-id: http://svn.osgeo.org/postgis/trunk@15712
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: Fix comments up on cmp() func git-svn-id: http://svn.osgeo.org/postgis/trunk@15711
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/export/TopoJSON.sql.in,
	topology/test/regress/topojson_expected: Fix TopoJSON expected
	output It looks like behavior is still not the same as it was before the
	btree operators change...  git-svn-id: http://svn.osgeo.org/postgis/trunk@15710
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/export/TopoJSON.sql.in,
	topology/test/regress/topojson_expected: Restore leftmost edge
	finding in TopoJSON output git-svn-id: http://svn.osgeo.org/postgis/trunk@15708
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: flip version
	back to 2.4.0dev git-svn-id: http://svn.osgeo.org/postgis/trunk@15707
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Prepping for rc1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@15705
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-13  Regina Obe <lr@pcorp.us>

	* doc/po/de_DE/reference_raster.xml.po,
	doc/po/de_DE/release_notes.xml.po,
	doc/po/de_DE/using_postgis_dataman.xml.po,
	doc/po/es/reference_raster.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/fr/reference_raster.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po,
	doc/po/ja/reference_raster.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/pl/reference_raster.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pl/using_postgis_dataman.xml.po,
	doc/po/pt_BR/reference_raster.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot: update pots and pos git-svn-id: http://svn.osgeo.org/postgis/trunk@15704
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-12  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Incorporate news cleanup and
	amendments from Darafei Praliaskouski Closes
	https://github.com/postgis/postgis/pull/140 git-svn-id: http://svn.osgeo.org/postgis/trunk@15703
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Note the b-tree = operator change for #3844 git-svn-id: http://svn.osgeo.org/postgis/trunk@15702
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/sfcgal/concave_hull.sql: Fix SFCGAL regress tests for
	#3844 git-svn-id: http://svn.osgeo.org/postgis/trunk@15701
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	postgis/geography_btree.c, postgis/lwgeom_btree.c,
	regress/concave_hull.sql, regress/operators.sql,
	regress/operators_expected, topology/test/regress/topojson_expected: 
	#3844, new btree behavior for = and < > git-svn-id: http://svn.osgeo.org/postgis/trunk@15700
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-12  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_raster.xml, doc/release_notes.xml: more
	corrections from Andreas Schild and add doc achievements to credits git-svn-id: http://svn.osgeo.org/postgis/trunk@15699
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-12  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: update release notes just in case I
	forget later git-svn-id: http://svn.osgeo.org/postgis/trunk@15698
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-12  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/postgis_drop_after.sql: drop _ST_DumpPoints from old
	installs and announce its final purge This is to complement spring
	cleaning at r15537 when I removed from code base NOTE: this should
	have been removed in PostGIS 2.1 when ST_DumpPoints got reimplented
	in C and no longer needed this helper function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15697
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-12  Regina Obe <lr@pcorp.us>

	* utils/postgis_proc_upgrade.pl: treat alphas and betas as
	development versions too.  Closes #3842 git-svn-id: http://svn.osgeo.org/postgis/trunk@15696
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Regina Obe <lr@pcorp.us>

	* doc/po/de_DE/extras_topology.xml.po,
	doc/po/de_DE/reference_constructor.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/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/installation.xml.po, doc/po/es/postgis.xml.po,
	doc/po/es/reference_constructor.xml.po,
	doc/po/es/reference_editor.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/release_notes.xml.po,
	doc/po/es/using_postgis_dataman.xml.po,
	doc/po/fr/extras_topology.xml.po,
	doc/po/fr/reference_constructor.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/it_IT/extras_topology.xml.po,
	doc/po/it_IT/reference_constructor.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/ja/extras_topology.xml.po,
	doc/po/ja/reference_constructor.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/using_postgis_dataman.xml.po,
	doc/po/ko_KR/extras_topology.xml.po,
	doc/po/ko_KR/reference_constructor.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/using_postgis_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.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_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/pt_BR/extras_topology.xml.po,
	doc/po/pt_BR/reference_constructor.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/using_postgis_dataman.xml.po,
	doc/po/templates/extras_topology.xml.pot,
	doc/po/templates/reference_constructor.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: update pot and pos to
	reflect latest updates in transifex and .xml git-svn-id: http://svn.osgeo.org/postgis/trunk@15695
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/reference_constructor.xml,
	doc/reference_processing.xml, doc/reference_raster.xml,
	doc/using_postgis_dataman.xml: Numerous doc fixes from Andreas
	Schild via transifex Closes #3824 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15694
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: Correction from Kwon,Yongchan via
	transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15693
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwkmeans.c: Try and ensure clean memory into kmeans
	algorithm git-svn-id: http://svn.osgeo.org/postgis/trunk@15692
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_btree.c: #3841, handle empty == empty when types
	are same too git-svn-id: http://svn.osgeo.org/postgis/trunk@15691
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_btree.c: #3841, make POINT EMPTY < LINESTRING
	EMPTY git-svn-id: http://svn.osgeo.org/postgis/trunk@15690
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Note b-tree change in #3841 git-svn-id: http://svn.osgeo.org/postgis/trunk@15689
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Simplify version extraction .. and use paste(1) which is worth learning :) git-svn-id: http://svn.osgeo.org/postgis/trunk@15685
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Extract target version for upgrades from
	Version.config git-svn-id: http://svn.osgeo.org/postgis/trunk@15684
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Regina Obe <lr@pcorp.us>

	* loader/Makefile.in: Always enable cunit loader tests, per strks
	request References my complaint in #3839 that only winnie runs the
	cunit loader tests git-svn-id: http://svn.osgeo.org/postgis/trunk@15681
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h,
	postgis/geography_btree.c: #3841, geography btree handling of empty git-svn-id: http://svn.osgeo.org/postgis/trunk@15680
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Stop reporting the DEBUG level in config readout git-svn-id: http://svn.osgeo.org/postgis/trunk@15679
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-11  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c: initialize state->num_fields and
	state->pgfieldtypes on shape file create otherwise cunit ends up
	with a garbage huge number for state->num_fields which I think
	causes the crash I am seeing sometimes.  References #3839 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15678
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-10  Bjrn Harrtell <bjorn@wololo.org>

	* doc/reference_output.xml, postgis/lwgeom_out_mvt.c,
	postgis/postgis.sql.in: ST_AsMVTGeom buffer default changed from 0
	to 256 git-svn-id: http://svn.osgeo.org/postgis/trunk@15677
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-10  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/geobuf.c: ST_AsGeobuf attempts to handle type sizes better
	Related to #3840 git-svn-id: http://svn.osgeo.org/postgis/trunk@15676
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-10  Regina Obe <lr@pcorp.us>

	* loader/shpcommon.c: Fix colmap dbf logic (should be i++ and not
	++i). Also check if map != NULL before attempting size check.
	References PostGIS 2.4.0 for #3839 git-svn-id: http://svn.osgeo.org/postgis/trunk@15675
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-10  Regina Obe <lr@pcorp.us>

	* configure.ac: change GEOS warning message to reflect the fact that
	while some functionality will be disabled for < 3.7.0. GEOS 3.7.0
	probably won't be out before we release, so next best if one needs a
	stable tagged version is to use GEOS 3.6 git-svn-id: http://svn.osgeo.org/postgis/trunk@15674
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-09  Bjrn Harrtell <bjorn@wololo.org>

	* doc/reference_output.xml: ST_AsMVT fix doc example output git-svn-id: http://svn.osgeo.org/postgis/trunk@15673
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-09  Bjrn Harrtell <bjorn@wololo.org>

	* doc/reference_output.xml: ST_AsMVT and ST_AsGeobuf doc fixes and
	improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@15672
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwpoint.c: Do not call getPointxx_p on empty or null
	pointarray Add more 0 returns on error git-svn-id: http://svn.osgeo.org/postgis/trunk@15671
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_api.c, liblwgeom/lwpoint.c: Style only: remove
	trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15670
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_api.c: Allow paranoia to be globally defined git-svn-id: http://svn.osgeo.org/postgis/trunk@15669
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_api.c: Remove PARANOIA blocks from lwgeom_api.c
	entirely git-svn-id: http://svn.osgeo.org/postgis/trunk@15668
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcollection.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c,
	liblwgeom/lwgeom_geos_split.c, liblwgeom/lwout_wkt.c,
	liblwgeom/ptarray.c, postgis/lwgeom_box3d.c: Change all PARANOIA
	blocks to throw errors instead of quietly changing return values git-svn-id: http://svn.osgeo.org/postgis/trunk@15667
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl: Fix commenting of anyelement
	aggregates (will make more generic at a later time).  git-svn-id: http://svn.osgeo.org/postgis/trunk@15666
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Bjrn Harrtell <bjorn@wololo.org>

	* doc/reference_output.xml, postgis/geobuf.c, postgis/geobuf.h,
	postgis/lwgeom_out_geobuf.c, postgis/lwgeom_out_mvt.c,
	postgis/mvt.c, postgis/mvt.h, postgis/postgis.sql.in,
	postgis/postgis_drop_before.sql, regress/geobuf.sql,
	regress/geobuf_expected, regress/mvt.sql, regress/mvt_expected,
	regress/mvt_jsonb.sql: ST_AsMVT/ST_AsMVTGeom/ST_AsGeobuf final
	signature revision git-svn-id: http://svn.osgeo.org/postgis/trunk@15665
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_api.c: Add paranoia back to lwgeom_api.c, as some
	code apparently has expectation of that behavior...  git-svn-id: http://svn.osgeo.org/postgis/trunk@15664
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/rtpostgis.h: Quiet build noise in raster git-svn-id: http://svn.osgeo.org/postgis/trunk@15663
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_split.c,
	liblwgeom/ptarray.c, libpgcommon/lwgeom_pg.c, postgis_config.h.in: 
	#3837, --enable-debug to set PARANOIA level This required some re-working of the protobuf sections, for reasons
	that aren't clear. However, hopefully that re-working will also fix
	things for others. Basically, the pkg-config portions seemed to only
	work by accident for the folks who wrote them initially, so they are
	improved, and the use of --without is more strongly enforced in the
	conditional blocks git-svn-id: http://svn.osgeo.org/postgis/trunk@15662
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: #3873,
	st_geohash drops a char for some non-point features, due to a
	difference between the calculation of the correct amount of
	precision to return and the calculation of the effective geohash
	bounds of a feature git-svn-id: http://svn.osgeo.org/postgis/trunk@15661
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-08  Regina Obe <lr@pcorp.us>

	* NEWS: Add in missing news items.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15660
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_gml.c: Replace deep cloning with direct return
	of pointarrays constructed in GML parsing git-svn-id: http://svn.osgeo.org/postgis/trunk@15659
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Per PR#139, change return count slightly in
	case of max recursion git-svn-id: http://svn.osgeo.org/postgis/trunk@15658
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add svn ignores for new build artifacts git-svn-id: http://svn.osgeo.org/postgis/trunk@15657
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geobuf.c, postgis/lwgeom_out_geobuf.c,
	postgis/lwgeom_out_mvt.c, postgis/lwgeom_sfcgal.c, postgis/mvt.c: 
	Remove use of lwerror in postgis/ directory, replace with PgSQL
	elog() calls instead.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15655
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geobuf.c: Remove type warning git-svn-id: http://svn.osgeo.org/postgis/trunk@15654
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geobuf.c, postgis/mvt.c: #3184, blink fix for PgSQL 11
	compile issues on protobuf, will test shortly git-svn-id: http://svn.osgeo.org/postgis/trunk@15653
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwutil.c: #3662, write all notice/debug messages to
	stderr by default git-svn-id: http://svn.osgeo.org/postgis/trunk@15652
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Regina Obe <lr@pcorp.us>

	* doc/po/ko_KR/extras_address_standardizer.xml.po,
	doc/po/ko_KR/faq.xml.po, doc/po/ko_KR/installation.xml.po,
	doc/po/ko_KR/reference_management.xml.po,
	doc/po/ko_KR/reference_measure.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/pl/reference_management.xml.po,
	doc/po/pl/reference_measure.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/release_notes.xml.po,
	doc/po/pl/using_postgis_dataman.xml.po,
	doc/po/pt_BR/extras_address_standardizer.xml.po,
	doc/po/pt_BR/faq.xml.po, doc/po/pt_BR/installation.xml.po,
	doc/po/pt_BR/reference_management.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_raster.xml.po,
	doc/po/pt_BR/release_notes.xml.po: Update pt, pl, ko pos git-svn-id: http://svn.osgeo.org/postgis/trunk@15651
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Regina Obe <lr@pcorp.us>

	* doc/po/ja/extras_address_standardizer.xml.po,
	doc/po/ja/faq.xml.po, doc/po/ja/installation.xml.po,
	doc/po/ja/reference_management.xml.po,
	doc/po/ja/reference_measure.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_raster.xml.po, doc/po/ja/release_notes.xml.po: 
	update ja pos git-svn-id: http://svn.osgeo.org/postgis/trunk@15650
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Regina Obe <lr@pcorp.us>

	* 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/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_management.xml.po,
	doc/po/it_IT/reference_measure.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/release_notes.xml.po,
	doc/po/it_IT/using_postgis_dataman.xml.po: update it pos git-svn-id: http://svn.osgeo.org/postgis/trunk@15649
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Regina Obe <lr@pcorp.us>

	* doc/po/fr/extras_address_standardizer.xml.po,
	doc/po/fr/extras_tigergeocoder.xml.po, doc/po/fr/faq.xml.po,
	doc/po/fr/installation.xml.po, doc/po/fr/reference_editor.xml.po,
	doc/po/fr/reference_management.xml.po,
	doc/po/fr/reference_measure.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_raster.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po: updated po for fr git-svn-id: http://svn.osgeo.org/postgis/trunk@15648
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Regina Obe <lr@pcorp.us>

	* doc/po/de_DE/extras_address_standardizer.xml.po,
	doc/po/de_DE/faq.xml.po, doc/po/de_DE/installation.xml.po,
	doc/po/de_DE/reference_management.xml.po,
	doc/po/de_DE/reference_measure.xml.po,
	doc/po/de_DE/reference_processing.xml.po,
	doc/po/de_DE/reference_raster.xml.po,
	doc/po/de_DE/release_notes.xml.po: updated po for German git-svn-id: http://svn.osgeo.org/postgis/trunk@15647
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-07  Regina Obe <lr@pcorp.us>

	* doc/po/templates/faq.xml.pot,
	doc/po/templates/installation.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/release_notes.xml.pot: update pots git-svn-id: http://svn.osgeo.org/postgis/trunk@15646
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/reverse_geocode.sql: fix field typo
	in reverse_geocoder References #3833 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15644
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwcollection.c: #3246, comment
	in code on the memory behavior of lwcollection_extract() git-svn-id: http://svn.osgeo.org/postgis/trunk@15643
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/faq.xml: #3606, CGAL/SFCGAL/PostGIS License Implications
	Clarification Documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@15642
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/postgis_topology.c: #3834 PostgreSQL 11 support started,
	will be more of these as dev continues, for sure git-svn-id: http://svn.osgeo.org/postgis/trunk@15641
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c: #3405 Memory leak in lwgeom_to_points git-svn-id: http://svn.osgeo.org/postgis/trunk@15640
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: #3832, support wide integer fields as
	int8 Since the previous behaviour was to turn them into numerics, this
	shouldn't cause any outrageous problems. People with over-wide
	fields will still want to use the "force integer" flag to convert
	their values down to int4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15639
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_core/rt_raster.c: #3828, change strnicmp to strncasecmp
	for a more "modern" standard call git-svn-id: http://svn.osgeo.org/postgis/trunk@15638
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwmpoint.c, regress/remove_repeated_points.sql,
	regress/remove_repeated_points_expected: #3670, Tolerance silently
	ignored in ST_RemoveRepeatedPoint for multipoint git-svn-id: http://svn.osgeo.org/postgis/trunk@15637
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-06  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/std_pg_hash.c: 
	address_standardizer fix initialization from incompatible pointer
	type for PostgreSQL >= 9.6 Closes #3830 git-svn-id: http://svn.osgeo.org/postgis/trunk@15636
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-05  Sandro Santilli <strk@kbt.io>

	* configure.ac, postgis/gserialized_estimate.c,
	postgis/postgis.sql.in: Revert rework of PGSQL_VERSION extraction
	for PostgreSQL 10+ Reverts r15633 and r15629 For information about PostgreSQL versioning changes, see

	https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=69dc5ae408f68c302029a6b43912a2cc16b1256cRef #3614 git-svn-id: http://svn.osgeo.org/postgis/trunk@15634
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-05  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Add support for 4-digits PostgreSQL (10+)
	in _postgis_pgsql_version git-svn-id: http://svn.osgeo.org/postgis/trunk@15633
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-05  Sandro Santilli <strk@kbt.io>

	* configure.ac, postgis/gserialized_estimate.c: Rework PGSQL_VERSION
	again so to use 2-digits minor from 10 onward See #3614 git-svn-id: http://svn.osgeo.org/postgis/trunk@15629
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-05  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: fix regex check of
	_postgis_pgsql_version() to correctly detect postgresql 10+ version
	number git-svn-id: http://svn.osgeo.org/postgis/trunk@15628
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/lwstroke.c: Ensure
	direction neutrality in symmetric arc linearization Includes test.  This is a followup to #3772 git-svn-id: http://svn.osgeo.org/postgis/trunk@15623
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-04  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_lwstroke.c: Fix memory leak in unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@15622
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-04  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom_geos.c: #3829, Crash
	in LWGEOM2GEOS git-svn-id: http://svn.osgeo.org/postgis/trunk@15621
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-04  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_ogc.c, regress/tickets.sql,
	regress/tickets_expected: #3578, Fix null return for
	ST_NumInteriorRings on empty polygon git-svn-id: http://svn.osgeo.org/postgis/trunk@15620
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-03  Daniel Baston <dbaston@gmail.com>

	* doc/reference_measure.xml: #3499, Clarify distance units in docs
	for ST_ClusterWithin git-svn-id: http://svn.osgeo.org/postgis/trunk@15617
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-03  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_algorithm.c: Fix compiler warnings in CUnit
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@15616
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-02  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: flip version
	number back to 2.4.0dev git-svn-id: http://svn.osgeo.org/postgis/trunk@15615
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-02  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, README.postgis, Version.config,
	doc/installation.xml, doc/postgis.xml, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: Prep for PostGIS 2.4.0beta1
	release before tagging git-svn-id: http://svn.osgeo.org/postgis/trunk@15613
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-01  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Note that ST_Intersection drops M
	References #3826 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15611
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-09-01  Regina Obe <lr@pcorp.us>

	* doc/po/templates/extras_address_standardizer.xml.pot,
	doc/po/templates/reference_management.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_raster.xml.pot, doc/reference_raster.xml: 
	Fix typo in formula for ST_MakeEmptyCoverage flagged by Andreas
	Schild References #3824 Update out of date pots git-svn-id: http://svn.osgeo.org/postgis/trunk@15610
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-30  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in, postgis/postgis_drop_after.sql: Don't drop
	st_union when updating postgis extension to 2.4 Closes #3821 for
	PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15609
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-29  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: ST_AsMVTGeom fix unintentional white space change git-svn-id: http://svn.osgeo.org/postgis/trunk@15608
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-29  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: ST_AsMVTGeom only attempt to correct Polygons
	(other types should be fine) git-svn-id: http://svn.osgeo.org/postgis/trunk@15607
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-29  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: ST_AsGeom optimize POINT case git-svn-id: http://svn.osgeo.org/postgis/trunk@15606
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-29  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt.sql: ST_AsMVTGeom move normalize to
	test logic Closes #3819 git-svn-id: http://svn.osgeo.org/postgis/trunk@15605
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-29  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Make postgis_pgsql version functions
	"internal" ... they are really only meant to be used by postgis_full_version() Closes #3822 again (as internal functions don't need documentation) git-svn-id: http://svn.osgeo.org/postgis/trunk@15604
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-29  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/postgis.sql.in: Always show PGSQL version scripts
	were built against also add a missing NEWS item git-svn-id: http://svn.osgeo.org/postgis/trunk@15603
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-28  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, postgis/sqldefines.h.in: Add check for
	PostgreSQL version compatibility in postgis_full_version Adds postgis_scripts_pgsql_version() and postgis_pgsql_version()
	internal functions, each returning an encoded version number, and
	has postgis_full_version() compare running vs. build-time used Fixes #3822 (untested) git-svn-id: http://svn.osgeo.org/postgis/trunk@15602
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-28  Regina Obe <lr@pcorp.us>

	* NEWS: note that the drop and recreate of views is a breaking
	change References #3821 git-svn-id: http://svn.osgeo.org/postgis/trunk@15601
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-28  Regina Obe <lr@pcorp.us>

	* NEWS: Minor correction to NEWS for #524 point on point is not new git-svn-id: http://svn.osgeo.org/postgis/trunk@15600
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-28  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_measure.xml, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, postgis/geography_measurement.c,
	regress/geography_covers.sql, regress/geography_covers_expected: 
	Covers support for Polygon-on-polygon, line on line, point on line,
	point on point for geography Patch from Danny Götte Closes #524 git-svn-id: http://svn.osgeo.org/postgis/trunk@15599
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-27  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_measure.xml, liblwgeom/lwgeodetic.c,
	regress/tickets.sql, regress/tickets_expected: Allow signed distance
	for ST_Project (Darafei Praliaskouski) Closes
	https://github.com/postgis/postgis/pull/138 Closes #3709 git-svn-id: http://svn.osgeo.org/postgis/trunk@15598
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-27  Regina Obe <lr@pcorp.us>

	* NEWS, spatial_ref_sys.sql: Update to EPSG registry v9 Closes #3684 git-svn-id: http://svn.osgeo.org/postgis/trunk@15597
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-27  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql: ST_GeneratePoints check to use ST_Intersects
	instead of ST_Contains Minimize failures when point falls on the
	boundary.  Closes #3765 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15596
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-27  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: Corrections from ruvyn Closes
	#3592 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15595
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-27  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml: document postgis_liblwgeom_version
	Closes #3310 git-svn-id: http://svn.osgeo.org/postgis/trunk@15594
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-25  Sandro Santilli <strk@kbt.io>

	* README.md: Update matrix link to plumbed room git-svn-id: http://svn.osgeo.org/postgis/trunk@15593
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-25  Bjrn Harrtell <bjorn@wololo.org>

	* regress/mvt_expected: ST_AsMVTGeom fix regression tests References
	#3819 git-svn-id: http://svn.osgeo.org/postgis/trunk@15592
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-25  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: ST_AsMVTGeom keep the last step normalize for
	platform consistency References #3819 git-svn-id: http://svn.osgeo.org/postgis/trunk@15591
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-25  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt_expected: ST_AsMVTGeom only force CW
	for polys and do not normalize Closes #3819 git-svn-id: http://svn.osgeo.org/postgis/trunk@15590
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-25  Regina Obe <lr@pcorp.us>

	* doc/po/de_DE/extras_tigergeocoder.xml.po,
	doc/po/de_DE/extras_topology.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_measure.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/release_notes.xml.po,
	doc/po/de_DE/using_postgis_dataman.xml.po: update German po with
	merge from transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15589
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-25  Regina Obe <lr@pcorp.us>

	* doc/po/pt_BR/extras_tigergeocoder.xml.po,
	doc/po/pt_BR/installation.xml.po, doc/po/pt_BR/postgis.xml.po,
	doc/po/pt_BR/reference_editor.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/pt_BR/reference_processing.xml.po,
	doc/po/pt_BR/reference_raster.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po: Update pt_BR po from
	transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15588
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-25  Regina Obe <lr@pcorp.us>

	* doc/po/ko_KR/extras_tigergeocoder.xml.po,
	doc/po/ko_KR/installation.xml.po, doc/po/ko_KR/postgis.xml.po,
	doc/po/ko_KR/reference_editor.xml.po,
	doc/po/ko_KR/reference_measure.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/ko_KR/using_postgis_dataman.xml.po: update from transifex
	Korean docs git-svn-id: http://svn.osgeo.org/postgis/trunk@15587
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-25  Regina Obe <lr@pcorp.us>

	* doc/po/it_IT/reference_raster.xml.po,
	doc/po/ja/extras_tigergeocoder.xml.po,
	doc/po/ja/installation.xml.po, doc/po/ja/postgis.xml.po,
	doc/po/ja/reference_editor.xml.po,
	doc/po/ja/reference_measure.xml.po,
	doc/po/ja/reference_processing.xml.po,
	doc/po/ja/reference_raster.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/templates/extras_tigergeocoder.xml.pot,
	doc/po/templates/installation.xml.pot,
	doc/po/templates/performance_tips.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_output.xml.pot,
	doc/po/templates/reference_processing.xml.pot,
	doc/po/templates/reference_raster.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/using_postgis_dataman.xml.pot: update pots, update
	japan translation from transifex (fixed parse issue in japan
	reference_raster.xml.po) git-svn-id: http://svn.osgeo.org/postgis/trunk@15586
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-24  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update instructions on where to get postgis
	tiger extension files if not present in install or need newer.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15584
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-24  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwunionfind.c: Fix uninitialized last_old_id Closes
	#3817 git-svn-id: http://svn.osgeo.org/postgis/trunk@15583
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-24  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Remove hard-coded object last
	update info Make lack of last update info in sql file a fatal error.  Makes the
	script more generic (could probably be reused by any extension) git-svn-id: http://svn.osgeo.org/postgis/trunk@15582
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-24  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Remove accidentally committed debug
	line git-svn-id: http://svn.osgeo.org/postgis/trunk@15581
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-24  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml,
	extras/tiger_geocoder/tiger_loader_2016.sql: Fix census tabblock
	download and document process for including it.  Reference #3698 for
	PostGIS 2.4.0 Change site of census Reference #3816 for PostGIS
	2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15580
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Revise comment format of some aggregates
	so that postgis upgrade script generator picks them up Closes #3812 git-svn-id: http://svn.osgeo.org/postgis/trunk@15578
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* .gitlab-ci.yml, NEWS, configure.ac, doc/installation.xml: Revert
	changes done for gitlab upgrade References #3813 Make GEOS 3.4 the new minimum Closes #3810 git-svn-id: http://svn.osgeo.org/postgis/trunk@15577
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* .gitlab-ci.yml: attempt 5 references Try to upgrade gitlab to
	newer PostgreSQL / GEOS (add install software-properties-common )
	References #3813 git-svn-id: http://svn.osgeo.org/postgis/trunk@15576
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* .gitlab-ci.yml: attempt 4 references Try to upgrade gitlab to
	newer PostgreSQL / GEOS (add a -y to force install of apt repo
	tools) References #3813 git-svn-id: http://svn.osgeo.org/postgis/trunk@15575
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* .gitlab-ci.yml: attempt 3 references Try to upgrade gitlab to
	newer PostgreSQL / GEOS (install add repo tools) References #3813 git-svn-id: http://svn.osgeo.org/postgis/trunk@15574
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* .gitlab-ci.yml: Try to upgrade gitlab to newer PostgreSQL / GEOS
	(get rid of sudo) References #3813 git-svn-id: http://svn.osgeo.org/postgis/trunk@15573
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* .gitlab-ci.yml: Try to upgrade gitlab to newer PostgreSQL and GEOS
	using alternative repo.  References #3813 git-svn-id: http://svn.osgeo.org/postgis/trunk@15572
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_processing.xml, liblwgeom/cunit/cu_node.c,
	liblwgeom/lwgeom_geos_node.c, regress/node.sql,
	regress/node_expected: Reduce likeliness of non-noded intersections
	when using ST_Node Patch contributed by Wouter Geraedts (with minor
	adjustments to the doc) Closes #3647 Closes
	​https://github.com/postgis/postgis/pull/136 git-svn-id: http://svn.osgeo.org/postgis/trunk@15571
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-23  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/census_loader.sql: remove obsolete file the
	functions in this file are included in tiger_loader_2016.sql already git-svn-id: http://svn.osgeo.org/postgis/trunk@15570
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-22  Regina Obe <lr@pcorp.us>

	* NEWS, configure.ac, doc/installation.xml: Make GEOS 3.5.0 the
	minimum required Closes #3810 git-svn-id: http://svn.osgeo.org/postgis/trunk@15569
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-22  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Style only change: remove spurious
	blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15568
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-22  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: update to use more efficient lateral
	syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@15567
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-22  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_editor.xml, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom.c, regress/Makefile.in, regress/reverse.sql,
	regress/reverse_expected: Add support for curves in
	lwgeom_reverse/ST_Reverse Includes tests Closes #2411 git-svn-id: http://svn.osgeo.org/postgis/trunk@15566
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcircstring.c, liblwgeom/lwgeom.c: [style only] remove
	trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15565
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-21  Sandro Santilli <strk@kbt.io>

	* extensions/upgradeable_versions.mk: Drop check-installed-upgrades
	Makefile rule You can use utils/check_all_upgrades.sh for this git-svn-id: http://svn.osgeo.org/postgis/trunk@15564
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-21  Regina Obe <lr@pcorp.us>

	* NEWS: In light of fact postgresql according to Stephen Frost is
	planning to release mid-September, I've stamped the 09 september in
	there.  I think we can beat them to release git-svn-id: http://svn.osgeo.org/postgis/trunk@15563
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-21  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_makeemptycoverage.sql,
	raster/test/regress/rt_makeemptycoverage_expected: 
	ST_MakeEmptyCoverage (David Zwarg, ainomieli) Closes #2249 for
	PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15562
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-20  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: Update that yes indeed there are
	martian projectsions and you can even use them with geography to get
	measurements in meters instead of degrees.  Closes #3637 git-svn-id: http://svn.osgeo.org/postgis/trunk@15561
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: redo of last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@15560
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Fix typo in last commit for
	ST_FreschetDistance link git-svn-id: http://svn.osgeo.org/postgis/trunk@15559
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Add reference to ST_HausdorffDistance
	and ST_FrechetDistance to ST_Distance function.  per Gary Turner

	https://lists.osgeo.org/pipermail/postgis-users/2017-August/042322.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@15558
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-19  Daniel Baston <dbaston@gmail.com>

	* doc/reference_processing.xml: Remove note about consecutive
	points.  Not the case when called w/MultiPoints.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15556
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-19  Daniel Baston <dbaston@gmail.com>

	* doc/reference_processing.xml: Clarify docs wrt purpose of
	ST_RemoveRepeatedPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@15555
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-18  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/regress/reverse_geocode_regress,
	extras/tiger_geocoder/regress/reverse_geocode_regress.sql: Reverse
	geocoder missing street suffix direction.  References #3806 for
	PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15553
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwstroke.c: Add more debug outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@15552
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwstroke.c: Ensure local POSTGIS_DEBUG_LEVEL define is
	effective, when set git-svn-id: http://svn.osgeo.org/postgis/trunk@15551
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-10  Regina Obe <lr@pcorp.us>

	* .travis.yml: Patch from Darafei Praliaskouski to include compile
	with protobuf and sfcgal Closes
	https://github.com/postgis/postgis/pull/130 git-svn-id: http://svn.osgeo.org/postgis/trunk@15550
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-10  Regina Obe <lr@pcorp.us>

	* .travis.yml: upgrade travis to PostgreSQL 9.6 Closes
	https://github.com/postgis/postgis/pull/135 git-svn-id: http://svn.osgeo.org/postgis/trunk@15549
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-10  Regina Obe <lr@pcorp.us>

	* .travis.yml: change back to using the default travis ci - trusty
	from precise Put in place permissions to fix make check error Closes
	#3803 for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15548
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-08  Regina Obe <lr@pcorp.us>

	* .gitattributes, extras/tiger_geocoder/create_geocode.bat: Get rid
	of CRLF settings on both svnprop and gitattributes.  Causing
	mirroring issues git-svn-id: http://svn.osgeo.org/postgis/trunk@15545
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-08  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Typo Converst -> Converts Thanks Andreas Schild (via Transifex) git-svn-id: http://svn.osgeo.org/postgis/trunk@15544
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-08  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Doc patch from Even Rouault References
	#3804 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15542
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-07  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/upgrade_geocoder.bat: adds trailing white
	space.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15541
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-07  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_processing.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: update of news items git-svn-id: http://svn.osgeo.org/postgis/trunk@15540
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-07  Sandro Santilli <strk@kbt.io>

	* extras/tiger_geocoder/upgrade_geocoder.bat: Add carriage-returns
	to line endings git-svn-id: http://svn.osgeo.org/postgis/trunk@15539
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-07  Sandro Santilli <strk@kbt.io>

	* .editorconfig: Request crlf for .bat files git-svn-id: http://svn.osgeo.org/postgis/trunk@15538
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-07  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Mark all aggregate and window functions as
	parallel safe, mark more regular functions parallel safe, schema
	qualify more missing spots References #3751 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15537
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-07  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Mark all raster aggregates as
	parallel safe.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15536
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-06  Sandro Santilli <strk@kbt.io>

	* NEWS: Formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@15535
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: flip version
	number back to 2.4.0dev git-svn-id: http://svn.osgeo.org/postgis/trunk@15534
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* .drone.yml, ChangeLog: update ChangeLog once again set dronie to
	check 2.4.0alpha upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@15532
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* .travis.yml: switch travis back not using sudo (root doesn't
	exist).  Try forcing precise (July 18 default of travis switched to
	trusty which is around when we started having problems).  git-svn-id: http://svn.osgeo.org/postgis/trunk@15531
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* .travis.yml: try to fix travis check failures by sudoing more
	stuff.  References #3801 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15530
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* configure.ac: Change warning from GEOS 3.5.0 (that was too low
	already since we had functions in 2.3 that need GEOS 3.6), to GEOS
	3.7.0.  Closes #3802 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15529
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* .drone.yml, regress/run_test.pl: Fix dump/restore test (arguments
	out of order) Closes #3801 for PostGIS 2.4.0 Turn off interrupt
	tests on dronie, too many false failures git-svn-id: http://svn.osgeo.org/postgis/trunk@15528
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* ChangeLog, NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Prepping for releast of PostGIS
	2.4.0alpha git-svn-id: http://svn.osgeo.org/postgis/trunk@15527
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* postgis/geography_centroid.c, regress/geography_centroid_expected: 
	ST_Centroid for geography fix uninitialized points issue References
	#2951 git-svn-id: http://svn.osgeo.org/postgis/trunk@15526
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-05  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: Clarify description of ST_Snap that it
	is the newly snapped input geometry and will return input geometry
	unchanged if no snapping.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15525
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-04  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: Fix email
	addresses and credit stuff.  shp2pgsql-gui Add support for exporting
	materialized views, foreign tables, and partitioned tables
	References #3800 for PostGIS 2.4 (trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@15521
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-04  Regina Obe <lr@pcorp.us>

	* regress/geography_centroid.sql,
	regress/geography_centroid_expected: Missed test commit for
	ST_Centroid geography support References #2951 git-svn-id: http://svn.osgeo.org/postgis/trunk@15520
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-04  Regina Obe <lr@pcorp.us>

	* postgis/geography_centroid.c: missed file commit for ST_Centroid
	Geography support references #2951 git-svn-id: http://svn.osgeo.org/postgis/trunk@15519
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-04  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_measure.xml, postgis/Makefile.in,
	postgis/geography.sql.in: ST_Centroid for geography (Danny Götte)
	References #2951 git-svn-id: http://svn.osgeo.org/postgis/trunk@15518
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-03  Regina Obe <lr@pcorp.us>

	* : make image a little smaller git-svn-id: http://svn.osgeo.org/postgis/trunk@15517
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-08-02  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Add a graphical example for
	ST_ClusterDBScan git-svn-id: http://svn.osgeo.org/postgis/trunk@15516
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-29  Regina Obe <lr@pcorp.us>

	* fuzzers/wkt_import_fuzzer.dict: OSS FUZZ Items must be surrounded
	by double quote. See
	​https://github.com/google/oss-fuzz/issues/746 patch from Even
	Rouault Closes #3797 git-svn-id: http://svn.osgeo.org/postgis/trunk@15515
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-28  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in, postgis/sfcgal.sql.in: Mark 3D functions
	and some other missed functions as parallel safe.  References #3792
	for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15513
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/regress/normalize_address_regress: Update
	normalize output to reflect new fields.  References #3747 git-svn-id: http://svn.osgeo.org/postgis/trunk@15512
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-27  Regina Obe <lr@pcorp.us>

	* postgis/gserialized_estimate.c: Solaris build issues due to
	missing isfinite define Patch from Julian Schauder References #3795
	for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15510
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-27  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/sql_bits/upgrade_before.sql.in: 
	add missing file missed in last commit References #3747 git-svn-id: http://svn.osgeo.org/postgis/trunk@15509
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-27  Regina Obe <lr@pcorp.us>

	* NEWS, doc/extras_tigergeocoder.xml,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in,
	extensions/postgis_tiger_geocoder/sql_bits/norm_addy_upgrade.sql.in
	, extras/tiger_geocoder/create_geocode.sql,
	extras/tiger_geocoder/normalize/normalize_address.sql,
	extras/tiger_geocoder/normalize/pprint_addy.sql,
	extras/tiger_geocoder/pagc_normalize/pagc_normalize_address.sql,
	extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
	extras/tiger_geocoder/regress/normalize_address_regress,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress,
	extras/tiger_geocoder/regress/regress.sql,
	extras/tiger_geocoder/upgrade_geocode.sql,
	extras/tiger_geocoder/upgrade_geocoder.bat: Geocoder enhancements,
	add zip4 and address_alphanumeric, adjustments to pagc matching
	Closes #3747 Closes #3748 git-svn-id: http://svn.osgeo.org/postgis/trunk@15508
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-27  Sandro Santilli <strk@kbt.io>

	* NEWS: Drop bugfix NEWS entry from 2.4.0 section (it's already in
	2.3.3) git-svn-id: http://svn.osgeo.org/postgis/trunk@15507
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-26  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
	enhanced section for 2.4 and backport 2.3.1-2.3.3 release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@15506
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-24  Regina Obe <lr@pcorp.us>

	* doc/po/es/extras_address_standardizer.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/postgis.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_exception.xml.po,
	doc/po/es/reference_guc.xml.po, doc/po/es/reference_lrs.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/release_notes.xml.po,
	doc/po/es/using_postgis_dataman.xml.po: update es po files from
	transifex References #3793 git-svn-id: http://svn.osgeo.org/postgis/trunk@15505
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/po/fr/extras_topology.xml.po, doc/po/fr/installation.xml.po,
	doc/po/fr/introduction.xml.po, doc/po/fr/performance_tips.xml.po,
	doc/po/fr/postgis.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_output.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_raster.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_postgis_dataman.xml.po: update fr po files from
	transifex References #3793 git-svn-id: http://svn.osgeo.org/postgis/trunk@15504
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: put in safeguard for PostGIS
	windows functions. Italians decided they needed to translate the
	term winset which made this section itemizedlist empty and invalid
	for pdf.  References #3794 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15503
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Put in safeguards around
	availability, changes, enhances so if no match, then doesn't break
	xml and latex validation git-svn-id: http://svn.osgeo.org/postgis/trunk@15502
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: specify absolute path to texstyle.sty references
	#3794 for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15501
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/texstyle.sty: get rid of utf8 see if resolves pdf compile
	error git-svn-id: http://svn.osgeo.org/postgis/trunk@15500
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/texstyle.sty: remove other packages just added, but keep utf8
	one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15499
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* 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/performance_tips.xml.po, doc/po/pt_BR/postgis.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_measure.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/release_notes.xml.po,
	doc/po/pt_BR/using_postgis_dataman.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po: update po files from
	transifex and fix po typos causing compile failure for pt_BR
	References #3793 for trunk (PostGIS 2.4) git-svn-id: http://svn.osgeo.org/postgis/trunk@15498
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Schema qualify function calls in
	postgis_full_version git-svn-id: http://svn.osgeo.org/postgis/trunk@15497
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/texstyle.sty: try adding utf8 package (take out CJKutf8 for
	now), may add back.  To try to fix korean/japanese pdf building git-svn-id: http://svn.osgeo.org/postgis/trunk@15496
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/po/ko_KR/extras_topology.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_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/release_notes.xml.po: Fix errors in po for ko_KR so
	html can build.  References #3793 git-svn-id: http://svn.osgeo.org/postgis/trunk@15495
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/texstyle.sty: try to fix Japanese, Korean, Chinese PDF
	generation by adding  CJK support library (already installed on
	debbie) git-svn-id: http://svn.osgeo.org/postgis/trunk@15494
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-23  Regina Obe <lr@pcorp.us>

	* doc/po/ja/extras_topology.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_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_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/release_notes.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po: update po files from
	transifex plus patches to fix compile issues git-svn-id: http://svn.osgeo.org/postgis/trunk@15493
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-17  Sandro Santilli <strk@kbt.io>

	* NEWS, utils/postgis_restore.pl.in: Allow postgis_restore.pl to
	work on directory-style (-Fd) dumps Patch by Roger Crew Closes #3788 git-svn-id: http://svn.osgeo.org/postgis/trunk@15488
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-17  Regina Obe <lr@pcorp.us>

	* liblwgeom/ptarray.c: Credit to OSS-Fuzz
	https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2590 References #3786 for PostGIS 2.4/trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@15487
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-17  Regina Obe <lr@pcorp.us>

	* fuzzers/build_google_oss_fuzzers.sh, fuzzers/build_seed_corpus.sh: 
	mark sh scripts as executable git-svn-id: http://svn.osgeo.org/postgis/trunk@15486
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-14  Regina Obe <lr@pcorp.us>

	* fuzzers/README.TXT: minor edit add a depth=1 git-svn-id: http://svn.osgeo.org/postgis/trunk@15485
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-10  Regina Obe <lr@pcorp.us>

	* fuzzers/Makefile, fuzzers/README.TXT,
	fuzzers/build_google_oss_fuzzers.sh, fuzzers/build_seed_corpus.sh,
	fuzzers/fuzzingengine.c, fuzzers/wkb_import_fuzzer.cpp,
	fuzzers/wkb_import_fuzzer.options, fuzzers/wkt_import_fuzzer.cpp,
	fuzzers/wkt_import_fuzzer.dict, fuzzers/wkt_import_fuzzer.options: 
	Commit Fuzzers for liblwgeom wkb OSS FUZZ testing Fuzzers
	contributed by Even Rouault References #3783 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15484
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-10  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c: Initialize another variable otherwise used uninitialized when dumping 0-rows tables or queries git-svn-id: http://svn.osgeo.org/postgis/trunk@15482
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-10  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c: Check return from an sprintf Would be dangerous with field names > 256 characters..  git-svn-id: http://svn.osgeo.org/postgis/trunk@15481
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-10  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c: Fix buffer overflow and use of
	uninitialized value See #3101 (for trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15480
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-09  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwin_wkb.c: Memory leak in lwline_from_wkb_state
	References #3782 for PostGIS 2.4 (trunk) Patch provided by Even
	Rouault git-svn-id: http://svn.osgeo.org/postgis/trunk@15478
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-06  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: missing copying libintl-8.dll needed
	for the VC++ 32-bit builds for postgis-gui git-svn-id: http://svn.osgeo.org/postgis/trunk@15476
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-05  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: turn off interrupt tests on winnie.
	Causing 32-bit to fail.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15475
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-07-01  Regina Obe <lr@pcorp.us>

	* NEWS, extensions/upgradeable_versions.mk: Update news to include
	2.3 and add missing upgrade paths git-svn-id: http://svn.osgeo.org/postgis/trunk@15471
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-30  Regina Obe <lr@pcorp.us>

	* doc/performance_tips.xml, doc/using_postgis_dataman.xml: Bring
	performance tips section up to newer versions References #3746 for
	PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15468
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-28  Sandro Santilli <strk@kbt.io>

	* doc/reference_constructor.xml: Fixed some typos in docs (give ->
	given) Patch by Sergey Fedoseev <fedoseev.sergey@gmail.com> git-svn-id: http://svn.osgeo.org/postgis/trunk@15467
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-28  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/lwstroke.c: 
	lwarc_linearize: fix total angle computation for ccw arcs git-svn-id: http://svn.osgeo.org/postgis/trunk@15466
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_lwstroke.c, liblwgeom/lwstroke.c,
	regress/curvetoline_expected: Fix angle reminder computation Closes #3772 again (see comment:6) Add specific testcase git-svn-id: http://svn.osgeo.org/postgis/trunk@15465
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwstroke.c: Fix debug build git-svn-id: http://svn.osgeo.org/postgis/trunk@15464
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-24  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpg_mapalgebra.c: Change ST_Clip from Error to
	Notice when ST_Clip can compute no band References #3730 for PostGIS
	2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15456
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-24  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Update 3D example and put a note
	about function may return the same geometry.  References #3702 for
	PostGIS 2.4 (trunk) Last commit was for PostGIS 2.3.3 (mistakenly
	noted as 2.4) Closes #3702 git-svn-id: http://svn.osgeo.org/postgis/trunk@15455
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Increase LIMIT clause on tests
	so can more readily catch issues like #3704.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15453
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-23  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_btree.c, regress/operators.sql,
	regress/operators_expected: Fix lwgeom_cmp return code See #3777 git-svn-id: http://svn.osgeo.org/postgis/trunk@15450
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-23  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_btree.c, regress/operators.sql,
	regress/operators_expected: Fix handling of EMPTY geometries in
	btree operator Includes regress test See #3777 git-svn-id: http://svn.osgeo.org/postgis/trunk@15447
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-23  Sandro Santilli <strk@kbt.io>

	* README.md: Fix markdown of build badges For some reason GitHub doesn't like newlines :/ NOTE: Gogs and GitLab are both happy with the previous syntax...  git-svn-id: http://svn.osgeo.org/postgis/trunk@15446
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-23  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c, regress/tickets.sql,
	regress/tickets_expected: ST_AsX3D handle empty geometries
	References #3704 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15444
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-23  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
	regress/dumper/realtable-pre.sql: Escape double quotes issue in
	pgsql2shp Include test for boolean and quotes References #3701 for
	PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15441
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-21  Regina Obe <lr@pcorp.us>

	* topology/sql/topogeometry/totopogeom.sql.in: simplification per
	strk's request. I undersimplified on last commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15440
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-20  Regina Obe <lr@pcorp.us>

	* topology/sql/topogeometry/totopogeom.sql.in: Clean up of
	formatting of r15406.  Add some explanation of change from CASE to
	UNION ALL change SELECT ST_Dump to FROM ST_Dump per strk's
	suggestion References #3764 For more details refer to

	https://www.postgresql.org/message-id/000001d2d5de%24d8d66170%248a832450%24%40pcorp.usand commit that I think introduced the original problem -

	https://www.postgresql.org/message-id/E1cTy4K-00085H-5v@gemulon.postgresql.orggit-svn-id: http://svn.osgeo.org/postgis/trunk@15439
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-20  Regina Obe <lr@pcorp.us>

	* topology/sql/topogeometry/totopogeom.sql.in: refix for PostgreSQL
	10 changed CASE WHEN set returning behavior Don't use CASE using
	UNION ALL instead with a WHERE that when resolves to false skips the
	output call.  Closes #3764 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15438
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-19  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Avoid ever-growing postgis extension upgrade
	scripts Fixes #3775 git-svn-id: http://svn.osgeo.org/postgis/trunk@15435
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-19  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Style only change: remove trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15434
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-19  Sandro Santilli <strk@kbt.io>

	* regress/curvetoline.sql, regress/curvetoline_expected: It's
	multi-arc, not multi-arch (typo) git-svn-id: http://svn.osgeo.org/postgis/trunk@15433
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-19  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS items about new ST_CurveToLine signature git-svn-id: http://svn.osgeo.org/postgis/trunk@15432
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-19  Sandro Santilli <strk@kbt.io>

	* regress/curvetoline.sql, regress/curvetoline_expected: Add test
	for multi-arch curve It shows how MaxError configuration for ST_CurveToLine is useful as
	it results in different number of segments per quadrant based on
	radius of each arc...  git-svn-id: http://svn.osgeo.org/postgis/trunk@15431
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-19  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_lwstroke.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwstroke.c, postgis/lwgeom_sqlmm.c,
	postgis/postgis.sql.in, regress/Makefile.in,
	regress/curvetoline.sql, regress/curvetoline_expected,
	regress/sql-mm-circularstring.sql: Implement extended ST_CurveToLine
	signature Adds lwcurve_linearize function at liblwgeom level.  Turns
	lwgeom_stroke into a wrapper, keept it for backward compatibility.
	Reduces allocations in linearization procedures.  Implements SYMMETRIC and RETAIN_ANGLE flags.  Implements
	MAX_DEVIATION, MAX_ANGLE and SEGS_PER_QUADRANT configs.  Includes unit and SQL tests.  Includes documentation.  Closes #2464 (maxError configuration is MAX_DEVIATION) Closes #3772
	(balanced output is SYMMETRIC and RETAIN_ANGLE flags) Document the new ST_CurveToLine signature git-svn-id: http://svn.osgeo.org/postgis/trunk@15430
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Style only change: remove trailing
	blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15429
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwstroke.c: Style-only change: remove trailing blanks git-svn-id: http://svn.osgeo.org/postgis/trunk@15428
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-12  Sandro Santilli <strk@kbt.io>

	* doc/using_postgis_dataman.xml: geomentry -> geometry Thanks Andreas Schild via

	https://www.transifex.com/postgis/postgis/translate/#de/using_postgis_datamanxmlpot/19191543/git-svn-id: http://svn.osgeo.org/postgis/trunk@15427
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-12  Sandro Santilli <strk@kbt.io>

	* doc/using_postgis_dataman.xml: Remove confusing statement As reported by Andreas Schild in

	https://www.transifex.com/postgis/postgis/translate/#de/using_postgis_datamanxmlpot/19191379/git-svn-id: http://svn.osgeo.org/postgis/trunk@15426
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: example for ST_CreateOverview and more
	examples for ST_GDALFromRaster that shows how to use to output to
	filesystem.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15425
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-07  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Mark functions that are currently
	stable or volatile (or missing parallel) as immutable parallel that
	should have been immutable parallel.  First pass More cleanup of
	missed schema qualification.  References #3769 git-svn-id: http://svn.osgeo.org/postgis/trunk@15424
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-07  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: have formatting
	conform to editorconfig.  Fix clean logic, wasn't deleting all files
	in sql folder before.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15423
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-06  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/po/de_DE/release_notes.xml.po,
	doc/po/es/release_notes.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/ja/release_notes.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pt_BR/release_notes.xml.po,
	doc/po/templates/release_notes.xml.pot, doc/release_notes.xml: Speep
	up -> Speed up Thanks Andreas Schild via

	https://www.transifex.com/postgis/postgis/translate/#de/release_notesxmlpot/74993598/git-svn-id: http://svn.osgeo.org/postgis/trunk@15420
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-06-06  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/release_notes.xml: shp2pgsql locale fixes are #3084, not
	#3048 Thanks Andreas Schild via

	https://www.transifex.com/postgis/postgis/translate/#de/release_notesxmlpot/74993584/git-svn-id: http://svn.osgeo.org/postgis/trunk@15417
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-31  Sandro Santilli <strk@kbt.io>

	* README.md: Use SVG format for Travis badge git-svn-id: http://svn.osgeo.org/postgis/trunk@15415
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-29  Sandro Santilli <strk@kbt.io>

	* .editorconfig: It looks like .h.in files use spaces indent git-svn-id: http://svn.osgeo.org/postgis/trunk@15414
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-29  Sandro Santilli <strk@kbt.io>

	* .editorconfig: Request tab indentation by default for SQL files Still keep sfcgal.sql and topology SQL files with spaces, to reflect
	the current state.  See #3767 git-svn-id: http://svn.osgeo.org/postgis/trunk@15413
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-29  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Mark all raster aggregate functions
	as parallel safe.  Also more schema qualification, still a lot not
	schema qualified flip ST_Intersection to be immutable parallel safe
	references #3752 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15412
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-28  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated geobuffer sources git-svn-id: http://svn.osgeo.org/postgis/trunk@15411
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-28  Sandro Santilli <strk@kbt.io>

	* .editorconfig: Topology SQL files want space indent See #3767 git-svn-id: http://svn.osgeo.org/postgis/trunk@15410
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-27  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in, postgis/postgis.sql.in,
	raster/rt_pg/rtpostgis.sql.in: List parent partition tables and have
	geography_view only list things like tables (exclude helper types)
	Closes #3766 git-svn-id: http://svn.osgeo.org/postgis/trunk@15409
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-27  Regina Obe <lr@pcorp.us>

	* topology/sql/topogeometry/totopogeom.sql.in: replace tabs with
	spaces from last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@15408
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-27  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: Change log table name git-svn-id: http://svn.osgeo.org/postgis/trunk@15407
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-26  Regina Obe <lr@pcorp.us>

	* topology/sql/topogeometry/totopogeom.sql.in,
	topology/test/regress/copytopology.sql,
	topology/test/regress/copytopology_expected: Fix topology PostgreSQL
	10 regress errors Change CASE WHEN SRF to use constant Evidentally
	they also removed a bunch of columns from sequence table struct I'm
	guessing has to do with intro of IDENTITY column type, so had to
	revise copytopology regress Closes #3764 git-svn-id: http://svn.osgeo.org/postgis/trunk@15406
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-26  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_union.sql,
	raster/test/regress/rt_union_expected: Revise rt_union test so
	passes equally on PostgreSQL 10 and lower.  Lower calls SRF for each
	column, triggering the same error notice multiple times, PostgreSQL
	10 called SRF only once. Revised syntax so old versions call SRF
	only once.  Closes #3763 for trunk PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15405
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-26  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Revise to use substring function
	instead of regexp_matches.  This fixes most of the raster regress
	issues noted in #3759 and Closes #3760 for PostGIS 2.4.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15404
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-26  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: revert previous change to this file
	accidentally committed for #3761 But this is a work in progress for
	different item, not ready for commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15403
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-26  Regina Obe <lr@pcorp.us>

	* configure.ac, doc/extras_tigergeocoder.xml, doc/postgis.xml,
	postgis/Makefile.in, postgis/lwgeom_accum.c,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_dumppoints.c,
	postgis/lwgeom_functions_analytic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_inout.c, postgis/postgis.sql.in,
	postgis/postgis_module.c, raster/rt_pg/rtpg_band_properties.c,
	raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_mapalgebra.c,
	raster/rt_pg/rtpg_pixel.c, raster/rt_pg/rtpg_raster_properties.c,
	raster/rt_pg/rtpg_statistics.c, raster/rt_pg/rtpostgis.c,
	regress/Makefile.in: Get rid of all if def needed for versions of
	PostgreSQL lower than 9.3 and GEOS 3.3 Document dropping support for
	PostgreSQL 9.2 Note didn't change postgis/gserialized_estimate.c
	which also has an ifdef (leaving that for pramsey) References #3761
	for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15402
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c, regress/regress_selectivity.sql: 
	#3758, regression failure on stats. Add test data as static COPY,
	not dynamic generation, since change in generate_series caused probs git-svn-id: http://svn.osgeo.org/postgis/trunk@15401
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-23  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_measure.xml, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in, regress/Makefile.in, regress/frechet.sql,
	regress/frechet_expected, utils/postgis_restore.pl.in: New function
	ST_FrechetDistance (patch from Shinichi Sugiyama) Closes #3677
	Closes https://github.com/postgis/postgis/pull/120 git-svn-id: http://svn.osgeo.org/postgis/trunk@15400
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-22  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Add comment to topology schema git-svn-id: http://svn.osgeo.org/postgis/trunk@15399
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-21  Regina Obe <lr@pcorp.us>

	* postgis/gserialized_estimate.c: PostgreSQL 10 beta1 fails compile
	in gserialized_estimate Revise to use new api for get_attstatsslot
	function for PostgreSQL >= 10 References #3758 git-svn-id: http://svn.osgeo.org/postgis/trunk@15398
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-20  Regina Obe <lr@pcorp.us>

	* configure.ac: Revise the PGVERSION numbering scheme so also works
	for PostgreSQL 10beta1 and for all future PostgreSQL after 10 Note
	previous patch put in did not consider the case of when 10.11 comes,
	that would end up ranking higher than 11.0 (110 vs. 1011).  So we
	need to totally disregard the minor version for PostgreSQL  >= 10
	Closes #3614 git-svn-id: http://svn.osgeo.org/postgis/trunk@15397
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-19  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Fix mismatch between actual and documented
	output Closes https://github.com/postgis/postgis/pull/118 git-svn-id: http://svn.osgeo.org/postgis/trunk@15396
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-19  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Note about ST_Equals does not support
	geometry collection Closes pull reguest -
	https://github.com/postgis/postgis/pull/131 from lb1c git-svn-id: http://svn.osgeo.org/postgis/trunk@15395
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-17  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: ST_AsMVT Forgot to initialize to NULL git-svn-id: http://svn.osgeo.org/postgis/trunk@15394
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-17  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: ST_AsMVT avoid mutating the input LWGEOM git-svn-id: http://svn.osgeo.org/postgis/trunk@15393
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-11  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c: Gist penalty speed improvement for 2d
	and nd points References #3753 for PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15392
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-11  Regina Obe <lr@pcorp.us>

	* .travis.yml: try to add libgdal1h dependency in attempt to fix
	libgdal-dev install issue on travis git-svn-id: http://svn.osgeo.org/postgis/trunk@15391
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-04  Bjrn Harrtell <bjorn@wololo.org>

	* doc/reference_output.xml: ST_AsMVT Document JSONB support
	References #3749 git-svn-id: http://svn.osgeo.org/postgis/trunk@15390
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-04  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt_expected: ST_AsMVT Normalize output to
	make sure it will be identical regardless of GEOS version References
	#3749 git-svn-id: http://svn.osgeo.org/postgis/trunk@15389
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-04  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, postgis/mvt.h, regress/Makefile.in,
	regress/mvt.sql, regress/mvt_expected, regress/mvt_jsonb.sql,
	regress/mvt_jsonb_expected: ST_AsMVT JSONB support and regression
	tests conditional on PG >= 94 Fixes #3749 git-svn-id: http://svn.osgeo.org/postgis/trunk@15387
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-04  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Use local RUNTESTFLAGS env variable (global doesn't
	seem to work) git-svn-id: http://svn.osgeo.org/postgis/trunk@15386
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-03  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, postgis/mvt.h, regress/mvt.sql,
	regress/mvt_expected: ST_AsMVT parse JSONB into keys/values
	References #3749 git-svn-id: http://svn.osgeo.org/postgis/trunk@15385
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-03  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt_expected: ST_AsMVT make sure
	valid/clockwise even after collection extraction git-svn-id: http://svn.osgeo.org/postgis/trunk@15384
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-03  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in, raster/rt_pg/rtpostgis.sql.in: @ operator
	not schema qualified and ~ not schema qualified in some places apply
	patch with adjustments. Patch provided by Shane StClair (Axiom Data
	Science) References #3750 for trunk PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15382
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-05-01  Regina Obe <lr@pcorp.us>

	* NEWS, loader/pgsql2shp-core.c: Boolean (FTLogical) should be 1
	byte not 2 bytes closes #3682 for PostGIS 2.4.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15381
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-30  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt_expected: Readd homogenize and expect
	empty output on collapsed polygon git-svn-id: http://svn.osgeo.org/postgis/trunk@15380
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-30  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: Fix check for empty or null geometry and more
	strict precision reducing git-svn-id: http://svn.osgeo.org/postgis/trunk@15379
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-28  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/lwgeom_out_mvt.c, postgis/mvt.c, regress/mvt.sql,
	regress/mvt_expected: Rework ST_AsMVTGeom clipping logic Closes
	#3740 git-svn-id: http://svn.osgeo.org/postgis/trunk@15378
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-28  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/geobuf.c, postgis/mvt.c: Fix wrong char * allocation size git-svn-id: http://svn.osgeo.org/postgis/trunk@15377
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-28  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/geobuf.c: Make copy of string that will be deallocated and
	remove unused code git-svn-id: http://svn.osgeo.org/postgis/trunk@15376
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-28  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: Make copy of string that will be deallocated and
	make bool type clear git-svn-id: http://svn.osgeo.org/postgis/trunk@15375
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-26  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/lwgeom_out_geobuf.c, postgis/lwgeom_out_mvt.c: Revert
	MemoryContext refactor git-svn-id: http://svn.osgeo.org/postgis/trunk@15374
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-26  Regina Obe <lr@pcorp.us>

	* astyle, doc/texstyle.sty: Revert committ of astyle and commit the
	intended textstyle.sty References #3726 for PostGIS 2.4 trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@15373
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-25  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: Cast smaller
	integer types to the destination type Fixes #3741 and #3742 git-svn-id: http://svn.osgeo.org/postgis/trunk@15372
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-25  Bjrn Harrtell <bjorn@wololo.org>

	* regress/mvt.sql, regress/mvt_expected: Comment out failing test
	for out of tree investigation git-svn-id: http://svn.osgeo.org/postgis/trunk@15371
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-25  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/lwgeom_out_geobuf.c, postgis/lwgeom_out_mvt.c,
	postgis/mvt.c, postgis/uthash.h: Restore debug log and improve
	memory context/allocations git-svn-id: http://svn.osgeo.org/postgis/trunk@15370
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-25  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt_expected: Comment out a debug logging
	causing suspicious test fail git-svn-id: http://svn.osgeo.org/postgis/trunk@15369
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-25  Regina Obe <lr@pcorp.us>

	* regress/subdivide.sql, regress/subdivide_expected: revise
	ST_Subdivide regress to use ticket instead of github pull request
	References #3744 git-svn-id: http://svn.osgeo.org/postgis/trunk@15367
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-25  Regina Obe <lr@pcorp.us>

	* astyle, doc/Makefile.in: PDF manual from dblatex renders fancy
	quotes for programlisting Change to use regular quotes patch from
	Mike Toews Closes #3726 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15366
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-24  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwgeom.c, regress/subdivide.sql,
	regress/subdivide_expected: ST_Subdivide loses subparts of inverted
	geometries patch from Darafei Praliaskouski (Komzpa) References
	#3744 changed area regress to cast to numeric so doesn't return
	scientific notation on windows git-svn-id: http://svn.osgeo.org/postgis/trunk@15363
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-23  Regina Obe <lr@pcorp.us>

	* raster/loader/raster2pgsql.c: Get rid of logic that set out_srid
	to same as input srid and change to not try to transform when
	out_srid is unknown.  References #3738 for PostGIS 2.4 trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@15361
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-21  Bjrn Harrtell <bjorn@wololo.org>

	* regress/README: Fix mistakes and some rewording git-svn-id: http://svn.osgeo.org/postgis/trunk@15360
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-21  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: Expand tests
	to verify redundant value encoding fix Closes #3741 git-svn-id: http://svn.osgeo.org/postgis/trunk@15359
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-21  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: Fix ST_AsMVT
	string value encoding redundancy References #3741 git-svn-id: http://svn.osgeo.org/postgis/trunk@15358
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-21  Bjrn Harrtell <bjorn@wololo.org>

	* regress/README: Add docs about running regression tests
	individually git-svn-id: http://svn.osgeo.org/postgis/trunk@15357
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-21  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/uthash.h: Upgrade uthash 2.0.1 -> 2.0.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@15356
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-19  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: Add logging statements git-svn-id: http://svn.osgeo.org/postgis/trunk@15355
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-19  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, postgis/mvt.h: Clear hash tables after usage git-svn-id: http://svn.osgeo.org/postgis/trunk@15354
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-12  Sandro Santilli <strk@kbt.io>

	* README.md: Update drone url git-svn-id: http://svn.osgeo.org/postgis/trunk@15351
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, liblwgeom/lwprint.c,
	postgis/lwgeom_ogc.c: fix variable length arrays git-svn-id: http://svn.osgeo.org/postgis/trunk@15350
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-08  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck.sql, regress/knn_recheck_expected: Get rid of
	knn tests where multiple records have the same distances closes
	#3649 for 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15349
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-07  Regina Obe <lr@pcorp.us>

	* libpgcommon/gserialized_gist.h: Add <float.h> include so PostGIS
	can compile against PostgreSQL 10 Closes #3721 git-svn-id: http://svn.osgeo.org/postgis/trunk@15347
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-04-04  Daniel Baston <dbaston@gmail.com>

	* doc/reference_measure.xml: Fix error in docs for ST_ClusterDBSCAN git-svn-id: http://svn.osgeo.org/postgis/trunk@15345
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-29  Sandro Santilli <strk@kbt.io>

	* doc/po/de_DE/reference_measure.xml.po,
	doc/po/es/reference_measure.xml.po,
	doc/po/fr/reference_measure.xml.po,
	doc/po/it_IT/reference_measure.xml.po,
	doc/po/ja/reference_measure.xml.po,
	doc/po/ko_KR/reference_measure.xml.po,
	doc/po/pl/reference_measure.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/templates/extras_topology.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_editor.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_output.xml.pot: Run "make update-pot" git-svn-id: http://svn.osgeo.org/postgis/trunk@15344
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-29  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml: Fix documentation of centroid examples.  Patch by Jackie Leng <jccleng@gmail.com> via
	https://github.com/postgis/postgis/pull/126 git-svn-id: http://svn.osgeo.org/postgis/trunk@15343
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-24  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_sfcgal/Makefile.in: Avoid a few bashisms
	resulting in invalid SQL files An echo that's supposed to output a backslash works with bash, but
	not in dash. Use printf, instead.  Patch by: Markus Wanner <markus@bluegap.ch> git-svn-id: http://svn.osgeo.org/postgis/trunk@15342
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-20  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Clarify behavior of
	ST_IsPolygon{CW,CCW} with closed linestrings git-svn-id: http://svn.osgeo.org/postgis/trunk@15341
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-20  Daniel Baston <dbaston@gmail.com>

	* doc/reference_accessor.xml: ST_IsPolygonCW doc clarifications git-svn-id: http://svn.osgeo.org/postgis/trunk@15340
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-18  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/geobuf.c, postgis/mvt.c, postgis/mvt.h: Clean up C style git-svn-id: http://svn.osgeo.org/postgis/trunk@15339
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-18  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: Add missing static modifier git-svn-id: http://svn.osgeo.org/postgis/trunk@15338
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-17  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: Also
	consider multi variants when extracting from collections git-svn-id: http://svn.osgeo.org/postgis/trunk@15337
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-17  Daniel Baston <dbaston@gmail.com>

	* NEWS, doc/reference_accessor.xml, doc/reference_editor.xml,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
	postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in,
	regress/Makefile.in, regress/orientation.sql,
	regress/orientation_expected: #3589, Orientation checking and
	forcing fuctions git-svn-id: http://svn.osgeo.org/postgis/trunk@15336
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-16  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: Only keep
	the highest dimension geometry for collections git-svn-id: http://svn.osgeo.org/postgis/trunk@15335
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-15  Daniel Baston <dbaston@gmail.com>

	* postgis/postgis.sql.in, raster/rt_pg/rtpostgis.sql.in: Avoid
	making session-level changes to client_min_messages on install git-svn-id: http://svn.osgeo.org/postgis/trunk@15334
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-12  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, doc/installation.xml: Topology is enable
	by default since PostGIS-2.0 (2012) git-svn-id: http://svn.osgeo.org/postgis/trunk@15333
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Fix 2.4 title git-svn-id: http://svn.osgeo.org/postgis/trunk@15332
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected_newsnap,
	topology/test/regress/topogeo_addlinestring_expected_oldsnap: Fix
	azimuth computation for 2.5D edge ends The change disreguard vertical movemements of the edge and computes
	azimuth of the first segment getting away from the node.  Includes automated testcase See #3711 git-svn-id: http://svn.osgeo.org/postgis/trunk@15330
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Print more digits in debugging outputs
	about azimuth computation git-svn-id: http://svn.osgeo.org/postgis/trunk@15329
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: take out 2.4 enhanced functions
	section, bah we've enhanced nothing and docbook doesn't like empty
	enhancement lists.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15328
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Add what's new in 2.4 section to
	docs git-svn-id: http://svn.osgeo.org/postgis/trunk@15327
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-10  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: Fix for
	incorrect scale/translate in ST_AsMVTGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@15326
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-10  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/lwgeom_out_mvt.c: Add missing guard when libprotobuf-c is
	not available git-svn-id: http://svn.osgeo.org/postgis/trunk@15325
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-09  Bjrn Harrtell <bjorn@wololo.org>

	* doc/reference_output.xml: Improve ST_AsMVT documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@15324
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-07  Bjrn Harrtell <bjorn@wololo.org>

	* doc/reference_output.xml, postgis/lwgeom_out_mvt.c,
	postgis/mvt.c, postgis/mvt.h, postgis/postgis.sql.in,
	regress/mvt.sql, regress/mvt_expected: Reworked ST_AsMVT and new
	ST_AsMVTGeom implementation References #3712 git-svn-id: http://svn.osgeo.org/postgis/trunk@15323
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-06  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/geobuf.c: Use PG_DETOAST_DATUM_COPY instead of clone deep
	References #3720 git-svn-id: http://svn.osgeo.org/postgis/trunk@15322
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-03-05  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/geobuf.c: Clone LWGEOM in aggregation step References
	#3720 git-svn-id: http://svn.osgeo.org/postgis/trunk@15321
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-28  Bjrn Harrtell <bjorn@wololo.org>

	* regress/mvt.sql, regress/mvt_expected: Disable test that is too PG
	version specific Fixes #3722 git-svn-id: http://svn.osgeo.org/postgis/trunk@15320
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-27  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Add Björn Harrtell to core contributors
	list and move David Zwarg to past git-svn-id: http://svn.osgeo.org/postgis/trunk@15319
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-27  Sandro Santilli <strk@kbt.io>

	* authors.git, authors.svn: Add Bjorn reference in authors files git-svn-id: http://svn.osgeo.org/postgis/trunk@15318
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-26  Bjrn Harrtell <bjorn@wololo.org>

	* NEWS, doc/reference_output.xml, postgis/Makefile.in,
	postgis/geobuf.LICENSE, postgis/geobuf.c, postgis/geobuf.h,
	postgis/geobuf.proto, postgis/lwgeom_out_geobuf.c,
	postgis/postgis.sql.in, regress/Makefile.in, regress/geobuf.sql,
	regress/geobuf_expected: Geobuf output support via ST_AsGeobuf
	Closes #3599 git-svn-id: http://svn.osgeo.org/postgis/trunk@15317
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-26  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c, regress/mvt.sql, regress/mvt_expected: Improved
	integer encoding for ST_AsMVT Closes #3714 git-svn-id: http://svn.osgeo.org/postgis/trunk@15316
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-26  Bjrn Harrtell <bjorn@wololo.org>

	* postgis/mvt.c: Better numeric/string value handling for ST_AsMVT
	Closes #3710 git-svn-id: http://svn.osgeo.org/postgis/trunk@15315
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-18  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Clarify that nation script must be run first
	before any states loaded references #3699 git-svn-id: http://svn.osgeo.org/postgis/trunk@15314
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-13  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix mishandling of spaces in "configure
	--with-pgconfig" path It is quite common to have spaces in installation path names on
	Windows, but this will cause trouble with the --with-pgconfig
	configure option.  Fix by adding double quotes throughout.  Patch by Laurenz Albe <laurenz.albe@wien.gv.at> via
	https://github.com/postgis/postgis/pull/125 git-svn-id: http://svn.osgeo.org/postgis/trunk@15313
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-12  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: forgot
	pkg_config_path and reverted CGAL version change references #3661 git-svn-id: http://svn.osgeo.org/postgis/trunk@15312
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-12  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: Logic for winnie to build and package
	with protobuf-c support references #3661 git-svn-id: http://svn.osgeo.org/postgis/trunk@15311
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-09  Sandro Santilli <strk@kbt.io>

	* doc/po/templates/installation.xml.pot,
	doc/po/templates/reference_output.xml.pot,
	doc/po/templates/reference_processing.xml.pot: Update gettext
	templates (make update-pot) git-svn-id: http://svn.osgeo.org/postgis/trunk@15310
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-09  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Fix typo Thanks Anton Bobov (https://github.com/postgis/postgis/pull/124) git-svn-id: http://svn.osgeo.org/postgis/trunk@15309
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-08  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Add notes about dependency requirements for
	ST_AsMVT Patch by Björn Harrtell <bjorn@wololo.org> git-svn-id: http://svn.osgeo.org/postgis/trunk@15308
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-07  Sandro Santilli <strk@kbt.io>

	* configure.ac: Add check for pkg-config Patch by Björn Harrtell References #3661 git-svn-id: http://svn.osgeo.org/postgis/trunk@15307
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-02-06  Sandro Santilli <strk@kbt.io>

	* NEWS, configure.ac, doc/reference_output.xml,
	postgis/Makefile.in, postgis/lwgeom_out_mvt.c, postgis/mvt.c,
	postgis/mvt.h, postgis/postgis.sql.in,
	postgis/postgis_libprotobuf.c, postgis/uthash.h,
	postgis/vector_tile.LICENSE, postgis/vector_tile.proto,
	postgis_config.h.in, regress/Makefile.in, regress/mvt.sql,
	regress/mvt_expected: Mapbox vector tile output support via ST_AsMVT Implementation by Björn Harrtell / CARTO References #3661 git-svn-id: http://svn.osgeo.org/postgis/trunk@15304
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-29  Sandro Santilli <strk@kbt.io>

	* 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/performance_tips.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_operator.xml.po,
	doc/po/de_DE/reference_processing.xml.po,
	doc/po/de_DE/reference_raster.xml.po,
	doc/po/de_DE/release_notes.xml.po,
	doc/po/de_DE/using_postgis_dataman.xml.po, doc/po/es/extras.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_raster.xml.po,
	doc/po/es/installation.xml.po, doc/po/es/performance_tips.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_operator.xml.po,
	doc/po/es/reference_processing.xml.po,
	doc/po/es/reference_raster.xml.po,
	doc/po/es/reference_temporal.xml.po,
	doc/po/es/release_notes.xml.po,
	doc/po/es/using_postgis_dataman.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/reference_constructor.xml.po,
	doc/po/fr/reference_editor.xml.po,
	doc/po/fr/reference_measure.xml.po,
	doc/po/fr/reference_operator.xml.po,
	doc/po/fr/reference_processing.xml.po,
	doc/po/fr/reference_raster.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/using_postgis_dataman.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/performance_tips.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_operator.xml.po,
	doc/po/it_IT/reference_processing.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/it_IT/release_notes.xml.po,
	doc/po/it_IT/using_postgis_dataman.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/reference_accessor.xml.po,
	doc/po/ja/reference_constructor.xml.po,
	doc/po/ja/reference_editor.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/release_notes.xml.po,
	doc/po/ja/using_postgis_dataman.xml.po,
	doc/po/ja/using_raster_dataman.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/performance_tips.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_operator.xml.po,
	doc/po/ko_KR/reference_processing.xml.po,
	doc/po/ko_KR/reference_raster.xml.po,
	doc/po/ko_KR/release_notes.xml.po,
	doc/po/ko_KR/using_postgis_dataman.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/performance_tips.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_operator.xml.po,
	doc/po/pl/reference_processing.xml.po,
	doc/po/pl/reference_raster.xml.po, doc/po/pl/release_notes.xml.po,
	doc/po/pl/using_postgis_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.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_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/reference_temporal.xml.po,
	doc/po/pt_BR/reference_transaction.xml.po,
	doc/po/pt_BR/reference_type.xml.po,
	doc/po/pt_BR/release_notes.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.xml.pot,
	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/postgis.xml.pot,
	doc/po/templates/reference.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_exception.xml.pot,
	doc/po/templates/reference_guc.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/reference_temporal.xml.pot,
	doc/po/templates/reference_transaction.xml.pot,
	doc/po/templates/reference_type.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/reporting.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 translation
	files from transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@15300
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-28  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwprint.c: Fix for 32-bit lwprint to support
	ST_AsLatLonText Closes #3688 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15296
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-25  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2016.sql: Turn off loading of
	tabblock by default.  It's been broken since 2014 and not used by
	the geocoder References #3698 for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15294
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-24  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix build warnings in PostgreSQL-9.6
	based builds Closes #3696 NOTE: SPI_processed datatype changed from 32 to 64 bit stsarting       with PostgreSQL 9.6 git-svn-id: http://svn.osgeo.org/postgis/trunk@15292
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-22  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in, postgis/geography_brin.sql.in,
	postgis/postgis.sql.in, postgis/postgis_brin.sql.in: Fix for
	pg_upgrade of pg < 9.5 + 2.3+, pg_upgrade and doing a postgis micro
	update to latest stable.  References #3683 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15290
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_print.c, liblwgeom/lwprint.c: ST_AsLatLonText:
	round minutes Patch by Mike Toews, see #3688 git-svn-id: http://svn.osgeo.org/postgis/trunk@15288
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-18  Sandro Santilli <strk@kbt.io>

	* NEWS: Add missing blank line git-svn-id: http://svn.osgeo.org/postgis/trunk@15287
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-07  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck.sql, regress/knn_recheck_expected: Add regress
	check for ERROR:  index returned tuples in wrong order references
	#3418 git-svn-id: http://svn.osgeo.org/postgis/trunk@15284
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c: #3418, KNN recheck in 9.5 fails
	with index returned tuples in wrong order While we store float boxes, it is important to carry out
	*comparisons* of those boxes in double space, so we can capture
	small differences.  This works well because the boxes are
	"overdetermined", they are slightly larger than they need to be. The
	bug in this case was caused by a case where the distance calculation
	between two boxes was carried out in float space and as a result the
	distance got slightly overdetermined, ending up larger than the
	actual distance between the objects themselves.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15283
	b70326c6-7e19-0410-871a-916f4a2858ee

2017-01-05  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Relationship functions not using an index
	in some cases Set cost back to 1 for functions that return a
	geometry A higher cost has the side-effect of making the planner
	think when used in conjunction with relate constructs like
	ST_Intersects it's cheaper to compute the geometry once rather than
	compute twice and break into an index and non-index call.
	References #3675 for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15281
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-20  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add PostGIS 2.3.1 as a target git-svn-id: http://svn.osgeo.org/postgis/trunk@15277
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-20  Regina Obe <lr@pcorp.us>

	* utils/postgis_proc_upgrade.pl: PostGIS upgrade scripts missing
	GRANT for views references #3680 for trunk (PostGIS 2.4) git-svn-id: http://svn.osgeo.org/postgis/trunk@15276
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-16  Sandro Santilli <strk@kbt.io>

	* topology/test/perf/TopoGeo_addLinestring.sql: Fully qualify
	performance test script ... helps running it from single-mode postgres git-svn-id: http://svn.osgeo.org/postgis/trunk@15275
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-10  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Use a cached prepared statement for
	loading topology records git-svn-id: http://svn.osgeo.org/postgis/trunk@15274
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-10  Sandro Santilli <strk@kbt.io>

	* topology/test/perf/TopoGeo_addLinestring.sql: Add simple
	performance tester for TopoGeo_addLinestring git-svn-id: http://svn.osgeo.org/postgis/trunk@15273
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Comment out what appears to be an old
	debugging line git-svn-id: http://svn.osgeo.org/postgis/trunk@15272
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c, loader/shp2pgsql-core.c: #3645, do not load
	logically deleted records from shape files git-svn-id: http://svn.osgeo.org/postgis/trunk@15271
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-03  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: 4x speed improvement in
	GetFaceByPoint Implies a speedup in topology loading too, whereas the
	face-containing-point callback is used twice per added line.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15269
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-03  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Cost on ST_SetSRID is preventing index use
	with relation functions. Change from 10 to 1.  References #3675 for
	PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15267
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-12-02  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwpoly.c,
	postgis/lwgeom_functions_basic.c: Refactor logic for ST_MakeEnvelope
	to be reusable in liblwgeom Patch by Björn Harrtell via
	https://git.osgeo.org/gogs/postgis/postgis/pulls/8 git-svn-id: http://svn.osgeo.org/postgis/trunk@15266
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-28  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: minor update git-svn-id: http://svn.osgeo.org/postgis/trunk@15262
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-26  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: Add build badges, trunk vs. branch release
	references #3671 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15261
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-26  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: Mark ST_Extent, ST_Mem* aggregate
	functions parallel safe references #3650 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15255
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-26  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: ST_DumpAsPolygons documentation
	confusing wrt no data value references #3512 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15252
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-26  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: ST_Equals documentation does not
	describe current behavior closes #3566 for 2.4.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15249
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-26  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Incorrect parameter name for
	CreateTopology references #3509 for 2.4.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15247
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwutil.c: Reorganize code to make comments have more
	sense git-svn-id: http://svn.osgeo.org/postgis/trunk@15244
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-22  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: add raster constraint max extent
	exceeds array size limit references #3501 for trunk (PostGIS 2.4) git-svn-id: http://svn.osgeo.org/postgis/trunk@15243
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c: Remove trailing
	blankspaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15242
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: Do not continue execution of
	ptarray_to_GEOSCoordSeq on error git-svn-id: http://svn.osgeo.org/postgis/trunk@15241
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_api.c: Do not continue execution of getPoint4d_p
	on error git-svn-id: http://svn.osgeo.org/postgis/trunk@15240
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-21  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix too many arguments warning
	introduced with r15236 git-svn-id: http://svn.osgeo.org/postgis/trunk@15239
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Change MSG line git-svn-id: http://svn.osgeo.org/postgis/trunk@15237
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, topology/postgis_topology.c: Allow
	passing NULL box to getEdgeWithinBox2D git-svn-id: http://svn.osgeo.org/postgis/trunk@15236
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-17  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Update topology slide deck url git-svn-id: http://svn.osgeo.org/postgis/trunk@15234
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-17  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Remove trailing whitespaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15233
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-17  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add TopoGeo_AddLineString in the "See
	Also" section of AddEdge git-svn-id: http://svn.osgeo.org/postgis/trunk@15232
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make OSX 10.12 libxml handler invisible to other
	platforms and less scary for othres git-svn-id: http://svn.osgeo.org/postgis/trunk@15230
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-13  Sandro Santilli <strk@kbt.io>

	* .editorconfig: Topology files want space indent git-svn-id: http://svn.osgeo.org/postgis/trunk@15229
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-11  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml, libpgcommon/gserialized_gist.c,
	libpgcommon/gserialized_gist.h, postgis/brin_2d.c,
	postgis/brin_nd.c, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c, regress/regress_brin_index.sql,
	regress/regress_brin_index_3d.sql,
	regress/regress_brin_index_3d_expected,
	regress/regress_brin_index_expected: Bugs in BRIN support Patch from
	Julien Rouhaud (Dalibo) references #3665 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15226
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-10  Sandro Santilli <strk@kbt.io>

	* README.md: Remove IRC badge, adding a link to matrix bridge to
	chat section git-svn-id: http://svn.osgeo.org/postgis/trunk@15225
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-10  Sandro Santilli <strk@kbt.io>

	* README.md: Add IRC badge git-svn-id: http://svn.osgeo.org/postgis/trunk@15224
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-11-10  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwgeodetic.c, regress/geography.sql,
	regress/geography_expected: Bug in geography ST_Segmentize Closes
	#3667 for PostGIS 2.4.0 (trunk) Patch provided by Hugo Mercier
	(Oslandia) git-svn-id: http://svn.osgeo.org/postgis/trunk@15223
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-30  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: st_concavehull() returns sometimes empty
	geometry collection references #1973 for PostGIS 2.4 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15219
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-28  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Update drone yml to 0.5 version See https://git.osgeo.org/gogs/sac/gogs-service/issues/14 git-svn-id: http://svn.osgeo.org/postgis/trunk@15215
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-25  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: get rid of invalid link and obsolete
	statements about ST_Collect git-svn-id: http://svn.osgeo.org/postgis/trunk@15214
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-19  Sandro Santilli <strk@kbt.io>

	* configure.ac: Add another path to search docbook xsl into The added path is /usr/share/xml/docbook/stylesheet/docbook-xsl
	which is the target of /usr/share/xml/docbook/stylesheet/nwalsh
	being a symlink on Ubuntu 16.04 git-svn-id: http://svn.osgeo.org/postgis/trunk@15212
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-15  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.c: raster GUC -
	boot_postgis_gdal_enabled_drivers should use TopMemoryContext
	instead of CurrentMemoryContext References #3659  for trunk (PostGIS
	2.4) git-svn-id: http://svn.osgeo.org/postgis/trunk@15208
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-12  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Force pull of build-test image upon pipeline start git-svn-id: http://svn.osgeo.org/postgis/trunk@15207
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-12  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Remove trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15206
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: Fix typo in error message about ClipByBox
	availability git-svn-id: http://svn.osgeo.org/postgis/trunk@15203
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-10  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Be verbose in running tests git-svn-id: http://svn.osgeo.org/postgis/trunk@15197
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-07  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Mark changed aggregates Fixes #3656 (aggregate upgrades) git-svn-id: http://svn.osgeo.org/postgis/trunk@15189
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-07  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Properly signal check errors,
	stopping on first error git-svn-id: http://svn.osgeo.org/postgis/trunk@15188
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-07  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Add upgrade step git-svn-id: http://svn.osgeo.org/postgis/trunk@15187
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-07  Sandro Santilli <strk@kbt.io>

	* utils/check_all_upgrades.sh: Add script to check all upgrade paths git-svn-id: http://svn.osgeo.org/postgis/trunk@15185
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-06  Sandro Santilli <strk@kbt.io>

	* doc/doxygen.cfg.in: Remove hard-coded version in Doxygen project
	name git-svn-id: http://svn.osgeo.org/postgis/trunk@15180
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-06  Sandro Santilli <strk@kbt.io>

	* configure.ac: Silence warning: ar: 'u' modifier ignored since 'D'
	is the default See https://bugzilla.redhat.com/show_bug.cgi?id=1155273#c12 git-svn-id: http://svn.osgeo.org/postgis/trunk@15170
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwstroke.c: #3652, crash on collection(multicurve()) git-svn-id: http://svn.osgeo.org/postgis/trunk@15169
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-27  Regina Obe <lr@pcorp.us>

	* README.postgis: correct readme.  We don't support PostgreSQL 9.1
	anymore (we probably will also drop 9.2 support before 2.4 is
	released.) git-svn-id: http://svn.osgeo.org/postgis/trunk@15161
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-27  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_module.c: Do not call printf from interrupt
	handler, fixing deadlocks Closes #3644 git-svn-id: http://svn.osgeo.org/postgis/trunk@15156
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-26  Regina Obe <lr@pcorp.us>

	* configure.ac: PostGIS not building on latest OSX XCode Closes
	#3643 for PostGIS 2.4.0 (patch from pramsey) git-svn-id: http://svn.osgeo.org/postgis/trunk@15155
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-26  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, doc/release_notes.xml,
	extensions/upgradeable_versions.mk: bump up to 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15147
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-25  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Document populate_topology_layer closes
	#3462 git-svn-id: http://svn.osgeo.org/postgis/trunk@15140
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-25  Regina Obe <lr@pcorp.us>

	* NEWS, doc/performance_tips.xml: Bring Tuning section up to date,
	by incorporating some of Mike Toews changes Add mention of configs
	to enable parallel queries Get rid of broken link to Kevin Neufeld's
	old press and replace with PostgreSQL wiki Closes #3452 git-svn-id: http://svn.osgeo.org/postgis/trunk@15139
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-25  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql, regress/tickets_expected: Test to trap
	FreeBSD crash on small tables.  References #2985 for PostGIS 2.3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15138
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-25  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/normalize/normalize_address.sql,
	extras/tiger_geocoder/pagc_normalize/pagc_normalize_address.sql: 
	tiger normalize, pagc_normalize integer out of range references
	#3641 for PostGIS 2.3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@15136
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-24  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: 
	../../utils/create_spatial_ref_sys_config_dump.pl: not found on
	FreeBSD Add $PERL (my freebsd doesn't work without it git-svn-id: http://svn.osgeo.org/postgis/trunk@15134
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/interpolate_from_address.sql: fix
	numeric in interpolate_from_address References #3640 for PostGIS
	2.3.0 (trunk) better fix git-svn-id: http://svn.osgeo.org/postgis/trunk@15133
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/interpolate_from_address.sql: fix
	numeric in interpolate_from_address References #3640 for PostGIS
	2.3.0 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@15132
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Simplify loop / make more readable git-svn-id: http://svn.osgeo.org/postgis/trunk@15131
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-22  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacebypoint.sql,
	topology/test/regress/getfacebypoint_expected: Fix test for
	getFaceByPoint to not rely on invalid topology Closes #3632 git-svn-id: http://svn.osgeo.org/postgis/trunk@15129
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-21  Daniel Baston <dbaston@gmail.com>

	* NEWS: NEWS updates git-svn-id: http://svn.osgeo.org/postgis/trunk@15128
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-21  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Amend garden tests to test
	BRIN indexes for geometry and geography closes #3619 git-svn-id: http://svn.osgeo.org/postgis/trunk@15127
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-21  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: mark more raster functions parallel
	safe references #3556 git-svn-id: http://svn.osgeo.org/postgis/trunk@15126
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-21  Regina Obe <lr@pcorp.us>

	* ChangeLog: forgot to update ChangeLog on RC1, too late but lets
	bring it up to date a bit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15125
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-20  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: AddGeometryColumn should not be marked
	parallel safe closes #3636 git-svn-id: http://svn.osgeo.org/postgis/trunk@15124
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-19  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: flip back to
	2.3.0dev until release time git-svn-id: http://svn.osgeo.org/postgis/trunk@15122
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-19  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: flip switch to
	PostGIS 2.3.0rc1 git-svn-id: http://svn.osgeo.org/postgis/trunk@15120
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-19  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml, doc/reference_constructor.xml,
	doc/reference_raster.xml: doc corrections from ruvyn for PostGIS 2.3
	references #3581 references #3580 references #3586 references #3575 git-svn-id: http://svn.osgeo.org/postgis/trunk@15118
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-19  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: missed another schema qualify git-svn-id: http://svn.osgeo.org/postgis/trunk@15117
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-19  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: missed some schema qualify git-svn-id: http://svn.osgeo.org/postgis/trunk@15116
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-18  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: use ST_Union instead of ST_Collect
	to compute max extent References #3501 for PostGIS 2.3.0 trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@15114
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-16  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Early release memory used by SPI
	executed topology callback queries git-svn-id: http://svn.osgeo.org/postgis/trunk@15113
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-14  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwpoly.c, postgis/lwgeom_functions_analytic.c,
	postgis/postgis.sql.in, regress/tickets.sql,
	regress/tickets_expected: New method to approximate minimum bounding
	circle polygon without using ST_Buffer.  (References #2841, #3620) git-svn-id: http://svn.osgeo.org/postgis/trunk@15109
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-14  Daniel Baston <dbaston@gmail.com>

	* .gitignore: gitignore updates (ignore gcov output) git-svn-id: http://svn.osgeo.org/postgis/trunk@15108
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-13  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/liblwgeom.h.in, postgis/lwgeom_functions_basic.c,
	regress/tickets.sql, regress/tickets_expected: #3569, Incorrect
	coordinates returned by ST_CollectionHomogenize git-svn-id: http://svn.osgeo.org/postgis/trunk@15105
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-13  Regina Obe <lr@pcorp.us>

	* regress/in_encodedpolyline.sql,
	regress/in_encodedpolyline_expected: Add ST_SnapToGrid so 32-bit and
	64-bit answers agree References #3629 for PostGIS 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@15104
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in: Fix DEBUG build of topology git-svn-id: http://svn.osgeo.org/postgis/trunk@15102
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-12  Sandro Santilli <strk@kbt.io>

	* .editorconfig, regress/sfcgal/tickets_expected: Re-add
	accidentally removed trailing spaces in an _expected file Also tweak .editorconfig to avoid this accident in the future Fixes #3630 git-svn-id: http://svn.osgeo.org/postgis/trunk@15101
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-12  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Remove generated file on make clean git-svn-id: http://svn.osgeo.org/postgis/trunk@15100
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-12  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Remove trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15099
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-12  Sandro Santilli <strk@kbt.io>

	* regress/estimatedextent_expected, regress/sfcgal/tickets_expected: 
	Remove carriage returns from regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@15098
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-12  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore new generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@15097
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-12  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/gserialized_estimate.c,
	regress/estimatedextent_expected, regress/sfcgal/tickets_expected: 
	Revert ST_EstimatedExtent back to good ol'days when it returned
	WARNING instead of ERROR when no stats Closes #3396 git-svn-id: http://svn.osgeo.org/postgis/trunk@15096
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-09  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Reduce data transfer on drone agent git fetch (--depth
	20) git-svn-id: http://svn.osgeo.org/postgis/trunk@15094
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-09  Sandro Santilli <strk@kbt.io>

	* regress/swapordinates.sql, regress/swapordinates_expected: Add
	test for ST_SwapOrdinate fix (#3628) git-svn-id: http://svn.osgeo.org/postgis/trunk@15092
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-09  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_createoverview.sql,
	raster/test/regress/rt_createoverview_expected: Add complete test
	for RT_CreateOverview and schemas Test by hypostase See #3615 git-svn-id: http://svn.osgeo.org/postgis/trunk@15089
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-09  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_basic.c: Fix lack of support for
	capitalized-Y in SwapOrdinates Closes #3628 git-svn-id: http://svn.osgeo.org/postgis/trunk@15088
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-08  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Really fix callback reading Edge data
	in presence of unexpected NULLs git-svn-id: http://svn.osgeo.org/postgis/trunk@15085
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-08  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix callback reading Edge data in
	presence of unexpected NULLs git-svn-id: http://svn.osgeo.org/postgis/trunk@15083
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-07  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_createoverview_expected,
	regress/run_test.pl: Do not require expecting DISCARD ALL .. actually it may be a good idea to run it always after each test
	..  git-svn-id: http://svn.osgeo.org/postgis/trunk@15080
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-07  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Style only: remove trailing blankspaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15079
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-07  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_createoverview.sql,
	raster/test/regress/rt_createoverview_expected: Fix schema support
	in RT_CreateOveriew Patch by hypostase Closes #3615 git-svn-id: http://svn.osgeo.org/postgis/trunk@15078
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-07  Sandro Santilli <strk@kbt.io>

	* regress/in_geojson.sql, regress/in_geojson_expected,
	regress/tickets.sql, regress/tickets_expected: Fix regress tests for
	builds without JSON support git-svn-id: http://svn.osgeo.org/postgis/trunk@15077
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-06  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_export.c, postgis/lwgeom_in_encoded_polyline.c,
	regress/in_encodedpolyline.sql,
	regress/in_encodedpolyline_expected, regress/out_geometry_expected,
	regress/tickets.sql, regress/tickets_expected: #3627, Encoded
	polyline functions ignore precision parameter git-svn-id: http://svn.osgeo.org/postgis/trunk@15074
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-06  Regina Obe <lr@pcorp.us>

	* regress/run_test.pl: load_outdb related tests fix for @INC change
	in perl fix for PostGIS 2.3, patch from Sebastiaan Couwenberg for
	#3624 git-svn-id: http://svn.osgeo.org/postgis/trunk@15072
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-06  Sandro Santilli <strk@kbt.io>

	* NEWS: Formatting (tab to spaces, consistent indenting) git-svn-id: http://svn.osgeo.org/postgis/trunk@15069
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-06  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk: Bump trunk to
	rc1dev git-svn-id: http://svn.osgeo.org/postgis/trunk@15064
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-06  Regina Obe <lr@pcorp.us>

	* ChangeLog, HOWTO_RELEASE, NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Prepare for PostGIS 2.3.0beta1
	release git-svn-id: http://svn.osgeo.org/postgis/trunk@15062
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-06  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in: Add postgis_drop_before and
	postgis_drop_after scripts back to extension upgrade.  Closes #3623 git-svn-id: http://svn.osgeo.org/postgis/trunk@15061
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-06  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15060
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-05  Daniel Baston <dbaston@gmail.com>

	* doc/reference_processing.xml, postgis/postgis.sql.in,
	regress/voronoi.sql, regress/voronoi_expected: #3622, Signature
	updates to Voronoi functions git-svn-id: http://svn.osgeo.org/postgis/trunk@15059
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-05  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15058
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-05  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15057
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-04  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_operator.xml: Add note to reflect BRIN only
	supported for PostgreSQL 9.5+.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15056
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-04  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_editor.xml: Flag ST_Segmentize(geography..) as
	changed, minor change in News git-svn-id: http://svn.osgeo.org/postgis/trunk@15055
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-04  Regina Obe <lr@pcorp.us>

	* postgis/gserialized_gist_2d.c: get rid of undeclared variable in
	POSTGIS_DEBUGF compile with configure --enable-debug is broken
	closes #3618 git-svn-id: http://svn.osgeo.org/postgis/trunk@15053
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-03  Regina Obe <lr@pcorp.us>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15052
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-09-02  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15051
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-31  Sandro Santilli <strk@kbt.io>

	* configure.ac: Accept PostgreSQL 10devel as the output from
	pg_config --version See

	https://github.com/postgis/postgis/commit/d7e9c4bd845d1d5de78f9f5e31b254babc01f1d0#commitcomment-18845097git-svn-id: http://svn.osgeo.org/postgis/trunk@15050
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-31  Stephen Woodbridge <woodbri@swoodbridge.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15049
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-28  Sandro Santilli <strk@kbt.io>

	* configure.ac: Accept dot-less output from pg_config --version Hopefully fixes #3614 git-svn-id: http://svn.osgeo.org/postgis/trunk@15048
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-28  Sandro Santilli <strk@kbt.io>

	* configure.ac: Format as per editorconfig git-svn-id: http://svn.osgeo.org/postgis/trunk@15047
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-27  Sandro Santilli <strk@kbt.io>

	* 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.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@15046
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-17  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15045
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-17  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15044
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-10  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15043
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-08  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in: fix extensions build Patch by Dmitry Vasilyev <vadv.mkn@gmail.com> git-svn-id: http://svn.osgeo.org/postgis/trunk@15042
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-06  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15041
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-05  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-cli.c: Allocate memory for encoding argument, so
	it can be safely freed later.  Fixes #3608 Patch by Matt Amos <zerebubuth@gmail.com> git-svn-id: http://svn.osgeo.org/postgis/trunk@15038
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-05  Sandro Santilli <strk@kbt.io>

	* 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 <a.zakirov@postgrespro.ru> git-svn-id: http://svn.osgeo.org/postgis/trunk@15035
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-03  Regina Obe <lr@pcorp.us>

	* NEWS: correct Dalibo spelling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15034
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-03  Regina Obe <lr@pcorp.us>

	* NEWS: correct company attribution of Ronan and Julien git-svn-id: http://svn.osgeo.org/postgis/trunk@15033
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-08-01  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15032
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-31  Regina Obe <lr@pcorp.us>

	* configure.ac, doc/installation.xml, doc/postgis.xml: Mark
	PostgreSQL 9.2 as minimum supported closes #3384 git-svn-id: http://svn.osgeo.org/postgis/trunk@15030
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-31  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15029
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-31  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15028
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-30  Regina Obe <lr@pcorp.us>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@15026
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-27  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15025
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-25  Sandro Santilli <strk@kbt.io>

	* README.md: Add IRC links git-svn-id: http://svn.osgeo.org/postgis/trunk@15024
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-23  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@15023
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-22  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: clarify tiger load instructions and
	how to use psql to generate script git-svn-id: http://svn.osgeo.org/postgis/trunk@15022
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-21  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Use a variable for the test-image git-svn-id: http://svn.osgeo.org/postgis/trunk@15019
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-21  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Use -O0 for test builds, add reference to
	postgis-docker Removing the optimization flag reduces build time from ~40s to ~30s git-svn-id: http://svn.osgeo.org/postgis/trunk@15016
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-21  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Avoid the unstable "wait", split build and check steps git-svn-id: http://svn.osgeo.org/postgis/trunk@15012
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-21  Sandro Santilli <strk@kbt.io>

	* docker/build-test/Dockerfile.trisquel, docker/build-test/Makefile: 
	Remove docker configuration, Project moved to: http://git.osgeo.org/gogs/postgis/postgis-docker git-svn-id: http://svn.osgeo.org/postgis/trunk@15008
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-21  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Update instructions per updated build-test image git-svn-id: http://svn.osgeo.org/postgis/trunk@15007
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-21  Sandro Santilli <strk@kbt.io>

	* docker/build-test/Dockerfile.trisquel: Pre-create the "root"
	PostgreSQL user in the build-test image git-svn-id: http://svn.osgeo.org/postgis/trunk@15006
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-21  Sandro Santilli <strk@kbt.io>

	* NEWS, loader/shp2pgsql-core.c: Use "DROP TABLE IF EXISTS" on
	shp2pgsql -d Patch by Eugene Antimirov Closes #2236 git-svn-id: http://svn.osgeo.org/postgis/trunk@15005
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-19  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Add required image directive under clone: git-svn-id: http://svn.osgeo.org/postgis/trunk@15004
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-19  Sandro Santilli <strk@kbt.io>

	* .drone.yml: Optimize drone cloning step git-svn-id: http://svn.osgeo.org/postgis/trunk@15003
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-19  Sandro Santilli <strk@kbt.io>

	* README.md: Reorder buildbot badges Self-hosted first, services last git-svn-id: http://svn.osgeo.org/postgis/trunk@15002
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-19  Sandro Santilli <strk@kbt.io>

	* README.md: Add Dronie badge git-svn-id: http://svn.osgeo.org/postgis/trunk@14999
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-19  Sandro Santilli <strk@kbt.io>

	* .drone.yml, docker/build-test/Dockerfile.trisquel,
	docker/build-test/Makefile: Add drone and docker config git-svn-id: http://svn.osgeo.org/postgis/trunk@14998
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.c: Do not declare sfcgal_suite_setup
	when not implemented git-svn-id: http://svn.osgeo.org/postgis/trunk@14995
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-16  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-cli.c: Tweak help string for `--' argument git-svn-id: http://svn.osgeo.org/postgis/trunk@14994
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-08  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-cli.c: Added end-of-options flag '--' to
	shp2pgsql-cli arguments parser Patch by Jörg Habenicht <jh@mwerk.net> git-svn-id: http://svn.osgeo.org/postgis/trunk@14993
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-05  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: apt-get update && install on the same line This avoids attempts to install outdated packages due to cached
	steps git-svn-id: http://svn.osgeo.org/postgis/trunk@14989
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/measures.c: Remove trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@14988
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-04  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14987
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-04  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14986
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-04  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14985
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-04  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14984
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-07-02  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: documentation corrections from ruvyn
	for tiger geocoder Closes #3593 for PostGIS 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14983
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-25  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
	liblwgeom/lwgeom_geos_cluster.c: Optimize and reduce memory usage in
	ST_ClusterDBSCAN / ST_ClusterWithin git-svn-id: http://svn.osgeo.org/postgis/trunk@14979
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-24  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Fix typos. Closes #3589. Thanks ruvyn git-svn-id: http://svn.osgeo.org/postgis/trunk@14978
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-23  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c: Make adding a line to topology
	interruptible ... as it otherwise gets frustrating when slow (see #3587) git-svn-id: http://svn.osgeo.org/postgis/trunk@14977
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Add more debugging lines git-svn-id: http://svn.osgeo.org/postgis/trunk@14976
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-20  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Doco fixes closes #3584 for PostGIS 2.3
	closes #3582 for PostGIS 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14974
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-20  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: typo geometries should be rasters closes
	#3585 for 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14972
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add test for #3583 git-svn-id: http://svn.osgeo.org/postgis/trunk@14971
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_wrapx.c: Use int for iterating over geometry
	index Avoids a potential infinite loop on split error (see #454) git-svn-id: http://svn.osgeo.org/postgis/trunk@14969
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_wrapx.c, liblwgeom/lwgeom_wrapx.c: Fix wrapping
	of multigeometry elements becoming multi on wrap Closes #454 again git-svn-id: http://svn.osgeo.org/postgis/trunk@14968
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_log.h: Fix LWDEBUGGF definition for non-debug
	builds git-svn-id: http://svn.osgeo.org/postgis/trunk@14967
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_log.h: Add missing LWDEBUGGF macro definition for
	non-debug builds git-svn-id: http://svn.osgeo.org/postgis/trunk@14966
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_wrapx.c: Fix macro redefinition git-svn-id: http://svn.osgeo.org/postgis/trunk@14965
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_log.h: Add LWDEBUGGF macro git-svn-id: http://svn.osgeo.org/postgis/trunk@14964
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_topo.c: Add LWDEBUGG
	macro in lwgeom_log.h git-svn-id: http://svn.osgeo.org/postgis/trunk@14963
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Shorten ST_ShiftLongitude refpurpose
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@14962
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14961
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-16  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14960
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: #3579, crash in LWGEOM2GEOS git-svn-id: http://svn.osgeo.org/postgis/trunk@14957
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* regress/normalize_expected: Remove spurious newline in regress
	expected git-svn-id: http://svn.osgeo.org/postgis/trunk@14955
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.c: Register a debug logger for unit
	tester git-svn-id: http://svn.osgeo.org/postgis/trunk@14954
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Fix typos in debug strings git-svn-id: http://svn.osgeo.org/postgis/trunk@14953
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Style only change: remove trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@14952
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Fix typo in documentation Closes #1768 again git-svn-id: http://svn.osgeo.org/postgis/trunk@14951
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Shorten refpurpose sections, always use
	first person git-svn-id: http://svn.osgeo.org/postgis/trunk@14950
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14949
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: style only change: remove trailing
	spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@14948
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: style only change: remove trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@14947
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in: style
	only change: remove trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@14946
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-14  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Fix description for
	ST_NumInteriorRings Closes #3576 git-svn-id: http://svn.osgeo.org/postgis/trunk@14945
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-14  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix another printf format string for
	SPI_processed (not a long) git-svn-id: http://svn.osgeo.org/postgis/trunk@14944
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-08  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix printf format for SPI_processed
	(not a long) git-svn-id: http://svn.osgeo.org/postgis/trunk@14943
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-07  Daniel Baston <dbaston@gmail.com>

	* regress/knn_recheck.sql, regress/knn_recheck_expected,
	regress/tickets.sql, regress/tickets_expected: Make test for #3573
	run only on PG 9.5+ git-svn-id: http://svn.osgeo.org/postgis/trunk@14941
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-07  Daniel Baston <dbaston@gmail.com>

	* postgis/gserialized_gist_nd.c, regress/tickets.sql,
	regress/tickets_expected: #3573, operator <<->> incorrectly
	calculates m distance git-svn-id: http://svn.osgeo.org/postgis/trunk@14939
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-07  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_ogc.c: Resolve scan-build strncat warning git-svn-id: http://svn.osgeo.org/postgis/trunk@14938
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-07  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: Mark stable and immutable strict
	functions as parallel safe references #3556 git-svn-id: http://svn.osgeo.org/postgis/trunk@14937
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-06  Daniel Baston <dbaston@gmail.com>

	* doc/reference_measure.xml: Correct ST_ClusterDBSCAN doc XML git-svn-id: http://svn.osgeo.org/postgis/trunk@14936
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-06  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwkmeans.c: Fix memory leak in lwgeom_cluster_2d_kmeans git-svn-id: http://svn.osgeo.org/postgis/trunk@14935
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-06  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14934
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-04  Regina Obe <lr@pcorp.us>

	* loader/Makefile.in, loader/shp2pgsql-gui.desktop: Install desktop
	file and application icons for shp2pgsql-gui (Sebastiaan Couwenberg)
	References #3571 for PostGIS 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14932
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-03  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_functions_basic.c, regress/regress.sql,
	regress/regress_expected: Preserve SRID in ST_Expand git-svn-id: http://svn.osgeo.org/postgis/trunk@14931
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-02  Daniel Baston <dbaston@gmail.com>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14930
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-02  Daniel Baston <dbaston@gmail.com>

	* doc/reference_misc.xml: #3059, Allow passing per-dimension
	parameters in ST_Expand git-svn-id: http://svn.osgeo.org/postgis/trunk@14929
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-06-02  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14928
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-31  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14926
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-31  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Do not leak a serialized geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@14925
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-31  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14924
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-31  Sandro Santilli <strk@kbt.io>

	* .editorconfig: Use space indent for topology/* git-svn-id: http://svn.osgeo.org/postgis/trunk@14923
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-30  Sandro Santilli <strk@kbt.io>

	* topology/sql/query/GetNodeEdges.sql.in: Fix typo in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@14922
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-25  Daniel Baston <dbaston@gmail.com>

	* doc/reference_constructor.xml: Edits to ST_MakePolygon doc git-svn-id: http://svn.osgeo.org/postgis/trunk@14917
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-25  Daniel Baston <dbaston@gmail.com>

	* doc/reference_constructor.xml: Correction to doc for
	ST_GeomFromText (it accepts SRIDs not defined in spatial_ref_sys) git-svn-id: http://svn.osgeo.org/postgis/trunk@14916
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-18  Daniel Baston <dbaston@gmail.com>

	* NEWS: Add some missing NEWS items for 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14914
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-18  Daniel Baston <dbaston@gmail.com>

	* regress/regress.sql, regress/regress_expected: Add some tests to
	document ST_Expand behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@14913
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-17  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: #3557 Flag more geometry functions as
	parallel safe git-svn-id: http://svn.osgeo.org/postgis/trunk@14912
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-16  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14911
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-16  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Trim trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@14910
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-16  Regina Obe <lr@pcorp.us>

	* NEWS, postgis/postgis.sql.in: Function costs for geometry
	functions based on query stats (Paul Norman) closes #3557 git-svn-id: http://svn.osgeo.org/postgis/trunk@14907
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14905
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14904
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/postgis_topology.c: Quiet compile warning on printf(%d)
	on long int git-svn-id: http://svn.osgeo.org/postgis/trunk@14903
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-12  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/reverse_geocode.sql: references
	#3552 get rid of depecated calls for PostGIS 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14899
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-12  Sandro Santilli <strk@kbt.io>

	* loader/shpcommon.c, loader/shpcommon.h: Move static structures
	where used, fixes compile warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@14897
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-12  Sandro Santilli <strk@kbt.io>

	* README.md: Update debbie and winnie links to use https git-svn-id: http://svn.osgeo.org/postgis/trunk@14894
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-11  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwkmeans.c: Fix logic error introduced in r14890 git-svn-id: http://svn.osgeo.org/postgis/trunk@14893
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-11  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_functions_analytic.c: Fix compiler warning in
	ST_GeometricMedian git-svn-id: http://svn.osgeo.org/postgis/trunk@14892
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-11  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwkmeans.c: Use limits for double, not float, in fix for
	#3523 git-svn-id: http://svn.osgeo.org/postgis/trunk@14891
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-11  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwkmeans.c: #3523, kmeans compile warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@14890
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14889
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14888
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-11  Sandro Santilli <strk@kbt.io>

	* topology/sql/export/gml.sql.in: style-only commit: remove trailing
	spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@14887
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/geocode_address.sql,
	extras/tiger_geocoder/geocode_settings.sql: Closes #3514 zipcode
	penalty switch fix casting issue introduced in r14850 git-svn-id: http://svn.osgeo.org/postgis/trunk@14885
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-04  Daniel Baston <dbaston@gmail.com>

	* regress/tickets.sql, regress/tickets_expected: Add additional test
	to document ST_Polygonize behavior with nulls git-svn-id: http://svn.osgeo.org/postgis/trunk@14883
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-04  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_accum.c, postgis/lwgeom_geos.c,
	regress/tickets.sql, regress/tickets_expected: #3470, ST_Polygonize
	doesn't accept NULL geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@14882
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-04  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_accum.c: Set nargs correctly in
	PGISDirectFunctionCall2 git-svn-id: http://svn.osgeo.org/postgis/trunk@14881
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-04  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_geos.c: Fix debug output git-svn-id: http://svn.osgeo.org/postgis/trunk@14880
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-02  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql: Make AsGML execution order
	predictable (see #3513 again) git-svn-id: http://svn.osgeo.org/postgis/trunk@14878
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-05-01  Daniel Baston <dbaston@gmail.com>

	* doc/reference_measure.xml, regress/tickets.sql,
	regress/tickets_expected: #3119, Wrong documented behavior for
	ST_LengthSpheroid git-svn-id: http://svn.osgeo.org/postgis/trunk@14873
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-28  Sandro Santilli <strk@kbt.io>

	* NEWS: Some syle consistency (and drop trailing whitespaces) git-svn-id: http://svn.osgeo.org/postgis/trunk@14870
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-27  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14869
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-27  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql: Make ordering consistent with the
	rest of the test (see #3513) git-svn-id: http://svn.osgeo.org/postgis/trunk@14868
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-27  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql: Order return from SRF, improving
	predictability Should close #3513 git-svn-id: http://svn.osgeo.org/postgis/trunk@14867
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-27  Daniel Baston <dbaston@gmail.com>

	* doc/reference_raster.xml: #3218, ST_PixelAsCentroid documentation
	has incorrect names git-svn-id: http://svn.osgeo.org/postgis/trunk@14864
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-27  Daniel Baston <dbaston@gmail.com>

	* doc/reference_raster.xml: #3217, ST_Value documentation has
	incorrect parameter names git-svn-id: http://svn.osgeo.org/postgis/trunk@14861
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-27  Daniel Baston <dbaston@gmail.com>

	* postgis/postgis.sql.in: #3413, typo in find_srid error notice git-svn-id: http://svn.osgeo.org/postgis/trunk@14860
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-26  Daniel Baston <dbaston@gmail.com>

	* doc/reference_measure.xml: fix doc typo git-svn-id: http://svn.osgeo.org/postgis/trunk@14859
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-26  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14858
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-25  Daniel Baston <dbaston@gmail.com>

	* NEWS, doc/introduction.xml, doc/reference_measure.xml,
	postgis/lwgeom_geos.c, postgis/postgis.sql.in, regress/Makefile.in: 
	#3424, ST_MinimumClearance git-svn-id: http://svn.osgeo.org/postgis/trunk@14856
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-22  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Trim trailing whitespaces (as per
	.editorconfig) git-svn-id: http://svn.osgeo.org/postgis/trunk@14855
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-22  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Add note about ST_IsValid flag
	argument being an extension to specs git-svn-id: http://svn.osgeo.org/postgis/trunk@14854
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Trim trailing whitespaces (as per
	.editorconfig) git-svn-id: http://svn.osgeo.org/postgis/trunk@14853
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-18  Sandro Santilli <strk@kbt.io>

	* README.md: Fix link to gitlab-ci build for the branch git-svn-id: http://svn.osgeo.org/postgis/trunk@14851
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-17  Regina Obe <lr@pcorp.us>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14850
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-17  Regina Obe <lr@pcorp.us>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14847
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-17  Regina Obe <lr@pcorp.us>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14846
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-14  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_doc_translations.sh: put back makde pdf but
	after the html files ahave already been copied git-svn-id: http://svn.osgeo.org/postgis/trunk@14843
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-13  Regina Obe <lr@pcorp.us>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14842
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/subdivide.sql, regress/subdivide_expected,
	regress/tickets.sql: #3529, move test to subdivide.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@14839
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Don't run online
	test for GEOS 3.5+ feature, closes #3529 git-svn-id: http://svn.osgeo.org/postgis/trunk@14838
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-13  Sandro Santilli <strk@kbt.io>

	* doc/po/ja/reference_lrs.xml.po: Fix reference to
	ST_LineLocatePoint Should fix #3527 git-svn-id: http://svn.osgeo.org/postgis/trunk@14836
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14835
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* : ignore build stuff git-svn-id: http://svn.osgeo.org/postgis/trunk@14833
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: #1851, spatial_ref_sys fixes for
	Pulkovo_1942_58, to_wgs84 git-svn-id: http://svn.osgeo.org/postgis/trunk@14830
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-06  Sandro Santilli <strk@kbt.io>

	* .editorconfig: First pass of style tweaks Use space indent by default, tabs for Makefiles and C sources.  Add
	comments git-svn-id: http://svn.osgeo.org/postgis/trunk@14823
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-06  Sandro Santilli <strk@kbt.io>

	* astyle.sh: Remove reference to '*.in.c' files as they don't exist
	anymore git-svn-id: http://svn.osgeo.org/postgis/trunk@14822
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-06  Sandro Santilli <strk@kbt.io>

	* .editorconfig: Stub an EditorConfig configuration See http://editorconfig.org/ git-svn-id: http://svn.osgeo.org/postgis/trunk@14821
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-04-03  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: minor cleanup to prevent adding ofa
	ll address*.dlls git-svn-id: http://svn.osgeo.org/postgis/trunk@14816
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-26  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_geos.c: #3516, ST_Voronoi crashes backend git-svn-id: http://svn.osgeo.org/postgis/trunk@14810
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* .gitignore: Ignore some new build artifacts git-svn-id: http://svn.osgeo.org/postgis/trunk@14809
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-23  Sandro Santilli <strk@kbt.io>

	* NEWS: Add 2.2.2 section git-svn-id: http://svn.osgeo.org/postgis/trunk@14805
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in: Remove unused function git-svn-id: http://svn.osgeo.org/postgis/trunk@14804
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-20  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14794
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-20  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_colormap.sql: Force sorting in ST_ColorMap
	test references #3503 git-svn-id: http://svn.osgeo.org/postgis/trunk@14793
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-20  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: upport ST_AsEncodedPolyLine google
	example, alphabetize entries git-svn-id: http://svn.osgeo.org/postgis/trunk@14792
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_wkb.c: pass POINT EMPTY tests on fun
	architectures, #3426 git-svn-id: http://svn.osgeo.org/postgis/trunk@14788
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-15  Daniel Baston <dbaston@gmail.com>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14786
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-13  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/liblwgeom.h.in: fix typo in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@14785
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-12  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql, regress/tickets_expected: Force order in
	ST_GeneratePoints so results are deterministic on all platforms
	Closes #3502 git-svn-id: http://svn.osgeo.org/postgis/trunk@14779
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-12  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14778
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-11  Regina Obe <lr@pcorp.us>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14772
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-10  Regina Obe <lr@pcorp.us>

	* utils/postgis_proc_set_search_path.pl: avoid adding search_path to
	functions that work on internals (fix typo in last commit)
	references #3497 git-svn-id: http://svn.osgeo.org/postgis/trunk@14769
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-10  Regina Obe <lr@pcorp.us>

	* utils/postgis_proc_set_search_path.pl: avoid adding search_path to
	functions that work on internals references #3497 git-svn-id: http://svn.osgeo.org/postgis/trunk@14768
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-09  Daniel Baston <dbaston@gmail.com>

	* postgis/postgis_drop_after.sql: #3460, ST_ClusterWithin 'tolerance
	not defined' error after upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@14766
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-08  Regina Obe <lr@pcorp.us>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14762
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-06  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: fix compile error introduced in X3D commeit
	references #3435 git-svn-id: http://svn.osgeo.org/postgis/trunk@14758
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-06  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14757
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-05  Regina Obe <lr@pcorp.us>

	* postgis/postgis_functions_search_path.sql: remove this hard-coded
	script superceded by perl generation script of #3490 References
	#2485 git-svn-id: http://svn.osgeo.org/postgis/trunk@14751
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-05  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14750
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-05  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14749
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-05  Daniel Baston <dbaston@gmail.com>

	* doc/reference_accessor.xml: Add availability info for ST_Points git-svn-id: http://svn.osgeo.org/postgis/trunk@14748
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-05  Daniel Baston <dbaston@gmail.com>

	* doc/html/image_src/st_geometricmedian01.wkt,
	liblwgeom/lwgeom_median.c, regress/geometric_median.sql,
	regress/geometric_median_expected: Add new files for #3364 git-svn-id: http://svn.osgeo.org/postgis/trunk@14747
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-05  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14746
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-04  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_window.c: #3480, copy input geometries to
	ST_ClusterDBSCAN git-svn-id: http://svn.osgeo.org/postgis/trunk@14745
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-04  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Add comment to topology face and node
	tables git-svn-id: http://svn.osgeo.org/postgis/trunk@14744
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14743
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwkmeans.c: Be a little more careful w/ input sets full
	of nulls and empties git-svn-id: http://svn.osgeo.org/postgis/trunk@14742
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-03  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Give more decimal digits in edge-motion
	collision detection point git-svn-id: http://svn.osgeo.org/postgis/trunk@14740
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-03  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Have make_dist.sh use current branch as the default
	target branch Works both with GIT and SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@14738
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-03  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Always remove any previously existing dist dir on
	./make_dist.sh Simplifies the code and makes it POSIX compliant.  See #3488 git-svn-id: http://svn.osgeo.org/postgis/trunk@14737
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-02  Sandro Santilli <strk@kbt.io>

	* README.md: Update gitlab-ci badge url git-svn-id: http://svn.osgeo.org/postgis/trunk@14735
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-02  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Allow passing custom configure flags and make
	command Patch by Greg Troxel.  Closes #3165 git-svn-id: http://svn.osgeo.org/postgis/trunk@14734
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/kmeans.c: #3479 Fix assertion crash added after initial
	fix git-svn-id: http://svn.osgeo.org/postgis/trunk@14733
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-01  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Automatically use GIT if a .git directory exists
	locally See #3482 git-svn-id: http://svn.osgeo.org/postgis/trunk@14732
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-01  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Set version from Version.config for branch dists too See #3482 git-svn-id: http://svn.osgeo.org/postgis/trunk@14731
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-01  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14730
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-01  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Fix version extraction from Version.config git-svn-id: http://svn.osgeo.org/postgis/trunk@14729
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-01  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Add -b switch to create the dist file from a branch See #3482 git-svn-id: http://svn.osgeo.org/postgis/trunk@14728
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-01  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: Add dump-restore testing for gitlab-ci Closes #3444 Runs dump-restore tests for both scripts and extension.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14727
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-03-01  Sandro Santilli <strk@kbt.io>

	* .travis.yml: Add dump-restore testing for Travis See #3444 Runs dump-restore tests for both scripts and extension.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14726
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-29  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: option for winnie to do dump restore
	- variable set in jenkins closes #3444 git-svn-id: http://svn.osgeo.org/postgis/trunk@14723
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-29  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: option for debbbie to do dump
	restore - variable set in jenkins references #3444 git-svn-id: http://svn.osgeo.org/postgis/trunk@14722
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-29  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: Try to fix make install issue using
	--prefix references #2688 git-svn-id: http://svn.osgeo.org/postgis/trunk@14721
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-29  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14720
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/kmeans.c, liblwgeom/lwkmeans.c, postgis/lwgeom_window.c: 
	#3479, error out if kmeans has k > ngeoms git-svn-id: http://svn.osgeo.org/postgis/trunk@14719
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-28  Regina Obe <lr@pcorp.us>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14718
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-28  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: fix typo in image names git-svn-id: http://svn.osgeo.org/postgis/trunk@14717
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-27  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14716
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-27  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Fix typo in prior commit when updating
	description references #3478 git-svn-id: http://svn.osgeo.org/postgis/trunk@14715
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-27  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Put in availability info in docs for
	ST_ClusterKMeans, ST_ClusterDBSCAN Closes #3478 git-svn-id: http://svn.osgeo.org/postgis/trunk@14714
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: PRId64 to LWTFMT_ELEMID Shoudl fix #3477 git-svn-id: http://svn.osgeo.org/postgis/trunk@14713
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-27  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14711
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-27  Regina Obe <lr@pcorp.us>

	* regress/sfcgal/tickets_expected: Fix sfcgal tickets_expected to
	match postgis proper for #2145 test.  Closes #3473 git-svn-id: http://svn.osgeo.org/postgis/trunk@14710
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.txt: Harmonize w/ header git-svn-id: http://svn.osgeo.org/postgis/trunk@14709
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14706
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14704
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/rtpostgis.c: Back out unique callback name change
	(#3429) git-svn-id: http://svn.osgeo.org/postgis/trunk@14701
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/rtpostgis.c: #3429, directly call set_handlers for
	allocator initialization git-svn-id: http://svn.osgeo.org/postgis/trunk@14700
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-26  Daniel Baston <dbaston@gmail.com>

	* regress/sfcgal/regress_ogc_expected: Add missing SFCGAL test
	results git-svn-id: http://svn.osgeo.org/postgis/trunk@14699
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-25  Daniel Baston <dbaston@gmail.com>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14698
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/rtpostgis.c: Avoid signature collision in altered
	callback function git-svn-id: http://svn.osgeo.org/postgis/trunk@14697
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14696
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14695
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14694
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_measure.xml: Add note per
	https://github.com/postgis/postgis/pull/14 git-svn-id: http://svn.osgeo.org/postgis/trunk@14693
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in: Remove spare function defns git-svn-id: http://svn.osgeo.org/postgis/trunk@14692
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Regina Obe <lr@pcorp.us>

	* postgis/postgis_functions_search_path.sql: Fix invalid func, add a
	missing func References #2485 git-svn-id: http://svn.osgeo.org/postgis/trunk@14691
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14690
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwkmeans.c: Fix initialization nit for @ustrk git-svn-id: http://svn.osgeo.org/postgis/trunk@14689
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Regina Obe <lr@pcorp.us>

	* postgis/postgis_functions_search_path.sql: Preliminary script to
	add search path to functions fix restore issues References #2485 git-svn-id: http://svn.osgeo.org/postgis/trunk@14688
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_geos_prepared.c, regress/tickets.sql,
	regress/tickets_expected: #3437, ST_Intersects incorrect for
	MultiPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@14686
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Daniel Baston <dbaston@gmail.com>

	* .gitignore: gitignore additions git-svn-id: http://svn.osgeo.org/postgis/trunk@14685
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in: Fix geography/geometry casting issues in
	buffer tests git-svn-id: http://svn.osgeo.org/postgis/trunk@14684
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Daniel Baston <dbaston@gmail.com>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14683
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: Fix function signature to CREATE OR
	REPLACE git-svn-id: http://svn.osgeo.org/postgis/trunk@14682
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml, postgis/geography.sql.in: Added
	parameters for geography buffering from @tbonfort
	https://github.com/postgis/postgis/pull/11 git-svn-id: http://svn.osgeo.org/postgis/trunk@14681
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14680
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Apply clean-up steps after set-up steps have
	been applied.  https://github.com/postgis/postgis/pull/33 git-svn-id: http://svn.osgeo.org/postgis/trunk@14679
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_algorithm.c: Switch from using random to
	rand(). random() not supported on windows (at least mingw64) git-svn-id: http://svn.osgeo.org/postgis/trunk@14678
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Daniel Baston <dbaston@gmail.com>

	* doc/reference_measure.xml, doc/reference_processing.xml: Move all
	ST_Cluster* docs to measurement section git-svn-id: http://svn.osgeo.org/postgis/trunk@14677
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Daniel Baston <dbaston@gmail.com>

	* doc/reference_measure.xml: Add doc entry for ST_ClusterDBSCAN git-svn-id: http://svn.osgeo.org/postgis/trunk@14676
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_measure.xml, postgis/lwgeom_window.c,
	postgis/postgis.sql.in: Rename ST_KMeans to ST_ClusterKMeans, add
	doco git-svn-id: http://svn.osgeo.org/postgis/trunk@14675
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14674
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14673
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: #3461, add test
	case git-svn-id: http://svn.osgeo.org/postgis/trunk@14672
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_kml.c: #3461 ST_GeomFromKML crashes Postgres
	when there are innerBoundaryIs and no outerBoundaryIs git-svn-id: http://svn.osgeo.org/postgis/trunk@14669
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix crash on face-collapsing edge change See #3463 git-svn-id: http://svn.osgeo.org/postgis/trunk@14666
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in: Note use of flags git-svn-id: http://svn.osgeo.org/postgis/trunk@14665
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-16  Sandro Santilli <strk@kbt.io>

	* 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/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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14664
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-16  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: add 2.2.1 release notes (forgot to do that
	after release of 2.2.1) git-svn-id: http://svn.osgeo.org/postgis/trunk@14663
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-10  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom_geos.c: Capture GEOS error message in case of
	failure in ST_Voronoi git-svn-id: http://svn.osgeo.org/postgis/trunk@14659
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14657
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Re-append "topology" schema on restore, with
	--dumprestore See #3454 git-svn-id: http://svn.osgeo.org/postgis/trunk@14655
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14654
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add --dumprestore switch to ./run_test.pl See #3444 git-svn-id: http://svn.osgeo.org/postgis/trunk@14651
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Really generate system_ref_sys
	config dump for extension See #3443 git-svn-id: http://svn.osgeo.org/postgis/trunk@14649
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Create sql_bits dir if not present git-svn-id: http://svn.osgeo.org/postgis/trunk@14648
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop_after.sql: Drop temporarely added
	geometry_distance_box_nd(geometry,geometry) See #3450 git-svn-id: http://svn.osgeo.org/postgis/trunk@14646
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop_after.sql: Drop temporarely existing
	deprecated st_effectivearea signature See #3450 git-svn-id: http://svn.osgeo.org/postgis/trunk@14644
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14638
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Define PERL before use git-svn-id: http://svn.osgeo.org/postgis/trunk@14637
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Further simplify extension
	wrapping See #3450 git-svn-id: http://svn.osgeo.org/postgis/trunk@14632
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-09  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14631
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-08  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14630
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-08  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14629
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-02-07  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14627
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-29  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Fix return type of AddTopoGeometryColumn
	in documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@14623
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-28  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14620
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-23  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14618
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-21  Daniel Baston <dbaston@gmail.com>

	* regress/sfcgal/regress_ogc_expected: Copy new regress tests into
	sfcgal expected results git-svn-id: http://svn.osgeo.org/postgis/trunk@14614
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-21  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_geos.c, regress/regress_ogc.sql,
	regress/regress_ogc_expected: #75, Enhancement to PIP short circuit git-svn-id: http://svn.osgeo.org/postgis/trunk@14613
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-20  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_geos_cluster.c,
	liblwgeom/lwgeom_geos_cluster.c: #3433, ST_ClusterIntersecting gives
	incorrect result for MultiPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@14611
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: #3436, memory handling mistake in
	ptarray_clone_deep git-svn-id: http://svn.osgeo.org/postgis/trunk@14610
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-19  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix bogus call to lwnotice (missing
	param) git-svn-id: http://svn.osgeo.org/postgis/trunk@14605
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-16  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14604
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-15  Sandro Santilli <strk@kbt.io>

	* doc/extras_tigergeocoder.xml: Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@14601
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Remove VACUUM statements git-svn-id: http://svn.osgeo.org/postgis/trunk@14599
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: #3427, manual changes to spatial_ref_sys
	submitted by users over the years git-svn-id: http://svn.osgeo.org/postgis/trunk@14597
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: #3427, update spatial_ref_sys to 8.8 EPSG
	Separate commit adding historical manual diffs will follow.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14596
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-13  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14594
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-13  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_out_wkb.c: Patch from Sebastiaan Couwenberg to
	fix test_wkb_out_point failure on hppa & mips.  closes #3426 git-svn-id: http://svn.osgeo.org/postgis/trunk@14593
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-11  Sandro Santilli <strk@kbt.io>

	* topology/sql/export/TopoJSON.sql.in: Reduce array operations in
	topology.asTopoJSON Speeds it up by almost 50% in some cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14591
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tester.h: #3422, double tests not passing on
	all architectures git-svn-id: http://svn.osgeo.org/postgis/trunk@14590
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-07  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: ST_AddEdge*: avoid db access for edges
	known to be dangling git-svn-id: http://svn.osgeo.org/postgis/trunk@14582
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Sandro Santilli <strk@kbt.io>

	* NEWS: Fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@14580
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Reword the upgradeable_extensions.mk steps git-svn-id: http://svn.osgeo.org/postgis/trunk@14577
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Remove unused and hard-coded
	variable git-svn-id: http://svn.osgeo.org/postgis/trunk@14575
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Use a better name for the postgis
	extension upgrade template file git-svn-id: http://svn.osgeo.org/postgis/trunk@14574
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Sandro Santilli <strk@kbt.io>

	* extensions/upgradeable_versions.mk: Do not force
	check-installed-upgrades as a default extension rule Fixes #3420 git-svn-id: http://svn.osgeo.org/postgis/trunk@14573
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14572
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Regina Obe <lr@pcorp.us>

	* authors.git, authors.svn: Correct Bborie's email address git-svn-id: http://svn.osgeo.org/postgis/trunk@14570
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Regina Obe <lr@pcorp.us>

	* .gitattributes: Force ChangeLog to have LF breaks git-svn-id: http://svn.osgeo.org/postgis/trunk@14567
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-06  Regina Obe <lr@pcorp.us>

	* : Force ChangeLog to have LF linefee git-svn-id: http://svn.osgeo.org/postgis/trunk@14564
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-05  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: provide table example for
	parse_address closes #3417 git-svn-id: http://svn.osgeo.org/postgis/trunk@14552
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-05  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14550
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-04  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: Provide example of
	micro/macro variant address_standardizer Closes #3353 for 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14548
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-04  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Do not fill object fields when not
	requested Fixes #3416 (crash on topology load in debug build) git-svn-id: http://svn.osgeo.org/postgis/trunk@14544
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-04  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14540
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-04  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix AC_LIBTOOL_LINKER_OPTION invocation.  See #3415 git-svn-id: http://svn.osgeo.org/postgis/trunk@14539
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-03  Regina Obe <lr@pcorp.us>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14538
	b70326c6-7e19-0410-871a-916f4a2858ee

2016-01-02  Regina Obe <lr@pcorp.us>

	* configure.ac: Invalid --exclude_libs (fails build on OSX)
	References #3415 for PostGIS 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14536
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-31  Sandro Santilli <strk@kbt.io>

	* 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+) git-svn-id: http://svn.osgeo.org/postgis/trunk@14535
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Remove inaccurate note in ST_Centroid
	docs closes #3414 git-svn-id: http://svn.osgeo.org/postgis/trunk@14533
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-28  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwgeom_geos_cluster.c: #3411, Clustering functions not
	using spatial index git-svn-id: http://svn.osgeo.org/postgis/trunk@14530
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-28  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c, regress/remove_repeated_points_expected: Fix
	left over sub-tolerance last segment in ST_RemoveRepeatedPoints See #3410 git-svn-id: http://svn.osgeo.org/postgis/trunk@14528
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-27  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14526
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-26  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14525
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-26  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14522
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-22  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14517
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: #3405, mem leak in point density
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@14509
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-20  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_unionfind.c, liblwgeom/lwgeom_geos_cluster.c,
	liblwgeom/lwunionfind.c: #3404, ST_ClusterWithin crashes backend git-svn-id: http://svn.osgeo.org/postgis/trunk@14507
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-19  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Put entries in alphabetical order git-svn-id: http://svn.osgeo.org/postgis/trunk@14506
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-19  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14505
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix debug print git-svn-id: http://svn.osgeo.org/postgis/trunk@14504
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: #3399, tests for
	ST_GeneratePoints git-svn-id: http://svn.osgeo.org/postgis/trunk@14502
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-18  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_generatepoints01.wkt,
	doc/html/image_src/st_generatepoints02.wkt: swap the images -- wrong
	order for ST_GeneratePoints references #3399 git-svn-id: http://svn.osgeo.org/postgis/trunk@14501
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-18  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Fix syntax error in XML file git-svn-id: http://svn.osgeo.org/postgis/trunk@14500
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-18  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14499
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-18  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_functions_analytic.c: #3400, minor optimization of
	PIP routines git-svn-id: http://svn.osgeo.org/postgis/trunk@14498
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-18  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14496
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-17  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_generatepoints01.wkt,
	doc/reference_processing.xml: Example for ST_GeneratePoints
	references #3399 git-svn-id: http://svn.osgeo.org/postgis/trunk@14495
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c, regress/remove_repeated_points.sql,
	regress/remove_repeated_points_expected: #3388,
	ST_RemoveRepeatedPoints can change endpoint git-svn-id: http://svn.osgeo.org/postgis/trunk@14493
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14492
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-17  Sandro Santilli <strk@kbt.io>

	* NEWS: Add news item about ST_EstimatedExtent support for table
	inheritance git-svn-id: http://svn.osgeo.org/postgis/trunk@14491
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-15  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14490
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-14  Daniel Baston <dbaston@gmail.com>

	* doc/reference_processing.xml: fix some typos in docs git-svn-id: http://svn.osgeo.org/postgis/trunk@14488
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-14  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: #3393,
	ST_Area NaN on some polygons git-svn-id: http://svn.osgeo.org/postgis/trunk@14485
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-14  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14484
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/snprintf.c: Removed unused file git-svn-id: http://svn.osgeo.org/postgis/trunk@14483
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2015.sql: Double // in default
	tiger import for sh fix for 2.2 references #3394 git-svn-id: http://svn.osgeo.org/postgis/trunk@14481
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-10  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/estimatedextent.sql,
	regress/estimatedextent_expected, regress/tickets.sql,
	regress/tickets_expected: Move ST_EstimatedExtent tests in their own
	file git-svn-id: http://svn.osgeo.org/postgis/trunk@14480
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Add PostGIS 2.3 what's new
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@14479
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-07  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
	postgis/gserialized_gist_2d.c: #3382, avoid deserializing small
	geometries during index ops git-svn-id: http://svn.osgeo.org/postgis/trunk@14478
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-03  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/lwout_geojson.c: #3389, buffer overflow in
	lwgeom_to_geojson git-svn-id: http://svn.osgeo.org/postgis/trunk@14474
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-03  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Corrected return type of ST_ForceRHR in
	docs.  Patch by Sergey Fedoseev <fedoseev.sergey@gmail.com> Closes https://github.com/postgis/postgis/pull/78 git-svn-id: http://svn.osgeo.org/postgis/trunk@14470
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-02  Regina Obe <lr@pcorp.us>

	* NEWS: put note about new ST_Voronoi feature git-svn-id: http://svn.osgeo.org/postgis/trunk@14469
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-02  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_tree.c: fix compiler warning in test git-svn-id: http://svn.osgeo.org/postgis/trunk@14468
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-02  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14467
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-01  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14466
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/bytebuffer.c: Fix Nicklas name encoding...  git-svn-id: http://svn.osgeo.org/postgis/trunk@14465
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-01  Sandro Santilli <strk@kbt.io>

	* config.rpath: I don't think config.rpath belongs in the repo git-svn-id: http://svn.osgeo.org/postgis/trunk@14464
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-01  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Clean more on maintainer-clean git-svn-id: http://svn.osgeo.org/postgis/trunk@14463
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-12-01  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, configure.ac: Drop leftover java (and related)
	references git-svn-id: http://svn.osgeo.org/postgis/trunk@14462
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c, postgis/lwgeom_geos_prepared.c: 
	Remove warnings building against 9.6, closes #3385 git-svn-id: http://svn.osgeo.org/postgis/trunk@14460
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Document ST_Simplify parameter
	(#2093) git-svn-id: http://svn.osgeo.org/postgis/trunk@14459
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_svg.c, regress/tickets.sql,
	regress/tickets_expected: #2232, avoid accumulated error in SVG
	rounding git-svn-id: http://svn.osgeo.org/postgis/trunk@14457
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-30  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14453
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-30  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/README: fix typo in instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@14452
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-30  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_minimum_bounding_circle.c: Prevent gcc from
	optimizing away minimum bounding circle test fix git-svn-id: http://svn.osgeo.org/postgis/trunk@14451
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-30  Daniel Baston <dbaston@gmail.com>

	* liblwgeom/cunit/cu_minimum_bounding_circle.c: Fix minimum bounding
	circle test for 32-bit build git-svn-id: http://svn.osgeo.org/postgis/trunk@14450
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-29  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14449
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-29  Daniel Baston <dbaston@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14448
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-27  Regina Obe <lr@pcorp.us>

	* README.md: winnie and debbie jenkins job names changed to mirror
	postgis branches (2.3 changed to trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@14444
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_twkb.c: Trip BOM from unit test See #3379 git-svn-id: http://svn.osgeo.org/postgis/trunk@14442
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix typo in the invocation of
	lwt_be_getNodeWithinBox2D callback git-svn-id: http://svn.osgeo.org/postgis/trunk@14441
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_misc.c: Test out freeing on simple cloned
	objects, do they obey the read-only command? ref #3246 git-svn-id: http://svn.osgeo.org/postgis/trunk@14439
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_clean.c: Reduce paranoia in ST_MakeValid git-svn-id: http://svn.osgeo.org/postgis/trunk@14438
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-26  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14433
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-25  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/topology.sql.in: Add
	topology.populate_topology_layer function Useful for passing data around.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14432
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add test for
	repeated points #3375 git-svn-id: http://svn.osgeo.org/postgis/trunk@14429
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14428
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: Fix to
	arc center calculation, from tiipponen, #3099 git-svn-id: http://svn.osgeo.org/postgis/trunk@14425
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-25  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14423
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-24  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14421
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-22  Daniel Baston <dbaston@gmail.com>

	* postgis/lwgeom_geos.c: remove inaccurate comments (the tests are
	always performed, and we're calculating a box if we don't have one) git-svn-id: http://svn.osgeo.org/postgis/trunk@14416
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-21  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc_cover.sql, regress/regress_ogc_cover_expected: 
	Remove execute bit from testcases git-svn-id: http://svn.osgeo.org/postgis/trunk@14411
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-20  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topoelementarray_agg.sql,
	topology/test/regress/topoelementarray_agg_expected: Add test for
	(non-literal) NULL TopoElementArray git-svn-id: http://svn.osgeo.org/postgis/trunk@14410
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-20  Sandro Santilli <strk@kbt.io>

	* ci/winnie/regress_postgis.sh: Add -v to the installcheck step of
	winnie build git-svn-id: http://svn.osgeo.org/postgis/trunk@14409
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-20  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: Add RUNTESTFLAGS=-v to installcheck to git-svn-id: http://svn.osgeo.org/postgis/trunk@14407
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-20  Sandro Santilli <strk@kbt.io>

	* 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) ..  git-svn-id: http://svn.osgeo.org/postgis/trunk@14405
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-18  Regina Obe <lr@pcorp.us>

	* .gitignore: add more stuff to ignore so my git add doesn't pull in
	all my compiled crap git-svn-id: http://svn.osgeo.org/postgis/trunk@14401
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-18  Daniel Baston <dbaston@gmail.com>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14400
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-18  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14399
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-16  Sandro Santilli <strk@kbt.io>

	* README.md: Add gitlab-ci badge git-svn-id: http://svn.osgeo.org/postgis/trunk@14390
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-16  Sandro Santilli <strk@kbt.io>

	* .gitlab-ci.yml: Add gitlab-ci configuration git-svn-id: http://svn.osgeo.org/postgis/trunk@14387
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-14  Regina Obe <lr@pcorp.us>

	* README.md: Add winnie's 2.3 build badge git-svn-id: http://svn.osgeo.org/postgis/trunk@14381
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_twkb.c, regress/tickets.sql,
	regress/tickets_expected: #3368, twkb on 32bit architectures git-svn-id: http://svn.osgeo.org/postgis/trunk@14380
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/upgradeable_versions.mk: Add some upgrade targets for
	future git-svn-id: http://svn.osgeo.org/postgis/trunk@14378
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, regress/tickets.sql, regress/tickets_expected: 
	#3367, ST_RemoveRepeatedPoints fix for EMPTY geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@14377
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-07  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14375
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-07  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: _raster_constraint_info_scale gives
	invalid input syntax references #3360 fix for PostGIS 2.3 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@14371
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-06  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: add Dan Baston to Core Dev list references
	#3358 git-svn-id: http://svn.osgeo.org/postgis/trunk@14366
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c: Remove issue with json parsing git-svn-id: http://svn.osgeo.org/postgis/trunk@14364
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-06  Regina Obe <lr@pcorp.us>

	* postgis/geography_inout.c: missed a spot in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@14363
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-06  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14362
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeom.c: Back out all
	fiddling w/ geodetic bboxes, there is no win here git-svn-id: http://svn.osgeo.org/postgis/trunk@14361
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Change cunit test to respect fact
	that points are serialized with boxes on them git-svn-id: http://svn.osgeo.org/postgis/trunk@14360
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: #3356, ensure that geographies coming in from
	text do have boxes calculated git-svn-id: http://svn.osgeo.org/postgis/trunk@14359
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* authors.git, authors.svn: Add dbaston git-svn-id: http://svn.osgeo.org/postgis/trunk@14356
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-03  Regina Obe <lr@pcorp.us>

	* postgis/geography_measurement.c: revert to prior fix for 2.3 to
	make travis happy references #3355 git-svn-id: http://svn.osgeo.org/postgis/trunk@14353
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-03  Regina Obe <lr@pcorp.us>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14352
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-03  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14351
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-03  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14350
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-11-02  Regina Obe <lr@pcorp.us>

	* postgis/geography_measurement.c: #3355 ST_Segmentize does not add
	geography box ST_Intersects fails as result Fixes for 2.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@14346
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-29  Sandro Santilli <strk@kbt.io>

	* .travis.yml: Send travis activity notices to #postgis-activity See

	https://lists.osgeo.org/pipermail/postgis-devel/2015-October/025436.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@14339
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-29  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14338
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/sql_bits/mark_editable_objects.sql.in: #3352,
	mark all spatial_ref_sys entries as part of extension git-svn-id: http://svn.osgeo.org/postgis/trunk@14332
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-26  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Install postgis_topology within postgis
	module dir See #3349 git-svn-id: http://svn.osgeo.org/postgis/trunk@14330
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-26  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix build on systems with no sfcgal installed See https://travis-ci.org/postgis/postgis/builds/87413334 Ref #3348 git-svn-id: http://svn.osgeo.org/postgis/trunk@14329
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-26  Sandro Santilli <strk@kbt.io>

	* configure.ac: Accept --with-sfcgal with no arguments as a valid
	way to enable it Closes #3348 git-svn-id: http://svn.osgeo.org/postgis/trunk@14328
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-26  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14325
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-26  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: change debbie to build with system
	install of sfcgal git-svn-id: http://svn.osgeo.org/postgis/trunk@14324
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-24  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14316
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-24  Regina Obe <lr@pcorp.us>

	* README.md: Add Debbie's build badge (prefix badges with the name
	of the bot) git-svn-id: http://svn.osgeo.org/postgis/trunk@14310
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-24  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: up port PostGIS 2.1 branch release
	notes git-svn-id: http://svn.osgeo.org/postgis/trunk@14307
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_typmod.c: #3342, ignoring M in typmod output git-svn-id: http://svn.osgeo.org/postgis/trunk@14304
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-22  Regina Obe <lr@pcorp.us>

	* README.md: update with links to our release tar balls and change
	sections to headings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14301
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-22  Sandro Santilli <strk@kbt.io>

	* 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 <dbaston@gmail.com> Closes
	http://github.com/postgis/postgis/pull/70 git-svn-id: http://svn.osgeo.org/postgis/trunk@14299
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-21  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14298
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-19  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, doc/reference_editor.xml: From Dan Baston -
	installation and editor function typos closes
	https://github.com/postgis/postgis/pull/69 git-svn-id: http://svn.osgeo.org/postgis/trunk@14296
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Dan Baston documentation patches
	from https://github.com/postgis/postgis/pull/68 git-svn-id: http://svn.osgeo.org/postgis/trunk@14294
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-19  Regina Obe <lr@pcorp.us>

	* CONTRIBUTING.md: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@14293
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-19  Regina Obe <lr@pcorp.us>

	* README.md: change readme to have links to PostGIS contributing
	instructions and manuals git-svn-id: http://svn.osgeo.org/postgis/trunk@14292
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-19  Sandro Santilli <strk@kbt.io>

	* CONTRIBUTING.md: Draft a CONTRIBUTING file as suggested by Jody
	Garnett See
	https://lists.osgeo.org/pipermail/discuss/2015-October/015197.html git-svn-id: http://svn.osgeo.org/postgis/trunk@14290
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-19  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: addresses #3340 fix typo in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@14289
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-19  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: addresses #3340 for 2.3 support for
	foreign tables in populate_geometry_columns git-svn-id: http://svn.osgeo.org/postgis/trunk@14288
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Properly encode raster/rt_pg
	dependencies Fixes #3335 for me (in 2.3.0dev) git-svn-id: http://svn.osgeo.org/postgis/trunk@14284
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-15  Sandro Santilli <strk@kbt.io>

	* README.postgis: More line length reduction Mostly a test for notification of commits via mail git-svn-id: http://svn.osgeo.org/postgis/trunk@14281
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-15  Sandro Santilli <strk@kbt.io>

	* README.postgis: Minor style change Hopefully closes #3330 (trac update via commit log) git-svn-id: http://svn.osgeo.org/postgis/trunk@14280
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-14  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Add missing availability note git-svn-id: http://svn.osgeo.org/postgis/trunk@14277
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-14  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Re-add (T) modifiers in docs for
	ST_Buffer and ST_Intersection Closes #3331 git-svn-id: http://svn.osgeo.org/postgis/trunk@14275
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-14  Sandro Santilli <strk@kbt.io>

	* README.postgis: 80 cols wrap, indent Mostly serves as a test for updating tickets via commit message, see
	#3330 git-svn-id: http://svn.osgeo.org/postgis/trunk@14273
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/bytebuffer.h, liblwgeom/effectivearea.h,
	liblwgeom/lwin_twkb.c, liblwgeom/varint.h: Strip BOM from files git-svn-id: http://svn.osgeo.org/postgis/trunk@14269
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix memory leak in lwt_ChangeEdgeGeom
	[liblwgeom] git-svn-id: http://svn.osgeo.org/postgis/trunk@14268
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: No need to check for path existance when
	using mkpath The check would be done internally git-svn-id: http://svn.osgeo.org/postgis/trunk@14266
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Create full temporary path if not existing git-svn-id: http://svn.osgeo.org/postgis/trunk@14264
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14251
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-09  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Do not force comments uninstall when building
	without postgresql See #3325 (friend with #3157) git-svn-id: http://svn.osgeo.org/postgis/trunk@14240
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-09  Sandro Santilli <strk@kbt.io>

	* Version.config: Set liblwgeom versioning to 0:0:0 (why start at
	1?) git-svn-id: http://svn.osgeo.org/postgis/trunk@14238
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-08  Sandro Santilli <strk@kbt.io>

	* NEWS: Rewrite the liblwgeom compatibilty notice to reflect reality git-svn-id: http://svn.osgeo.org/postgis/trunk@14235
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-08  Sandro Santilli <strk@kbt.io>

	* configure.ac: Be more tolerant on the format of Version.config git-svn-id: http://svn.osgeo.org/postgis/trunk@14232
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-08  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE, Version.config, configure.ac: Update liblwgeom
	version to use Version.config git-svn-id: http://svn.osgeo.org/postgis/trunk@14230
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-08  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@14225
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-07  Regina Obe <lr@pcorp.us>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14219
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-07  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: #3322 get rid of hard-coded lib path git-svn-id: http://svn.osgeo.org/postgis/trunk@14217
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE: Remove freshmeat from list of sites to update git-svn-id: http://svn.osgeo.org/postgis/trunk@14212
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Bump versions on trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@14210
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis, Version.config,
	doc/release_notes.xml, extensions/upgradeable_versions.mk: PostGIS
	2.2.0 version and date setting git-svn-id: http://svn.osgeo.org/postgis/trunk@14207
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c: Slightly more useful error message from
	geohash git-svn-id: http://svn.osgeo.org/postgis/trunk@14206
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-07  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix compiler warnings, pretty much all
	safe (#3320) git-svn-id: http://svn.osgeo.org/postgis/trunk@14205
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Add x-refs between cluster functions git-svn-id: http://svn.osgeo.org/postgis/trunk@14200
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2603: provide a lame example with hopes
	to come up with a better one in future.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14199
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-05  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: update explanation of what mask and
	weight do.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14198
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml, doc/xsl/postgis_aggs_mm.xml.xsl: 
	#2916, they are 'curvepolygon' not 'curvedpolygon' git-svn-id: http://svn.osgeo.org/postgis/trunk@14196
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-05  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@14195
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-05  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_mapalgebra_mask_expected: code cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@14194
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-05  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_mapalgebra_mask.sql: #3314 missed some
	spots forcing order of results git-svn-id: http://svn.osgeo.org/postgis/trunk@14193
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-05  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_mapalgebra_mask.sql,
	raster/test/regress/rt_mapalgebra_mask_expected: #3314: change mask
	test to use st_dumpvalues to avoid endian differences.  Also force
	sort of records (since SQL doesn't guarantee sort will be the same
	across systems) for multi record results git-svn-id: http://svn.osgeo.org/postgis/trunk@14192
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-05  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: fix invalid caption on ST_3DIntersection
	image (too much copy paste) git-svn-id: http://svn.osgeo.org/postgis/trunk@14191
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* : ignore build files git-svn-id: http://svn.osgeo.org/postgis/trunk@14190
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-04  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: another typo in path git-svn-id: http://svn.osgeo.org/postgis/trunk@14188
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-04  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: add an ST_3DIntersection graphic.  Fix
	graphic link on ST_3DDifference git-svn-id: http://svn.osgeo.org/postgis/trunk@14187
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-04  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: Put in example of ST_3DDifference and
	fix a typo git-svn-id: http://svn.osgeo.org/postgis/trunk@14186
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-04  Regina Obe <lr@pcorp.us>

	* raster/rt_core/rt_pixel.c, raster/rt_pg/rtpg_mapalgebra.c,
	raster/test/regress/rt_mapalgebra_mask_expected: #3315: fix typos in
	error messages for map algebra mask and provide more descriptive
	error about dimension mismatch git-svn-id: http://svn.osgeo.org/postgis/trunk@14185
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-04  Regina Obe <lr@pcorp.us>

	* regress/sfcgal/regress_expected, regress/sfcgal/tickets_expected: 
	#3314 patch from sebastic for big endian git-svn-id: http://svn.osgeo.org/postgis/trunk@14184
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-04  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: #3298 document change in behavior of
	ST_3DClosestPoint, ST_3DShortestLine, ST_3DLongestLine,
	ST_3DMaxDistance git-svn-id: http://svn.osgeo.org/postgis/trunk@14183
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/sfcgal/regress.sql, regress/sfcgal/tickets.sql: Force
	output to little endian, #3314 git-svn-id: http://svn.osgeo.org/postgis/trunk@14182
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-04  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: Add note that ST_Summary now supports
	tins and curves.  2.1.8 just returned unknown type for these.
	ST_Summary now tells the type (though I think it does a sucky job on
	reporting subelements of multisurface) git-svn-id: http://svn.osgeo.org/postgis/trunk@14181
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: put a note enhancment only availabe if
	compiled with proj 4.9+ for all geographiclib enhanced function.
	(also change to use ST_GeogFromText instead of the painfully long
	ST_GeographyFromText alias) git-svn-id: http://svn.osgeo.org/postgis/trunk@14180
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-03  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c: Fix for #3298, open for multi-geometries
	with mixed dim or 2d in 3d measurment functions git-svn-id: http://svn.osgeo.org/postgis/trunk@14179
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2603: add weighted and mask args git-svn-id: http://svn.osgeo.org/postgis/trunk@14178
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #1748: change arg names in raster
	ST_Intersection docs to agree with arg names installed.  Also get
	rid of coming soon raster/geom that returns raster -- that's called
	ST_Clip.  Put in a note about that for people looking at
	ST_Intersection wanting ST_Clip.  Get rid of default args that
	aren't default at all (we have more protos than we need - may want
	to consider removing them in 2.3 and replacing with default args) git-svn-id: http://svn.osgeo.org/postgis/trunk@14177
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-03  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.h: Drop postgis_config.h include from header
	file (#2303) It's better to only include build config header from C files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14176
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Update emails, #3309 git-svn-id: http://svn.osgeo.org/postgis/trunk@14175
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: #3308 patch winnie's build and
	packaging and regress to go back to static linking.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14174
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-02  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh: #3308 gui loader on windows doesn't
	work -- add in the extra dependencies introduced by PostGIS 2.2 :( git-svn-id: http://svn.osgeo.org/postgis/trunk@14173
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-01  Sandro Santilli <strk@kbt.io>

	* NEWS: Add item about the new "lwgeom_version" function in
	liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@14172
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_api.c, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in: Add check for liblwgeom version mismatch in
	postgis_full_version() Adds a postgis_liblwgeom_version() function accessible to SQL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14171
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-10-01  Regina Obe <lr@pcorp.us>

	* extensions/compute_srid_contiguous_ranges.sql,
	extensions/postgis/sql_bits/mark_editable_objects.sql.in: update
	srid exclude range for proper dump/restore preserve of custom
	spatial ref.  Add WHERE to compute_srid.. so its an easier cut and
	paster to editable routine git-svn-id: http://svn.osgeo.org/postgis/trunk@14170
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-30  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Honour topology-wide precision
	configuration (#3304) NOTE: only 2.2.0-RC1 was published with this bug present git-svn-id: http://svn.osgeo.org/postgis/trunk@14156
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected_newsnap,
	topology/test/regress/topogeo_addlinestring_expected_oldsnap: 
	Improve robustness of adding points to topology (#3280) When multiple edges are within tolerance from the added point, give
	preference to snapping to the one which contains a point projected
	to it.  Also, make sure to sort nodes and edges by distance before
	considering them for matching or snapping, which is what was done in
	previous versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14155
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-30  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml: try to fix
	illegal abstract (with note (instead of para)) and listltiem with no
	para git-svn-id: http://svn.osgeo.org/postgis/trunk@14149
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-30  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml: update tiger
	instructions to be comprehensive (next step will be to delete them
	from README os have only one source to edit).  Also add a note about
	using GUC for raster settings (instead of less cross-platform
	environment approach) git-svn-id: http://svn.osgeo.org/postgis/trunk@14148
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/po/Makefile.local: Fix check-local rule to
	properly setup symlinks git-svn-id: http://svn.osgeo.org/postgis/trunk@14147
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/installation.xml.po: Update italian installation
	transation git-svn-id: http://svn.osgeo.org/postgis/trunk@14146
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_doc_translations.sh: commit debbie's translation
	script and add the check_localized call.  (Switched debbie's job
	alreayd to use this script instead of the one from buildbot svn) git-svn-id: http://svn.osgeo.org/postgis/trunk@14145
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/installation.xml.po: Fix it_IT translation of
	installation.xml.po git-svn-id: http://svn.osgeo.org/postgis/trunk@14143
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Add "check-localized" rule in doc/Makefile
	(#3302) git-svn-id: http://svn.osgeo.org/postgis/trunk@14142
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/po/pt_BR/installation.xml.po: Fix pt_BR translation of
	installation.xml.po git-svn-id: http://svn.osgeo.org/postgis/trunk@14141
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* 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/introduction.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_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/reference_temporal.xml.po,
	doc/po/de_DE/reference_transaction.xml.po,
	doc/po/de_DE/reference_type.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: update-po after new german
	translation was added git-svn-id: http://svn.osgeo.org/postgis/trunk@14140
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/po/de_DE/Makefile: Add missing Makefile to build german
	documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@14139
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/po/de_DE/faq.xml.po: Add missing ending quotes in german faq
	translations (#3293) git-svn-id: http://svn.osgeo.org/postgis/trunk@14138
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/po/de_DE/faq.xml.po: Update German translation of FAQs (#3293) git-svn-id: http://svn.osgeo.org/postgis/trunk@14137
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, regress/tickets.sql, regress/tickets_expected: 
	#3300, Box3D for curves calculation fix git-svn-id: http://svn.osgeo.org/postgis/trunk@14136
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, 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/introduction.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_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/reference_transaction.xml.po,
	doc/po/de_DE/reference_type.xml.po: Add german (partial) translation
	from transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@14135
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/po/es/reference_temporal.xml.po,
	doc/po/fr/reference_temporal.xml.po,
	doc/po/it_IT/reference_temporal.xml.po,
	doc/po/ko_KR/reference_temporal.xml.po,
	doc/po/pl/reference_temporal.xml.po,
	doc/po/pt_BR/reference_temporal.xml.po: Add missing
	reference_temporal.xml.po files git-svn-id: http://svn.osgeo.org/postgis/trunk@14134
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* 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/introduction.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_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/release_notes.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.xml.po,
	doc/po/fr/faq_raster.xml.po, doc/po/fr/installation.xml.po,
	doc/po/fr/introduction.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_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/release_notes.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_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/release_notes.xml.po,
	doc/po/it_IT/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.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/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_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/release_notes.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.xml.po,
	doc/po/pl/faq_raster.xml.po, doc/po/pl/installation.xml.po,
	doc/po/pl/introduction.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_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/release_notes.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/introduction.xml.po, doc/po/pt_BR/postgis.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_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/release_notes.xml.po,
	doc/po/pt_BR/using_raster_dataman.xml.po: Update translation files
	from transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@14133
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: #2473, only create spatial index if
	there's a shape file git-svn-id: http://svn.osgeo.org/postgis/trunk@14132
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE: Remove old deprcated manual steps git-svn-id: http://svn.osgeo.org/postgis/trunk@14131
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* 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.xml.pot, doc/po/templates/faq_raster.xml.pot,
	doc/po/templates/installation.xml.pot,
	doc/po/templates/introduction.xml.pot,
	doc/po/templates/postgis.xml.pot,
	doc/po/templates/reference.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_guc.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/release_notes.xml.pot,
	doc/po/templates/using_raster_dataman.xml.pot: Update translation
	templates git-svn-id: http://svn.osgeo.org/postgis/trunk@14130
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* doc/.tx/config, doc/po/templates/reference_temporal.xml.pot: Add
	reference_temporal.xml translation resource git-svn-id: http://svn.osgeo.org/postgis/trunk@14129
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, loader/Makefile.in: Honor build flags in
	liblwgeom and loader dirs (#3291) Patch by Markus Wanner <markus@bluegap.ch> git-svn-id: http://svn.osgeo.org/postgis/trunk@14128
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-gui.1: Strip BOM out of manpage (#3292) Thanks Markus Wanner <markus@bluegap.ch> git-svn-id: http://svn.osgeo.org/postgis/trunk@14127
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* regress/delaunaytriangles.sql, regress/delaunaytriangles_expected: 
	Add 3D tests for ST_DelaunayTriangles (#2301) git-svn-id: http://svn.osgeo.org/postgis/trunk@14126
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Sandro Santilli <strk@kbt.io>

	* utils/Makefile.in: Do not override install/uninstall/clean targets
	from PGXS (#3284) git-svn-id: http://svn.osgeo.org/postgis/trunk@14125
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Regina Obe <lr@pcorp.us>

	* doc/reference_guc.xml, doc/reference_raster.xml: fix typo in tag
	provide example for enable driver and database and system level git-svn-id: http://svn.osgeo.org/postgis/trunk@14123
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@14122
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-29  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: update ST_GDALDrivers example to
	demonstrate how to enable all drivers and also show some cool new
	offerings in GDAL 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@14121
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-28  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add support for creating extension from
	unpackaged (#3296) Use: ./run_test.pl --extension --upgrade-path unpackaged--2.2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@14119
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-28  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Typo in help message git-svn-id: http://svn.osgeo.org/postgis/trunk@14118
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-26  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: #3043: Some raster2pgsql options are
	not documented git-svn-id: http://svn.osgeo.org/postgis/trunk@14117
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-26  Regina Obe <lr@pcorp.us>

	* raster/test/regress/check_gdal.sql,
	raster/test/regress/check_gdal_expected: #3297 fix check_gdal
	regress test to not test initial state (so not sensitive to users
	default postgis.gdal_enabled_drivers settings git-svn-id: http://svn.osgeo.org/postgis/trunk@14116
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-26  Regina Obe <lr@pcorp.us>

	* loader/shpcommon.h: #3289 - spelling mistakes -- apply remainder
	shplib provided by sebastic git-svn-id: http://svn.osgeo.org/postgis/trunk@14115
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-26  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/librtcore.h: Detect GNU/Hurd and treat it like
	Linux just as BSD (#3295) git-svn-id: http://svn.osgeo.org/postgis/trunk@14114
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-26  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, doc/po/es/extras_topology.xml.po,
	doc/po/fr/extras_topology.xml.po,
	doc/po/it_IT/extras_topology.xml.po,
	doc/po/ko_KR/extras_topology.xml.po,
	doc/po/pl/extras_topology.xml.po,
	doc/po/pt_BR/extras_topology.xml.po,
	doc/po/templates/extras_topology.xml.pot,
	liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
	liblwgeom/lwout_wkt.c, topology/sql/sqlmm.sql.in: Minor spelling
	fixes (#3288)  recieved  -> received  splitted  -> split The "Portuguese" once were left untouched because inside external
	shapelib component.  Thanks to Markus Wanner <markus@bluegap.ch> and Bas Couwenberg
	<sebastic@debian.org> git-svn-id: http://svn.osgeo.org/postgis/trunk@14113
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-25  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: Get rid of obsolete comments git-svn-id: http://svn.osgeo.org/postgis/trunk@14110
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* make_dist.sh: Build in place git-svn-id: http://svn.osgeo.org/postgis/trunk@14109
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-25  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/README: #3286 get rid of obsolete link git-svn-id: http://svn.osgeo.org/postgis/trunk@14108
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* make_dist.sh: Build output one dir lower git-svn-id: http://svn.osgeo.org/postgis/trunk@14105
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/Makefile.in: Allow building with an "RC"
	version number git-svn-id: http://svn.osgeo.org/postgis/trunk@14103
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/README: #3286: update README git-svn-id: http://svn.osgeo.org/postgis/trunk@14101
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/META.json: Reformat git-svn-id: http://svn.osgeo.org/postgis/trunk@14098
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/META.json: Update pgxn file git-svn-id: http://svn.osgeo.org/postgis/trunk@14097
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Spling errata git-svn-id: http://svn.osgeo.org/postgis/trunk@14096
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/release_notes.xml: Add 2.2 release notes, en-link'en ticket
	numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@14095
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog: Update Changelog with Makefile rule git-svn-id: http://svn.osgeo.org/postgis/trunk@14094
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Regina Obe <lr@pcorp.us>

	* NEWS, raster/rt_pg/rtpostgis.sql.in: #2842 Hide unselectable
	tables from raster_overview and raster_columns git-svn-id: http://svn.osgeo.org/postgis/trunk@14093
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog: Update changelog git-svn-id: http://svn.osgeo.org/postgis/trunk@14092
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore working directories git-svn-id: http://svn.osgeo.org/postgis/trunk@14091
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c: #3283, be less brittle in cases
	of box-overlap-but-geom-not git-svn-id: http://svn.osgeo.org/postgis/trunk@14089
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwprint.c: Fix valgrind for lwprint for DMS malformed
	case git-svn-id: http://svn.osgeo.org/postgis/trunk@14088
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwpoint.c, liblwgeom/ptarray.c: More postgis_config.h
	include ordering git-svn-id: http://svn.osgeo.org/postgis/trunk@14087
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_wkb.c: Include postgis_config.h before others, to
	allow overriding debug git-svn-id: http://svn.osgeo.org/postgis/trunk@14086
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwline.c,
	liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Make repeated point removal
	more sensitive to not creating invalid outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@14085
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Slight performance tweak to remove repeated
	points git-svn-id: http://svn.osgeo.org/postgis/trunk@14084
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-21  Sandro Santilli <strk@kbt.io>

	* configure.ac: Do not export library symbols from the PostgreSQL
	module Makes it easy for other modules to use dynamically linked liblwgeom.
	See #3281.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14083
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-21  Sandro Santilli <strk@kbt.io>

	* configure.ac: Search for exclude-libs support at configure time git-svn-id: http://svn.osgeo.org/postgis/trunk@14082
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-21  Sandro Santilli <strk@kbt.io>

	* configure.ac: Stop looking for C++ compiler (#3282) git-svn-id: http://svn.osgeo.org/postgis/trunk@14081
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-21  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Cross-link ST_Subdivide and ST_Split git-svn-id: http://svn.osgeo.org/postgis/trunk@14079
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-18  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/gamma.c,
	extensions/address_standardizer/pagc_std_api.h,
	extensions/address_standardizer/tokenize.c: Get rid of compiler
	warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@14078
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-16  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix precision of face bounding box in
	topology callbacks This bug triggered a regression from 2.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@14077
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-16  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix premature reset of data_changed
	flag Before this fix, tipical topology loading within a single statement
	would fail to see changes introduced by itself.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14076
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_clean.c, liblwgeom/lwgeom_geos_clean.c: Plug
	leak in lwpoly_make_valid for unclosed ring polygons git-svn-id: http://svn.osgeo.org/postgis/trunk@14075
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix mis-handling of _lwt_EdgeMotionArea
	return code git-svn-id: http://svn.osgeo.org/postgis/trunk@14074
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug gbox leak in _lwt_AddFaceSplit git-svn-id: http://svn.osgeo.org/postgis/trunk@14073
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug leak in lwt_RemoveIsoNode git-svn-id: http://svn.osgeo.org/postgis/trunk@14072
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug leaks in lwt_MoveIsoNode git-svn-id: http://svn.osgeo.org/postgis/trunk@14071
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Do not assume lwerror long-jumps in
	ptarray_insert_point git-svn-id: http://svn.osgeo.org/postgis/trunk@14070
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix memory leak in lwt_GetNodeByPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@14069
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug leak in lwt_GetEdgeByPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@14068
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug leak of signed edge ids in
	_lwt_AddFaceSplit git-svn-id: http://svn.osgeo.org/postgis/trunk@14067
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Remove memory leak in lwt_AddLine git-svn-id: http://svn.osgeo.org/postgis/trunk@14066
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-14  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix hardly reachable memory fault and
	plug more temporary leaks Nothing serious as the only triggering condition would be unexpected
	return from SPI_execute (unlikely).  git-svn-id: http://svn.osgeo.org/postgis/trunk@14065
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-14  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Plug leak in
	get{Node,Edge,Face}WithinBox2D topology callbacks git-svn-id: http://svn.osgeo.org/postgis/trunk@14064
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, raster/rt_core/librtcore.h,
	raster/rt_pg/rtpostgis.c, topology/postgis_topology.c: Add all
	missing format attributes under GNUC Fixes the leftover suggestion warnings from
	-Wmissing-format-attribute git-svn-id: http://svn.osgeo.org/postgis/trunk@14063
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-09  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Fix docs for topology.intersects (#2593) git-svn-id: http://svn.osgeo.org/postgis/trunk@14061
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-09  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Do not force comments install when building
	without postgresql See #3157 git-svn-id: http://svn.osgeo.org/postgis/trunk@14060
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-09  Sandro Santilli <strk@kbt.io>

	* configure.ac: Drop --without-postgresql, use --without-pgconfig
	for same purpose The --without-postgresql support was added with r13882, this commit
	removes it and uses the existing --with-pgconfig switch instead.
	Pass argument "no" or use --without-pgconfig to disable PostgreSQL.  See #3157 git-svn-id: http://svn.osgeo.org/postgis/trunk@14059
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-09  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: fix mismatched ids git-svn-id: http://svn.osgeo.org/postgis/trunk@14058
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-09  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: fix link tag typo git-svn-id: http://svn.osgeo.org/postgis/trunk@14057
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-09  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: Flesh out the rules table
	description and how to create rules git-svn-id: http://svn.osgeo.org/postgis/trunk@14056
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-09  Regina Obe <lr@pcorp.us>

	*
	extensions/address_standardizer/expected/test-standardize_address_1
	.out,
	extensions/address_standardizer/test-standardize_address_1.sql.in,
	extensions/address_standardizer/us_rules.sql,
	extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql: 
	#2978 address standardizer doesn't handle street number ranges, also
	added regress tests git-svn-id: http://svn.osgeo.org/postgis/trunk@14055
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-08  Regina Obe <lr@pcorp.us>

	*
	extensions/address_standardizer/expected/test-standardize_address_1
	.out,
	extensions/address_standardizer/test-standardize_address_1.sql.in,
	extensions/address_standardizer/us_rules.sql,
	extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql: 
	#2981 handling state highways with named parts.  This might not be
	the best way to parse but aligns with tiger data. Include tests git-svn-id: http://svn.osgeo.org/postgis/trunk@14054
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-07  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Reduce pointarray copies on face split git-svn-id: http://svn.osgeo.org/postgis/trunk@14051
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-06  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/utility/standardize_tiger_data.sql: This is
	to fix tiger data that causes geocoding issues.  This is not yet
	integrated into load or documented  since requires more testing.
	Not even installed yet as part of tiger extension git-svn-id: http://svn.osgeo.org/postgis/trunk@14048
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-04  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/regress/pagc_normalize_address_desired_regres
	s, extras/tiger_geocoder/regress/pagc_normalize_address_regress,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql: 
	get rid of all windows line breaks and enforce Unix line breaks git-svn-id: http://svn.osgeo.org/postgis/trunk@14047
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-04  Regina Obe <lr@pcorp.us>

	* : git-svn-id: http://svn.osgeo.org/postgis/trunk@14046
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: give example of ST_3DArea git-svn-id: http://svn.osgeo.org/postgis/trunk@14044
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	*
	extensions/postgis_tiger_geocoder/sql_bits/add_search_path.sql.in,
	extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in,
	extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sq
	l.in: change to always be linux line feed git-svn-id: http://svn.osgeo.org/postgis/trunk@14043
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_tiger_geocoder/sql_bits/test_tuples_only_unalign
	ed.sql.in: add an tuples only unaligned include so don't have to
	worry about behavior of echo /t in bash/sh (for testing) git-svn-id: http://svn.osgeo.org/postgis/trunk@14042
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: #2324: Fix chart so 2D support
	only enabled with sfcgal is tagged with sfcgal icon git-svn-id: http://svn.osgeo.org/postgis/trunk@14041
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: fix tag typo git-svn-id: http://svn.osgeo.org/postgis/trunk@14040
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: ST_Volume example with caveats need to
	have Solid geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@14039
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@14038
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_minkowskisum01.wkt,
	doc/html/image_src/st_minkowskisum02.wkt,
	doc/html/image_src/st_minkowskisum03.wkt,
	doc/html/image_src/st_minkowskisum04.wkt, doc/reference_sfcgal.xml: 
	put in more description of minkowski sum, fix first example so fits
	in 200x200 grid, add second example git-svn-id: http://svn.osgeo.org/postgis/trunk@14037
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_minkowskisum01.wkt,
	doc/html/image_src/st_minkowskisum02.wkt, doc/reference_sfcgal.xml: 
	#2305 example with figure for minkowski sum.  Could do with a better
	explanation too for what it is.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14036
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-09-02  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_accum.c: #3220 patch from Dan Baston to address
	Mingw failure in ST_ClusterWithin git-svn-id: http://svn.osgeo.org/postgis/trunk@14035
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/bytebuffer.h, liblwgeom/cunit/cu_out_twkb.c,
	liblwgeom/effectivearea.h, liblwgeom/lwin_twkb.c,
	liblwgeom/varint.h: Fix right spelling of Avén in UTF8 git-svn-id: http://svn.osgeo.org/postgis/trunk@14034
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/topogeo_addlinestring.sql: More SRID fixes Adds SRID to TopoGeo_AddLinestring tests git-svn-id: http://svn.osgeo.org/postgis/trunk@14033
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_newedgessplit.sql: Fix srid-aware test
	for "newedgessplit" git-svn-id: http://svn.osgeo.org/postgis/trunk@14031
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/st_modedgesplit.sql,
	topology/test/regress/st_newedgessplit.sql: Do not loose SRID on
	edge split Add SRID to edge split tests git-svn-id: http://svn.osgeo.org/postgis/trunk@14029
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Use extended WKT for debuggin git-svn-id: http://svn.osgeo.org/postgis/trunk@14028
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Remove function name from debug messages
	(it's already included) git-svn-id: http://svn.osgeo.org/postgis/trunk@14027
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-29  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_topo.c: Do not reference face object after
	free git-svn-id: http://svn.osgeo.org/postgis/trunk@14026
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-28  Sandro Santilli <strk@kbt.io>

	* NEWS: Properly encode Nicklas name in UTF8 git-svn-id: http://svn.osgeo.org/postgis/trunk@14025
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml: yes, our docs have to 1:1 match our
	functions :/ git-svn-id: http://svn.osgeo.org/postgis/trunk@14024
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in, postgis/postgis_drop_after.sql,
	postgis/postgis_drop_before.sql: Try to remove multiple
	signatures...  git-svn-id: http://svn.osgeo.org/postgis/trunk@14023
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix debug build git-svn-id: http://svn.osgeo.org/postgis/trunk@14022
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Remove (leaky) debugging git-svn-id: http://svn.osgeo.org/postgis/trunk@14021
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-27  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Use LWTFMT_ELEMID under topology/ too
	(#3243) git-svn-id: http://svn.osgeo.org/postgis/trunk@14020
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: More leaks plugging git-svn-id: http://svn.osgeo.org/postgis/trunk@14019
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Fix leak in ptarray_merge git-svn-id: http://svn.osgeo.org/postgis/trunk@14018
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix some leaks in _lwt_AddFaceSplit git-svn-id: http://svn.osgeo.org/postgis/trunk@14017
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h: Typo in topo signature git-svn-id: http://svn.osgeo.org/postgis/trunk@14016
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-27  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, postgis/sfcgal.sql.in: Add SFGAL script
	version mismatch on postgis_full_version See #3266 git-svn-id: http://svn.osgeo.org/postgis/trunk@14015
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug more leaks in lwgeom-topo git-svn-id: http://svn.osgeo.org/postgis/trunk@14014
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug edge leak on edge split git-svn-id: http://svn.osgeo.org/postgis/trunk@14013
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: More leaks plugged on edge split git-svn-id: http://svn.osgeo.org/postgis/trunk@14012
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Do not leak POINTARRAY objects on edge
	split git-svn-id: http://svn.osgeo.org/postgis/trunk@14011
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Do not leak POINTARRAYs during topology
	function calls git-svn-id: http://svn.osgeo.org/postgis/trunk@14010
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug another leak in lwt_AddIsoEdge git-svn-id: http://svn.osgeo.org/postgis/trunk@14009
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c,
	topology/test/regress/st_getfaceedges.sql,
	topology/test/regress/st_getfaceedges_expected: Fix ring edge
	finding in ST_GetFaceEdges (#3265) Includes regress test git-svn-id: http://svn.osgeo.org/postgis/trunk@14007
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix error message from GetFaceEdges git-svn-id: http://svn.osgeo.org/postgis/trunk@14005
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: More leaks in _lwt_CheckEdgeCrossing git-svn-id: http://svn.osgeo.org/postgis/trunk@14004
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Correctly plug nodes leak in _lwt_AddEdge git-svn-id: http://svn.osgeo.org/postgis/trunk@14003
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Revert "Plug nodes leak in _lwt_AddEdge" This reverts r14001, as it introduced instabilities git-svn-id: http://svn.osgeo.org/postgis/trunk@14002
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Plug nodes leak in _lwt_AddEdge git-svn-id: http://svn.osgeo.org/postgis/trunk@14001
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: More leaks plugged in
	_lwt_CheckEdgeCrossing git-svn-id: http://svn.osgeo.org/postgis/trunk@14000
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix memory leak in
	_lwt_CheckEdgeCrossing, used by edge adding funx Thanks Alessandro Furieri for spotting this git-svn-id: http://svn.osgeo.org/postgis/trunk@13999
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-25  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add license header to run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@13998
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-25  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in: #3262 Fix
	address_standardizer and postgis_tiger_geocoder extension install git-svn-id: http://svn.osgeo.org/postgis/trunk@13997
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Regina Obe <lr@pcorp.us>

	*
	extensions/address_standardizer/expected/test-init-extensions.out,
	extensions/address_standardizer/expected/test-parseaddress.out,
	extensions/address_standardizer/expected/test-standardize_address_1
	.out,
	extensions/address_standardizer/expected/test-standardize_address_2
	.out: change to unix line breaks git-svn-id: http://svn.osgeo.org/postgis/trunk@13996
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: updte loading data to include vacuumning and
	install missing indexes git-svn-id: http://svn.osgeo.org/postgis/trunk@13995
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Do not raise missing-topology NOTICE on
	postgis_full_version() See #3257 git-svn-id: http://svn.osgeo.org/postgis/trunk@13994
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Sandro Santilli <strk@kbt.io>

	* extras/tiger_geocoder/upgrade_geocoder.bat: Convert .bat file to
	crlf, as requested by .gitattributes git-svn-id: http://svn.osgeo.org/postgis/trunk@13993
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/parseaddress-api.c,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress: #3260:
	parse_address function screws up when zip is > 5 characters git-svn-id: http://svn.osgeo.org/postgis/trunk@13992
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/pagc_normalize/pagc_tables.sql,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql: 
	#3259 pagc_normalize_address (standardize_address), doesn't convert
	numbered street name right (3rd and ,third, used to become 3 instead
	of 3rd) git-svn-id: http://svn.osgeo.org/postgis/trunk@13991
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2013.sql,
	extras/tiger_geocoder/tiger_loader_2014.sql,
	extras/tiger_geocoder/tiger_loader_2015.sql: #2336 FIPS 20 causes
	wildcard expansion to wget all files git-svn-id: http://svn.osgeo.org/postgis/trunk@13990
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/regress/pagc_normalize_address_regress,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql: 
	#1108 regression test to confirm this issue is fixed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13988
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/regress/normalize_address_desired_regress,
	extras/tiger_geocoder/regress/normalize_address_regress,
	extras/tiger_geocoder/regress/normalize_address_regress.sql: #1108
	regression test to confirm this issue is fixed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13987
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-23  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@13986
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-23  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: more updating to reflect all the extensions
	packaged in postgis 2.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@13985
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-23  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update test regress output.  Fix
	command/screen tags not in para tags git-svn-id: http://svn.osgeo.org/postgis/trunk@13984
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-23  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: #3258 have winnie test tiger
	geocoder git-svn-id: http://svn.osgeo.org/postgis/trunk@13983
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-23  Regina Obe <lr@pcorp.us>

	* .gitignore, doc/installation.xml, extensions/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/regress/normalize_address_desired_regress,
	extras/tiger_geocoder/regress/normalize_address_regress,
	extras/tiger_geocoder/regress/normalize_address_regress.sql,
	extras/tiger_geocoder/regress/pagc_normalize_address_desired_regres
	s, extras/tiger_geocoder/regress/pagc_normalize_address_regress,
	extras/tiger_geocoder/regress/pagc_normalize_address_regress.sql: 
	#3258 installcheck for tiger geocoder, update some regress so they
	reflect actual state of outputs, add new genrated folders to
	gitignore and svn ignore.  Update the docs to describe new
	installcheck for (postgis_tiger_geocoder and address_standardizer
	extensions) git-svn-id: http://svn.osgeo.org/postgis/trunk@13982
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-23  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: cleanup of processing
	make installcheck and building extensions to prevent junk from being
	installed in extension folder git-svn-id: http://svn.osgeo.org/postgis/trunk@13981
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-23  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/normalize/pprint_addy.sql: make pre_type
	check not case sensitive git-svn-id: http://svn.osgeo.org/postgis/trunk@13980
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: hard-code to work with branches only
	-- will dificult tag later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13979
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: works when I cut and paste in git-svn-id: http://svn.osgeo.org/postgis/trunk@13978
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: try again - damn bash git-svn-id: http://svn.osgeo.org/postgis/trunk@13977
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: try again git-svn-id: http://svn.osgeo.org/postgis/trunk@13976
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: tweak script to get to work git-svn-id: http://svn.osgeo.org/postgis/trunk@13975
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* ci/debbie/postgis_regress.sh: move debbie's regress script into
	repo (already changed her regress to check if script exists and use
	that instead of the buildbots/debian one git-svn-id: http://svn.osgeo.org/postgis/trunk@13974
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: logic to copy dlls of address
	standardizer after extension install so addresss standardizer
	regress checks work git-svn-id: http://svn.osgeo.org/postgis/trunk@13973
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: have winnie do installcheck on
	address standardizer git-svn-id: http://svn.osgeo.org/postgis/trunk@13972
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-22  Regina Obe <lr@pcorp.us>

	* .gitignore, extensions/address_standardizer/Makefile.in,
	extensions/address_standardizer/expected/test-init-extensions.out,
	extensions/address_standardizer/expected/test-parseaddress.out,
	extensions/address_standardizer/expected/test-standardize_address_1
	.out,
	extensions/address_standardizer/expected/test-standardize_address_2
	.out, extensions/address_standardizer/test-init-extensions.sql.in,
	extensions/address_standardizer/{test-parseaddress.sql =>
	test-parseaddress.sql.in},
	extensions/address_standardizer/test-standardize_address_1.sql.in,
	extensions/address_standardizer/test-standardize_address_2.sql.in,
	extensions/address_standardizer/test.sql: #3184: regression tests
	for address_standardizer - implement make installcheck git-svn-id: http://svn.osgeo.org/postgis/trunk@13971
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-21  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c: Stop curves at the door when entering 3D
	distance calc. #3253 git-svn-id: http://svn.osgeo.org/postgis/trunk@13970
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: #3254, ST_SubDivide garden crash, not empty
	safe git-svn-id: http://svn.osgeo.org/postgis/trunk@13969
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-21  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: ST_Relate use integer instead of int
	for arg type.  That's what PostgreSQL shows it as in final function
	and int is tripping up garden tests (doesn't know what int is).  git-svn-id: http://svn.osgeo.org/postgis/trunk@13968
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-21  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/geocode_settings.sql,
	extras/tiger_geocoder/upgrade_geocode.sql: #2448 geocoder_setting
	gives primary key on restore (created a new table
	geocode_settings_default to hold defaults and keep geocode_settings
	for custom ones) git-svn-id: http://svn.osgeo.org/postgis/trunk@13967
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-21  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/create_geocode.sh,
	extras/tiger_geocoder/upgrade_geocoder.bat: missed changes per #3247
	highlighted.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13966
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Nicklas Avn <nicklas.aven@jordogskog.no>

	* regress/measures.sql, regress/measures_expected: Add 2 regression
	tests for mixed dimmentionalty input to 3d distance calculations
	(giving z-value under FLT_MIN which is not used any more) #3244 git-svn-id: http://svn.osgeo.org/postgis/trunk@13965
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c: In 3D distance functions: Using min/max Z
	from 3D geometry when constructing vertical line used in finding z
	value for 2D geoemtry, when mixed geometry #3244 git-svn-id: http://svn.osgeo.org/postgis/trunk@13964
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/pagc_normalize/pagc_tables.sql: #2980
	directional as a street name should not be abbreviated git-svn-id: http://svn.osgeo.org/postgis/trunk@13963
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c: Fix typo causing wrong answer in 3d-calc
	in some situations #3251 git-svn-id: http://svn.osgeo.org/postgis/trunk@13960
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/utility/levenshtein_ignore_case.sql: #3161:
	treat nulls as blank text for rating purposes ( geocode_intersection
	returns a null rating for a specific intersection) git-svn-id: http://svn.osgeo.org/postgis/trunk@13958
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in,
	extensions/address_standardizer/{address_standardizer.sql.in =>
	address_standardizer_functions.sql.in},
	extensions/address_standardizer/address_standardizer_types.sql.in: 
	#3183: Logic to upgrade the address_standardizer extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@13957
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Try to quiet warnings, #3250 git-svn-id: http://svn.osgeo.org/postgis/trunk@13956
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/geography.sql, regress/geography_expected: Round off test
	results for precision match git-svn-id: http://svn.osgeo.org/postgis/trunk@13955
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c,
	postgis/geography_measurement_trees.c, regress/geography.sql,
	regress/geography_expected: #2422, improper stopping behavior in
	geographic dwithin git-svn-id: http://svn.osgeo.org/postgis/trunk@13954
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/sqlmm.sql.in: Implement ST_RemoveIsoEdge in C Adds lwt_RemIsoEdge to liblwgeom Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13953
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do not force
	debug on in C topology git-svn-id: http://svn.osgeo.org/postgis/trunk@13952
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Sandro Santilli <strk@kbt.io>

	* doc/reference_management.xml: Fix typo in PopulateGeometryColumns
	docs Thanks Oliver Tonnhofer for spotting this git-svn-id: http://svn.osgeo.org/postgis/trunk@13951
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/sql/populate.sql.in: Implement
	TopoGeo_addPolygon in C Adds getFaceWithinBox2D backend callback Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13950
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix error on "other connected edges" in
	_lwt_HealEdges Thanks Alessandro Furieri for catching this (our testsuite missed
	it!) git-svn-id: http://svn.osgeo.org/postgis/trunk@13949
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/sql/populate.sql.in: Implement
	TopoGeo_AddLinestring to C Also:  - Convert srid=-1 in topology to officially unknown srid    at load time (See #3192).   - Use hexwkb for box-based callback queries to avoid drifts.   - Fix minTolerance computation.  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13948
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-19  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c, regress/measures_expected: Fix for #3244 git-svn-id: http://svn.osgeo.org/postgis/trunk@13946
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql: Tests for when #3244 is fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@13943
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_split.c: Always
	return a fully owned object to lwgeom/geos function callers See #3245 git-svn-id: http://svn.osgeo.org/postgis/trunk@13942
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-19  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@13941
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-19  Sandro Santilli <strk@kbt.io>

	* NEWS: Add NEWS item about lwgeom_linemerge function in liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@13940
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_geos.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c: Add lwgeom_linemerge
	to liblwgeom Includes regress test and postgis change to use liblwgeom version git-svn-id: http://svn.osgeo.org/postgis/trunk@13939
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-19  Regina Obe <lr@pcorp.us>

	* ci/winnie/package_postgis.sh, ci/winnie/regress_postgis.sh: 
	upgrade to use cgal 4.6.1 and boost 1.59.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@13938
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_backend_api.c: #3238, handle case of "placeholder"
	GUC as well as real GUC conflicts git-svn-id: http://svn.osgeo.org/postgis/trunk@13937
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/populate.sql.in: Implement TopoGeo_addPoint in C Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13936
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix build with POSTGIS_DEBUG defined git-svn-id: http://svn.osgeo.org/postgis/trunk@13935
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do not use
	NOTICE channel for debugging prints git-svn-id: http://svn.osgeo.org/postgis/trunk@13934
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: #2283, shp2pgsql may be parsing shp's
	multipolygon incorrectly git-svn-id: http://svn.osgeo.org/postgis/trunk@13933
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Correct exception info about
	GetFaceByPoint and GetEdgeByPoint (#3241) git-svn-id: http://svn.osgeo.org/postgis/trunk@13929
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/query/getedgebypoint.sql.in,
	topology/sql/query/getfacebypoint.sql.in,
	topology/sql/query/getnodebypoint.sql.in: Implement GetNodeByPoint,
	GetEdgeByPoint and GetFaceByPoint in C Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13928
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getfacebypoint.sql,
	topology/test/regress/getfacebypoint_expected: Add labels for
	getFaceByNode tests Makes it easier to know which test failed git-svn-id: http://svn.osgeo.org/postgis/trunk@13925
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix getNodeWithinDistance2D callback
	implementation git-svn-id: http://svn.osgeo.org/postgis/trunk@13924
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Hush compiler warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@13923
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-18  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: See Also GetFaceByPoint in GetNodeByPoint
	and GetEdgeByPoint docs git-svn-id: http://svn.osgeo.org/postgis/trunk@13920
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/sqlmm.sql.in: Implement ST_ModEdgeHeal and
	ST_NewEdgeHeal in C Adds checkTopoGeomRemNode and updateTopoGeomEdgeHeal callbacks Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13915
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/sqlmm.sql.in: Implement ST_RemEdgeNewFace in C Renames updateTopoGeomRemEdge callback to checkTopoGeomRemEdge and
	moves face healing checks there to be more conservative with face
	identifiers sequence.  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13914
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-16  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2015.sql: schema qualify
	inherits clause on all tables per Brian Hamlin's suggestion.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13913
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/sqlmm.sql.in: Implement ST_RemEdgeModFace in C Includes two new callbacks for TopoGeom management Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13912
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-16  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_remedgenewface.sql: Do not run
	ST_RemEdgeModFace in the test for ST_RemEdgeNewFace git-svn-id: http://svn.osgeo.org/postgis/trunk@13911
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-16  Sandro Santilli <strk@kbt.io>

	* extras/tiger_geocoder/create_geocode.bat: Commit the file with
	crlf as requested by .gitattribute (I think) git-svn-id: http://svn.osgeo.org/postgis/trunk@13909
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-16  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, extras/tiger_geocoder/README,
	extras/tiger_geocoder/create_geocode.sh,
	extras/tiger_geocoder/tiger_loader_2015.sql,
	extras/tiger_geocoder/upgrade_geocoder.sh: #3227 incorporate Brian's
	suggested changes and fix some other minor issues with instructions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13907
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-14  Regina Obe <lr@pcorp.us>

	* NEWS, doc/extras_tigergeocoder.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_2015.sql: #3227 Support for Tiger
	2015 (also summary update of what's new in PostGIS 2.2) git-svn-id: http://svn.osgeo.org/postgis/trunk@13906
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, utils/postgis_proc_upgrade.pl: #3235, ensure
	all commands in upgrade are within transaction git-svn-id: http://svn.osgeo.org/postgis/trunk@13905
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-11  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: #3236 get rid of STRICT on
	ST_OrderingEquals -- preventing spatial index from being used.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13904
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_backend_api.c: #2382, allow multiple libraries to
	co-exist during upgrade, warn about GUC value being locked during
	coexistence period.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13902
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/upgradeable_versions.mk: Add 2.0.7 release git-svn-id: http://svn.osgeo.org/postgis/trunk@13901
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-07  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/sqlmm.sql,
	topology/test/regress/sqlmm_expected: Enhance test for
	ST_MoveIsoNode Test edge crossing and valid move git-svn-id: http://svn.osgeo.org/postgis/trunk@13898
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-07  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
	ST_RemIsoNode/ST_RemoveIsoNode in C Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13897
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/sqlmm.sql.in: Implement ST_RemIsoNode/ST_RemoveIsoNode
	in C Adds deleteNodesById callback Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13896
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-06  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/sqlmm.sql,
	topology/test/regress/sqlmm_expected: Fix test to really remove an
	isolated node Prior to this, only the non-isolated ones were attempted to be
	removed (only testing the failure case) git-svn-id: http://svn.osgeo.org/postgis/trunk@13892
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO: Add more of the implemented liblwgeom topo API git-svn-id: http://svn.osgeo.org/postgis/trunk@13891
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-06  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in: Do not clean
	*.control on "make clean" It's generated by ./configure so should eventually be removed on
	"make distclean".  Hopefully fixes debbie build:
	http://debbie.postgis.net:8080/job/PostGIS_Regress/7454/console git-svn-id: http://svn.osgeo.org/postgis/trunk@13890
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/sqlmm.sql.in: Implement ST_ChangeEdgeGeom in C Also fixes cb_updateFacesById implementation Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13889
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-06  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix another possible release of
	unallocated memory in edge addint funx git-svn-id: http://svn.osgeo.org/postgis/trunk@13888
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-06  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in,
	extensions/address_standardizer/sql_bits/address_standardizer_data_
	us_mark_editable_objects.sql.in: #3191: address_standardizer_data_us
	should respect is_custom flag during restore (also revised make to
	discard artifacts when make clean is called), got rid of sql folder
	(gets recreated during make), and add sql_bits to hold config for
	restore git-svn-id: http://svn.osgeo.org/postgis/trunk@13887
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-05  Mateusz Loskot <mateusz@loskot.net>

	* .travis.yml: Revert r13885 from trunk: Migrate Travis CI builds to
	the new container-based architecture.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13886
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-05  Mateusz Loskot <mateusz@loskot.net>

	* .travis.yml: Migrate Travis CI builds to the new container-based
	architecture.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13885
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-05  Sandro Santilli <strk@kbt.io>

	* configure.ac: Report postgresql support at the end of ./configure
	(#3157) git-svn-id: http://svn.osgeo.org/postgis/trunk@13884
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-05  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix --without-postgresql handling git-svn-id: http://svn.osgeo.org/postgis/trunk@13883
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-05  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, configure.ac: Add --without-postgresql switch to
	only build liblwgeom (#3157) git-svn-id: http://svn.osgeo.org/postgis/trunk@13882
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-05  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: postgis.sql and postgis_upgrade.sql are no more
	created in top dir git-svn-id: http://svn.osgeo.org/postgis/trunk@13881
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Regina Obe <lr@pcorp.us>

	* ci/winnie/build_postgis.sh, ci/winnie/package_postgis.sh,
	ci/winnie/regress_postgis.sh: add build and package scripts and
	update all to copy new postgis topology .dll to install and package
	folder git-svn-id: http://svn.osgeo.org/postgis/trunk@13879
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwgeom_topo.c: #3206 fix windows issues with topology git-svn-id: http://svn.osgeo.org/postgis/trunk@13878
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
	ST_GetFaceEdges in C Wraps SPI_exec calls in callbacks to not force a memory context
	switch Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13877
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Fix unchecked return from
	_lwt_CheckEdgeCrossing (#3225) NOTE: only affects clients that do not long-jump out on lwerror       (ie: PostGIS is unaffected) git-svn-id: http://svn.osgeo.org/postgis/trunk@13876
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Regina Obe <lr@pcorp.us>

	* : remove sql folder and add to svnignore git-svn-id: http://svn.osgeo.org/postgis/trunk@13875
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Regina Obe <lr@pcorp.us>

	* : delete sql folder from svn gets recreated by build git-svn-id: http://svn.osgeo.org/postgis/trunk@13873
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Sandro Santilli <strk@kbt.io>

	* regress/interrupt_relate.sql: Avoid the short-circuite of
	ST_Equals while running interrupt tests See #3226 git-svn-id: http://svn.osgeo.org/postgis/trunk@13871
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Sandro Santilli <strk@kbt.io>

	* regress/interrupt_relate.sql, regress/interrupt_relate_expected: 
	Fix labels on interrupt tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13870
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-04  Sandro Santilli <strk@kbt.io>

	* regress/regress_sfcgal.sql, regress/regress_sfcgal_expected: Avoid
	-0 in output Fixes test run with SFCGAL 1.2.0.  See #3171 git-svn-id: http://svn.osgeo.org/postgis/trunk@13869
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-03  Regina Obe <lr@pcorp.us>

	* ci/winnie/regress_postgis.sh: #3228: move winnie's regress into
	repo (still need to change PostGIS 2.2 jobs to use -- just
	experimenting with one run) git-svn-id: http://svn.osgeo.org/postgis/trunk@13868
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-08-03  Regina Obe <lr@pcorp.us>

	* .gitattributes: #3219: Fix windows mingw issue can't build against
	git repo.  Force files that need to be linux linebreaks from using
	native mode (CRLF on windows) git-svn-id: http://svn.osgeo.org/postgis/trunk@13867
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-31  Regina Obe <lr@pcorp.us>

	* topology/postgis_topology.c: #3206 get rid of PRId64 calls in
	appendInfoString and use instead INT64_FORMAT as suggested by
	Alavaro Herrera, Tom Lane of PostgreSQL dev group git-svn-id: http://svn.osgeo.org/postgis/trunk@13865
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-31  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/lwgeom_geos.c: Add memcmp short-circuit to ST_Equals
	(#3223) Patch by Daniel Baston git-svn-id: http://svn.osgeo.org/postgis/trunk@13864
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-31  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_estimate.c: Fix uninitialized stddev in stats
	computation (#3222) Patch by Daniel Baston git-svn-id: http://svn.osgeo.org/postgis/trunk@13862
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-31  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/sql/sqlmm.sql.in,
	topology/topology.sql.in: Implement ST_GetFaceGeometry in C Adds callbacks to return SRID, precision and Z flag for backend
	topology object.  Returns EMPTY polygon for faces with no boundaries, closing #3221.  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13861
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-30  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Typo in doc git-svn-id: http://svn.osgeo.org/postgis/trunk@13860
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-30  Sandro Santilli <strk@kbt.io>

	* extensions/address_standardizer/Makefile.in: Ensure the sql/ dir
	exists before attempting to write there See https://travis-ci.org/postgis/postgis/builds/73386848 git-svn-id: http://svn.osgeo.org/postgis/trunk@13859
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO, liblwgeom/liblwgeom_topo.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/sqlmm.sql.in,
	topology/test/regress/st_addisoedge_expected: Implement
	ST_AddIsoEdge in C Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13858
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-30  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Fix possible release of unallocated
	memory in ST_AddIsoNode git-svn-id: http://svn.osgeo.org/postgis/trunk@13857
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h: Add signature for lwt_NewEdgeHeal
	(unimplemented yet) git-svn-id: http://svn.osgeo.org/postgis/trunk@13856
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-30  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/Makefile.in: Switch to versioned liblwgeom
	interface (#2278) See

	https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@13855
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/TODO: Add TODO file for liblwgeom (for TOPO, at the
	moment) git-svn-id: http://svn.osgeo.org/postgis/trunk@13853
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Quite warning for robe git-svn-id: http://svn.osgeo.org/postgis/trunk@13852
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-24  Regina Obe <lr@pcorp.us>

	* extensions/postgis_sfcgal/Makefile.in: #2867 can't upgrde sfcgal
	extension - got rid of begin/commit in upgrade and duplicate
	includes of helper files, change the make unpackaged from
	postgis_topology to EXTENSION (not tested build from unpackaged).  git-svn-id: http://svn.osgeo.org/postgis/trunk@13851
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-24  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: #3216: address
	standardizer mod path name not versioned git-svn-id: http://svn.osgeo.org/postgis/trunk@13850
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/address_standardizer.sql.in: #2285
	standardize_address should no longer be marked as SETOF git-svn-id: http://svn.osgeo.org/postgis/trunk@13849
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql: Remove unused test git-svn-id: http://svn.osgeo.org/postgis/trunk@13848
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h: gridspec
	should be internal git-svn-id: http://svn.osgeo.org/postgis/trunk@13847
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_measure.xml: #2577, ST_Project() doc update git-svn-id: http://svn.osgeo.org/postgis/trunk@13846
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Remove unneeded commit/begin lines git-svn-id: http://svn.osgeo.org/postgis/trunk@13845
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Add back in more custom postgis lines git-svn-id: http://svn.osgeo.org/postgis/trunk@13844
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Add in custom PostGIS alterations git-svn-id: http://svn.osgeo.org/postgis/trunk@13843
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: #2737, update spatial_ref_sys.sql to latest
	from GDAL/EPSG git-svn-id: http://svn.osgeo.org/postgis/trunk@13842
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_measure.xml: #3201 ST_DistanceSphere uses SRID to
	obtain spheroid git-svn-id: http://svn.osgeo.org/postgis/trunk@13840
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, regress/Makefile.in: #3213, make interrupt tests
	opt-out git-svn-id: http://svn.osgeo.org/postgis/trunk@13836
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: #3212, subdivide nparts not used git-svn-id: http://svn.osgeo.org/postgis/trunk@13835
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_kml.c, regress/in_kml.sql,
	regress/in_kml_expected: #2395, force un-closed KML polygons closed,
	and issue NOTICE git-svn-id: http://svn.osgeo.org/postgis/trunk@13834
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_debug.c, regress/tickets.sql,
	regress/tickets_expected: #2409, ST_Summary support for curve
	geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@13833
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: #2562, ANALYZE tables after shp2pgsql
	load git-svn-id: http://svn.osgeo.org/postgis/trunk@13832
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in: #2896, increase cost of
	_st_expand(geography) a bit git-svn-id: http://svn.osgeo.org/postgis/trunk@13831
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwline.c, regress/tickets.sql, regress/tickets_expected: 
	#3172, ST_AddMeasure refuses to set measure of zero-length line git-svn-id: http://svn.osgeo.org/postgis/trunk@13830
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, regress/tickets.sql,
	regress/tickets_expected: #2692, Curve output support in ST_Collect git-svn-id: http://svn.osgeo.org/postgis/trunk@13829
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in, postgis/lwgeom_ogc.c: #2641, ST_SRID and
	ST_SetSRID for geography git-svn-id: http://svn.osgeo.org/postgis/trunk@13827
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: #3202, ST_DistanceSphere allows
	operations on mixed SRIDs git-svn-id: http://svn.osgeo.org/postgis/trunk@13826
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_backend_api.c, postgis/lwgeom_spheroid.c: harmonize
	SRID mismatch testing git-svn-id: http://svn.osgeo.org/postgis/trunk@13825
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_btree.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_functions_lrs.c, postgis/lwgeom_geos.c: Harmonize
	SRID mismatch handling to use same function git-svn-id: http://svn.osgeo.org/postgis/trunk@13824
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwprint.c: Quiet warning about dynamic array (const
	doesn't do what you think it does in this context) git-svn-id: http://svn.osgeo.org/postgis/trunk@13823
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shpopen.c: Quiet warnings: unsigned ints can't be negative git-svn-id: http://svn.osgeo.org/postgis/trunk@13822
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-21  Sandro Santilli <strk@kbt.io>

	* README.postgis, configure.ac: Update minimum required PostgreSQL
	version in README and configure See #3211 git-svn-id: http://svn.osgeo.org/postgis/trunk@13821
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-20  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addtopogeometrycolumn.sql,
	topology/test/regress/addtopogeometrycolumn_expected,
	topology/test/regress/createtopology.sql,
	topology/test/regress/createtopology_expected,
	topology/test/regress/droptopology.sql,
	topology/test/regress/droptopology_expected,
	topology/topology.sql.in: Handle invalid topology names (#3196) Updates regressions for changes.  Patch by Mike Toews <mwtoews@gmail.com> git-svn-id: http://svn.osgeo.org/postgis/trunk@13818
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Do not
	redefine POSTGIS_DEBUG_LEVEL (that's for debugging) git-svn-id: http://svn.osgeo.org/postgis/trunk@13817
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c, topology/postgis_topology.c: Indenting
	only change (and a space in a printf format string) git-svn-id: http://svn.osgeo.org/postgis/trunk@13816
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h: Remove TopoGeometry management API
	from liblwgeom_topo git-svn-id: http://svn.osgeo.org/postgis/trunk@13815
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
	ST_AddEdgeNewFaces in C Adds BE callback to delete faces by id Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13814
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: More subdivide recursion depth for really big
	input polygons (OSM) git-svn-id: http://svn.osgeo.org/postgis/trunk@13813
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-19  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/introduction.xml: Add item about new topology API in
	liblwgeom Also update reference to Regione Toscana institution under
	"corporate sponsors" section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13812
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-18  Regina Obe <lr@pcorp.us>

	* : delete java SVN folder (now managed on github) git-svn-id: http://svn.osgeo.org/postgis/trunk@13811
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-18  Sandro Santilli <strk@kbt.io>

	* NEWS: Leave a note about new Java binding home git-svn-id: http://svn.osgeo.org/postgis/trunk@13809
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom_topo.h,
	liblwgeom/liblwgeom_topo_internal.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
	ST_AddEdgeModFace in C Add callbacks to:  - get nodes and edges within box2d,    edges by node or face, nodes by face.   - insert faces.   - update nodes, faces and edges.   - update TopoGeometries after face split.   - get edges in a ring Also fixes installation and de-installation of liblwgeom_topo.h Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13808
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_misc.c: Remove runcall of missing test git-svn-id: http://svn.osgeo.org/postgis/trunk@13807
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Remove call to internal function git-svn-id: http://svn.osgeo.org/postgis/trunk@13806
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_misc.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom.c: Remove unused function from old subdivide
	routine git-svn-id: http://svn.osgeo.org/postgis/trunk@13805
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom.c,
	regress/subdivide_expected: #3200, Make ST_Subdivide faster git-svn-id: http://svn.osgeo.org/postgis/trunk@13804
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-14  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c, regress/measures_expected: Fix wrong
	behavior for closest point with unknown z-value in geometry 1 from
	last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@13803
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-14  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/liblwgeom.h.in, liblwgeom/measures.c,
	liblwgeom/measures.h, liblwgeom/measures3d.c,
	liblwgeom/measures3d.h, regress/measures.sql,
	regress/measures_expected: Fix handling of mixed dimmentionality to
	3d measuring functions #2034 git-svn-id: http://svn.osgeo.org/postgis/trunk@13802
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-13  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c, regress/twkb.sql, regress/twkb_expected: 
	Fix bbox on collection level in TWKB output, #3187 git-svn-id: http://svn.osgeo.org/postgis/trunk@13801
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_inout.c: Clean up missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@13799
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-09  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Tag <para> can be within <note>, not
	viceversa (oops) git-svn-id: http://svn.osgeo.org/postgis/trunk@13796
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-09  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Clarify ST_AddEdgeModFace docs about new
	face side (#3198) git-svn-id: http://svn.osgeo.org/postgis/trunk@13791
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
	liblwgeom/liblwgeom.h.in, postgis/lwgeom_geos.c: From dbaston
	<https://github.com/postgis/postgis/pull/40> resolves outstanding
	TODO list item git-svn-id: http://svn.osgeo.org/postgis/trunk@13788
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c: Test fix from dbaston git-svn-id: http://svn.osgeo.org/postgis/trunk@13787
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c: Formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@13786
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: #3193, install header w/ non-exec bits git-svn-id: http://svn.osgeo.org/postgis/trunk@13784
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-04  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwgeom_sfcgal.c: ST_Intersects sfcgal implementation
	gives error with polyhedral surface. #3072. Apply patch written by
	Vincent Mora.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13778
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-04  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: #3116: SFCGAL add documentation for
	geometry backend switch. Patch from Vincent Mora git-svn-id: http://svn.osgeo.org/postgis/trunk@13777
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-02  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwlinearreferencing.c: Fix warning in non-debug build git-svn-id: http://svn.osgeo.org/postgis/trunk@13775
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-02  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_debug.c, liblwgeom/lwlinearreferencing.c: Fix
	debug build git-svn-id: http://svn.osgeo.org/postgis/trunk@13774
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-07-01  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwin_twkb.c, liblwgeom/lwin_twkb.h,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
	liblwgeom/twkb_tools.c, postgis/lwgeom_inout.c,
	postgis/postgis.sql.in: revert r13771 and r13753 see #3188 git-svn-id: http://svn.osgeo.org/postgis/trunk@13773
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h: Export
	ptarray_isccw to public liblwgeom header git-svn-id: http://svn.osgeo.org/postgis/trunk@13772
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwin_twkb.c, liblwgeom/lwin_twkb.h,
	liblwgeom/twkb_tools.c: Fix handling of different ingoing precision
	in collectTWKB and more git-svn-id: http://svn.osgeo.org/postgis/trunk@13771
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/ptarray.c: Move function
	documentation from implementation file to header file git-svn-id: http://svn.osgeo.org/postgis/trunk@13770
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_unionfind.c: CUnit test case fix from dbaston git-svn-id: http://svn.osgeo.org/postgis/trunk@13769
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_export.c, postgis/postgis.sql.in,
	regress/out_geometry_expected: AsGeoJSON, Make the C binding the
	frequently used signature, start pushing the "versioned" one into
	background git-svn-id: http://svn.osgeo.org/postgis/trunk@13768
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c, postgis/lwgeom_export.c,
	postgis/lwgeom_in_geojson.c, regress/in_geojson.sql,
	regress/in_geojson_expected: #2683, improve geojson srs handling
	(input) git-svn-id: http://svn.osgeo.org/postgis/trunk@13767
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_geos_cluster.c, liblwgeom/cunit/cu_unionfind.c,
	liblwgeom/lwout_twkb.h, postgis/lwgeom_inout.c: #2669, cunit
	warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@13765
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c, postgis/lwgeom_geos.c,
	regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
	regress/sql-mm-multicurve.sql, regress/sql-mm-multicurve_expected,
	regress/sql-mm-multisurface.sql,
	regress/sql-mm-multisurface_expected: Stroke curves for input into
	GEOS, Update SQL-MM curve regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13764
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwstroke.c: Add const
	restriction to stroke/unstroke git-svn-id: http://svn.osgeo.org/postgis/trunk@13763
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, liblwgeom/Makefile.in, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwgeom.c, liblwgeom/{lwsegmentize.c => lwstroke.c},
	postgis/lwgeom_sqlmm.c: Rename _segmentize to _stroke to distinguish
	arc stroking routines from line densification routines git-svn-id: http://svn.osgeo.org/postgis/trunk@13762
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_geos.c: format to style guide git-svn-id: http://svn.osgeo.org/postgis/trunk@13761
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: #2640, ST_GeogFromText allows putting
	in non-long lat coordinate ref git-svn-id: http://svn.osgeo.org/postgis/trunk@13760
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Sandro Santilli <strk@kbt.io>

	* astyle.sh: Fix astyle availability detection git-svn-id: http://svn.osgeo.org/postgis/trunk@13759
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c: reformat to style guide git-svn-id: http://svn.osgeo.org/postgis/trunk@13758
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c: reformat to style guide git-svn-id: http://svn.osgeo.org/postgis/trunk@13757
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_geojson.c: reformat code to styleguide git-svn-id: http://svn.osgeo.org/postgis/trunk@13756
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: #2342, demote join type message to
	debug git-svn-id: http://svn.osgeo.org/postgis/trunk@13755
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-30  Regina Obe <lr@pcorp.us>

	* configure.ac, doc/installation.xml, doc/reference_processing.xml: 
	#3189 put note about 3.5 is needed to take advantage of all
	features.  Copy geos note in availabilty tag so appears on support git-svn-id: http://svn.osgeo.org/postgis/trunk@13754
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
	liblwgeom/twkb_tools.c, postgis/lwgeom_inout.c,
	postgis/postgis.sql.in: Adding ST_CollectTWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@13753
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_processing.xml, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_geos_cluster.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_unionfind.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
	liblwgeom/lwgeom_geos_cluster.c, liblwgeom/lwunionfind.c,
	liblwgeom/lwunionfind.h, postgis/lwgeom_accum.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
	postgis/postgis.sql.in, regress/Makefile.in, regress/cluster.sql,
	regress/cluster_expected: #3023, ST_ClusterIntersecting /
	ST_ClusterWithin Functions (Dan Baston) git-svn-id: http://svn.osgeo.org/postgis/trunk@13752
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_topo.c: Quiet pedantic error git-svn-id: http://svn.osgeo.org/postgis/trunk@13751
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* .gitignore: Ignore a geocoding artifact git-svn-id: http://svn.osgeo.org/postgis/trunk@13750
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c: Remove memory leak git-svn-id: http://svn.osgeo.org/postgis/trunk@13749
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.c: Remove comment git-svn-id: http://svn.osgeo.org/postgis/trunk@13748
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_lex.c,
	liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.h, liblwgeom/lwin_wkt_parse.y: Fix
	longstanding parser memory leak git-svn-id: http://svn.osgeo.org/postgis/trunk@13747
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwpoly.c: Remove memory leak git-svn-id: http://svn.osgeo.org/postgis/trunk@13746
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c: Remove memory leak git-svn-id: http://svn.osgeo.org/postgis/trunk@13745
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_misc.c: Remove memory leak git-svn-id: http://svn.osgeo.org/postgis/trunk@13744
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Remove memory leak git-svn-id: http://svn.osgeo.org/postgis/trunk@13743
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_misc.c: Remove initialized jump valgrind notice git-svn-id: http://svn.osgeo.org/postgis/trunk@13742
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: Remove mem leak from POINT EMPTY creation git-svn-id: http://svn.osgeo.org/postgis/trunk@13741
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c,
	postgis/lwgeom_geos.c: Add lwgeom_is_simple method in liblwgeom, use
	from postgis module git-svn-id: http://svn.osgeo.org/postgis/trunk@13740
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h: Improve documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@13739
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h,
	liblwgeom/lwgeom_topo.c, topology/postgis_topology.c,
	topology/sql/sqlmm.sql.in: Implement ST_NewEdgesSplit in C Involved adding a new "deleteEdges" callback.  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13738
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Split edge splitting function to get a
	reusable portion git-svn-id: http://svn.osgeo.org/postgis/trunk@13737
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Style only change git-svn-id: http://svn.osgeo.org/postgis/trunk@13736
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_topo.h, liblwgeom/lwgeom_topo.c,
	topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Implement
	ST_AddIsoNode in C Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13735
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Do not rely on out param value in
	getNodeWithinDistance2D callback git-svn-id: http://svn.osgeo.org/postgis/trunk@13734
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_topo.c: Handle error from WithinDistance2D
	liblwgeom-topo backend callbacks git-svn-id: http://svn.osgeo.org/postgis/trunk@13733
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-28  Regina Obe <lr@pcorp.us>

	* liblwgeom/Makefile.in: #3170 Ability to link liblwgeom dynamically
	under windows (mingw-w64) git-svn-id: http://svn.osgeo.org/postgis/trunk@13732
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-28  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/lwgeom_inout.c: Prevent mixed dimensionality in twkb #3186 git-svn-id: http://svn.osgeo.org/postgis/trunk@13731
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-28  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/lwgeom_inout.c: return null if no valid geoemtries is
	found #3185 git-svn-id: http://svn.osgeo.org/postgis/trunk@13730
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: another typo git-svn-id: http://svn.osgeo.org/postgis/trunk@13729
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: ah another typo git-svn-id: http://svn.osgeo.org/postgis/trunk@13728
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix embarassing typo git-svn-id: http://svn.osgeo.org/postgis/trunk@13727
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* NEWS, doc/extras_address_standardizer.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: document enhancements in
	address_standardizer git-svn-id: http://svn.osgeo.org/postgis/trunk@13726
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: #3183 baby step -
	ability to do: ALTER EXTENSION address_standardizer_data_us UPDATE
	TO "2.2.0devnext"; ALTER EXTENSION address_standardizer_data_us
	UPDATE TO "2.2.0dev"; git-svn-id: http://svn.osgeo.org/postgis/trunk@13725
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: #2816 show output of
	address_standardizer_data_us git-svn-id: http://svn.osgeo.org/postgis/trunk@13724
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/us_lex.sql: fix encoding of
	us_lex.sql so consistent with others messing up installation of
	extension git-svn-id: http://svn.osgeo.org/postgis/trunk@13723
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: #2816: one more try
	had Data_built and Data confused git-svn-id: http://svn.osgeo.org/postgis/trunk@13720
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml,
	extensions/address_standardizer/Makefile.in: #2816: Might have
	missed some commits on last go round, also add some updated doco git-svn-id: http://svn.osgeo.org/postgis/trunk@13719
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* configure.ac, extensions/address_standardizer/Makefile.in,
	extensions/address_standardizer/address_standardizer_data_us.contro
	l.in, extensions/address_standardizer/gazeteer.csv,
	extensions/address_standardizer/lexicon.csv,
	extensions/address_standardizer/pagc-data-psql,
	extensions/address_standardizer/rules.txt: #2816: Rest of logic
	needed to build data us extension and install and remove old logic
	used to build old sql files git-svn-id: http://svn.osgeo.org/postgis/trunk@13718
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-27  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/us_gaz.sql,
	extensions/address_standardizer/us_lex.sql,
	extensions/address_standardizer/us_rules.sql: #2816: Tables for
	address_standardizer us data extension, still need to commit logic
	to include as part of extension and get rid of code that creates the
	interim files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13717
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-26  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Don't try to free unexistent
	arguments git-svn-id: http://svn.osgeo.org/postgis/trunk@13716
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-26  Sandro Santilli <strk@kbt.io>

	* topology/postgis_topology.c: Expect nextval() to return a 64bit
	integer (#3180) git-svn-id: http://svn.osgeo.org/postgis/trunk@13715
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-26  Regina Obe <lr@pcorp.us>

	* configure.ac, doc/installation.xml: #3182 update docs and
	configure to reflect SFCGAL 1.1+ is required to build with SFCGAL
	(patch from Vincent Mora) git-svn-id: http://svn.osgeo.org/postgis/trunk@13714
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* NEWS: Update NEWS file, related to #3117 git-svn-id: http://svn.osgeo.org/postgis/trunk@13713
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_sfcgal.xml: Documentation fix in ST_Orientation
	function. #2831 git-svn-id: http://svn.osgeo.org/postgis/trunk@13712
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_sfcgal.xml: Update SFCGAL installation instructions.
	#3115.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13711
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/sfcgal/tickets_expected: #3181, fix regression result in
	sfcgal git-svn-id: http://svn.osgeo.org/postgis/trunk@13710
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_sfcgal.xml, postgis/lwgeom_backend_api.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
	postgis/lwgeom_sfcgal.c, postgis/lwgeom_sfcgal.h,
	postgis/sfcgal.sql.in, regress/sfcgal/concave_hull.sql,
	regress/sfcgal/empty.sql, regress/sfcgal/empty_expected,
	regress/sfcgal/regress_ogc_expected: Add suport for SFCGAL 1.1.
	#3117. Apply patch written by Vincent Mora git-svn-id: http://svn.osgeo.org/postgis/trunk@13709
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/binary_expected, regress/tickets_expected,
	regress/typmod_expected, regress/wkb_expected: #3181, harmonize
	tests to new POINT EMPTY format git-svn-id: http://svn.osgeo.org/postgis/trunk@13708
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwin_wkb.c,
	liblwgeom/lwout_wkb.c: #3181, Output POINT EMPTY in WKB using NaN as
	coordinate values git-svn-id: http://svn.osgeo.org/postgis/trunk@13707
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c: Make test case not overlap nan empty
	case git-svn-id: http://svn.osgeo.org/postgis/trunk@13706
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/geocode/geocode_intersection.sql: #2734
	TIGER geocoder geocode_intersection gives no results with omitted
	zipcode git-svn-id: http://svn.osgeo.org/postgis/trunk@13705
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/README.topo,
	liblwgeom/liblwgeom_topo.h, liblwgeom/liblwgeom_topo_internal.h,
	liblwgeom/lwgeom_topo.c, topology/Makefile.in,
	topology/postgis_topology.c, topology/sql/sqlmm.sql.in: Draft
	topology API in liblwgeom and topology postgresql module.  Includes C implementation of ST_ModEdgeSplit.  Passes the existing
	topology testsuite while also affecting functions addNode and
	toTopoGeom.  Funded by Tuscany Region (Italy) - SITA (CIG: 60351023B8) git-svn-id: http://svn.osgeo.org/postgis/trunk@13702
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwout_wkb.c,
	regress/tickets_expected: #3178, EWKB emitter should emit complex
	empty geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@13701
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c: #3177,
	gserialized_is_empty cannot handle nested empty cases git-svn-id: http://svn.osgeo.org/postgis/trunk@13700
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-23  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_temporal.xml,
	postgis/lwgeom_functions_temporal.c, postgis/postgis.sql.in,
	regress/temporal.sql, regress/temporal_expected: Expose ST_CPAWithin
	to SQL Includes dox and regress test git-svn-id: http://svn.osgeo.org/postgis/trunk@13694
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwlinearreferencing.c: Add lwgeom_cpa_within function includes unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@13693
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.c: Register a notice handler in
	cu_tester Useful for debugging sessions git-svn-id: http://svn.osgeo.org/postgis/trunk@13692
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-23  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml, liblwgeom/lwgeom_geos_split.c: Add
	multipolygon-by-line ST_Split case in documentation Funded by RT-SITA (CIG 6002233F59) git-svn-id: http://svn.osgeo.org/postgis/trunk@13691
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-23  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in, topology/Makefile.in: Workaround
	PostgreSQL-9.5dev bug forcing install on check See

	http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.comThis is for topology and raster git-svn-id: http://svn.osgeo.org/postgis/trunk@13690
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in: Reduce number of queries by one within
	ST_ModEdgeSplit Uses "INSERT RETURNING" rather than "SELECT" and "INSERT" for
	getting the identifier of new node.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13689
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-23  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Workaround PostgreSQL-9.5dev bug forcing
	install on check See

	http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.comgit-svn-id: http://svn.osgeo.org/postgis/trunk@13688
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-22  Sandro Santilli <strk@kbt.io>

	* configure.ac, doc/Makefile.comments.in, postgis/Makefile.in,
	postgis/Makefile.pgxs, raster/rt_pg/Makefile.in,
	raster/rt_pg/Makefile.pgxs, topology/Makefile.in: Drop PGXSOVERRIDE
	temporary hack. PostgreSQL 9.0 is minimum req now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13687
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-22  Sandro Santilli <strk@kbt.io>

	* README.md: Add links to official code repo and project homepage git-svn-id: http://svn.osgeo.org/postgis/trunk@13686
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-22  Sandro Santilli <strk@kbt.io>

	* README.md: Remove github advertisement from README.md NOTE: it also works fine for use in gitlab git-svn-id: http://svn.osgeo.org/postgis/trunk@13685
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-19  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Add an
	lwpgwarning function, for those who worry ! git-svn-id: http://svn.osgeo.org/postgis/trunk@13683
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-18  Sandro Santilli <strk@kbt.io>

	* postgis/sfcgal.sql.in: ST_ApproximateMedialAxis: cast WKT to
	geometry on plpgqsl empty git-svn-id: http://svn.osgeo.org/postgis/trunk@13681
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-17  Sandro Santilli <strk@kbt.io>

	* README.postgis, configure.ac, doc/installation.xml,
	java/Makefile, java/ejb2/CHANGES, java/ejb2/COPYING,
	java/ejb2/COPYING_LGPL, java/ejb2/README, java/ejb2/build.xml,
	java/ejb2/prepare-jboss.xml, java/ejb2/resources/application.xml,
	java/ejb2/resources/build.properties,
	java/ejb2/resources/jndi/jndi.properties,
	java/ejb2/resources/postgis-ejb2-ds.xml,
	java/ejb2/src/com/geodetix/geo/client/Client.java,
	java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java,
	java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java,
	java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java,
	java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java,
	java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerExcepti
	on.java, java/ejb3/.classpath, java/ejb3/.project,
	java/ejb3/.settings/org.eclipse.jdt.core.prefs,
	java/ejb3/README.txt, java/ejb3/build.xml,
	java/ejb3/jboss/geodata-ds.xml, java/ejb3/jboss/ingest-service.xml,
	java/ejb3/src/META-INF/persistence.xml,
	java/ejb3/src/jndi.properties,
	java/ejb3/src/org/postgis/ejb/PersonEntity.java,
	java/ejb3/src/org/postgis/ejb/UserBean.java,
	java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
	java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
	java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
	java/ejb3/src/org/postgis/hibernate/GeometryType.java,
	java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
	java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
	java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
	java/jdbc/COPYING_LGPL, java/jdbc/Makefile.in, java/jdbc/README,
	java/jdbc/build.xml, java/jdbc/pom.xml.in,
	java/jdbc/src/examples/Test.java,
	java/jdbc/src/examples/TestAutoregister.java,
	java/jdbc/src/examples/TestBoxes.java,
	java/jdbc/src/examples/TestJava2d.java,
	java/jdbc/src/examples/TestParser.java,
	java/jdbc/src/examples/TestServer.java,
	java/jdbc/src/examples/VersionPrinter.java,
	java/jdbc/src/org/postgis/ComposedGeom.java,
	java/jdbc/src/org/postgis/DriverWrapper.java,
	java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
	java/jdbc/src/org/postgis/DriverWrapperLW.java,
	java/jdbc/src/org/postgis/Geometry.java,
	java/jdbc/src/org/postgis/GeometryCollection.java,
	java/jdbc/src/org/postgis/LineString.java,
	java/jdbc/src/org/postgis/LinearRing.java,
	java/jdbc/src/org/postgis/MultiLineString.java,
	java/jdbc/src/org/postgis/MultiPoint.java,
	java/jdbc/src/org/postgis/MultiPolygon.java,
	java/jdbc/src/org/postgis/PGbox2d.java,
	java/jdbc/src/org/postgis/PGbox3d.java,
	java/jdbc/src/org/postgis/PGboxbase.java,
	java/jdbc/src/org/postgis/PGgeometry.java,
	java/jdbc/src/org/postgis/PGgeometryLW.java,
	java/jdbc/src/org/postgis/Point.java,
	java/jdbc/src/org/postgis/PointComposedGeom.java,
	java/jdbc/src/org/postgis/Polygon.java,
	java/jdbc/src/org/postgis/Version.java,
	java/jdbc/src/org/postgis/binary/BinaryParser.java,
	java/jdbc/src/org/postgis/binary/BinaryWriter.java,
	java/jdbc/src/org/postgis/binary/ByteGetter.java,
	java/jdbc/src/org/postgis/binary/ByteSetter.java,
	java/jdbc/src/org/postgis/binary/ValueGetter.java,
	java/jdbc/src/org/postgis/binary/ValueSetter.java,
	java/jdbc/src/org/postgis/java2d/Java2DWrapper.java,
	java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java,
	java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
	java/jdbc/src/org/postgis/overview.html,
	java/jdbc/src/org/postgis/version.properties,
	java/jdbc/src/org/postgresql/driverconfig.properties,
	java/jdbc/stubs/LICENSE,
	java/jdbc/stubs/org/postgresql/Connection.java,
	java/jdbc/stubs/org/postgresql/PGConnection.java,
	java/jdbc/todo.txt, java/jdbc_jtsparser/README,
	java/jdbc_jtsparser/pom.xml,
	java/jdbc_jtsparser/src/main/java/examples/JtsTestParser.java,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JTSShape.java,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryParser.j
	ava,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryWriter.j
	ava,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGeometry.java,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGisWrapper.jav
	a,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsWrapper.java,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/overview.html,
	make_dist.sh: Bye bye, java New home for java bindings is
	https://github.com/postgis/postgis-java See

	https://lists.osgeo.org/pipermail/postgis-devel/2015-June/025006.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@13680
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-17  Sandro Santilli <strk@kbt.io>

	* regress/sfcgal/approximatemedialaxis.sql,
	regress/sfcgal/approximatemedialaxis_expected: Add SRID conservancy
	in ApproximateMedialAxis test git-svn-id: http://svn.osgeo.org/postgis/trunk@13679
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-17  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/html/image_src/Makefile.in,
	doc/html/image_src/st_approximatemedialaxis01.wkt,
	doc/reference_sfcgal.xml, postgis/lwgeom_sfcgal.c,
	postgis/sfcgal.sql.in, regress/Makefile.in,
	regress/sfcgal/approximatemedialaxis.sql,
	regress/sfcgal/approximatemedialaxis_expected: Add
	ST_ApproximateMedialAxis (#3169) Requires SFCGAL (any version).  Uses SFCGAL specific API if
	available (1.2+), post-processes StraightSkeleton output otherwise.  Includes regression test and documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13678
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Revert "Build liblwgeom with -no-undefined
	flag" This reverts r13650 as it broke static-only build under windows, see
	http://trac.osgeo.org/postgis/ticket/3167 git-svn-id: http://svn.osgeo.org/postgis/trunk@13677
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-16  Sandro Santilli <strk@kbt.io>

	* postgis/sqldefines.h.in: Make SFCGAL version available in
	sqldefines.h git-svn-id: http://svn.osgeo.org/postgis/trunk@13676
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-16  Sandro Santilli <strk@kbt.io>

	* configure.ac, postgis_config.h.in: Make SFCGAL version available
	in postgis_config.h.in git-svn-id: http://svn.osgeo.org/postgis/trunk@13675
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-13  Sandro Santilli <strk@kbt.io>

	* doc/reference_constructor.xml: Add ST_Boundary in "see also"
	section for ST_MakePolygon See

	https://lists.osgeo.org/pipermail/postgis-users/2015-June/040574.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@13674
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-13  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, java/jdbc/Makefile.in, postgis/Makefile.in: Fix
	the "maintainer-clean" rule, and avoid maven downloads on clean git-svn-id: http://svn.osgeo.org/postgis/trunk@13673
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-13  Sandro Santilli <strk@kbt.io>

	* java/jdbc/Makefile.in: Only remove pom.xml on "make
	maintainer-clean" It's a distributed file...  git-svn-id: http://svn.osgeo.org/postgis/trunk@13672
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-12  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Include pom.xml in distribution (#3154) git-svn-id: http://svn.osgeo.org/postgis/trunk@13671
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-12  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Stop using "cvs" string in dist script git-svn-id: http://svn.osgeo.org/postgis/trunk@13670
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, liblwgeom/lwgeom_geos.c,
	postgis/lwgeom_geos.c: #3164, ST_ClipByBox2D a little less brittle git-svn-id: http://svn.osgeo.org/postgis/trunk@13669
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-12  Regina Obe <lr@pcorp.us>

	* make_dist.sh: take out pom make section to try to make travis
	happy. Turns out debbie doesn't use this script anyway.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13667
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_processing.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c,
	liblwgeom/lwcompound.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwlinearreferencing.c, liblwgeom/lwmpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
	liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	postgis/postgis_drop_after.sql, regress/remove_repeated_points.sql,
	regress/remove_repeated_points_expected: #1137, Add a tolerance
	distance to ST_RemoveRepeatedPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@13666
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-12  Sandro Santilli <strk@kbt.io>

	* NEWS: Add item about new functions supporting compoundcurve types git-svn-id: http://svn.osgeo.org/postgis/trunk@13665
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
	liblwgeom/lwcompound.c, liblwgeom/lwline.c, postgis/lwgeom_ogc.c,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected, regress/tickets.sql,
	regress/tickets_expected: #2717, support startpoint, endpoint,
	pointn, numpoints for compoundcurve git-svn-id: http://svn.osgeo.org/postgis/trunk@13664
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwlinearreferencing.c: Optimize
	ptarray_locate_along_linear to really honour the "from" parameter git-svn-id: http://svn.osgeo.org/postgis/trunk@13661
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* regress/affine.sql, regress/affine_expected: Add test for
	ST_Affine bbox cache bug (#3159) git-svn-id: http://svn.osgeo.org/postgis/trunk@13658
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml, postgis/postgis.sql.in: Make ST_Scale
	not use ST_Affine git-svn-id: http://svn.osgeo.org/postgis/trunk@13657
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwlinearreferencing.c, postgis/geography_inout.c,
	postgis/lwgeom_functions_basic.c: #3159, only add boxes to
	geometries that are input with them git-svn-id: http://svn.osgeo.org/postgis/trunk@13656
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* NEWS: Add missing item about |=| addition git-svn-id: http://svn.osgeo.org/postgis/trunk@13655
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@13654
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/lwgeom.c: lwgeom_scale: recompute bounding box if needed git-svn-id: http://svn.osgeo.org/postgis/trunk@13653
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_log.h, libpgcommon/lwgeom_pg.c,
	libpgcommon/lwgeom_pg.h, postgis/geography_inout.c,
	postgis/geography_measurement_trees.c,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_relatematch.c,
	postgis/lwgeom_in_geohash.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_sfcgal.c, raster/rt_core/rt_geometry.c,
	raster/rt_core/rt_raster.c,
	raster/rt_core/rt_spatial_relationship.c: Move liblwgeom logging
	functions outside of public header (#1220) git-svn-id: http://svn.osgeo.org/postgis/trunk@13652
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
	liblwgeom/vsprintf.c, loader/shp2pgsql-gui.c: Drop unused
	lw_vasprintf / lw_asprintf functions from liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@13651
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Build liblwgeom with -no-undefined flag Doing so should report unresolved symbol references from regular
	object files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13650
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-11  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_functions_temporal.c: Move temporal function wrappers
	in their own file git-svn-id: http://svn.osgeo.org/postgis/trunk@13648
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_gist_nd.c: Fix unused vars and funx warnings
	building against pgsql < 9.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@13647
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwutil.c, libpgcommon/lwgeom_pg.c,
	raster/test/cunit/cu_tester.c: Restore liblwgeom API compatibility
	(#3156) Adds an lwgeom_set_debuglogger function, restore lwgeom_set_handler
	to the same arguments set as with 2.1.x.  Updates all callers (2/3
	of which are back to their original version).  git-svn-id: http://svn.osgeo.org/postgis/trunk@13646
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_varint.c: Convert varint test to use the new
	ASSERT_STRING_EQUAL macro Also drops manual "strcmp" calls from it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13645
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Convert ptarray test to use the new
	ASSERT_STRING_EQUAL macro Also change its suite name to "ptarray" git-svn-id: http://svn.osgeo.org/postgis/trunk@13644
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/ptarray.c: Add lwgeom_scale and ptarray_scale with support
	of all dimensions (#3062) Includes unit test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13643
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_operator.xml: Trim refpurpose section for <->
	operator, move details down git-svn-id: http://svn.osgeo.org/postgis/trunk@13642
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_operator.xml, doc/reference_temporal.xml,
	postgis/gserialized_gist_nd.c, postgis/postgis.sql.in,
	regress/Makefile.in, regress/temporal_knn.sql,
	regress/temporal_knn_expected: Add |=| operator with CPA semantic
	and KNN support with PgSQL 9.5+ Includes regress test and documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@13641
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_lrs.c, regress/temporal.sql,
	regress/temporal_expected: Ensure ST_DistanceCPA returns NULL if
	inputs do not meet git-svn-id: http://svn.osgeo.org/postgis/trunk@13640
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Remove liblwgeom.h on make uninstall
	(#3155) git-svn-id: http://svn.osgeo.org/postgis/trunk@13639
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-10  Sandro Santilli <strk@kbt.io>

	* NEWS: Add note about minimum PROJ4 version requirement raise git-svn-id: http://svn.osgeo.org/postgis/trunk@13636
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-09  Regina Obe <lr@pcorp.us>

	* java/jdbc/Makefile.in, make_dist.sh: #3154: revise make dist to
	build pom and not delete.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13634
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-09  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Fix definition of ST_DistanceCPA git-svn-id: http://svn.osgeo.org/postgis/trunk@13632
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-09  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_temporal.xml, postgis/lwgeom_functions_lrs.c,
	postgis/postgis.sql.in, regress/temporal.sql,
	regress/temporal_expected: ST_DistanceCPA: return distance at
	closest point of approach Includes regression test and docs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13631
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-09  Sandro Santilli <strk@kbt.io>

	* doc/reference_temporal.xml, liblwgeom/cunit/cu_measures.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwlinearreferencing.c,
	postgis/lwgeom_functions_lrs.c, regress/temporal.sql,
	regress/temporal_expected: Have ST_ClosestPointOfApproach return
	NULL if inputs do not meet Makes lwgeom_tcpa return -2 if inputs do not share any point in
	time.  Includes documentation and testcases tweaks.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13630
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwlinearreferencing.c, regress/temporal.sql,
	regress/temporal_expected: Be less noisy on meeting trajectories,
	add temporal test git-svn-id: http://svn.osgeo.org/postgis/trunk@13629
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/lwlinearreferencing.c: 
	Fix lwgeom_tcpa distance computation for degenerate cases git-svn-id: http://svn.osgeo.org/postgis/trunk@13628
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/measures3d.c: Implement missing distance3d_pt_pt
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@13627
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in: Update in-header documentation for
	lwgeom_split git-svn-id: http://svn.osgeo.org/postgis/trunk@13626
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-06  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_loader_2014.sql: #2906: move census
	functions into tiger_loader_2014.sql (needed since we took out of
	extension but still in docs) and will be needed for upgrades git-svn-id: http://svn.osgeo.org/postgis/trunk@13625
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-05  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/census_loader.sql,
	extras/tiger_geocoder/create_geocode.sql,
	extras/tiger_geocoder/geocode_settings.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/upgrade_geocode.sql: #2906: Fix webiste link
	postgis.net (instead of postgis.org), consolidate
	censustract/bg/tabblock for 2014 into 2014 loader file, fix tabblock
	loading issue (they renamed it so its ends in 10 now) git-svn-id: http://svn.osgeo.org/postgis/trunk@13624
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Sandro Santilli <strk@kbt.io>

	* regress/temporal.sql, regress/temporal_expected: Get "Closest
	Point of Approach" name straight ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@13623
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Sandro Santilli <strk@kbt.io>

	* regress/regress_lrs.sql, regress/regress_lrs_expected,
	regress/temporal.sql, regress/temporal_expected: Move
	ST_ClosestPointOfApproach tests under temporal.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@13622
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/README,
	extras/tiger_geocoder/tiger_2011/README: change extension install to
	go from root of tiger git-svn-id: http://svn.osgeo.org/postgis/trunk@13621
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/{tiger_2011 => }/census_loader.sql,
	extras/tiger_geocoder/{tiger_2011 => }/create_geocode.bat,
	extras/tiger_geocoder/{tiger_2011 => }/create_geocode.sh,
	extras/tiger_geocoder/{tiger_2011 => }/create_geocode.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/geocode/census_tracts_functions.sql,
	extras/tiger_geocoder/{tiger_2011 => }/geocode/geocode.sql,
	extras/tiger_geocoder/{tiger_2011 => }/geocode/geocode_address.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/geocode/geocode_intersection.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/geocode/geocode_location.sql, extras/tiger_geocoder/{tiger_2011
	=> }/geocode/includes_address.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/geocode/interpolate_from_address.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/geocode/other_helper_functions.sql,
	extras/tiger_geocoder/{tiger_2011 => }/geocode/rate_attributes.sql,
	extras/tiger_geocoder/{tiger_2011 => }/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/{tiger_2011 => }/geocode_settings.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/legacy_import/tiger2008/import_tiger_shps.sh,
	extras/tiger_geocoder/{tiger_2011 => }/normalize/count_words.sql,
	extras/tiger_geocoder/{tiger_2011 => }/normalize/end_soundex.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/normalize/get_last_words.sql, extras/tiger_geocoder/{tiger_2011
	=> }/normalize/location_extract.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/normalize/location_extract_countysub_exact.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/normalize/location_extract_countysub_fuzzy.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/normalize/location_extract_place_exact.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/normalize/location_extract_place_fuzzy.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/normalize/normalize_address.sql,
	extras/tiger_geocoder/{tiger_2011 => }/normalize/pprint_addy.sql,
	extras/tiger_geocoder/{tiger_2011 => }/normalize/state_extract.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/pagc_normalize/pagc_normalize_address.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/pagc_normalize/pagc_tables.sql, extras/tiger_geocoder/{tiger_2011
	=> }/regress/geocode_regress, extras/tiger_geocoder/{tiger_2011 =>
	}/regress/geocode_regress.sql, extras/tiger_geocoder/{tiger_2011 =>
	}/regress/normalize_address_regress,
	extras/tiger_geocoder/{tiger_2011 =>
	}/regress/normalize_address_regress.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/regress/pagc_normalize_address_regress.sql,
	extras/tiger_geocoder/{tiger_2011 => }/regress/regress.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/regress/reverse_geocode_regress,
	extras/tiger_geocoder/{tiger_2011 =>
	}/regress/reverse_geocode_regress.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/tables/lookup_tables_2011.sql, extras/tiger_geocoder/{tiger_2011
	=> }/tiger_loader_2011.sql, extras/tiger_geocoder/{tiger_2011 =>
	}/tiger_loader_2012.sql, extras/tiger_geocoder/{tiger_2011 =>
	}/tiger_loader_2013.sql, extras/tiger_geocoder/{tiger_2011 =>
	}/tiger_loader_2014.sql, extras/tiger_geocoder/{tiger_2011 =>
	}/topology/README, extras/tiger_geocoder/{tiger_2011 =>
	}/topology/tiger_topology_loader.sql,
	extras/tiger_geocoder/{tiger_2011 => }/upgrade_geocode.sql,
	extras/tiger_geocoder/{tiger_2011 => }/upgrade_geocoder.bat,
	extras/tiger_geocoder/{tiger_2011 => }/upgrade_geocoder.sh,
	extras/tiger_geocoder/{tiger_2011 => }/utility/cull_null.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/utility/levenshtein_ignore_case.sql,
	extras/tiger_geocoder/{tiger_2011 =>
	}/utility/nullable_levenshtein.sql,
	extras/tiger_geocoder/{tiger_2011 => }/utility/set_search_path.sql,
	extras/tiger_geocoder/{tiger_2011 => }/utility/utmzone.sql: a lot of
	this stuff is not tiger_2011, we should just go back to single
	folder git-svn-id: http://svn.osgeo.org/postgis/trunk@13620
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, raster/rt_core/rt_mapalgebra.c,
	raster/rt_core/rt_warp.c, raster/rt_pg/rtpostgis.c,
	raster/test/regress/rt_mapalgebra_expected: #2287, fix regressions
	with new debug in raster git-svn-id: http://svn.osgeo.org/postgis/trunk@13619
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/effectivearea.c, postgis/postgis.sql.in: Harmonize
	ST_SimplifyVW with ST_Simplify behavior when feeded with 0 tolerance git-svn-id: http://svn.osgeo.org/postgis/trunk@13618
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_log.h, liblwgeom/lwutil.c,
	libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_functions_lrs.c, postgis/lwgeom_geos.c,
	raster/rt_pg/rtpostgis.c, raster/rt_pg/rtpostgis.h,
	raster/test/cunit/cu_tester.c: #2287, move debug messages in
	--enable-debug builds to the DEBUG PgSQL logging channel git-svn-id: http://svn.osgeo.org/postgis/trunk@13617
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck.sql, regress/knn_recheck_expected: #3133 add
	nd index recheck tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13616
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck.sql, regress/knn_recheck_expected: rework the
	knn recheck tests for goemetry, geography, add some nd tests for 3d.
	still more tests to add.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13615
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-04  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Embed full version (and revision) in package name
	for dev snapshots.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13614
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: spellign git-svn-id: http://svn.osgeo.org/postgis/trunk@13611
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_nd.c, regress/Makefile.in: #3133, support
	for recheck on M-measured geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@13610
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/knn.sql, regress/knn_expected, regress/operators.sql,
	regress/operators_expected: Isolate <<->> in version-checked
	regression file git-svn-id: http://svn.osgeo.org/postgis/trunk@13609
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in: whitespace git-svn-id: http://svn.osgeo.org/postgis/trunk@13608
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/measures.c,
	postgis/gserialized_gist_nd.c, postgis/lwgeom_functions_analytic.c,
	postgis/postgis.sql.in, regress/knn.sql, regress/knn_expected,
	regress/operators.sql, regress/operators_expected: #3133, add <<->>
	recheck supporrt and rip out <<#>> git-svn-id: http://svn.osgeo.org/postgis/trunk@13607
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/effectivearea.c: Guard from 1 point linestrings in
	st_simplifyvw and st_seteffectivearea git-svn-id: http://svn.osgeo.org/postgis/trunk@13606
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in, postgis/geography_measurement.c,
	postgis/gserialized_gist_nd.c: #3132, KNN box-only operator <-> for
	geography to support PgSQL < 9.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@13605
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/lwlinearreferencing.c: 
	#3140, fix comparison function git-svn-id: http://svn.osgeo.org/postgis/trunk@13604
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geos.c: quite tests a bit git-svn-id: http://svn.osgeo.org/postgis/trunk@13603
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-03  Sandro Santilli <strk@kbt.io>

	* configure.ac: Update the GEOS version warning to recommend 3.4.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@13602
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c: #3143, use right type size /
	simpler pointer math? git-svn-id: http://svn.osgeo.org/postgis/trunk@13601
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Guard against crazy selectivity
	numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@13600
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-01  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_accessor.xml,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in,
	regress/lwgeom_regress.sql, regress/lwgeom_regress_expected: 
	ST_BoundingDiagonal (#3139) Includes tests and documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@13599
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/clipbybox2d_expected: Harmonize regression test git-svn-id: http://svn.osgeo.org/postgis/trunk@13598
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_twkb.c: Stylistic OCD git-svn-id: http://svn.osgeo.org/postgis/trunk@13597
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Harmonize threshold w/ message git-svn-id: http://svn.osgeo.org/postgis/trunk@13596
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-06-01  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_subdivide02.wkt,
	doc/reference_processing.xml, regress/Makefile.in,
	regress/subdivide.sql, regress/subdivide_expected: #3074: Add
	postgres regress for ST_SubDivide, update documentation to not use
	example below 8 vertices and put note about no less than 8 is
	allowed git-svn-id: http://svn.osgeo.org/postgis/trunk@13595
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-31  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck.sql, regress/knn_recheck_expected: more fine
	tuning to force index use during index tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13594
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-31  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml, postgis/geography_measurement.c,
	regress/knn_recheck.sql, regress/knn_recheck_expected: #3127 revert
	back to use sphere distance (spheroid doesn't work with knn
	recheck), document that <-> is on sphere, change tests to be based
	on sphere instead of spheroid., #3131 reverting fixes index returned
	tuples wrong order issue git-svn-id: http://svn.osgeo.org/postgis/trunk@13593
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-31  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_measures.c: revert last change git-svn-id: http://svn.osgeo.org/postgis/trunk@13592
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-31  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_measures.c: #3143 get rid of duplicate
	measure_suite_setup declaration to try to fix winnie's 32-bit
	whining.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13591
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-31  Regina Obe <lr@pcorp.us>

	* postgis/geography_measurement.c: #3127 Switch knn to use spheroid
	distance instead of sphere distance git-svn-id: http://svn.osgeo.org/postgis/trunk@13590
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-30  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c: A small opimization to not use temp buffer
	when size of npoints is not unpredictable git-svn-id: http://svn.osgeo.org/postgis/trunk@13589
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: #3131, just fix KNN w/ big hammer git-svn-id: http://svn.osgeo.org/postgis/trunk@13588
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Use the right function! git-svn-id: http://svn.osgeo.org/postgis/trunk@13587
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Remove stub code! git-svn-id: http://svn.osgeo.org/postgis/trunk@13586
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: #3131, fix crasher git-svn-id: http://svn.osgeo.org/postgis/trunk@13585
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in: Add raster garden tests to make garden run git-svn-id: http://svn.osgeo.org/postgis/trunk@13584
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Lower limit on max vertices git-svn-id: http://svn.osgeo.org/postgis/trunk@13583
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in, postgis/geography_measurement.c,
	postgis/gserialized_gist_nd.c: #3131, KNN geography still gives
	ERROR: index returned tuples in wrong order git-svn-id: http://svn.osgeo.org/postgis/trunk@13582
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/clipbybox2d_expected: Alter test git-svn-id: http://svn.osgeo.org/postgis/trunk@13581
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, postgis/lwgeom_dump.c: #3135, avoid infinite
	recursion on features with repeated points git-svn-id: http://svn.osgeo.org/postgis/trunk@13580
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-29  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in: #3134 change make garden to use regress
	install instead of the scripts in postgis/..  git-svn-id: http://svn.osgeo.org/postgis/trunk@13579
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/clipbybox2d.sql, regress/clipbybox2d_expected,
	regress/tickets.sql, regress/tickets_expected: Move test to ifdef'ed
	location for GEOS 3.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@13578
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_twkb.c, liblwgeom/lwout_twkb.c: Move some
	types around, see if winnie gets happier git-svn-id: http://svn.osgeo.org/postgis/trunk@13577
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geos.c, liblwgeom/lwgeom.c,
	regress/tickets.sql, regress/tickets_expected: #3135, ST_SubDivide
	garden crasher on malformed polygon and linestring git-svn-id: http://svn.osgeo.org/postgis/trunk@13576
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Remove possible double free git-svn-id: http://svn.osgeo.org/postgis/trunk@13575
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_misc.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwpoly.c, postgis/lwgeom_functions_analytic.c,
	postgis/postgis.sql.in: #2093, Add extra policy argument to control
	ST_Simplify behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@13574
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_twkb.c: Remove dead code git-svn-id: http://svn.osgeo.org/postgis/trunk@13573
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h,
	liblwgeom/lwout_twkb.c: TWKB: Drop duplicate vertices during
	encoding git-svn-id: http://svn.osgeo.org/postgis/trunk@13572
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_temporal.xml: Add NEWS entry and another
	example for ST_IsValidTrajectory git-svn-id: http://svn.osgeo.org/postgis/trunk@13571
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-28  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
	doc/reference_lrs.xml, doc/reference_temporal.xml,
	liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in,
	regress/Makefile.in, regress/temporal.sql,
	regress/temporal_expected: Add ST_IsValidTrajectory (#3129) Adds lwgeom_is_trajectory and lwline_is_trajectory to liblwgeom.
	Includes unit and regress test.  Includes documentation, starting a new "Temporal support" section in
	which ST_ClosestPointOfApproach is also moved git-svn-id: http://svn.osgeo.org/postgis/trunk@13570
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/lwlinearreferencing.c,
	regress/regress_lrs.sql, regress/regress_lrs_expected: Fix
	ST_ClosestPointOfApproach assumption of lwgeom->bbox being exact See #3136 git-svn-id: http://svn.osgeo.org/postgis/trunk@13569
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-27  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck_expected: the actual geography tst needs some
	work, but for now just commit what current returns git-svn-id: http://svn.osgeo.org/postgis/trunk@13568
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-27  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in: #3134: make garden doesn't install postgis
	(revise to ignore if plpgsql is already installed.) git-svn-id: http://svn.osgeo.org/postgis/trunk@13567
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: #3126, ST_SubDivide garden crasher on
	Polyhedral Surface git-svn-id: http://svn.osgeo.org/postgis/trunk@13566
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@13565
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: 0se FP_TOLERANCE instead of 0 git-svn-id: http://svn.osgeo.org/postgis/trunk@13564
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Do KNN distance calcs on the
	spherod git-svn-id: http://svn.osgeo.org/postgis/trunk@13563
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Sandro Santilli <strk@kbt.io>

	* doc/reference_lrs.xml: Fix return type of LRS functions in docs
	from float to float8 git-svn-id: http://svn.osgeo.org/postgis/trunk@13562
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Sandro Santilli <strk@kbt.io>

	* regress/regress_lrs.sql, regress/regress_lrs_expected: Add missing
	tests for ST_AddMeasure and ST_InterpolatePoint git-svn-id: http://svn.osgeo.org/postgis/trunk@13561
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_lrs.xml, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwlinearreferencing.c,
	postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in,
	regress/regress_lrs.sql, regress/regress_lrs_expected: Add
	ST_ClosestPointOfApproach (#3128) Based on new lwgeom_tcpa liblwgeom function.  Includes unit and
	regress tests.  Includes documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13560
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c: Remove unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@13559
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/measures3d.c,
	liblwgeom/measures3d.h: Add some const qualifiers for 3d distance
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@13558
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-26  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck.sql, regress/knn_recheck_expected: #2703: KNN
	geography recheck tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13556
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/regress_lrs.sql, regress/regress_lrs_expected: Test for
	crasher git-svn-id: http://svn.osgeo.org/postgis/trunk@13555
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Fix crasher found in garden tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13554
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/measures3d.c, liblwgeom/measures3d.h: Move inline
	functions for clang compat git-svn-id: http://svn.osgeo.org/postgis/trunk@13553
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: It's the object files that depend on
	headers, not the library git-svn-id: http://svn.osgeo.org/postgis/trunk@13552
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/measures3d.h: Inline helper measures3d functions git-svn-id: http://svn.osgeo.org/postgis/trunk@13551
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Consider all headers as dependencies of
	library git-svn-id: http://svn.osgeo.org/postgis/trunk@13550
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/measures3d.h: Header guard and macro-protection for
	measures3d header git-svn-id: http://svn.osgeo.org/postgis/trunk@13549
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck_expected: was right first time -- no space at
	end.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13548
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Regina Obe <lr@pcorp.us>

	* regress/knn_recheck_expected: oops correction to what should be
	the results git-svn-id: http://svn.osgeo.org/postgis/trunk@13547
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-25  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in, regress/knn_recheck.sql,
	regress/knn_recheck_expected: #2703 knn_recheck regress tests --
	will currently fail -- exercises issue nicklas brought up in -devel git-svn-id: http://svn.osgeo.org/postgis/trunk@13546
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-24  Nicklas Avn <nicklas.aven@jordogskog.no>

	* NEWS: Update NEWS-file git-svn-id: http://svn.osgeo.org/postgis/trunk@13545
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in: #2703, don't use the cache when running
	distance tests for geography git-svn-id: http://svn.osgeo.org/postgis/trunk@13544
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-22  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: minor wording and additional explain
	of KNN true dist (also put in an Enhanced flag) git-svn-id: http://svn.osgeo.org/postgis/trunk@13543
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Properly guard against unused
	parameter reads git-svn-id: http://svn.osgeo.org/postgis/trunk@13542
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Catch enhancements git-svn-id: http://svn.osgeo.org/postgis/trunk@13541
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml: #3123, add example using array input
	form of function git-svn-id: http://svn.osgeo.org/postgis/trunk@13540
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/measures3d.c: Typos git-svn-id: http://svn.osgeo.org/postgis/trunk@13539
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in, postgis/geography_measurement.c,
	postgis/gserialized_gist_nd.c: <-> for geography committed with
	recheck git-svn-id: http://svn.osgeo.org/postgis/trunk@13538
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-21  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Reduce string concatenation operations According to the SQL standard literal strings are automatically
	merged when separated by at least a newline...  git-svn-id: http://svn.osgeo.org/postgis/trunk@13537
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_operator.xml: Clarify status git-svn-id: http://svn.osgeo.org/postgis/trunk@13536
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: #3124, Deprecation Warnings inside
	Aggregates git-svn-id: http://svn.osgeo.org/postgis/trunk@13535
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-21  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Add postgis-out.xml back as a dependency of
	postgis_aggs_mm.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@13534
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-21  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Reduce number of calls to ST_RelateMatch
	during ValidateTopology git-svn-id: http://svn.osgeo.org/postgis/trunk@13533
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-21  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Fix dependency of postgis_aggs_mm.xml Makefile
	rule git-svn-id: http://svn.osgeo.org/postgis/trunk@13532
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-20  Regina Obe <lr@pcorp.us>

	* regress/run_test.pl: Do not get fooled by carriage returns - chomp
	did not do the job now explicit remove git-svn-id: http://svn.osgeo.org/postgis/trunk@13531
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_operator.xml, postgis/gserialized_gist_2d.c,
	postgis/postgis.sql.in, regress/knn.sql, regress/operators.sql,
	regress/operators_expected: #2703, support true KNN in PgSQL 9.5+ git-svn-id: http://svn.osgeo.org/postgis/trunk@13530
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Do not get fooled by carriage returns git-svn-id: http://svn.osgeo.org/postgis/trunk@13529
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	postgis/geography_measurement.c: Fix regression "error" in UTM/geog
	ticket git-svn-id: http://svn.osgeo.org/postgis/trunk@13528
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h: Fix comment git-svn-id: http://svn.osgeo.org/postgis/trunk@13527
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/geodesic.c, liblwgeom/geodesic.h,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwspheroid.c,
	raster/test/cunit/Makefile.in: Only use new geodesics when Proj 4.9
	is installed git-svn-id: http://svn.osgeo.org/postgis/trunk@13526
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c: Support new
	array_create_iterator in 9.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@13524
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Avoid regression failures when
	using old geodetic support git-svn-id: http://svn.osgeo.org/postgis/trunk@13523
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/geodesic.c, liblwgeom/geodesic.h: Include new files for
	#2918 git-svn-id: http://svn.osgeo.org/postgis/trunk@13522
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, configure.ac, doc/faq.xml, doc/introduction.xml,
	doc/reference_constructor.xml, doc/reference_measure.xml,
	liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_measures.c, liblwgeom/g_box.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.h,
	liblwgeom/lwgeom.c, liblwgeom/lwspheroid.c,
	postgis/geography_measurement.c, postgis/lwgeom_spheroid.c,
	postgis/postgis.sql.in, regress/measures_expected: #2918, Use
	GeographicLib functions for geodetics git-svn-id: http://svn.osgeo.org/postgis/trunk@13521
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-18  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_drop.sql.in: Drop obsoleted _st_mapalgebra
	version on upgrade (#2664) git-svn-id: http://svn.osgeo.org/postgis/trunk@13520
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix error message about malformed
	--upgrade-path format git-svn-id: http://svn.osgeo.org/postgis/trunk@13519
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Improve upgrade tester by adding postgis
	objects (#3120) git-svn-id: http://svn.osgeo.org/postgis/trunk@13518
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-18  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix confusing help message for --with-pgconfig Patch by Volf Tomáš git-svn-id: http://svn.osgeo.org/postgis/trunk@13516
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: DO block to emit
	message. ticket #3118 git-svn-id: http://svn.osgeo.org/postgis/trunk@13510
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-15  Sandro Santilli <strk@kbt.io>

	* NEWS: Note Length2d_spheroid and Point_Inside_Circle renames git-svn-id: http://svn.osgeo.org/postgis/trunk@13509
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-15  Sandro Santilli <strk@kbt.io>

	* regress/measures.sql, regress/measures_expected: Add test for
	ST_Length2DSpheroid checks that 2D is really enforced git-svn-id: http://svn.osgeo.org/postgis/trunk@13508
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-15  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml, postgis/lwgeom_spheroid.c,
	postgis/postgis.sql.in: Deprecate ST_Length2D_Spheroid, renamed to
	ST_Length2DSpheroid See #2748 git-svn-id: http://svn.osgeo.org/postgis/trunk@13507
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in,
	regress/sfcgal/tickets_expected, regress/tickets_expected: Warn
	deprecation of ST_Locate_Between_Measures and
	ST_Locate_Along_Measure Also add TODO item about switching to the pure-sql deprecation
	method (still not done now because output is slightly different
	between the old and new versions). See #2748.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13506
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c: Remove unused assignment git-svn-id: http://svn.osgeo.org/postgis/trunk@13505
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_inout.c: Simplify argument handling for twkb git-svn-id: http://svn.osgeo.org/postgis/trunk@13504
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c, postgis/lwgeom_inout.c: Free iterator when
	complete git-svn-id: http://svn.osgeo.org/postgis/trunk@13503
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Replace manual array iterating with pgsql
	iterator git-svn-id: http://svn.osgeo.org/postgis/trunk@13502
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Remove manual array iteration git-svn-id: http://svn.osgeo.org/postgis/trunk@13501
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml: De-dupe doc entries git-svn-id: http://svn.osgeo.org/postgis/trunk@13500
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h: Remove unneed bytebuffer.h ref git-svn-id: http://svn.osgeo.org/postgis/trunk@13499
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml: #3085, document ST_GeomFromTWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@13498
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/bytebuffer.c, liblwgeom/bytebuffer.h,
	liblwgeom/cunit/cu_bytebuffer.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_out_twkb.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, loader/dbfopen.c,
	loader/pgsql2shp-core.h, loader/safileio.c,
	loader/shp2pgsql-core.h, loader/shpopen.c,
	raster/loader/raster2pgsql.h, utils/read_scripts_version.pl: Add
	back some $Id tags and files missing in TWKB commit git-svn-id: http://svn.osgeo.org/postgis/trunk@13497
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, TODO, autogen.sh, configure.ac,
	doc/Makefile.comments.in, doc/html/image_src/Makefile.in,
	doc/html/image_src/generator.c, doc/html/image_src/styles.c,
	doc/html/image_src/styles.h, doc/xsl/post_gis_day_cards.html.xsl,
	doc/xsl/postgis_aggs_mm.xml.xsl,
	doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl,
	doc/xsl/postgis_reference.xml.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/raster_comments.sql.xsl, doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/sfcgal_cheatsheet.html.xsl,
	doc/xsl/sfcgal_comments.sql.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_comments.sql.xsl,
	doc/xsl/topology_cheatsheet.html.xsl,
	doc/xsl/topology_comments.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl,
	extensions/address_standardizer/parseaddress-api.c,
	extensions/address_standardizer/parseaddress-api.h,
	extensions/postgis/sql_bits/remove_from_extension.sql.in,
	extensions/postgis_extension_helper.sql,
	extensions/postgis_extension_helper_uninstall.sql,
	extensions/postgis_tiger_geocoder/sql_bits/add_search_path.sql.in,
	extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sq
	l.in,
	extensions/postgis_topology/sql_bits/remove_from_extension.sql.in,
	extras/WFS_locks/WFS_locks.sql.in, extras/tiger_geocoder/README,
	extras/tiger_geocoder/tiger_2011/README,
	extras/tiger_geocoder/tiger_2011/census_loader.sql,
	extras/tiger_geocoder/tiger_2011/create_geocode.bat,
	extras/tiger_geocoder/tiger_2011/create_geocode.sh,
	extras/tiger_geocoder/tiger_2011/create_geocode.sql,
	extras/tiger_geocoder/tiger_2011/geocode/census_tracts_functions.sq
	l, extras/tiger_geocoder/tiger_2011/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_intersection.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_location.sql,
	extras/tiger_geocoder/tiger_2011/geocode/includes_address.sql,
	extras/tiger_geocoder/tiger_2011/geocode/interpolate_from_address.s
	ql,
	extras/tiger_geocoder/tiger_2011/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2011/geocode/rate_attributes.sql,
	extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2011/geocode_settings.sql,
	extras/tiger_geocoder/tiger_2011/normalize/location_extract_place_e
	xact.sql,
	extras/tiger_geocoder/tiger_2011/normalize/location_extract_place_f
	uzzy.sql,
	extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql,
	extras/tiger_geocoder/tiger_2011/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2011/regress/normalize_address_regress.
	sql,
	extras/tiger_geocoder/tiger_2011/regress/pagc_normalize_address_reg
	ress.sql,
	extras/tiger_geocoder/tiger_2011/tables/lookup_tables_2011.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2014.sql,
	extras/tiger_geocoder/tiger_2011/topology/README,
	extras/tiger_geocoder/tiger_2011/topology/tiger_topology_loader.sql
	, extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql,
	extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat,
	extras/tiger_geocoder/tiger_2011/upgrade_geocoder.sh,
	extras/tiger_geocoder/tiger_2011/utility/set_search_path.sql,
	java/ejb3/README.txt, java/ejb3/build.xml,
	java/ejb3/src/org/postgis/ejb/PersonEntity.java,
	java/ejb3/src/org/postgis/ejb/UserBean.java,
	java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
	java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
	java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
	java/ejb3/src/org/postgis/hibernate/GeometryType.java,
	java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
	java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
	java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
	java/jdbc/README, java/jdbc/src/examples/Test.java,
	java/jdbc/src/examples/TestAutoregister.java,
	java/jdbc/src/examples/TestBoxes.java,
	java/jdbc/src/examples/TestJava2d.java,
	java/jdbc/src/examples/TestParser.java,
	java/jdbc/src/examples/TestServer.java,
	java/jdbc/src/examples/VersionPrinter.java,
	java/jdbc/src/org/postgis/ComposedGeom.java,
	java/jdbc/src/org/postgis/DriverWrapper.java,
	java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
	java/jdbc/src/org/postgis/DriverWrapperLW.java,
	java/jdbc/src/org/postgis/Geometry.java,
	java/jdbc/src/org/postgis/GeometryCollection.java,
	java/jdbc/src/org/postgis/LineString.java,
	java/jdbc/src/org/postgis/LinearRing.java,
	java/jdbc/src/org/postgis/MultiLineString.java,
	java/jdbc/src/org/postgis/MultiPoint.java,
	java/jdbc/src/org/postgis/MultiPolygon.java,
	java/jdbc/src/org/postgis/PGbox2d.java,
	java/jdbc/src/org/postgis/PGbox3d.java,
	java/jdbc/src/org/postgis/PGboxbase.java,
	java/jdbc/src/org/postgis/PGgeometry.java,
	java/jdbc/src/org/postgis/PGgeometryLW.java,
	java/jdbc/src/org/postgis/Point.java,
	java/jdbc/src/org/postgis/PointComposedGeom.java,
	java/jdbc/src/org/postgis/Polygon.java,
	java/jdbc/src/org/postgis/Version.java,
	java/jdbc/src/org/postgis/binary/BinaryParser.java,
	java/jdbc/src/org/postgis/binary/BinaryWriter.java,
	java/jdbc/src/org/postgis/binary/ByteGetter.java,
	java/jdbc/src/org/postgis/binary/ByteSetter.java,
	java/jdbc/src/org/postgis/binary/ValueGetter.java,
	java/jdbc/src/org/postgis/binary/ValueSetter.java,
	java/jdbc/src/org/postgis/java2d/Java2DWrapper.java,
	java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java,
	java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
	java/jdbc/todo.txt,
	java/jdbc_jtsparser/src/main/java/examples/JtsTestParser.java,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryParser.j
	ava,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsBinaryWriter.j
	ava,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGeometry.java,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsGisWrapper.jav
	a,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/JtsWrapper.java,
	liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_effectivearea.c,
	liblwgeom/cunit/cu_force_sfs.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h,
	liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_geojson.c,
	liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_in_wkb.c,
	liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.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_print.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_stringbuffer.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/cunit/cu_surface.h, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/cunit/cu_varint.c,
	liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwgeom_geos_split.c,
	liblwgeom/lwhomogenize.c, liblwgeom/lwlinearreferencing.c,
	liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c,
	liblwgeom/lwout_twkb.h, liblwgeom/lwout_x3d.c, liblwgeom/lwprint.c,
	liblwgeom/lwsegmentize.c, liblwgeom/measures.h,
	liblwgeom/measures3d.c, liblwgeom/measures3d.h,
	liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h,
	libpgcommon/Makefile.in, libpgcommon/common.h,
	libpgcommon/cunit/Makefile.in, libpgcommon/gserialized_gist.c,
	libpgcommon/lwgeom_transform.h, loader/cunit/Makefile.in,
	loader/cunit/cu_pgsql2shp.c, loader/cunit/cu_shp2pgsql.c,
	loader/cunit/cu_tester.c, loader/cunit/cu_tester.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.h,
	loader/shp2pgsql-gui.c, loader/shpcommon.c, loader/shpcommon.h,
	loader/shpopen.c, macros/ac_proj4_version.m4, postgis/Makefile.in,
	postgis/geography.h, postgis/geography.sql.in,
	postgis/geography_btree.c, postgis/geography_inout.c,
	postgis/geography_measurement.c, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c, postgis/gserialized_typmod.c,
	postgis/legacy.sql.in, postgis/legacy_minimal.sql.in,
	postgis/long_xact.sql.in, postgis/lwgeom_accum.c,
	postgis/lwgeom_box.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_export.c, postgis/lwgeom_export.h,
	postgis/lwgeom_functions_analytic.h,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_geos_prepared.h, postgis/lwgeom_geos_relatematch.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_sqlmm.c,
	postgis/postgis.sql.in, postgis/postgis_drop_after.sql,
	postgis/postgis_drop_before.sql,
	postgis/uninstall_geography.sql.in,
	postgis/uninstall_long_xact.sql.in, postgis/uninstall_sqlmm.sql.in,
	raster/Makefile.in, raster/TODO, raster/loader/Makefile.in,
	raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
	raster/macros/ac_proj4_version.m4, 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_drop.sql.in,
	raster/rt_pg/rtpostgis_legacy.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
	raster/scripts/Makefile.in,
	raster/scripts/plpgsql/_MapAlgebraParts.sql,
	raster/scripts/plpgsql/st_addband.sql,
	raster/scripts/plpgsql/st_asraster.sql,
	raster/scripts/plpgsql/st_clip.sql,
	raster/scripts/plpgsql/st_deleteband.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_pixelaspolygons.sql,
	raster/scripts/plpgsql/st_reclass.sql,
	raster/scripts/plpgsql/st_setarray.sql,
	raster/scripts/plpgsql/st_setvalues.sql,
	raster/scripts/plpgsql/st_tile.sql,
	raster/scripts/plpgsql/st_union.sql,
	raster/scripts/python/Makefile.in,
	raster/scripts/python/Makefile.rt.sample,
	raster/scripts/python/genraster.py,
	raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
	raster/scripts/python/raster2pgsql.py,
	raster/scripts/python/rtgdalraster.py,
	raster/scripts/python/rtpixdump.py,
	raster/scripts/python/rtreader.py,
	raster/scripts/python/rtrowdump.py,
	raster/scripts/python/window.py, raster/test/Makefile.in,
	raster/test/cunit/Makefile.in, raster/test/cunit/cu_tester.c,
	raster/test/cunit/cu_tester.h, raster/test/regress/Makefile.in,
	raster/test/regress/box3d.sql,
	raster/test/regress/bug_test_car5.sql,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_overviews.sql,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_bytea.sql,
	raster/test/regress/rt_dimensions.sql,
	raster/test/regress/rt_georeference.sql,
	raster/test/regress/rt_gist_relationships.sql,
	raster/test/regress/rt_hasnoband.sql,
	raster/test/regress/rt_isempty.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_upperleft.sql,
	raster/test/regress/rt_utility.sql, regress/concave_hull.sql,
	regress/regress_management.sql, regress/sfcgal/concave_hull.sql,
	topology/Makefile.in, topology/topology.sql.in,
	topology/topology_drop_after.sql.in,
	topology/topology_drop_before.sql.in, utils/Makefile.in,
	utils/profile_intersects.pl, utils/read_scripts_version.pl,
	utils/test_estimation.pl, utils/test_geography_estimation.pl,
	utils/test_geography_joinestimation.pl,
	utils/test_joinestimation.pl: Remove the many and unloved $Id$ tags
	that clutter the code base git-svn-id: http://svn.osgeo.org/postgis/trunk@13496
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/in_geojson.sql, regress/in_geojson_expected: Include old
	regression cases for GeoJSON git-svn-id: http://svn.osgeo.org/postgis/trunk@13495
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/loader/raster2pgsql.c: Quiet warnings about using fabs on
	ints git-svn-id: http://svn.osgeo.org/postgis/trunk@13494
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml, doc/reference_output.xml,
	liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_out_twkb.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_varint.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwin_twkb.c,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
	liblwgeom/ptarray.c, liblwgeom/varint.c, liblwgeom/varint.h,
	libpgcommon/lwgeom_pg.h, libpgcommon/lwgeom_transform.c,
	libpgcommon/lwgeom_transform.h, postgis/lwgeom_accum.c,
	postgis/lwgeom_inout.c, postgis/postgis.sql.in,
	regress/tickets.sql, regress/tickets_expected, regress/twkb.sql,
	regress/twkb_expected: #3085 Add aggregate support and enhance TWKB
	support in general git-svn-id: http://svn.osgeo.org/postgis/trunk@13493
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-12  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: fix tag mismatch git-svn-id: http://svn.osgeo.org/postgis/trunk@13492
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-12  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_subdivide01.wkt,
	doc/html/image_src/st_subdivide02.wkt, doc/reference_processing.xml: 
	Figures for new ST_Subdivide function git-svn-id: http://svn.osgeo.org/postgis/trunk@13491
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: #3108, subdivide dropping some squares git-svn-id: http://svn.osgeo.org/postgis/trunk@13489
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_misc.xml, postgis/postgis.sql.in: Deprecate
	ST_Point_Inside_Circle (#2748) git-svn-id: http://svn.osgeo.org/postgis/trunk@13488
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-09  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: get rid of dangling para mark git-svn-id: http://svn.osgeo.org/postgis/trunk@13487
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-09  Regina Obe <lr@pcorp.us>

	* NEWS: add ST_AsX3D Geocoordinates and axis flipping support to
	history git-svn-id: http://svn.osgeo.org/postgis/trunk@13486
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-09  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwout_x3d.c,
	postgis/lwgeom_export.c: #897  (part of #2840 ) Support for X3D
	Geocoordinate (just WGS 84 for now), also ability to flip X/Y axis,
	includes documentation and cunit tests (still need postgresql
	specific tests) git-svn-id: http://svn.osgeo.org/postgis/trunk@13485
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* .travis.yml: Add installcheck step to travis build git-svn-id: http://svn.osgeo.org/postgis/trunk@13481
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* regress/sfcgal/tickets.sql: Fix online tickets test with sfcgal git-svn-id: http://svn.osgeo.org/postgis/trunk@13480
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl, regress/sfcgal/legacy.sql,
	regress/sfcgal/regress_ogc.sql: Simplify a couple of sfcgal tests to
	simply wrap originals Adds support for using the :regdir variable in regression tests and
	turns 2 sfcgal tests into simple wrappers. More of this should
	follow.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13479
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Allow passing custom RUNTESTFLAGS with 'make
	installcheck' git-svn-id: http://svn.osgeo.org/postgis/trunk@13478
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* regress/sfcgal/legacy.sql: Fix online legacy test with sfcgal
	(#3105) git-svn-id: http://svn.osgeo.org/postgis/trunk@13477
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Properly handle tear-down with --sfcgal git-svn-id: http://svn.osgeo.org/postgis/trunk@13476
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Add "installcheck" rule (#2358) This is a first step, simply wraps a make check call with a properly
	setup RUNTESTFLAGS env variable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13475
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* regress/lwgeom_regress.sql: Make Postgis_Noop call unambiguous to
	not fail with raster enabled git-svn-id: http://svn.osgeo.org/postgis/trunk@13474
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwin_geojson.c, liblwgeom/lwin_twkb.c,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
	liblwgeom/lwout_x3d.c, liblwgeom/varint.c, loader/dbfopen.c,
	loader/pgsql2shp-core.c, loader/shp2pgsql-gui.c, loader/shpopen.c,
	raster/rt_core/rt_raster.c, raster/rt_core/rt_warp.c: C++ style
	comments are not allowed in ISO C90 git-svn-id: http://svn.osgeo.org/postgis/trunk@13473
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-04  Sandro Santilli <strk@kbt.io>

	* postgis/long_xact.c: Rename "errmsg" variable to avoid clash with
	PostgreSQL global Patch by Haribabu Kommi git-svn-id: http://svn.osgeo.org/postgis/trunk@13472
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in: regex for parsing constraints.
	ticket #3096 git-svn-id: http://svn.osgeo.org/postgis/trunk@13471
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in, raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: add unit tests for numeric
	overflow. ticket #3100 git-svn-id: http://svn.osgeo.org/postgis/trunk@13468
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: round to 10 places
	instead of numeric(25,10). ticket #3006 git-svn-id: http://svn.osgeo.org/postgis/trunk@13467
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-02  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: add other error you might see to the security
	raster faq git-svn-id: http://svn.osgeo.org/postgis/trunk@13465
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-05-02  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Put back raster security details that are in
	2.1 but weren't upported to 2.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@13463
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-29  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: #2365: Significantly improve performance
	of find_srid when lots of geometry columns git-svn-id: http://svn.osgeo.org/postgis/trunk@13461
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/effectivearea.c, liblwgeom/lwgeodetic.h,
	liblwgeom/varint.h: Quiet pedantic warnings some git-svn-id: http://svn.osgeo.org/postgis/trunk@13460
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_export.c: C90 madness git-svn-id: http://svn.osgeo.org/postgis/trunk@13459
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_accum.c, postgis/lwgeom_inout.c,
	raster/rt_core/rt_band.c, raster/rt_core/rt_raster.c,
	raster/rt_core/rt_warp.c: Quiet warnings about misuse of abs() /
	fabs() on wrong types (new clang in OSX 10.10) git-svn-id: http://svn.osgeo.org/postgis/trunk@13457
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_export.c: #3104, st_asgml introduces random
	characters in ID field git-svn-id: http://svn.osgeo.org/postgis/trunk@13456
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-27  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop_before.sql: change to drop view if exists
	just in case it doesn't git-svn-id: http://svn.osgeo.org/postgis/trunk@13454
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-27  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in, postgis/postgis_drop_before.sql: #3103 Get
	rid of casting of table, schema, and column name.  though oddly
	find_srid did not seem to be slowed down by this -- need to
	investigate (might be the immutable strict) git-svn-id: http://svn.osgeo.org/postgis/trunk@13453
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.h,
	liblwgeom/lwin_wkt_parse.y: #2587, CompoundCurve with empties parses
	differently from WKB and WKT git-svn-id: http://svn.osgeo.org/postgis/trunk@13452
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.h, postgis/lwgeom_inout.c,
	postgis/postgis.sql.in: #2335, rename internal LWGEOMWKB to be a bit
	more clear it is for EWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@13451
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/introduction.xml: Update corporate name git-svn-id: http://svn.osgeo.org/postgis/trunk@13449
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-26  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk, postgis/postgis.sql.in: #3092
	refinement to geometry_columns view.  Aslo add missing 2.1 extension
	upgrade targets git-svn-id: http://svn.osgeo.org/postgis/trunk@13446
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-26  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.h: #3102 - add include <locale.h>  to fix
	mingw-64 compile issue git-svn-id: http://svn.osgeo.org/postgis/trunk@13445
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/postgis.sql.in: #3092, Slow performance of
	geometry_columns git-svn-id: http://svn.osgeo.org/postgis/trunk@13443
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt.c: #3098, odd dimension mixes in WKT git-svn-id: http://svn.osgeo.org/postgis/trunk@13442
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c: #3091, segfault in unit tests in debug git-svn-id: http://svn.osgeo.org/postgis/trunk@13441
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, loader/shp2pgsql-core.c: #3048, shp2pgsql - illegal number
	format when specific system locale set git-svn-id: http://svn.osgeo.org/postgis/trunk@13439
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/geography_btree.c: #3018, GROUP BY geography
	sometimes returns duplicate rows git-svn-id: http://svn.osgeo.org/postgis/trunk@13437
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-22  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@13434
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-22  Sandro Santilli <strk@kbt.io>

	* 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 multilines and
	(multi)polygon boundaries Funded by Tuscany Region (Italy) - SITA (CIG: 6002233F59) git-svn-id: http://svn.osgeo.org/postgis/trunk@13433
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_internal.h: Do not leak symbols outside of
	header guard block git-svn-id: http://svn.osgeo.org/postgis/trunk@13432
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Add NEWS note on ST_SubDivide git-svn-id: http://svn.osgeo.org/postgis/trunk@13429
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c: #3094, found another one git-svn-id: http://svn.osgeo.org/postgis/trunk@13428
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-06  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/effectivearea.c: effectivearea: force qsort to always
	return the same ordering when comparing identical area. Prevents
	different result cross platforms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13423
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-04  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_effectivearea.c,
	liblwgeom/cunit/cu_tester.c, regress/Makefile.in,
	regress/simplifyvw.sql, regress/simplifyvw_expected: add cunit and
	regression tests to simplifyvw and seteffectivearea git-svn-id: http://svn.osgeo.org/postgis/trunk@13421
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-04  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/effectivearea.c: simplifyvw: allow polygon inner rings
	to collapse git-svn-id: http://svn.osgeo.org/postgis/trunk@13420
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-03  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/effectivearea.c: clean up git-svn-id: http://svn.osgeo.org/postgis/trunk@13419
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-03  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_processing.xml, postgis/postgis.sql.in: Add
	ST_SimplifyVW git-svn-id: http://svn.osgeo.org/postgis/trunk@13418
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-04-03  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/effectivearea.c, liblwgeom/effectivearea.h,
	liblwgeom/liblwgeom.h.in, postgis/lwgeom_functions_analytic.c: 
	effective area: fix multiple bugs in minHeap and make "set m-value"
	optional git-svn-id: http://svn.osgeo.org/postgis/trunk@13417
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c: Fix z+ handling git-svn-id: http://svn.osgeo.org/postgis/trunk@13403
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c: GeoJSON maintenance git-svn-id: http://svn.osgeo.org/postgis/trunk@13401
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-26  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/effectivearea.c, liblwgeom/effectivearea.h: Add minheap
	for ordering areas, and funtionality to avoid collapsing polygons
	for ST_Seteffectivearea git-svn-id: http://svn.osgeo.org/postgis/trunk@13398
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Entity the < git-svn-id: http://svn.osgeo.org/postgis/trunk@13397
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Add doc entry for ST_Subdivide git-svn-id: http://svn.osgeo.org/postgis/trunk@13396
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpg_pixel.c: invalid operator. Ticket #3090 git-svn-id: http://svn.osgeo.org/postgis/trunk@13395
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpg_pixel.c,
	raster/test/regress/rt_dumpvalues.sql: Fix ST_DumpValues() crasher
	when cleaning. Ticket #3086 git-svn-id: http://svn.osgeo.org/postgis/trunk@13390
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-23  Sandro Santilli <strk@kbt.io>

	* configure.ac, liblwgeom/liblwgeom.h.in, liblwgeom/lwutil.c,
	postgis/lwgeom_box.c: Do not (re)define strcasestr in a public
	header (#3088) git-svn-id: http://svn.osgeo.org/postgis/trunk@13389
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-23  Sandro Santilli <strk@kbt.io>

	* NEWS: Add 2.1.5 and 2.1.6 sections in NEWS git-svn-id: http://svn.osgeo.org/postgis/trunk@13388
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-23  Regina Obe <lr@pcorp.us>

	* regress/lwgeom_regress.sql: #3087 cast text to geometry
	lwgeom_regress failure when testing .with CREATE EXTENSIO git-svn-id: http://svn.osgeo.org/postgis/trunk@13387
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-23  Regina Obe <lr@pcorp.us>

	* raster/test/regress/rt_reclass.sql: #3080 regress failure on 9.5.
	Put in an OFFSET 0 on all the queries to prevent double ST_Reclass
	calling in 9.5 on constant table git-svn-id: http://svn.osgeo.org/postgis/trunk@13386
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_sfcgal.c,
	regress/measures.sql, regress/measures_expected: Back out changes
	from #3056 git-svn-id: http://svn.osgeo.org/postgis/trunk@13376
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_typmod.c: Reorder to C order git-svn-id: http://svn.osgeo.org/postgis/trunk@13374
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: Reorder to C standard git-svn-id: http://svn.osgeo.org/postgis/trunk@13373
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, postgis/geography.h,
	postgis/geography_inout.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_inout.c, regress/typmod_expected: #3031, allow
	MULTIPOINT EMPTY into Geometry(Point) columns git-svn-id: http://svn.osgeo.org/postgis/trunk@13372
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-20  Sandro Santilli <strk@kbt.io>

	* regress/typmod.sql, regress/typmod_expected: Add missing typmod
	tests for high-dimensioned TINs git-svn-id: http://svn.osgeo.org/postgis/trunk@13366
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-20  Sandro Santilli <strk@kbt.io>

	* regress/typmod.sql, regress/typmod_expected: Add non-empty
	(multi)point cases to the typmod test (#3031) git-svn-id: http://svn.osgeo.org/postgis/trunk@13364
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-20  Sandro Santilli <strk@kbt.io>

	* regress/typmod.sql, regress/typmod_expected: Fix typo in typmod
	test (#3031) git-svn-id: http://svn.osgeo.org/postgis/trunk@13362
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_sfcgal.c,
	regress/measures.sql, regress/measures_expected: #3056, only do 3d
	distance calcs when both args are 3d git-svn-id: http://svn.osgeo.org/postgis/trunk@13358
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: #2969, memory leak in the function of
	"lwtriangle_from_wkb_state" git-svn-id: http://svn.osgeo.org/postgis/trunk@13353
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/geography.sql, regress/geography_expected: #2941, add test
	to back up changes git-svn-id: http://svn.osgeo.org/postgis/trunk@13351
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Fix availability info for
	"agg_count" type (#3082) Fixes soft-upgrade from 2.1 to 2.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@13350
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in, utils/postgis_proc_upgrade.pl: Fix
	availability info for "summarystats" type (#3082) Adds support for "Missing in" label in sql comment for handling
	cases in which a type was missing from a version.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13349
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: Fix soft upgrade
	from 2.0 to 2.2 (#3081) git-svn-id: http://svn.osgeo.org/postgis/trunk@13348
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-17  Sandro Santilli <strk@kbt.io>

	* extensions/upgradeable_versions.mk: Add upgrade path from 2.0.6 git-svn-id: http://svn.osgeo.org/postgis/trunk@13345
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-17  Sandro Santilli <strk@kbt.io>

	* loader/cunit/Makefile.in: Libtoolize build of loader unit tester,
	fixing build for me git-svn-id: http://svn.osgeo.org/postgis/trunk@13344
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/lwpoly.c, postgis/lwgeom_functions_basic.c,
	regress/clipbybox2d.sql, regress/clipbybox2d_expected: Revert
	previous commit, problem tricked into raster...  git-svn-id: http://svn.osgeo.org/postgis/trunk@13343
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/lwpoly.c, postgis/lwgeom_functions_basic.c,
	regress/clipbybox2d.sql, regress/clipbybox2d_expected: Add a
	regression test for ST_Subdivide git-svn-id: http://svn.osgeo.org/postgis/trunk@13342
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/in_geojson_expected: #3061, Allow duplicate points in
	JSON, GML, GML ST_GeomFrom* functions git-svn-id: http://svn.osgeo.org/postgis/trunk@13341
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwin_geojson.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c: #3061, do not drop repeated points when
	reading JSON/GML/KML git-svn-id: http://svn.osgeo.org/postgis/trunk@13340
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-16  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Include float.h for DBL_DIG define (#3079) git-svn-id: http://svn.osgeo.org/postgis/trunk@13338
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-16  Sandro Santilli <strk@kbt.io>

	* .gitignore, java/jdbc/Makefile.in, java/jdbc/{pom.xml =>
	pom.xml.in}: Generate pom.xml at configure time (#2626) git-svn-id: http://svn.osgeo.org/postgis/trunk@13337
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-16  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Strip newlines and comments from
	uninstall/drop scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@13336
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Update postgis_restore.pl skip list This was done with "make update-restore".  Adds the missing
	signatures found in a dump that was reported to give restore errors:

	http://lists.osgeo.org/pipermail/postgis-users/2015-March/040282.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@13334
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-13  Sandro Santilli <strk@kbt.io>

	* utils/Makefile.in: Draft an "update-restore" rule to update
	postgis_restore.pl.in It updates the list of known PostGIS signatures from the enabler and
	cleanup scripts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13333
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Canonicalize signature skip list a
	bit Remove spaces after comma, lowercase, sort.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13332
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-13  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Clarify the role of ST_DumpValues array
	indexes git-svn-id: http://svn.osgeo.org/postgis/trunk@13331
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_split.c: Fix bug in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@13328
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-09  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/Makefile.in: Libtoolize generator build, fixing
	it for me ... not sure why/how it broke (happened recently) git-svn-id: http://svn.osgeo.org/postgis/trunk@13327
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Comments and notes git-svn-id: http://svn.osgeo.org/postgis/trunk@13326
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_dump.c: Fix elog error git-svn-id: http://svn.osgeo.org/postgis/trunk@13325
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/lwpoly.c, postgis/lwgeom_dump.c, postgis/postgis.sql.in: 
	#3074, subdivide any geometry into a simple set of smaller parts,
	great for subdividing tables of Really Big Things into things that
	are smaller than the page size git-svn-id: http://svn.osgeo.org/postgis/trunk@13324
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geos.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c: #3074, add in lwgeom backend for subdivision git-svn-id: http://svn.osgeo.org/postgis/trunk@13323
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_misc.c, liblwgeom/g_box.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/ptarray.c: #3074, first piece of infrastructure, count
	points in a piece git-svn-id: http://svn.osgeo.org/postgis/trunk@13322
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Remove un-used pgsql headers git-svn-id: http://svn.osgeo.org/postgis/trunk@13321
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-06  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Fix ST_ClipByBox2D after gbox calculations
	centralization (r13313) See #3073 git-svn-id: http://svn.osgeo.org/postgis/trunk@13320
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-06  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Fix build after gbox calculations
	centralization (r13313) NOTE: test for ST_ClipByBox2D still fails git-svn-id: http://svn.osgeo.org/postgis/trunk@13319
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-06  Sandro Santilli <strk@kbt.io>

	* regress/sfcgal/tickets_expected: Update expected results from
	sfcgal tests after bbox cache fix Ref: #3069 git-svn-id: http://svn.osgeo.org/postgis/trunk@13317
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-06  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/postgis.sql.in: Simplify geometry type constraint
	(#3070) git-svn-id: http://svn.osgeo.org/postgis/trunk@13316
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, regress/lwgeom_regress_expected,
	regress/summary_expected: Make serialization code more agressive
	about not adding boxes to small things git-svn-id: http://svn.osgeo.org/postgis/trunk@13315
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Move free before the report git-svn-id: http://svn.osgeo.org/postgis/trunk@13314
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_geos.c: Centralize gbox calculations in liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@13313
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, liblwgeom/lwprint.c,
	postgis/geometry_inout.c, postgis/lwgeom_ogc.c: Change more
	getpoint2d_p to const point calls git-svn-id: http://svn.osgeo.org/postgis/trunk@13312
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Change some more functions to use
	getPoint2d_cp git-svn-id: http://svn.osgeo.org/postgis/trunk@13311
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c: Change some getPoint2d_p to getPoint2d_cp git-svn-id: http://svn.osgeo.org/postgis/trunk@13310
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_gml.c: Move some more primitive pointarray
	accesses back to liblwgeom where they belong git-svn-id: http://svn.osgeo.org/postgis/trunk@13309
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Replace a few more gserialized reads with
	the macro git-svn-id: http://svn.osgeo.org/postgis/trunk@13308
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.h, postgis/geography_inout.c,
	postgis/geography_measurement.c, postgis/lwgeom_btree.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_dumppoints.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_sfcgal.c, postgis/lwgeom_transform.c,
	raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpg_mapalgebra.c,
	raster/rt_pg/rtpg_pixel.c: Catch remaining detoasting calls and
	replace with MACRO git-svn-id: http://svn.osgeo.org/postgis/trunk@13307
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.h, postgis/geography_btree.c,
	postgis/geography_inout.c, postgis/geography_measurement.c,
	postgis/geometry_inout.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.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_clean.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c: Wrap de-toastings
	in a common MACRO git-svn-id: http://svn.osgeo.org/postgis/trunk@13306
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: Be (slightly) more memory friendly
	when generating statistics git-svn-id: http://svn.osgeo.org/postgis/trunk@13303
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, postgis/lwgeom_box.c,
	postgis/postgis.sql.in, regress/lwgeom_regress.sql,
	regress/lwgeom_regress_expected, regress/tickets_expected: #3069,
	bounding boxes added to simple objects on deserialization git-svn-id: http://svn.osgeo.org/postgis/trunk@13302
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-03  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_typmod.c, postgis/postgis.sql.in: Have
	postgis_typmod_dims return NULL for unconstrained dims (#3068) This is consistent with postgis_constraint_type() also returning
	NULL for unconstrained.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13298
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-03  Sandro Santilli <strk@kbt.io>

	* NEWS, libpgcommon/gserialized_gist.c,
	libpgcommon/gserialized_gist.h, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c: Implement canonical text output for
	GIDX and BOX2DF They make spatial indexes inspectable with Gevel:
	http://www.sai.msu.su/~megera/wiki/Gevel git-svn-id: http://svn.osgeo.org/postgis/trunk@13297
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-03-02  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_gist_nd.c: Fix ND-GiST picksplit method to
	split on the best plane (#3058) git-svn-id: http://svn.osgeo.org/postgis/trunk@13294
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-26  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Reduce length of purpose section for
	ST_Buffer and ST_Intersection Better use description for lengthy text...  git-svn-id: http://svn.osgeo.org/postgis/trunk@13291
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-25  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Reorder docs parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@13290
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-25  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_processing.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/ptarray.c, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in, regress/Makefile.in,
	regress/swapordinates.sql, regress/swapordinates_expected: Add
	ST_SwapOrdinates function This is a generalization of ST_FlipCoordinates git-svn-id: http://svn.osgeo.org/postgis/trunk@13289
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-25  Sandro Santilli <strk@kbt.io>

	* doc/introduction.xml: Update corporate name OpenGeo -> Boundless git-svn-id: http://svn.osgeo.org/postgis/trunk@13288
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-25  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_operator.xml, postgis/gserialized_gist_nd.c,
	postgis/postgis.sql.in, regress/knn.sql, regress/knn_expected,
	regress/operators.sql, regress/operators_expected: Add N-dimensional
	distance operator with KNN support Includes docs and tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13287
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-24  Sandro Santilli <strk@kbt.io>

	* regress/knn.sql: Include the LIMIT clause in KNN scan test queries git-svn-id: http://svn.osgeo.org/postgis/trunk@13284
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-24  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql: Re-enable all scan types by the end of
	index test git-svn-id: http://svn.osgeo.org/postgis/trunk@13283
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-24  Sandro Santilli <strk@kbt.io>

	* 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+ git-svn-id: http://svn.osgeo.org/postgis/trunk@13281
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-24  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql, regress/regress_index_expected: Make
	sure <#> order is unambiguous for first result Before this commit the first 2 points (or more) all had a bounding
	box distance of 0 so actual order was undefined git-svn-id: http://svn.osgeo.org/postgis/trunk@13279
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-24  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql: Fix scan type detection function to
	work with nested nodes git-svn-id: http://svn.osgeo.org/postgis/trunk@13277
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-23  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql, regress/regress_index_expected: Add
	test for index supported KNN queries git-svn-id: http://svn.osgeo.org/postgis/trunk@13272
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-23  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql: Do not require XML support in
	PostgreSQL for testing purposes git-svn-id: http://svn.osgeo.org/postgis/trunk@13271
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-23  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql, regress/regress_index_expected: Add
	test for use of GiST index with && operator git-svn-id: http://svn.osgeo.org/postgis/trunk@13270
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c: #3053: possible bug in geometry_geometrytype
	(strncat overlap) git-svn-id: http://svn.osgeo.org/postgis/trunk@13269
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: #3051, warning: 'end' may be used
	uninitialized in this function git-svn-id: http://svn.osgeo.org/postgis/trunk@13268
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-23  Sandro Santilli <strk@kbt.io>

	* doc/reference_operator.xml: Further reword docs for <-> and <#>
	operators .. makeing clear KNN is only available with PgSQL 9.1+ git-svn-id: http://svn.osgeo.org/postgis/trunk@13266
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-23  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Make <-> and <#> operators also available
	with pgsql < 9.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@13265
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-23  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Improve documentation for GetRingEdges
	(#3046) git-svn-id: http://svn.osgeo.org/postgis/trunk@13263
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_misc.c, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
	libpgcommon/lwgeom_pg.h, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_ogc.c: Move snap-to-grid functions into lwgeom where
	they belong.  Modernize geometry construction to use accessors more git-svn-id: http://svn.osgeo.org/postgis/trunk@13255
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_ogc.c: #3050 Peak into header for GeometryType git-svn-id: http://svn.osgeo.org/postgis/trunk@13253
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
	liblwgeom/measures.c, liblwgeom/measures.h, liblwgeom/ptarray.c: 
	#3049 Use getPoint_cp for read-only accesses git-svn-id: http://svn.osgeo.org/postgis/trunk@13251
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-20  Sandro Santilli <strk@kbt.io>

	* libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h,
	postgis/gserialized_gist_nd.c, regress/operators.sql,
	regress/operators_expected: Fix dimensionality confusion in &&&
	operator  (#3045) Also enforce the concept that missing dimensions are infinite, thus
	always intersecting present dimensions.  See

	http://lists.osgeo.org/pipermail/postgis-devel/2015-February/024759.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@13250
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-20  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/size.sql, regress/size_expected: Add
	bbox cache size test git-svn-id: http://svn.osgeo.org/postgis/trunk@13249
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/measures.c, liblwgeom/ptarray.c: #3048, speed up simplify git-svn-id: http://svn.osgeo.org/postgis/trunk@13248
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_buildarea.c,
	liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_clip_by_rect.c,
	liblwgeom/cunit/cu_force_sfs.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_homogenize.c,
	liblwgeom/cunit/cu_in_encoded_polyline.c,
	liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_in_twkb.c,
	liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_node.c,
	liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.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_print.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_stringbuffer.c,
	liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_triangulate.c,
	liblwgeom/cunit/cu_varint.c: Remove spaces and capital letters from
	suite names I wonder if the suite name should really be the file name, could
	work even better...  git-svn-id: http://svn.osgeo.org/postgis/trunk@13246
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-19  Sandro Santilli <strk@kbt.io>

	* regress/operators.sql, regress/operators_expected: Add tests for
	ND overlap operator &&& git-svn-id: http://svn.osgeo.org/postgis/trunk@13245
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-19  Sandro Santilli <strk@kbt.io>

	* regress/operators.sql, regress/operators_expected: Add a couple of
	tests for <-> and <#> operators (#3036) git-svn-id: http://svn.osgeo.org/postgis/trunk@13244
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-19  Sandro Santilli <strk@kbt.io>

	* regress/operators.sql, regress/operators_expected: Add missing
	tests for ancient operators git-svn-id: http://svn.osgeo.org/postgis/trunk@13243
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/README: update readme git-svn-id: http://svn.osgeo.org/postgis/trunk@13241
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_buildarea.c,
	liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_clip_by_rect.c,
	liblwgeom/cunit/cu_force_sfs.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_homogenize.c,
	liblwgeom/cunit/cu_in_encoded_polyline.c,
	liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_in_twkb.c,
	liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_node.c,
	liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.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_print.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_split.c, liblwgeom/cunit/cu_stringbuffer.c,
	liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_triangulate.c,
	liblwgeom/cunit/cu_varint.c: Harmonize Suite names git-svn-id: http://svn.osgeo.org/postgis/trunk@13240
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
	liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_tester.c: #3041,
	add remaining tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13239
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	raster/test/cunit/cu_band_basics.c,
	raster/test/cunit/cu_band_misc.c,
	raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
	raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c,
	raster/test/cunit/cu_pixtype.c,
	raster/test/cunit/cu_raster_basics.c,
	raster/test/cunit/cu_raster_geometry.c,
	raster/test/cunit/cu_raster_misc.c,
	raster/test/cunit/cu_raster_wkb.c,
	raster/test/cunit/cu_spatial_relationship.c,
	raster/test/cunit/cu_tester.c, raster/test/cunit/cu_tester.h: #3041,
	Cunit 2.1-3 breaks testing Renovate the raster cunit as well git-svn-id: http://svn.osgeo.org/postgis/trunk@13238
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_buildarea.c,
	liblwgeom/cunit/cu_clean.c, liblwgeom/cunit/cu_clip_by_rect.c,
	liblwgeom/cunit/cu_force_sfs.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_homogenize.c,
	liblwgeom/cunit/cu_in_encoded_polyline.c,
	liblwgeom/cunit/cu_in_geojson.c, liblwgeom/cunit/cu_in_twkb.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_node.c,
	liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
	liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_sfcgal.c, liblwgeom/cunit/cu_split.c,
	liblwgeom/cunit/cu_stringbuffer.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/cunit/cu_tree.c,
	liblwgeom/cunit/cu_triangulate.c, liblwgeom/cunit/cu_varint.c: 
	#3041, Cunit 2.1-3 breaks testing This fix is for the liblwgeom
	cu_tester only, the raster and other testers remain to be fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@13237
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Sandro Santilli <strk@kbt.io>

	* regress/operators.sql: Add note about missing operator tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13236
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/operators.sql,
	regress/operators_expected, regress/regress.sql,
	regress/regress_expected: Extract operators tests from the generic,
	legacy "regress" test git-svn-id: http://svn.osgeo.org/postgis/trunk@13235
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Sandro Santilli <strk@kbt.io>

	* doc/reference_operator.xml: Reword doc for &&& operator to avoid
	confusing "ND" with "3D" git-svn-id: http://svn.osgeo.org/postgis/trunk@13234
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Sandro Santilli <strk@kbt.io>

	* doc/reference_operator.xml: Reword documentation for <-> operator Hopefully it's now less confusing git-svn-id: http://svn.osgeo.org/postgis/trunk@13233
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Sandro Santilli <strk@kbt.io>

	* regress/interrupt.sql: Further raise tolerated interrupt delay to
	250ms (#2989) In one of the reported Debbie cases it took ~210ms to interrupt...  git-svn-id: http://svn.osgeo.org/postgis/trunk@13232
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Sandro Santilli <strk@kbt.io>

	* regress/interrupt.sql: Raise tolerated lateness in interruption of
	ST_Segmentize (#2989) Tolerance raised from 150 to 200 milliseconds to aim at reducing
	false positives on slow machines (ie: Debbie).  Uninterrupted, the query would take several seconds.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13231
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-18  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Support adding operator class
	members in minor upgrades git-svn-id: http://svn.osgeo.org/postgis/trunk@13230
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Pretend raster/geometry operator ~
	never changed (#3039) Fix soft-upgrade from 2.1.2.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13229
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* loader/getopt.c: Fix warning about unchecked return code The code path is actually never hit as far as I can tell git-svn-id: http://svn.osgeo.org/postgis/trunk@13227
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-gui.c: Drop use of lw_asprintf Also removes a memory leak git-svn-id: http://svn.osgeo.org/postgis/trunk@13226
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-gui.c: Fix another typo in recent rewrite of
	message handlers git-svn-id: http://svn.osgeo.org/postgis/trunk@13225
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwutil.c, loader/shp2pgsql-gui.c: Fix typo in recent
	rewrite of message handlers git-svn-id: http://svn.osgeo.org/postgis/trunk@13224
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-gui.c: Remove use of lw_vasprintf from loader GUI git-svn-id: http://svn.osgeo.org/postgis/trunk@13223
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.c: Fix build, providing a missing macro
	from recent commit git-svn-id: http://svn.osgeo.org/postgis/trunk@13222
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Remove unused
	vasbappend function from shp2pgsql core git-svn-id: http://svn.osgeo.org/postgis/trunk@13221
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_pg.c: Remove use of lw_vasprintf from
	libpgcommon Drops useless heap allocations git-svn-id: http://svn.osgeo.org/postgis/trunk@13220
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.c, liblwgeom/lwutil.c: Remove use of
	lw_vasprintf from liblwgeom Drops useless heap allocations git-svn-id: http://svn.osgeo.org/postgis/trunk@13219
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.c, raster/test/cunit/cu_tester.c: Remove
	use of lw_vasprintf from raster reduces useless heap allocations git-svn-id: http://svn.osgeo.org/postgis/trunk@13218
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Embed availability info for raster
	operators git-svn-id: http://svn.osgeo.org/postgis/trunk@13217
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-17  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Embed availability info for raster
	types git-svn-id: http://svn.osgeo.org/postgis/trunk@13216
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-16  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, utils/postgis_proc_upgrade.pl: Add
	embedded availability info for all operators git-svn-id: http://svn.osgeo.org/postgis/trunk@13215
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-16  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, utils/postgis_proc_upgrade.pl: Add
	embedded availability info for all types git-svn-id: http://svn.osgeo.org/postgis/trunk@13214
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.c: Fix conditional enabling of json
	input unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@13210
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-11  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/lwgeom_accum.c: Fix for #3034 git-svn-id: http://svn.osgeo.org/postgis/trunk@13209
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-10  Regina Obe <lr@pcorp.us>

	* .travis.yml: #3032 force eol to be unix LF for this file and
	accept mwtoews patch (I'm going to trust he knows what he's doing
	with travis better than I do strk check) git-svn-id: http://svn.osgeo.org/postgis/trunk@13208
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-02-02  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_drop.sql.in: Do not drop non-obsoleted
	functions on upgrade (#2038) These functions are retained:  ST_Intersection(raster, integer, geometry)  ST_Intersection(geometry,raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@13207
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-29  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/extras_topology.xml: Document swapping 'edge crosses
	node' reported ids (#3022) git-svn-id: http://svn.osgeo.org/postgis/trunk@13206
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-27  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml,
	topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in: ValidateTopology: swap edge_id and node_id
	for "edge crosses node" (#3022) git-svn-id: http://svn.osgeo.org/postgis/trunk@13205
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-25  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: set availability git-svn-id: http://svn.osgeo.org/postgis/trunk@13203
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-25  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: missing 2.1.5 release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@13202
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-25  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: #3021 table to document the different
	error return types (was debating if this belongs in
	validatetopology_returntype, but guess better on VAlidateTopology
	page (and especially if the return type is reused by other
	functions) git-svn-id: http://svn.osgeo.org/postgis/trunk@13201
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-24  Bborie Park <dustymugs@gmail.com>

	* raster/test/cunit/cu_band_basics.c: fix up cunit test git-svn-id: http://svn.osgeo.org/postgis/trunk@13200
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpostgis.c: slight
	cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@13198
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-24  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/load_outdb-pre.pl,
	raster/test/regress/load_outdb-pre.sh,
	raster/test/regress/loader/Basic.select.expected,
	raster/test/regress/loader/Basic.select.sql,
	raster/test/regress/loader/BasicCopy.select.expected,
	raster/test/regress/loader/BasicCopy.select.sql,
	raster/test/regress/loader/BasicFilename.select.expected,
	raster/test/regress/loader/BasicFilename.select.sql,
	raster/test/regress/loader/BasicOutDB.select.expected,
	raster/test/regress/loader/BasicOutDB.select.sql,
	raster/test/regress/loader/Projected.select.expected,
	raster/test/regress/loader/Tiled10x10.select.expected,
	raster/test/regress/loader/Tiled10x10.select.sql,
	raster/test/regress/loader/Tiled10x10Copy.select.expected,
	raster/test/regress/loader/Tiled10x10Copy.select.sql,
	raster/test/regress/loader/Tiled8x8.select.expected,
	raster/test/regress/loader/Tiled8x8.select.sql,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_utility_expected: add unit test for #3020.
	use rectangular out-db raster git-svn-id: http://svn.osgeo.org/postgis/trunk@13197
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-24  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpg_create.c: ST_AddBand out-db band uses
	width value for height git-svn-id: http://svn.osgeo.org/postgis/trunk@13196
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-23  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/st_split01.wkt,
	doc/html/image_src/st_split02.wkt, doc/html/image_src/styles.conf: 
	Tweak images for ST_Split documentation to be more readable Only covers the polygon by line split case git-svn-id: http://svn.osgeo.org/postgis/trunk@13195
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-22  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Gracefully handle typos in style
	names for docs images git-svn-id: http://svn.osgeo.org/postgis/trunk@13194
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-21  Sandro Santilli <strk@kbt.io>

	* NEWS: Update list of deprecated signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@13193
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-21  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml, postgis/postgis.sql.in: Deprecate
	ST_3DLength_Spheroid (#2748) git-svn-id: http://svn.osgeo.org/postgis/trunk@13192
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-21  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile.in,
	topology/test/regress/droptopogeometrycolumn.sql,
	topology/test/regress/droptopogeometrycolumn_expected,
	topology/topology.sql.in: Allow unregistering layers of corrupted
	topologies (#3016) Makes topology.layer trigger and DropTopoGeometryColumn tolerant of
	topology schemas with no "relation" table.  Allows using DropTopology to de-register and drop these kind of
	corrupted topologies.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13189
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-21  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql.in,
	topology/test/Makefile.in,
	topology/test/regress/topologysummary.sql,
	topology/test/regress/topologysummary_expected: Avoid exceptions
	from TopologySummary (#3015) Includes testcase for the function git-svn-id: http://svn.osgeo.org/postgis/trunk@13186
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-21  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_mapalgebra_expected,
	regress/legacy_expected, regress/regress_index_expected,
	regress/run_test.pl, regress/sfcgal/legacy_expected,
	regress/sfcgal/wmsservers_expected, regress/wmsservers_expected: 
	Disreguard ALTER responses during testing git-svn-id: http://svn.osgeo.org/postgis/trunk@13185
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: take out statements about how SFCGAL
	handles Polyhedral surfaces git-svn-id: http://svn.osgeo.org/postgis/trunk@13184
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-18  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: flag ST_3DIntersects as overloaded
	sfcgal function git-svn-id: http://svn.osgeo.org/postgis/trunk@13183
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-18  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: #3014: add upgrade path from
	2.1.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@13182
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-18  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: FAQ about 2.0.6, 2.1.3 security changes for
	raster git-svn-id: http://svn.osgeo.org/postgis/trunk@13180
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml, postgis/postgis.sql.in: CamelCase-ize
	ST_DistanceSphere (#2748) git-svn-id: http://svn.osgeo.org/postgis/trunk@13179
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-15  Sandro Santilli <strk@kbt.io>

	* raster/doc/RFC1-SerializedFormat,
	raster/doc/RFC2-WellKnownBinaryFormat: Fill in meta info for RFC
	documents git-svn-id: http://svn.osgeo.org/postgis/trunk@13178
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-11  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_processing.xml, liblwgeom/Makefile.in,
	liblwgeom/effectivearea.c, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_functions_analytic.c, postgis/postgis.sql.in: Add
	function ST_EffectiveArea, Visvalingam’s algorithm simplification
	#2227 git-svn-id: http://svn.osgeo.org/postgis/trunk@13174
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-04  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@13173
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-04  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_processing.xml, postgis/postgis.sql.in,
	regress/tickets.sql: CamelCase-ize ST_ShiftLongitude,
	ST_CombineBbox, ST_FindExtent (#2748) git-svn-id: http://svn.osgeo.org/postgis/trunk@13172
	b70326c6-7e19-0410-871a-916f4a2858ee

2015-01-02  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Drop topology schema after topology extension
	test (#2138) git-svn-id: http://svn.osgeo.org/postgis/trunk@13171
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-30  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml: Fix typo, insert a comma Thanks Christian Sturm git-svn-id: http://svn.osgeo.org/postgis/trunk@13168
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-30  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in: Allow index scans in edge splitting and
	healing queries (#3000) Speeds up topology population when input edges intersect.  A simple test splitting and re-healing an edge in a ~500k edges
	topology completes in ~1/10 of the time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13166
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-29  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in: Enhance some comments git-svn-id: http://svn.osgeo.org/postgis/trunk@13165
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_simplify.sql: Do not rely on
	TopoGeometry->Geometry cast in ST_Simplify test Makes the test independent from CAST issues git-svn-id: http://svn.osgeo.org/postgis/trunk@13164
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-29  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore raster garden test results git-svn-id: http://svn.osgeo.org/postgis/trunk@13163
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: #3009, geography case may alter tuple
	values git-svn-id: http://svn.osgeo.org/postgis/trunk@13150
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: change title and point to raw version of
	vincent's topology pgconf 2012 talk git-svn-id: http://svn.osgeo.org/postgis/trunk@13148
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix link to vincent's topology talk --
	point to 2012 instead of 2010 one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13146
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: missed get to gets correction in last
	commit git-svn-id: http://svn.osgeo.org/postgis/trunk@13144
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Grammar corrections from Eric Theise -

	https://github.com/erictheise/postgis/commit/b76aeaf6b2539345d44f3c2d60fbd84625e3467dgit-svn-id: http://svn.osgeo.org/postgis/trunk@13142
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c: Fix Solaris regression failure for
	string representation of 'Infinity' git-svn-id: http://svn.osgeo.org/postgis/trunk@13140
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* authors.git, authors.svn: Update emails in authors files git-svn-id: http://svn.osgeo.org/postgis/trunk@13139
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Remove old knowledge from the README git-svn-id: http://svn.osgeo.org/postgis/trunk@13138
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-03  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: #3006 Numeric overflow when
	executing AddRasterConstraints,  increased precision to 25,10 git-svn-id: http://svn.osgeo.org/postgis/trunk@13136
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in, doc/html/image_src/Makefile.in,
	extensions/Makefile.in, loader/Makefile.in,
	loader/cunit/Makefile.in, postgis/Makefile.in, raster/Makefile.in: 
	Replace final reference to 'make' with $(MAKE) git-svn-id: http://svn.osgeo.org/postgis/trunk@13135
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-14  Regina Obe <lr@pcorp.us>

	* regress/run_test.pl: get rid of redundant DO regress git-svn-id: http://svn.osgeo.org/postgis/trunk@13129
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-14  Regina Obe <lr@pcorp.us>

	* regress/run_test.pl: #2992: revise DO regular expression to work
	under windows as well.  This is a revision of r13123 commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13128
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-12  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Reword documentation for TopoElement
	domain git-svn-id: http://svn.osgeo.org/postgis/trunk@13127
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-11  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/permitted_gdal_drivers_expected,
	raster/test/regress/rt_elevation_functions_expected,
	raster/test/regress/rt_mapalgebra_expected: Do not expect DO
	responses in raster regress Fixes testsuite broke by r13123 git-svn-id: http://svn.osgeo.org/postgis/trunk@13125
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-11  Sandro Santilli <strk@kbt.io>

	* regress/interrupt.sql, regress/interrupt_buffer.sql,
	regress/interrupt_relate.sql: Reset timer after creating input
	tables (#2989) git-svn-id: http://svn.osgeo.org/postgis/trunk@13124
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-11  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Disreguard DO responses during testing git-svn-id: http://svn.osgeo.org/postgis/trunk@13123
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-10  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/interrupt.sql,
	regress/interrupt_buffer.sql, regress/interrupt_buffer_expected,
	regress/interrupt_expected, regress/interrupt_relate.sql,
	regress/interrupt_relate_expected: Test relate-based function
	interruptibility (#2975) Also refactor existing interruptibility tests to avoid failures due
	to lack of latest GEOS version.  Work funded by CartoDB git-svn-id: http://svn.osgeo.org/postgis/trunk@13122
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-06  Sandro Santilli <strk@kbt.io>

	* regress/interrupt.sql, regress/interrupt_expected: Allow
	interruption to take some more time.  Also show the lateness when the time test fails.  Hopefully fixes or
	helps fixing travis build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13121
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-06  Sandro Santilli <strk@kbt.io>

	* regress/interrupt.sql, regress/interrupt_expected: Add timing
	check to interrupt tests git-svn-id: http://svn.osgeo.org/postgis/trunk@13120
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-11-05  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql.in: Hush toTopoGeom
	debugging NOTICE git-svn-id: http://svn.osgeo.org/postgis/trunk@13119
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/out_geometry_expected: Fix regression for GML output for
	curvepolygons git-svn-id: http://svn.osgeo.org/postgis/trunk@13117
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: #2938, fix to
	include <ring></ring> around curvepolygon rings (eroualt) git-svn-id: http://svn.osgeo.org/postgis/trunk@13116
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: #2938 gml
	export of curvepolygons fix git-svn-id: http://svn.osgeo.org/postgis/trunk@13115
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-25  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: more explanation git-svn-id: http://svn.osgeo.org/postgis/trunk@13114
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-25  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: put para around empha git-svn-id: http://svn.osgeo.org/postgis/trunk@13113
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-25  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: fill in remaining tokens git-svn-id: http://svn.osgeo.org/postgis/trunk@13112
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-25  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: work in progress - will
	reshuffle some things later git-svn-id: http://svn.osgeo.org/postgis/trunk@13111
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql: #2977 pagc_normalize_address function errors on nulls
	(changed function to STRICT to return null on null). Also did the
	same for normalize_address and made that  also IMMUTABLE STRICT git-svn-id: http://svn.osgeo.org/postgis/trunk@13110
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-22  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Allow running "make garden" over an existing
	"postgis_garden" database git-svn-id: http://svn.osgeo.org/postgis/trunk@13108
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-22  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Fix typo in "make garden" output summary git-svn-id: http://svn.osgeo.org/postgis/trunk@13107
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-22  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Complete improvement of geos-implemented
	error message from postgis These ones did not match my previous regexp :) See #2970 git-svn-id: http://svn.osgeo.org/postgis/trunk@13106
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-22  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/cunit/cu_measures.c, liblwgeom/lwcollection.c,
	liblwgeom/lwline.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
	libpgcommon/lwgeom_pg.h, postgis/lwgeom_functions_basic.c,
	regress/Makefile.in, regress/interrupt.sql,
	regress/interrupt_expected: Implement interruptability of
	ST_Segmentize(geometry) Includes testcases at sql and cunit levels.  Closes #2893 git-svn-id: http://svn.osgeo.org/postgis/trunk@13105
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-22  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Improved error message on geos-implemented
	functions interruption/timeout See #2970 git-svn-id: http://svn.osgeo.org/postgis/trunk@13104
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-22  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_module.c: Uninstall custom INT signal handler on
	unload NOTE: this is just academic as unloading of module never happens as
	of PostgreSQL 9.4+ git-svn-id: http://svn.osgeo.org/postgis/trunk@13103
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-21  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore another generated file git-svn-id: http://svn.osgeo.org/postgis/trunk@13102
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Add a method to
	cancel interruption requests in liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@13101
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-21  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore .pdf files (all generated) git-svn-id: http://svn.osgeo.org/postgis/trunk@13100
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-21  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_api.c, postgis/postgis_module.c: Add
	interruptability API to liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@13099
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-20  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Really use DBLATEX variable git-svn-id: http://svn.osgeo.org/postgis/trunk@13098
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-20  Sandro Santilli <strk@kbt.io>

	* doc/po/fr/performance_tips.xml.po, doc/po/it_IT/postgis.xml.po: 
	Further update translations Italian was edited locally and already pushed to transifex, French
	was edited on transifex and pulled locally.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13097
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-20  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/introduction.xml.po, doc/po/it_IT/reporting.xml.po,
	doc/po/ko_KR/introduction.xml.po: Pull updated translations from
	transifex In particular, italian updates in introduction are fetched after
	manual editing from the web interface. The "fuzzy" strings were
	reported by transifex as "suggestions" and the corresponding entries
	were reported as "untranslated".  git-svn-id: http://svn.osgeo.org/postgis/trunk@13096
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-18  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/po/ko_KR/Makefile,
	doc/po/ko_KR/extras.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/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_exception.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_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/reference_transaction.xml.po,
	doc/po/ko_KR/reference_type.xml.po,
	doc/po/ko_KR/release_notes.xml.po, doc/po/ko_KR/reporting.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: Import Korean translation
	from transifex, enable it Updated translations were also re-pushed on transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@13092
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-18  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/introduction.xml.po: Review one fuzzy string in
	italian translation Confirms dropping the "fuzzy" label puts the translation in actual
	use git-svn-id: http://svn.osgeo.org/postgis/trunk@13091
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-18  Sandro Santilli <strk@kbt.io>

	* 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/introduction.xml.po, doc/po/es/performance_tips.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_misc.xml.po,
	doc/po/es/reference_operator.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.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.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_misc.xml.po,
	doc/po/fr/reference_operator.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.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.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_misc.xml.po,
	doc/po/it_IT/reference_operator.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/pl/extras_address_standardizer.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.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_misc.xml.po,
	doc/po/pl/reference_operator.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.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.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_misc.xml.po,
	doc/po/pt_BR/reference_operator.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.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.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_guc.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_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: Update all
	translation files needing to be The updated template files _and_ translations have already been
	pushed up to Transifex.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13090
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-18  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Make POT creation rule phony, preventing useless
	ctime-only changes Also adds an "update-pot" rule to just update the pots, with no
	merging of the pos (not really useful if not for debugging) git-svn-id: http://svn.osgeo.org/postgis/trunk@13089
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-18  Sandro Santilli <strk@kbt.io>

	* doc/.tx/config, doc/Makefile.in, doc/po/README: Update transifex
	project url, update tx configuration and README git-svn-id: http://svn.osgeo.org/postgis/trunk@13087
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-17  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/po/pl/Makefile, 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/introduction.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_exception.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_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/reference_transaction.xml.po,
	doc/po/pl/reference_type.xml.po, doc/po/pl/release_notes.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: Import Polish translation
	from transifex, enable it Updated translations were also re-pushed on transifex git-svn-id: http://svn.osgeo.org/postgis/trunk@13086
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-17  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/po/README, doc/po/it_IT/reporting.xml.po: Add
	'push-tx' Makefile rule, update README with suggested workflow Also commit what resulted changed after a subsequent 'pull-tx' run git-svn-id: http://svn.osgeo.org/postgis/trunk@13085
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-17  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/po/es/using_postgis_dataman.xml.po: Add
	"pull-tx" rule in Makefile The rule pulls all translations, then formats them to avoid style
	changes. After running the rule you can check what changed using
	your revision control system tools (git diff here).  The commit also updates the only change that was pulled by the rule
	itself.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13084
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/po/README: Add hint about using --skip with tx push -t git-svn-id: http://svn.osgeo.org/postgis/trunk@13082
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/po/es/extras.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/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_exception.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_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/reference_transaction.xml.po,
	doc/po/es/reference_type.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/es/reporting.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: Update spanish language files
	(make update-po), enable it git-svn-id: http://svn.osgeo.org/postgis/trunk@13081
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/po/es/extras_tigergeocoder.xml.po,
	doc/po/es/installation.xml.po, doc/po/es/performance_tips.xml.po,
	doc/po/es/reference_management.xml.po,
	doc/po/es/using_postgis_dataman.xml.po,
	doc/po/es/using_raster_dataman.xml.po: Fix html tags in spanish
	translation Classes of errors found:  - Translated tags ( <command> to <comando> )  - Missing angular brackets ( varname>x</varname> )  - Invalid space in closing tag ( </ ulink> ) git-svn-id: http://svn.osgeo.org/postgis/trunk@13080
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/po/es/Makefile, doc/po/es/extras.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/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_exception.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_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/reference_transaction.xml.po,
	doc/po/es/reference_type.xml.po, doc/po/es/release_notes.xml.po,
	doc/po/es/reporting.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: Import spanish translation
	from transifex,  add Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@13079
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_address_standardizer.xml.po,
	doc/po/it_IT/reference_guc.xml.po,
	doc/po/pt_BR/extras_address_standardizer.xml.po,
	doc/po/pt_BR/reference_guc.xml.po: Add missing new translation
	italian/brazilian files git-svn-id: http://svn.osgeo.org/postgis/trunk@13078
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/po/fr/extras.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/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_exception.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_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/reference_transaction.xml.po,
	doc/po/fr/reference_type.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/reporting.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: Update french language files
	(make update-po) git-svn-id: http://svn.osgeo.org/postgis/trunk@13077
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/po/fr/faq.xml.po: Put msgstr on a single line Transifex does not like newlines in quoted text (fails on tx push).  git-svn-id: http://svn.osgeo.org/postgis/trunk@13076
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/po/fr/faq.xml.po, doc/po/fr/performance_tips.xml.po: Fix html
	tags in french translation git-svn-id: http://svn.osgeo.org/postgis/trunk@13075
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-15  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/po/fr/Makefile, doc/po/fr/extras.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/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_exception.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_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/reference_transaction.xml.po,
	doc/po/fr/reference_type.xml.po, doc/po/fr/release_notes.xml.po,
	doc/po/fr/reporting.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: Import french translation
	from transifex, and enable its build git-svn-id: http://svn.osgeo.org/postgis/trunk@13074
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-14  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@13073
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-14  Sandro Santilli <strk@kbt.io>

	* 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,
	doc/po/templates/extras.xml.pot, doc/po/templates/postgis.xml.pot: 
	Regenerate extras and postgis pots/po after recent update of sources git-svn-id: http://svn.osgeo.org/postgis/trunk@13072
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-14  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/reporting.xml.po: Fix unclosed tag in italian
	translation git-svn-id: http://svn.osgeo.org/postgis/trunk@13071
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-14  Sandro Santilli <strk@kbt.io>

	* doc/po/pt_BR/faq_raster.xml.po: Fix malformed <ulink> and </ulink>
	tags in po_BR translation git-svn-id: http://svn.osgeo.org/postgis/trunk@13070
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-14  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/faq.xml.po, doc/po/it_IT/faq_raster.xml.po,
	doc/po/it_IT/introduction.xml.po,
	doc/po/it_IT/performance_tips.xml.po, doc/po/it_IT/postgis.xml.po,
	doc/po/it_IT/reference.xml.po,
	doc/po/it_IT/reference_management.xml.po,
	doc/po/it_IT/reference_output.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_type.xml.po, doc/po/it_IT/reporting.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/pt_BR/extras_historytable.xml.po, doc/po/pt_BR/faq.xml.po,
	doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/postgis.xml.po,
	doc/po/pt_BR/reference.xml.po,
	doc/po/pt_BR/reference_output.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po,
	doc/po/templates/reference_output.xml.pot: Update language files
	with "make update-po" git-svn-id: http://svn.osgeo.org/postgis/trunk@13069
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-14  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_output.xml: Update url to twkb-specification and
	client example git-svn-id: http://svn.osgeo.org/postgis/trunk@13068
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-14  Sandro Santilli <strk@kbt.io>

	* doc/extras.xml, doc/postgis.xml: Move topology and address
	standardizer entities out of extra Fixes generation of localization template for extra.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@13067
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-13  Regina Obe <lr@pcorp.us>

	* doc/po/it_IT/faq.xml.po, doc/po/it_IT/faq_raster.xml.po,
	doc/po/it_IT/introduction.xml.po,
	doc/po/it_IT/performance_tips.xml.po, doc/po/it_IT/postgis.xml.po,
	doc/po/it_IT/reference.xml.po,
	doc/po/it_IT/reference_management.xml.po,
	doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/it_IT/reference_type.xml.po, doc/po/it_IT/reporting.xml.po,
	doc/po/it_IT/using_raster_dataman.xml.po,
	doc/po/pt_BR/extras_historytable.xml.po, doc/po/pt_BR/faq.xml.po,
	doc/po/pt_BR/faq_raster.xml.po, doc/po/pt_BR/postgis.xml.po,
	doc/po/pt_BR/reference.xml.po, doc/po/pt_BR/reference_sfcgal.xml.po: 
	files from transifex largely already translated git-svn-id: http://svn.osgeo.org/postgis/trunk@13066
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-13  Sandro Santilli <strk@kbt.io>

	* doc/reference_guc.xml: Use double-quotes in link url attribute Single quote was confusing po2xml git-svn-id: http://svn.osgeo.org/postgis/trunk@13065
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-13  Regina Obe <lr@pcorp.us>

	* doc/reference_guc.xml: get rid of windows breaks git-svn-id: http://svn.osgeo.org/postgis/trunk@13064
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-13  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: get rid of windows \r git-svn-id: http://svn.osgeo.org/postgis/trunk@13063
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-13  Regina Obe <lr@pcorp.us>

	* doc/po/templates/extras_address_standardizer.xml.pot: get rid of
	line breaks before \n git-svn-id: http://svn.osgeo.org/postgis/trunk@13062
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-13  Regina Obe <lr@pcorp.us>

	* doc/po/templates/reference_guc.xml.pot: Get rid of line breaks
	before \n.  Evidentally transifex thinks invalid and that might be
	why debbie is whining too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13061
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-10  Regina Obe <lr@pcorp.us>

	* doc/po/templates/reference_guc.xml.pot: add missing pot.  Still
	seems to wrror out with some sort of xml issue though git-svn-id: http://svn.osgeo.org/postgis/trunk@13059
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-10  Regina Obe <lr@pcorp.us>

	* doc/po/templates/extras_address_standardizer.xml.pot: Add missing
	pot git-svn-id: http://svn.osgeo.org/postgis/trunk@13058
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-10  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: add missing xml files to pot xml_sources source git-svn-id: http://svn.osgeo.org/postgis/trunk@13057
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-10  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Include sys/wait.h to have access
	to WEXITSTATUS (#2962) git-svn-id: http://svn.osgeo.org/postgis/trunk@13056
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c: Fix a precission problem in twkb.  Thanks
	Javier Santana! git-svn-id: http://svn.osgeo.org/postgis/trunk@13055
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/lwgeom_inout.c, regress/tickets.sql,
	regress/tickets_expected: Fix for #2956 Thanks strk git-svn-id: http://svn.osgeo.org/postgis/trunk@13054
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-09  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_constructor.xml, doc/reference_output.xml,
	liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_in_twkb.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwin_twkb.c,
	liblwgeom/varint.c, liblwgeom/varint.h, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_inout.c, postgis/postgis.sql.in: Add GeomFromTWKB
	#2917 git-svn-id: http://svn.osgeo.org/postgis/trunk@13053
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore files generated under address_standardizer
	extension git-svn-id: http://svn.osgeo.org/postgis/trunk@13052
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix --without-address-standardizer switch git-svn-id: http://svn.osgeo.org/postgis/trunk@13051
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: get rid of obsolete statements git-svn-id: http://svn.osgeo.org/postgis/trunk@13050
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #2877 address_standardizer auto-building as
	part of configure.  document switches to override pcre path.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13049
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: #2877 remark out
	build-steps for Regexp:Assemble dependencies git-svn-id: http://svn.osgeo.org/postgis/trunk@13048
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: #2877 try tab instead
	of spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@13047
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@13046
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/Makefile.in: #2877 don't get rid
	of data header generated files during dist-clean (they can't be
	rebuilt if perl Regex::Assemble is not installed git-svn-id: http://svn.osgeo.org/postgis/trunk@13045
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Regina Obe <lr@pcorp.us>

	* configure.ac: #2877 Revise configure to build make scripts and
	address_standardizer extension - move pcre flags check before
	cppflags build etc so gets included git-svn-id: http://svn.osgeo.org/postgis/trunk@13044
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-08  Regina Obe <lr@pcorp.us>

	* configure.ac, extensions/Makefile.in: #2877 Revise configure to
	build make scripts and address_standardizer extension git-svn-id: http://svn.osgeo.org/postgis/trunk@13043
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-07  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql: 
	#2958 reverse_geocode erroring ERROR: invalid input syntax for type
	numeric: " " (revised patch to not return 0 for non-numbered roads) git-svn-id: http://svn.osgeo.org/postgis/trunk@13041
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-07  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql: 
	#2958 reverse_geocode erroring ERROR: invalid input syntax for type
	numeric: " " git-svn-id: http://svn.osgeo.org/postgis/trunk@13039
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: experiment with color coding git-svn-id: http://svn.osgeo.org/postgis/trunk@13038
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-06  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: ST_Simplify is not implemented by
	GEOS git-svn-id: http://svn.osgeo.org/postgis/trunk@13037
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-05  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: put back most common protos of ST_AsGML
	so docs aren't so confusing when they demonstrate their use git-svn-id: http://svn.osgeo.org/postgis/trunk@13035
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-03  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/clipbybox2d.sql,
	regress/clipbybox2d_expected: ST_ClipByBox2D: do not use
	gbox_overlaps with BOX2DF objects Fixes use of uninitialized memory (#2954) git-svn-id: http://svn.osgeo.org/postgis/trunk@13034
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-02  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/cu_out_twkb.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h: Fix for #2946 and
	some empty geometry fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@13033
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: #2953, Unable to compute stats for
	some features git-svn-id: http://svn.osgeo.org/postgis/trunk@13030
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-02  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml: Fix typo in documentation for
	ST_AsEncodedPolyline git-svn-id: http://svn.osgeo.org/postgis/trunk@13029
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-02  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_clip_by_rect.c, postgis/lwgeom_geos.c,
	regress/clipbybox2d.sql, regress/clipbybox2d_expected: Fix memory
	error in ST_ClipByBox2D (#2950) git-svn-id: http://svn.osgeo.org/postgis/trunk@13028
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_typmod.c: #2941, Geography can create a
	non-4326 geography but geography typmod won't allow it git-svn-id: http://svn.osgeo.org/postgis/trunk@13027
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_geos_clean.c: Fix yet another memory leak in
	lwgeom_make_valid (#2947) The leak occurs on invalid single-component collection input.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13025
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_force_sfs.c, liblwgeom/lwsegmentize.c: Fix
	leaks in lwcurvepoly_segmentize and its tester git-svn-id: http://svn.osgeo.org/postgis/trunk@13023
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcurvepoly.c, liblwgeom/measures.c: Fix memory leak in
	lw_dist2d_poly_curvepoly and lw_dist2d_circstring_poly Also clear the memory management for
	lwcurvepoly_construct_from_lwpoly .  Fixes #2949.  git-svn-id: http://svn.osgeo.org/postgis/trunk@13021
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_twkb.c: Remove memory leaks from TWKB unit
	tester git-svn-id: http://svn.osgeo.org/postgis/trunk@13020
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_node.c, liblwgeom/lwgeom_geos_split.c,
	raster/rt_core/rt_geometry.c, raster/rt_core/rt_raster.c,
	raster/rt_core/rt_spatial_relationship.c: Adapt the rest of the code
	to the change in LWGEOM2GEOS function Fixes #2948 (introduced by previous commit) git-svn-id: http://svn.osgeo.org/postgis/trunk@13019
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-10-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
	liblwgeom/lwgeom_geos_clean.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_prepared.c, regress/clipbybox2d.sql,
	regress/clipbybox2d_expected: Add support for auto-fix geom
	structure for GEOS conversions Fixes ST_ClipByBox2D run with non-closed polygon rings in input
	(#2945) git-svn-id: http://svn.osgeo.org/postgis/trunk@13018
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-30  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Drop and recreate aggregates when
	upgrading to the same dev version See #2944 for the rationale git-svn-id: http://svn.osgeo.org/postgis/trunk@13013
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-30  Sandro Santilli <strk@kbt.io>

	* configure.ac: Reduce expected requirements for building comments
	and pdf docs git-svn-id: http://svn.osgeo.org/postgis/trunk@13012
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-30  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c: This should repair the build but the emty
	geometry twkb is still corrupt git-svn-id: http://svn.osgeo.org/postgis/trunk@13009
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-30  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_output.xml, liblwgeom/lwout_twkb.c,
	liblwgeom/lwout_twkb.h, postgis/postgis.sql.in,
	postgis/postgis_drop_before.sql: Add support for bboxes in twkb git-svn-id: http://svn.osgeo.org/postgis/trunk@13008
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: #2943, replace && with ~ and @ in places
	it makes sense for wrapper functions git-svn-id: http://svn.osgeo.org/postgis/trunk@13007
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add an ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@13006
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-26  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Fix regression suite to skip ST_ClipByBox2D
	testing unless available .. it was a typo (requires GEOS 3.5, not 3.4) git-svn-id: http://svn.osgeo.org/postgis/trunk@13000
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-26  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_processing.xml, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_clip_by_rect.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c,
	postgis/lwgeom_geos.c, postgis/postgis.sql.in, regress/Makefile.in,
	regress/clipbybox2d.sql, regress/clipbybox2d_expected: Add
	ST_ClipByBox2D and lwgeom_clip_by_rect (#2939) Includes testcases and documentation Requires GEOS-3.5.0+ git-svn-id: http://svn.osgeo.org/postgis/trunk@12999
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcollection.c: Fix unused variable warning git-svn-id: http://svn.osgeo.org/postgis/trunk@12998
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwutil.c: Include <ctypes.h> for declaration of
	tolower() function git-svn-id: http://svn.osgeo.org/postgis/trunk@12997
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c, postgis/lwgeom_functions_basic.c: 
	Remove another call of liblwgeom_internal.h git-svn-id: http://svn.osgeo.org/postgis/trunk@12995
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcollection.c: Reduce default paranoia on geometry
	collection construction Significantly speeds up creation of large collection of geometries.
	Closes #2933 git-svn-id: http://svn.osgeo.org/postgis/trunk@12993
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore some build artifacts git-svn-id: http://svn.osgeo.org/postgis/trunk@12992
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwgeom_api.c, liblwgeom/measures.c,
	liblwgeom/measures3d.c, postgis/gserialized_gist_2d.c,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_functions_basic.c: 
	Replace MAXFLOAT with more "standard" FLT_MAX git-svn-id: http://svn.osgeo.org/postgis/trunk@12988
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Quiet warnings from clang git-svn-id: http://svn.osgeo.org/postgis/trunk@12987
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-18  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Update comment above getPoint2d_internal, it
	is safe to cast now git-svn-id: http://svn.osgeo.org/postgis/trunk@12986
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/cunit/cu_in_geojson.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/measures.c, liblwgeom/measures.h, liblwgeom/measures3d.c,
	liblwgeom/measures3d.h, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_clean.c: Remove many references to
	liblwgeom_internal.h outside liblwgeom, and quiet some nagging
	warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12985
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_box.c: #2931, BOX representation is case sensitive git-svn-id: http://svn.osgeo.org/postgis/trunk@12982
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-17  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Link ST_UnaryUnion with ST_Node, fix
	See Also section formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@12981
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Remove ST_Tile references from ST_Retile
	docs ... wasn't very useful that way ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@12973
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Move ST_Retile documentation under
	"raster constructors" Add note about difference from ST_Tile, link ST_Tile and ST_Resample git-svn-id: http://svn.osgeo.org/postgis/trunk@12972
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-11  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml, extensions/upgradeable_versions.mk: 
	cut in missing 2.1.3 and 2.1.4 release notes, fix date type in
	2.0.5, add 2.1.4 to extension upgrade mix git-svn-id: http://svn.osgeo.org/postgis/trunk@12968
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress,
	extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress.sq
	l: #2927 reverse geocode ammendment - found bug introduced.  Also
	added in regression test git-svn-id: http://svn.osgeo.org/postgis/trunk@12960
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql: 
	#2927 Get rid of tiger. prefix.  Not that it affects anything git-svn-id: http://svn.osgeo.org/postgis/trunk@12959
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql: 
	#2927 reverse geocode not filling in direction prefix and get rid of
	ST_Line_Locate_Point deprecated call.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12958
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-08  Regina Obe <lr@pcorp.us>

	* doc/reference_misc.xml: #2762 renamed ST_Estimated_Extent page to
	ST_EstimatedExtent git-svn-id: http://svn.osgeo.org/postgis/trunk@12956
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: wrong function (non-existent xref) git-svn-id: http://svn.osgeo.org/postgis/trunk@12953
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2920 stab at explaining requirement for
	alignment and add more detail to ST_SameAlignment git-svn-id: http://svn.osgeo.org/postgis/trunk@12952
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Fix parser rules to run automatically if
	needed git-svn-id: http://svn.osgeo.org/postgis/trunk@12950
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-05  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@12949
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-05  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@12948
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_wkt_parse.y: Fix %name-prefix usage in gramma file Fixes warning: deprecated directive, use ‘%name-prefix’
	[-Wdeprecated] git-svn-id: http://svn.osgeo.org/postgis/trunk@12947
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_wkt_parse.y: Fix grammar file to work around
	suspected bison 3.0.2 bug See

	http://lists.osgeo.org/pipermail/postgis-devel/2014-September/024507.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@12946
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_wkt_lex.l: Fix "'input'  defined but not used"
	warning on building generated parser git-svn-id: http://svn.osgeo.org/postgis/trunk@12945
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-05  Sandro Santilli <strk@kbt.io>

	* .travis.yml: [TRAVIS] Do not use IRC notifications git-svn-id: http://svn.osgeo.org/postgis/trunk@12944
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Rule to build parser is "parser", not
	"parse" git-svn-id: http://svn.osgeo.org/postgis/trunk@12943
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-03  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Link ST_CreateOverview from
	AddOverviewConstraints git-svn-id: http://svn.osgeo.org/postgis/trunk@12942
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-03  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_createoverview.sql,
	raster/test/regress/rt_createoverview_expected: Implement ST_Retile
	and ST_CreateOverview (#2247) Includes testcases and documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@12941
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-03  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Fix typo in DropOverviewConstraints doc git-svn-id: http://svn.osgeo.org/postgis/trunk@12940
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-03  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Fix warnings in docs image
	generator build Print a warning on system call failures git-svn-id: http://svn.osgeo.org/postgis/trunk@12937
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-03  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml, doc/using_raster_dataman.xml: Add
	documentation for {Add,Drop}OverviewConstraints (#2824) git-svn-id: http://svn.osgeo.org/postgis/trunk@12934
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-09-03  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Add availability info for
	{Add,Drop}OverviewConstraints git-svn-id: http://svn.osgeo.org/postgis/trunk@12933
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-31  Regina Obe <lr@pcorp.us>

	* NEWS, doc/xsl/postgis_aggs_mm.xml.xsl: #2906 document new
	enhancement git-svn-id: http://svn.osgeo.org/postgis/trunk@12930
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-29  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/rt_warp.c: Slightly simplify a loop setting
	projection parameters for gdal warp git-svn-id: http://svn.osgeo.org/postgis/trunk@12929
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-28  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/rt_warp.c, raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected,
	raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: Fix output georeference on
	warping rasters with default georeference Closes #2911 and re-closes #2251 git-svn-id: http://svn.osgeo.org/postgis/trunk@12928
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-27  Sandro Santilli <strk@kbt.io>

	* NEWS: Add sections for 2.0.5, 2.0.6 and 2.1.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@12927
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-27  Sandro Santilli <strk@kbt.io>

	* NEWS: Remove bugfix items already noted for previous versions git-svn-id: http://svn.osgeo.org/postgis/trunk@12926
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-27  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@12925
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-26  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: Add TODO item about
	not needlessly dropping ST_SummaryStats and friends git-svn-id: http://svn.osgeo.org/postgis/trunk@12921
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-26  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Do not skip lines starting with "--"
	from comments (#2759) git-svn-id: http://svn.osgeo.org/postgis/trunk@12918
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-25  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_2011/create_geocode.bat,
	extras/tiger_geocoder/tiger_2011/create_geocode.sh,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2014.sql: #2906
	support for Tiger 2014 git-svn-id: http://svn.osgeo.org/postgis/trunk@12917
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-23  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: 2855: better documentation to reflect
	minkowski doesn't support polyhedral and tins git-svn-id: http://svn.osgeo.org/postgis/trunk@12915
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-23  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2011/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2011/regress/geocode_regress.sql: #2899
	geocode limit 1 not always returning best answer git-svn-id: http://svn.osgeo.org/postgis/trunk@12914
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwpoly.c: #2720, lwpoly_add_ring should update maxrings
	after realloc git-svn-id: http://svn.osgeo.org/postgis/trunk@12911
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-22  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/postgis.sql.in: remove extra option for next feature
	(bboxes, comming soon)  in sql-signature.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12908
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-22  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_output.xml, liblwgeom/cunit/cu_out_twkb.c,
	liblwgeom/cunit/cu_varint.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h, liblwgeom/varint.c,
	liblwgeom/varint.h, postgis/lwgeom_accum.c, postgis/lwgeom_inout.c,
	postgis/postgis.sql.in, regress/twkb_expected: Added optional
	geometry size in TWKB. Also reworked the code so passing around
	**buf instead of *buf. Also affects the varInt code git-svn-id: http://svn.osgeo.org/postgis/trunk@12907
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-22  Regina Obe <lr@pcorp.us>

	* raster/rt_core/librtcore.h: #2903 change in #2620 (to support
	debian freebsd kernel) broke freebsd compilation git-svn-id: http://svn.osgeo.org/postgis/trunk@12905
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-21  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: #2708: updategeometrysrid doesn't update
	srid check in some cases (when schema not specified).  Patch from
	Marc Jansen git-svn-id: http://svn.osgeo.org/postgis/trunk@12902
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml, doc/reference_lrs.xml: #2871 fix update
	to 2.0 message for ST_LineInterpolatePoint, ST_LineSubstring and
	ST_LineLocatePoint.  Also changed reference ids to match new
	function name (missed some spots) git-svn-id: http://svn.osgeo.org/postgis/trunk@12900
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml, doc/reference_lrs.xml: #2871 fix update
	to 2.0 message for ST_LineInterpolatePoint, ST_LineSubstring and
	ST_LineLocatePoint.  Also changed reference ids to match new
	function name git-svn-id: http://svn.osgeo.org/postgis/trunk@12898
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: #2605 armel: _ST_Covers() returns true for
	point in hole git-svn-id: http://svn.osgeo.org/postgis/trunk@12896
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-18  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, configure.ac, doc/Makefile.in: Simplify docs
	building rules, hopefully fixing build-on-install (#2872) git-svn-id: http://svn.osgeo.org/postgis/trunk@12894
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-16  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in, regress/tickets.sql,
	regress/tickets_expected: #2870 put in change notice in sql
	geograpy(bytea) has changed, put in regression test git-svn-id: http://svn.osgeo.org/postgis/trunk@12889
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-15  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Raise cost of ST_ConvexHull(raster)
	from 1 to 300 (#2895) git-svn-id: http://svn.osgeo.org/postgis/trunk@12888
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/geography.sql.in, postgis/geography_inout.c: #2780,
	Binary insert into geography column results in value being inserted
	as geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@12887
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-11  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_varint.c: #2892 add back liblwgeom fix warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@12884
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-11  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/Makefile.in, liblwgeom/varint.c, liblwgeom/varint.h: 
	going back to put varint functions in varint.c git-svn-id: http://svn.osgeo.org/postgis/trunk@12883
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-11  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: revert option for -s. Ticket #2891 git-svn-id: http://svn.osgeo.org/postgis/trunk@12882
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-10  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in: #2890 missing availability info for
	geography operators git-svn-id: http://svn.osgeo.org/postgis/trunk@12881
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-10  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: cast const char * to char *. Ticket
	#2885 git-svn-id: http://svn.osgeo.org/postgis/trunk@12880
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpg_geometry.c: Remove unused variable. Ticket
	#2884.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12879
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/cu_varint.c: New try for #2878 and #2880, see
	discussion in #2880 git-svn-id: http://svn.osgeo.org/postgis/trunk@12878
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/cu_varint.c: Ok, varint.h is taken away again
	#2878 also see #2880 git-svn-id: http://svn.osgeo.org/postgis/trunk@12877
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-09  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/cu_varint.c: Put back varint.h to get rid of
	compiler warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@12876
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-09  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/varint.h: put in declrations to get rid of compiler
	warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@12875
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/varint.h: Mark inline functions as such, fixing related
	warnings (#2880) git-svn-id: http://svn.osgeo.org/postgis/trunk@12874
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-08  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwgeom_sfcgal.c, libpgcommon/pgsql_compat.h: #2883
	warning SET_VARSIZE(PTR,len) redefined.  get rid of assert (its
	included via liblwgeom_internal (way down there), not the ultimate
	issue though for this., pgsql_compat.h get rid of legacy postgresql
	8.2 crap. We haven't supported 8.2 in like 7 years (sfcgal was
	somehow falling into this loop don't know why since postgis_config.h git-svn-id: http://svn.osgeo.org/postgis/trunk@12873
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-08  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: #2882 warbubg too many arguments for format git-svn-id: http://svn.osgeo.org/postgis/trunk@12872
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-07  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_out_twkb.c, liblwgeom/cunit/cu_varint.c: #2878
	get rid of duplicate definition of hexbytes_from_bytes (already
	defined in lwout_wkb.c) get rid of liblwgeom.h (already included via
	liblwgeom_internal.h), get rid of varint.h include (already included
	via lwout_twkb.c) git-svn-id: http://svn.osgeo.org/postgis/trunk@12871
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-07  Regina Obe <lr@pcorp.us>

	* configure.ac, extensions/address_standardizer/{Makefile =>
	Makefile.in},
	extensions/address_standardizer/address_standardizer.control,
	extensions/address_standardizer/address_standardizer.control.in,
	extensions/address_standardizer/address_standardizer.sql.in: #2877
	-- folder address_standardizer into configure so inherits same
	versioning as rest of postgis extensions.  Have makefile.in get
	dependencies from configure (pcre to be added later) git-svn-id: http://svn.osgeo.org/postgis/trunk@12870
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-07  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/Makefile.in: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@12869
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-07  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/Makefile.in, liblwgeom/varint.c, liblwgeom/varint.h: 
	Move varINT function to header file for performance reasons git-svn-id: http://svn.osgeo.org/postgis/trunk@12868
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-07  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_out_twkb.c,
	liblwgeom/cunit/cu_tester.c: Add cunit tests for twkb git-svn-id: http://svn.osgeo.org/postgis/trunk@12867
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-07  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, doc/Makefile.in, topology/Makefile.in: Remove more
	generated Makefile on "distclean" (#2876) git-svn-id: http://svn.osgeo.org/postgis/trunk@12865
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-07  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml: Add missing commas in some See Also
	sections, link ST_AsBinary to ST_AsTWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@12864
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-06  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml, doc/installation.xml: #2874
	document move of address_standardizer to extensions folder.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12862
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-06  Regina Obe <lr@pcorp.us>

	* extras/address_standardizer/COPYING,
	extras/address_standardizer/Makefile,
	extras/address_standardizer/README.address_standardizer,
	extras/address_standardizer/address_parser.c,
	extras/address_standardizer/address_standardizer.c,
	extras/address_standardizer/address_standardizer.control,
	extras/address_standardizer/address_standardizer.sql.in,
	extras/address_standardizer/analyze.c,
	extras/address_standardizer/err_param.c,
	extras/address_standardizer/export.c,
	extras/address_standardizer/gamma.c,
	extras/address_standardizer/gamma.h,
	extras/address_standardizer/gazeteer.csv,
	extras/address_standardizer/hash.c,
	extras/address_standardizer/hash.h,
	extras/address_standardizer/khash.h,
	extras/address_standardizer/lexicon.c,
	extras/address_standardizer/lexicon.csv,
	extras/address_standardizer/micro-macro.sql,
	extras/address_standardizer/mk-city-regex.pl,
	extras/address_standardizer/mk-sql.pl,
	extras/address_standardizer/mk-st-regexp.pl,
	extras/address_standardizer/pagc-data-psql,
	extras/address_standardizer/pagc_api.h,
	extras/address_standardizer/pagc_common.h,
	extras/address_standardizer/pagc_std_api.h,
	extras/address_standardizer/pagc_tools.c,
	extras/address_standardizer/pagc_tools.h,
	extras/address_standardizer/parseaddress-api.c,
	extras/address_standardizer/parseaddress-api.h,
	extras/address_standardizer/parseaddress-regex.h,
	extras/address_standardizer/parseaddress-stcities.h,
	extras/address_standardizer/rules.txt,
	extras/address_standardizer/standard.c,
	extras/address_standardizer/std_pg_hash.c,
	extras/address_standardizer/std_pg_hash.h,
	extras/address_standardizer/test-parseaddress.sql,
	extras/address_standardizer/test.sql,
	extras/address_standardizer/test2.sql,
	extras/address_standardizer/test_main.c,
	extras/address_standardizer/tokenize.c,
	extras/address_standardizer/usps-st-city-adds.txt,
	extras/address_standardizer/usps-st-city-orig.txt: remove now part
	of extensions folder git-svn-id: http://svn.osgeo.org/postgis/trunk@12861
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-06  Regina Obe <lr@pcorp.us>

	* extensions/address_standardizer/COPYING,
	extensions/address_standardizer/Makefile,
	extensions/address_standardizer/README.address_standardizer,
	extensions/address_standardizer/address_parser.c,
	extensions/address_standardizer/address_standardizer.c,
	extensions/address_standardizer/address_standardizer.control,
	extensions/address_standardizer/address_standardizer.sql.in,
	extensions/address_standardizer/analyze.c,
	extensions/address_standardizer/err_param.c,
	extensions/address_standardizer/export.c,
	extensions/address_standardizer/gamma.c,
	extensions/address_standardizer/gamma.h,
	extensions/address_standardizer/gazeteer.csv,
	extensions/address_standardizer/hash.c,
	extensions/address_standardizer/hash.h,
	extensions/address_standardizer/khash.h,
	extensions/address_standardizer/lexicon.c,
	extensions/address_standardizer/lexicon.csv,
	extensions/address_standardizer/micro-macro.sql,
	extensions/address_standardizer/mk-city-regex.pl,
	extensions/address_standardizer/mk-sql.pl,
	extensions/address_standardizer/mk-st-regexp.pl,
	extensions/address_standardizer/pagc-data-psql,
	extensions/address_standardizer/pagc_api.h,
	extensions/address_standardizer/pagc_common.h,
	extensions/address_standardizer/pagc_std_api.h,
	extensions/address_standardizer/pagc_tools.c,
	extensions/address_standardizer/pagc_tools.h,
	extensions/address_standardizer/parseaddress-api.c,
	extensions/address_standardizer/parseaddress-api.h,
	extensions/address_standardizer/parseaddress-regex.h,
	extensions/address_standardizer/parseaddress-stcities.h,
	extensions/address_standardizer/rules.txt,
	extensions/address_standardizer/standard.c,
	extensions/address_standardizer/std_pg_hash.c,
	extensions/address_standardizer/std_pg_hash.h,
	extensions/address_standardizer/test-parseaddress.sql,
	extensions/address_standardizer/test.sql,
	extensions/address_standardizer/test2.sql,
	extensions/address_standardizer/test_main.c,
	extensions/address_standardizer/tokenize.c,
	extensions/address_standardizer/usps-st-city-adds.txt,
	extensions/address_standardizer/usps-st-city-orig.txt: Prep to move
	address_standardizer into extensions folder git-svn-id: http://svn.osgeo.org/postgis/trunk@12860
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-05  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_envelope.sql,
	raster/test/regress/rt_envelope_expected: forgot to add unit tests
	to git. ticket #2828 git-svn-id: http://svn.osgeo.org/postgis/trunk@12859
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make the two-line decl check work git-svn-id: http://svn.osgeo.org/postgis/trunk@12856
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* autogen.sh: Make grep and sed swappable as well (Solaris again) git-svn-id: http://svn.osgeo.org/postgis/trunk@12855
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/g_box.c, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c, postgis_config.h.in: Keep isfinite()
	but downgrade for platforms that lack it.  Centos 5 has it with
	_GNU_SOURCE Older Solaris doesn't have it git-svn-id: http://svn.osgeo.org/postgis/trunk@12854
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwline.c: #2845, fix patch git-svn-id: http://svn.osgeo.org/postgis/trunk@12852
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwline.c: #2845, Bad geometry created from
	ST_AddPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@12849
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-08-01  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: #2838 grudgingly wrap shape tags around
	collected geometries.  It's the only way I can think of to create a
	valid x3d sub.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12847
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-31  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_varint.c: Add a couple more tests for varint
	encoding git-svn-id: http://svn.osgeo.org/postgis/trunk@12846
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-30  Sandro Santilli <strk@kbt.io>

	* .travis.yml: [TRAVIS] Do not remove postresql-common git-svn-id: http://svn.osgeo.org/postgis/trunk@12845
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-30  Sandro Santilli <strk@kbt.io>

	* .travis.yml: [TRAVIS] Ensure to install also the 9.1 server,
	needed for regress git-svn-id: http://svn.osgeo.org/postgis/trunk@12844
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-30  Sandro Santilli <strk@kbt.io>

	* .travis.yml: [TRAVIS] Remove more postgresql item not in the 9.1
	series git-svn-id: http://svn.osgeo.org/postgis/trunk@12843
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-30  Sandro Santilli <strk@kbt.io>

	* .travis.yml: [TRAVIS] remove postgresql 9.2 and 9.3 Hopefully fixes confusion between library and header used git-svn-id: http://svn.osgeo.org/postgis/trunk@12842
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-29  Sandro Santilli <strk@kbt.io>

	* .travis.yml: [TRAVIS] Get a list of installed postgresql packages git-svn-id: http://svn.osgeo.org/postgis/trunk@12841
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-29  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Honour verbosity flag on sql file load
	failure (see #2854) git-svn-id: http://svn.osgeo.org/postgis/trunk@12840
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_measures.c: Fix
	expected return codes fixed two commits above Also sets touched suite names to match filename (with "cu_" prefix
	stripped out) git-svn-id: http://svn.osgeo.org/postgis/trunk@12839
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_varint.c: Add tests for 32bit varints encoding git-svn-id: http://svn.osgeo.org/postgis/trunk@12838
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_measures.c: Check return code from liblwgeom
	functions Fixes some "variable set but unused" warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@12837
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_varint.c,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h, liblwgeom/varint.c,
	liblwgeom/varint.h: Move varInt handling code into its own file
	module, for reuse Also found a bug in encoding 4bytes numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@12836
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in: code cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@12835
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-27  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in: shortcut ST_Clip if clipping
	geometry extent fully contains raster extent. Ticket #2829 git-svn-id: http://svn.osgeo.org/postgis/trunk@12833
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/librtcore.h, raster/rt_core/rt_geometry.c,
	raster/rt_pg/rtpg_geometry.c, raster/rt_pg/rtpostgis.sql.in,
	raster/test/cunit/cu_raster_geometry.c,
	raster/test/regress/Makefile.in: ST_Envelope(raster) in C instead of
	ST_Envelope(ST_ConvexHull(raster)). ticket #2828 git-svn-id: http://svn.osgeo.org/postgis/trunk@12832
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-25  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: #2838 collection handling partially fixed -
	fix size computation for tins and add support for polyhedralsurface
	in geometry collection git-svn-id: http://svn.osgeo.org/postgis/trunk@12831
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-25  Regina Obe <lr@pcorp.us>

	* NEWS: oops duplicated entry in last commit.  add another.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12830
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-25  Regina Obe <lr@pcorp.us>

	* NEWS: add some missing new features to NEWS items git-svn-id: http://svn.osgeo.org/postgis/trunk@12829
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-25  Sandro Santilli <strk@kbt.io>

	* 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...  git-svn-id: http://svn.osgeo.org/postgis/trunk@12828
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-25  Sandro Santilli <strk@kbt.io>

	* loader/shpcommon.c: Simplify mapping file parsing git-svn-id: http://svn.osgeo.org/postgis/trunk@12827
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-25  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
	loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shpcommon.c, loader/shpcommon.h: Share code handling field
	name mapping between loader and dumper git-svn-id: http://svn.osgeo.org/postgis/trunk@12826
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-25  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: #2838 collection handling partially fixed
	(now can handle tins and doesn't output bogus gml output git-svn-id: http://svn.osgeo.org/postgis/trunk@12825
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-25  Sandro Santilli <strk@kbt.io>

	* doc/man/shp2pgsql.1: Add -m reference in shp2pgsql manpage. See
	ticket #899.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12824
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-24  Regina Obe <lr@pcorp.us>

	* regress/loader/mfile_mapping.txt: change to force linux linebreaks git-svn-id: http://svn.osgeo.org/postgis/trunk@12823
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-24  Regina Obe <lr@pcorp.us>

	* regress/loader/mfile_mapping.txt: set to platform dependent to see
	if this fixes issue on Linux git-svn-id: http://svn.osgeo.org/postgis/trunk@12822
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-24  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	regress/Makefile.in, regress/loader/mfile.opts,
	regress/loader/mfile.select.expected,
	regress/loader/mfile.select.sql, regress/loader/mfile_mapping.txt: 
	#899 shp2pgsql attribute names mapping (including test git-svn-id: http://svn.osgeo.org/postgis/trunk@12821
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-23  Regina Obe <lr@pcorp.us>

	* extras/address_standardizer/address_standardizer.control: #2814
	address_standardizer does not install with all encodings of database git-svn-id: http://svn.osgeo.org/postgis/trunk@12820
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-22  Regina Obe <lr@pcorp.us>

	* extras/address_standardizer/Makefile,
	extras/address_standardizer/{address_standardizer--1.0.sql.in =>
	address_standardizer.sql.in}: Get rid of version number on the
	.sql.in file.  Eventually it will have same versioning machinery as
	PostGIS proper git-svn-id: http://svn.osgeo.org/postgis/trunk@12819
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-22  Regina Obe <lr@pcorp.us>

	* extensions/postgis_sfcgal/postgis_sfcgal.control.in: #2852 sfcgal
	extension needs to be relocatable git-svn-id: http://svn.osgeo.org/postgis/trunk@12818
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-22  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml,
	doc/extras_tigergeocoder.xml, doc/postgis.xml, doc/template.xml: 
	Define new &address_standardizer_required; xml constant and flag
	functions requiring it git-svn-id: http://svn.osgeo.org/postgis/trunk@12817
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-22  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql: Drop dependency of estimation test on
	XML type (#2151) git-svn-id: http://svn.osgeo.org/postgis/trunk@12816
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-22  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql, regress/regress_index_expected: Raise
	statistic target during estimation test Possibly fixes #2851 (probability is statitics based) git-svn-id: http://svn.osgeo.org/postgis/trunk@12815
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-21  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/gserialized_estimate.c, regress/regress_index.sql,
	regress/regress_index_expected: Generalize estimator code to also
	work with expressional indexes Improves raster selectivity estimator (#2839) Includes regression
	tests git-svn-id: http://svn.osgeo.org/postgis/trunk@12814
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-21  Sandro Santilli <strk@kbt.io>

	* regress/regress_index.sql, regress/regress_index_expected: Add
	test for selectivity estimator git-svn-id: http://svn.osgeo.org/postgis/trunk@12813
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-21  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: Fix X3D specification link (X3D recently
	redid their site which broke all the links), also link to the
	PostGIS X3D web viewer as demonstration of using x3dom native
	html/js web browser rendering git-svn-id: http://svn.osgeo.org/postgis/trunk@12811
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-19  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml, doc/installation.xml: fix
	some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@12808
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-19  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: fix parse_address output git-svn-id: http://svn.osgeo.org/postgis/trunk@12807
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-19  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: arg for parse_address git-svn-id: http://svn.osgeo.org/postgis/trunk@12806
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-19  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: document parse_address
	function, add examples for parse_address and address_standardizer,
	fix proto for address_standardizer git-svn-id: http://svn.osgeo.org/postgis/trunk@12805
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-19  Regina Obe <lr@pcorp.us>

	* extras/address_standardizer/address_standardizer--1.0.sql.in: 
	#2846 parse_address is not null safe - make immutable strict git-svn-id: http://svn.osgeo.org/postgis/trunk@12803
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-18  Sandro Santilli <strk@kbt.io>

	* raster/loader/raster2pgsql.c: Reduce some code duplication git-svn-id: http://svn.osgeo.org/postgis/trunk@12801
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-18  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: get rid of dangling para git-svn-id: http://svn.osgeo.org/postgis/trunk@12800
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-18  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@12799
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-18  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Add pcre as optional dependency for building
	address standardizer git-svn-id: http://svn.osgeo.org/postgis/trunk@12798
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-18  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update install instructions to include
	simple example for testing installation git-svn-id: http://svn.osgeo.org/postgis/trunk@12796
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-18  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update install instructions to reflect code
	is now part of repo git-svn-id: http://svn.osgeo.org/postgis/trunk@12795
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-18  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: minor edits and link to
	installation which needs some cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@12794
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-17  Sandro Santilli <strk@kbt.io>

	* doc/reference_management.xml, doc/reference_raster.xml: Cross-link
	UpdateRasterSRID and UpdateGeometrySRID git-svn-id: http://svn.osgeo.org/postgis/trunk@12793
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-17  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/loader/Projected-post.sql: Cleanup after
	raster import tests using overview It seems to not be automatic...  git-svn-id: http://svn.osgeo.org/postgis/trunk@12792
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-17  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@12791
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-17  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/loader/Basic-post.sh,
	raster/test/regress/loader/Basic-pre.sh,
	raster/test/regress/loader/BasicCopy-post.sh,
	raster/test/regress/loader/BasicCopy-pre.sh,
	raster/test/regress/loader/BasicFilename-post.sh,
	raster/test/regress/loader/BasicFilename-pre.sh,
	raster/test/regress/loader/BasicOutDB-post.sh,
	raster/test/regress/loader/BasicOutDB-pre.sh,
	raster/test/regress/loader/Tiled10x10-post.sh,
	raster/test/regress/loader/Tiled10x10-pre.sh,
	raster/test/regress/loader/Tiled10x10Copy-post.sh,
	raster/test/regress/loader/Tiled10x10Copy-pre.sh,
	raster/test/regress/loader/Tiled8x8-post.sh,
	raster/test/regress/loader/Tiled8x8-pre.sh: Remove obsoleted shell
	versions of test aux scripts (#2844) git-svn-id: http://svn.osgeo.org/postgis/trunk@12790
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-17  Sandro Santilli <strk@kbt.io>

	* NEWS, raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
	raster/test/regress/Makefile.in,
	raster/test/regress/loader/Projected-post.sql,
	raster/test/regress/loader/Projected-pre.sql,
	raster/test/regress/loader/Projected.opts,
	raster/test/regress/loader/Projected.select.expected,
	raster/test/regress/loader/Projected.select.sql: Add support for
	raster reprojection on import (#2843) git-svn-id: http://svn.osgeo.org/postgis/trunk@12789
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-17  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: finish listing all key user
	defined tables -- needs more work but a start git-svn-id: http://svn.osgeo.org/postgis/trunk@12788
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-16  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: missing para tag git-svn-id: http://svn.osgeo.org/postgis/trunk@12787
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-16  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: add section for tables and
	define rules table (still need to add gaz and lex tables) git-svn-id: http://svn.osgeo.org/postgis/trunk@12786
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-16  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: cleanup formatting of code examples git-svn-id: http://svn.osgeo.org/postgis/trunk@12785
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-16  Regina Obe <lr@pcorp.us>

	* : forgot to resize too big git-svn-id: http://svn.osgeo.org/postgis/trunk@12784
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-15  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: fix typo in image names git-svn-id: http://svn.osgeo.org/postgis/trunk@12783
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-15  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: fix missing tag in ST_Tesselate add more
	examples for ST_3DIntersection git-svn-id: http://svn.osgeo.org/postgis/trunk@12782
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-15  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_tesselate03.wkt,
	doc/html/image_src/st_tesselate04.wkt, doc/reference_sfcgal.xml: Add
	documentation for ST_Tesselate with figures git-svn-id: http://svn.osgeo.org/postgis/trunk@12781
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-14  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Add note about extent ratainment in
	ST_Resize, cross link docs Closes #2833 git-svn-id: http://svn.osgeo.org/postgis/trunk@12780
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-14  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Force rtpostgis.so rebuild on
	librtcore.a change git-svn-id: http://svn.osgeo.org/postgis/trunk@12779
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c: #2834, ST_Estimated_Extent and
	mixedCase table names git-svn-id: http://svn.osgeo.org/postgis/trunk@12778
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Drop duplicated commas, add ST_SetValue
	in See Also for ST_Value git-svn-id: http://svn.osgeo.org/postgis/trunk@12776
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-11  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore more generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@12775
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-10  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: resize images and put a not about how
	the 3D was rendered.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12771
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-10  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: forgot to commit changes git-svn-id: http://svn.osgeo.org/postgis/trunk@12770
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_extrude01.wkt,
	doc/html/image_src/st_extrude03.wkt: Add visual examples of
	extrusion git-svn-id: http://svn.osgeo.org/postgis/trunk@12769
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-08  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: #2820: ST_Segmentize(geography) returns
	a geography not geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@12767
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-08  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/run_test.pl: Add support for sfgal in
	run_test --extension git-svn-id: http://svn.osgeo.org/postgis/trunk@12766
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-08  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis_drop.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: Cleanup raster drop
	files rtpostgis_drop.sql is used to drop obsoleted objects (after) while
	rtpostgis_upgrade_cleanup.sql is used to remove things that need be
	removed _before_ (incompatible CREATE OR REPLACE).  Ideally nothing would need to be removed _before_ if the
	proc_upgrade script was made smarter to determine incompatible
	signature changes (but this is for another time).  Closes #2673 git-svn-id: http://svn.osgeo.org/postgis/trunk@12765
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in: fix regexp escaping git-svn-id: http://svn.osgeo.org/postgis/trunk@12764
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-08  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_straightskeleton02.wkt: change to manual
	creation generated doesn't look right git-svn-id: http://svn.osgeo.org/postgis/trunk@12761
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-08  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_straightskeleton01.wkt,
	doc/html/image_src/st_straightskeleton02.wkt,
	doc/reference_sfcgal.xml: change example to one that takes up more
	of the realestate git-svn-id: http://svn.osgeo.org/postgis/trunk@12760
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-08  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in: fix typo in image make script for
	ST_StraightSkeleton image git-svn-id: http://svn.osgeo.org/postgis/trunk@12759
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: missed committing ths file ST_Force2D
	link id fix git-svn-id: http://svn.osgeo.org/postgis/trunk@12758
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: another ST_Force_2D id change to
	ST_Force2D git-svn-id: http://svn.osgeo.org/postgis/trunk@12757
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_straightskeleton01.wkt,
	doc/html/image_src/st_straightskeleton02.wkt,
	doc/reference_editor.xml, doc/reference_guc.xml,
	doc/reference_sfcgal.xml: Change link id of ST_Force2D from
	ST_Force_2D to ST_Force2Dm add doco for ST_StraightSkeleton, add
	example of switching backend to sfcgal git-svn-id: http://svn.osgeo.org/postgis/trunk@12756
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwin_encoded_polyline.c,
	liblwgeom/lwline.c, liblwgeom/lwout_encoded_polyline.c: Clean up
	warnings in encoded polyline code git-svn-id: http://svn.osgeo.org/postgis/trunk@12755
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_encoded_polyline.c: Convert malloc/free to
	lwalloc/lwfree git-svn-id: http://svn.osgeo.org/postgis/trunk@12754
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml, doc/reference_sfcgal.xml: Provided
	3D behavior examples for ST_Intersection and ST_3DIntersection git-svn-id: http://svn.osgeo.org/postgis/trunk@12753
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in: use @ operator instead of
	ST_CoveredBy(). Ticket #2822 git-svn-id: http://svn.osgeo.org/postgis/trunk@12752
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Sandro Santilli <strk@kbt.io>

	* doc/reference_constructor.xml, doc/reference_output.xml: Improve
	encoded polyline docs Fix cross-linking between encoded polyline in/out funx Add link to
	encoded polyline algorithm format git-svn-id: http://svn.osgeo.org/postgis/trunk@12751
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_constructor.xml, doc/reference_output.xml,
	liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_in_encoded_polyline.c,
	liblwgeom/cunit/cu_out_encoded_polyline.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwin_encoded_polyline.c,
	liblwgeom/lwout_encoded_polyline.c, postgis/Makefile.in,
	postgis/lwgeom_export.c, postgis/lwgeom_in_encoded_polyline.c,
	postgis/postgis.sql.in, regress/Makefile.in,
	regress/in_encodedpolyline.sql,
	regress/in_encodedpolyline_expected, regress/out_geometry.sql,
	regress/out_geometry_expected, utils/postgis_restore.pl.in: Added
	support for encoded_polyline input/output (#2349) Allow to convert from Encoded Polyline to LineString.  Useful for
	storing routes from Osrm or Google into PostGIS.  See

	http://developers.google.com/maps/documentation/utilities/polylinealgorithmContributed by Kashif Rasul <kashif.rasul@gmail.com> Includes unit and regress tests.  Includes documentation.  Signed-off-by: Sandro Santilli <strk@keybit.net> git-svn-id: http://svn.osgeo.org/postgis/trunk@12750
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c, raster/loader/raster2pgsql.c: Fix index
	creation in loaders The bug was introduced with previous commit (typo) See #2811 git-svn-id: http://svn.osgeo.org/postgis/trunk@12749
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-07  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c, raster/loader/raster2pgsql.c: Do not
	explicitly name indexes loading rasters/shapefiles (#2811) git-svn-id: http://svn.osgeo.org/postgis/trunk@12746
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-06  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpg_mapalgebra.c,
	raster/test/regress/rt_mapalgebra.sql,
	raster/test/regress/rt_mapalgebra_expected: Validate that
	ST_MapAlgebra callback function has correct return datatype. Ticket
	#2802 git-svn-id: http://svn.osgeo.org/postgis/trunk@12744
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-06  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@12741
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-06  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/check_raster_columns_expected,
	raster/test/regress/check_raster_overviews_expected,
	raster/test/regress/loader/Basic.select.expected,
	raster/test/regress/loader/BasicCopy.select.expected,
	raster/test/regress/loader/BasicOutDB.select.expected,
	raster/test/regress/loader/Tiled10x10.select.expected,
	raster/test/regress/loader/Tiled10x10Copy.select.expected: Raster
	max extent uses envelope like Geometry. Ticket #2777 git-svn-id: http://svn.osgeo.org/postgis/trunk@12740
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/librtcore.h, 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/test/cunit/cu_band_basics.c,
	raster/test/cunit/cu_band_misc.c,
	raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
	raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c,
	raster/test/cunit/cu_pixtype.c,
	raster/test/cunit/cu_raster_basics.c,
	raster/test/cunit/cu_raster_geometry.c,
	raster/test/cunit/cu_raster_misc.c,
	raster/test/cunit/cu_raster_wkb.c,
	raster/test/cunit/cu_spatial_relationship.c,
	raster/test/regress/rt_mapalgebra.sql: fix obsolete URL in headers git-svn-id: http://svn.osgeo.org/postgis/trunk@12737
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-06  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/test/regress/rt_mapalgebra.sql,
	raster/test/regress/rt_mapalgebra_expected: added NEWS and updated
	tests git-svn-id: http://svn.osgeo.org/postgis/trunk@12735
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpg_mapalgebra.c: use empty TEXT array for userargs
	when no user args and STRICT callback function git-svn-id: http://svn.osgeo.org/postgis/trunk@12734
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-06  Regina Obe <lr@pcorp.us>

	* doc/doxygen.cfg.in: #2813 add address_standardizer as part of
	doxygen build git-svn-id: http://svn.osgeo.org/postgis/trunk@12731
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-05  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: move title below sect1info
	guess not legal before it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12730
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-05  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: missed a spot (hopefully
	strk's asleep) git-svn-id: http://svn.osgeo.org/postgis/trunk@12729
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-05  Regina Obe <lr@pcorp.us>

	* doc/extras_address_standardizer.xml: move term out of listentry git-svn-id: http://svn.osgeo.org/postgis/trunk@12728
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-05  Regina Obe <lr@pcorp.us>

	* doc/extras.xml, doc/extras_address_standardizer.xml,
	doc/postgis.xml: #2801: start work on address_standardizer chapter
	and cut in git-svn-id: http://svn.osgeo.org/postgis/trunk@12727
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-05  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2810 document the delimeter argument
	and big warning to avoid because we may remove it in future versions git-svn-id: http://svn.osgeo.org/postgis/trunk@12726
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-04  Sandro Santilli <strk@kbt.io>

	* raster/loader/raster2pgsql.c: Change append_stringbuffer to take
	ownership of string parameter Reduces the amount of allocations/deallocations needed during
	import.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12725
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-04  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/rt_wkb.c: Inline hex conversion of raster wkb in
	rt_raster_to_hexwkb (#2798) Speeds up importing large rasters.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12724
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-04  Sandro Santilli <strk@kbt.io>

	* authors.git, authors.svn: Add woodbri in git/svn authors file git-svn-id: http://svn.osgeo.org/postgis/trunk@12723
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-04  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Include PostgreSQL failure messages
	in AddRasterConstraints git-svn-id: http://svn.osgeo.org/postgis/trunk@12722
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-03  Stephen Woodbridge <woodbri@swoodbridge.com>

	* extras/address_standardizer/README.address_standardizer: test
	commit to check access rights git-svn-id: http://svn.osgeo.org/postgis/trunk@12721
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-03  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpg_mapalgebra.c,
	raster/test/regress/rt_mapalgebra.sql,
	raster/test/regress/rt_mapalgebra_expected: Check that ST_MapAlgebra
	strict callbacks get passed an user arg Closes #2803 Includes a testcase git-svn-id: http://svn.osgeo.org/postgis/trunk@12720
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-03  Regina Obe <lr@pcorp.us>

	* NEWS: missed an edit git-svn-id: http://svn.osgeo.org/postgis/trunk@12718
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-03  Regina Obe <lr@pcorp.us>

	* NEWS: Add address_standardizer and sfcgal to list of contributions git-svn-id: http://svn.osgeo.org/postgis/trunk@12717
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-03  Regina Obe <lr@pcorp.us>

	* extras/address_standardizer/COPYING,
	extras/address_standardizer/Makefile,
	extras/address_standardizer/README.address_standardizer,
	extras/address_standardizer/address_parser.c,
	extras/address_standardizer/address_standardizer--1.0.sql.in,
	extras/address_standardizer/address_standardizer.c,
	extras/address_standardizer/address_standardizer.control,
	extras/address_standardizer/analyze.c,
	extras/address_standardizer/err_param.c,
	extras/address_standardizer/export.c,
	extras/address_standardizer/gamma.c,
	extras/address_standardizer/gamma.h,
	extras/address_standardizer/gazeteer.csv,
	extras/address_standardizer/hash.c,
	extras/address_standardizer/hash.h,
	extras/address_standardizer/khash.h,
	extras/address_standardizer/lexicon.c,
	extras/address_standardizer/lexicon.csv,
	extras/address_standardizer/micro-macro.sql,
	extras/address_standardizer/mk-city-regex.pl,
	extras/address_standardizer/mk-sql.pl,
	extras/address_standardizer/mk-st-regexp.pl,
	extras/address_standardizer/pagc-data-psql,
	extras/address_standardizer/pagc_api.h,
	extras/address_standardizer/pagc_common.h,
	extras/address_standardizer/pagc_std_api.h,
	extras/address_standardizer/pagc_tools.c,
	extras/address_standardizer/pagc_tools.h,
	extras/address_standardizer/parseaddress-api.c,
	extras/address_standardizer/parseaddress-api.h,
	extras/address_standardizer/parseaddress-regex.h,
	extras/address_standardizer/parseaddress-stcities.h,
	extras/address_standardizer/rules.txt,
	extras/address_standardizer/standard.c,
	extras/address_standardizer/std_pg_hash.c,
	extras/address_standardizer/std_pg_hash.h,
	extras/address_standardizer/test-parseaddress.sql,
	extras/address_standardizer/test.sql,
	extras/address_standardizer/test2.sql,
	extras/address_standardizer/test_main.c,
	extras/address_standardizer/tokenize.c,
	extras/address_standardizer/usps-st-city-adds.txt,
	extras/address_standardizer/usps-st-city-orig.txt: Fork of

	http://sourceforge.net/p/pagc/code/HEAD/tree/branches/sew-refactor/postgresql (svn://svn.code.sf.net/p/pagc/code/branches/sew-refactor/postgresql )  at r361 (Stephen Woodbridge, Walter Sinclair contribution) - address_standardizer extension for PostgreSQL forked from PAGC address standardizer to work with PostgreSQLgit-svn-id: http://svn.osgeo.org/postgis/trunk@12716
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore build artifacts git-svn-id: http://svn.osgeo.org/postgis/trunk@12714
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-07-01  Sandro Santilli <strk@kbt.io>

	* install-sh: install-sh is a built artifact, should not be in the
	repository See
	http://lists.osgeo.org/pipermail/postgis-devel/2014-June/024327.html git-svn-id: http://svn.osgeo.org/postgis/trunk@12712
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_surface.c: fix build git-svn-id: http://svn.osgeo.org/postgis/trunk@12710
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_surface.c: #2797 cu_surface.c warning on
	polyhedralsurface_parse git-svn-id: http://svn.osgeo.org/postgis/trunk@12709
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.comments.in, doc/Makefile.in: #2796,
	sfcgal_comments.sql missing for regress testing install git-svn-id: http://svn.osgeo.org/postgis/trunk@12708
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in: #2793, sfcgal cunit tests do not seem
	to run git-svn-id: http://svn.osgeo.org/postgis/trunk@12707
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore some build artefacts git-svn-id: http://svn.osgeo.org/postgis/trunk@12706
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-30  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwgeom_sfcgal.h: #2790 SET_VARSIZE redefined - to fix
	swapped out liblwgeom.h with liblwgeom_internal.h which includes
	reference to postgis_config.h to do conditional right thing based in
	pg version git-svn-id: http://svn.osgeo.org/postgis/trunk@12704
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-29  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in: #2794 sfcgal regress sfcgal doesn't install
	if RUNTESTFLAGS is set by user because trying to reuse that flag.
	Define new flag SFCGALTESTFLAGS and pass that along.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12703
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-29  Regina Obe <lr@pcorp.us>

	* regress/sfcgal/tickets.sql, regress/sfcgal/tickets_expected: 
	#2488: patch from Vincent Mora to make sfcgal_tickets endian
	agnostic git-svn-id: http://svn.osgeo.org/postgis/trunk@12702
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-29  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml: update postgis_full_version output
	the old was ancient 1.3 days git-svn-id: http://svn.osgeo.org/postgis/trunk@12700
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-29  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: #2792 docbook validation issues -- remove for
	raster_comments generation git-svn-id: http://svn.osgeo.org/postgis/trunk@12699
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, doc/xsl/postgis_aggs_mm.xml.xsl: update docs
	to include breaking function changes, fact that sfcgal now is
	supported as extension, and how to install sfcgal as extension git-svn-id: http://svn.osgeo.org/postgis/trunk@12692
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Add Vincent Mora to credits git-svn-id: http://svn.osgeo.org/postgis/trunk@12691
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Regina Obe <lr@pcorp.us>

	* extensions/postgis_sfcgal/Makefile.in,
	extensions/postgis_sfcgal/postgis_sfcgal.control.in: #2754
	postgis_sfcgal extension oops missed new extension folder git-svn-id: http://svn.osgeo.org/postgis/trunk@12690
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Regina Obe <lr@pcorp.us>

	* configure.ac, extensions/Makefile.in, postgis/Makefile.in,
	postgis/sfcgal.sql.in: #2754 need postgis_sfcgal wrapped as an
	extension - patch provided by Vincent Mora (vmo) git-svn-id: http://svn.osgeo.org/postgis/trunk@12689
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Regina Obe <lr@pcorp.us>

	* configure.ac: #2783 add JSON_CPPGLAGS to CPPFLAGS so works
	correctly with custom json-dir git-svn-id: http://svn.osgeo.org/postgis/trunk@12688
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_gml.c, regress/tickets.sql,
	regress/tickets_expected: #2704, ST_GeomFromGML() does not work
	properly with array of gml:pos git-svn-id: http://svn.osgeo.org/postgis/trunk@12685
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Ensure conditional has access to
	configuration values git-svn-id: http://svn.osgeo.org/postgis/trunk@12684
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: #2788 Warning on PG_RETURN_HEAPTUPLEHEADER
	building against PgSQL 9.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12681
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeodetic.c: Fix undefined behavior in
	ptarray_calculate_gbox_geodetic (#2774) Patch by Paul Ramsey git-svn-id: http://svn.osgeo.org/postgis/trunk@12676
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-27  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in: Do not assume
	utils/create_unpackaged.pl is executable git-svn-id: http://svn.osgeo.org/postgis/trunk@12675
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, regress/tickets.sql,
	regress/tickets_expected: #2712 ST_Segmentize exception on Empty
	input: getPoint4d_p: point offset out of range git-svn-id: http://svn.osgeo.org/postgis/trunk@12670
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-26  Sandro Santilli <strk@kbt.io>

	* README.postgis: Add note about ./autogen.sh git-svn-id: http://svn.osgeo.org/postgis/trunk@12669
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-26  Sandro Santilli <strk@kbt.io>

	* README.md: Add README.md to show nice travis link on the github
	mirror See http://github.com/postgis/postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@12668
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_clean.c: Fix potential memory fault in
	ST_MakeValid The fault would be triggered by passing a non-empty collection to
	ST_MakeValid where any "made-valid" component would result being non
	accepted by the final geometry collection constructor.  I'm not sure an input exists right now to trigger that case, but
	worth fixing anyway.  Bug found by Alvaro Huarte:
	https://github.com/postgis/postgis/pull/21 git-svn-id: http://svn.osgeo.org/postgis/trunk@12666
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-26  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix handling of bogus argument passed to
	--with-sfcgal (#2784) Patch by Vincent Mora git-svn-id: http://svn.osgeo.org/postgis/trunk@12664
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-25  Sandro Santilli <strk@kbt.io>

	* NEWS, README.postgis: With latest changes, support for libjson 0.9
	was restored :) git-svn-id: http://svn.osgeo.org/postgis/trunk@12661
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_geojson.c: Still build libjson code when having 0.9 git-svn-id: http://svn.osgeo.org/postgis/trunk@12660
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_geojson.c: Oops, unterminated #ifdef See https://travis-ci.org/postgis/postgis/builds/28397745#L1062 git-svn-id: http://svn.osgeo.org/postgis/trunk@12659
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_geojson.c: Attempt re-adding support fo libjson <
	0.10 (#2723) See https://travis-ci.org/postgis/postgis/builds/28394436#L1330 git-svn-id: http://svn.osgeo.org/postgis/trunk@12658
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_sfcgal.h: Fix warning: no previous prototype for
	'lwgeom_sfcgal_version' git-svn-id: http://svn.osgeo.org/postgis/trunk@12656
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-25  Sandro Santilli <strk@kbt.io>

	* regress/regress_sfcgal.sql, regress/sfcgal/empty.sql,
	regress/sfcgal/empty_expected, regress/sfcgal/measures.sql,
	regress/sfcgal/regress.sql, regress/sfcgal/tickets.sql,
	regress/sfcgal/tickets_expected: Fix SFCGAL tests to work with all
	versions (#2755) git-svn-id: http://svn.osgeo.org/postgis/trunk@12654
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-25  Sandro Santilli <strk@kbt.io>

	* NEWS, README.postgis: Document minimum required libjson-c version
	being 0.10 Latest debian stable (wheezy) packages 0.11 already.  See
	http://trac.osgeo.org/postgis/ticket/2539#comment:6 git-svn-id: http://svn.osgeo.org/postgis/trunk@12653
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-25  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/lwgeom_in_geojson.c: Report libjson version from
	postgis_full_version(), closing #2159 git-svn-id: http://svn.osgeo.org/postgis/trunk@12652
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwline.c: #2775
	lwline_from_lwmpoint leaks memory git-svn-id: http://svn.osgeo.org/postgis/trunk@12651
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/lwin_geojson.c, postgis_config.h.in: #2723
	failure to build against external json-c 0.12 git-svn-id: http://svn.osgeo.org/postgis/trunk@12647
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis_tiger_geocoder/Makefile.in: Use macro GREP
	instead of hardcoded git-svn-id: http://svn.osgeo.org/postgis/trunk@12645
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-24  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml, postgis/sfcgal.sql.in: #2779 put in
	missing availability information git-svn-id: http://svn.osgeo.org/postgis/trunk@12644
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-24  Regina Obe <lr@pcorp.us>

	* postgis/sfcgal.sql.in: #2753 Add ST_IsPlanar (hmm did I forget to
	put in this ST_MinkowskiSum) git-svn-id: http://svn.osgeo.org/postgis/trunk@12643
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-24  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_backend_api.c: Revert r12350 as it didn't fix #2382 Upgrades between 2.1 and 2.2 were fixed by r12641 and refraining
	from upgrading a GUC in presence of a pre-installed one is not the
	right way to deal with the problem (we'd rather want to replace an
	old GUC).  See #2755 (thanks vmo) git-svn-id: http://svn.osgeo.org/postgis/trunk@12642
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-24  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Force load of target shared object
	before major version check The load tries to ensure it's the load of the _old_ library that
	fails, rather than the one of the _new_ library.  A failed load of the old library would make major version check
	resort to call the postgis_scripts_installed() which would contain
	the correct version since version 1.1.0 up. Load of the old library
	should only fail when the old library is 2.1.0 up so there's no
	problem there.  NOTE: Failure of loading the _new_ library could still happen if the
	upgrade script is loaded in a session in which the _old_ library was
	used already.  This is not something we can fix as there's no
	"unload" command in PostgreSQL.  Closes #2382 git-svn-id: http://svn.osgeo.org/postgis/trunk@12641
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-23  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/load_outdb-pre.pl,
	raster/test/regress/load_outdb-pre.sh: add comments for out-db
	raster in regress tests git-svn-id: http://svn.osgeo.org/postgis/trunk@12639
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-23  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected: Disable ST_MemSize test for
	outdb rasters 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@12638
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-23  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@12637
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-23  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected: Subtract size of offdb
	raster paths in test for ST_MemSize Doing so should make the resulting size equal on all systems, fixing
	the travis builds: https://travis-ci.org/postgis/postgis#L2373-L2380 git-svn-id: http://svn.osgeo.org/postgis/trunk@12636
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-23  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@12635
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-22  Regina Obe <lr@pcorp.us>

	* doc/reference_misc.xml, doc/reference_raster.xml: #2770 Document
	new ST_MemSize for raster and #2769 name change for geometry
	(ST_MEm_Size to ST_MemSize) git-svn-id: http://svn.osgeo.org/postgis/trunk@12634
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-21  Bborie Park <dustymugs@gmail.com>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@12631
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-20  Sandro Santilli <strk@kbt.io>

	* NEWS, raster/rt_pg/rtpg_utility.c, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected: Implement
	ST_MemSize(raster) Closes #2770 Includes testcases, but no documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@12630
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-20  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/postgis.sql.in, regress/lwgeom_regress.sql,
	regress/regress.sql: Deprecate ST_Mem_Size, welcome ST_MemSize Closes #2769 git-svn-id: http://svn.osgeo.org/postgis/trunk@12629
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-20  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml, doc/xsl/sfcgal_comments.sql.xsl: #2753
	fix xsl to not trap intro git-svn-id: http://svn.osgeo.org/postgis/trunk@12628
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-20  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: #2753 change func proto ST_Minkowski to
	ST_MinkowskiSum git-svn-id: http://svn.osgeo.org/postgis/trunk@12627
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-20  Regina Obe <lr@pcorp.us>

	* doc/reference_sfcgal.xml: #2753: patch from vmp -- revised patch
	moving intro into an abstract instead of as separate section git-svn-id: http://svn.osgeo.org/postgis/trunk@12626
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-19  Sandro Santilli <strk@kbt.io>

	* NEWS, raster/rt_pg/rtpg_inout.c, raster/rt_pg/rtpostgis.sql.in: 
	Add postgis_noop(raster) function git-svn-id: http://svn.osgeo.org/postgis/trunk@12625
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-16  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/mark_editable_objects.sql.in: #2737
	typo git-svn-id: http://svn.osgeo.org/postgis/trunk@12624
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-16  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/mark_editable_objects.sql.in,
	spatial_ref_sys.sql: #2737 add back 900913 and update backup
	exclusion to exclude these. We still need to do somethng about
	upgrading spatial_ref_sys in general.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12623
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-16  Regina Obe <lr@pcorp.us>

	* spatial_ref_sys.sql: #2737 patch from Even Rouault: Upgrade of
	spatial_ref_sys.sql to EPSG v8.4, note also this update
	spatial_ref_sys to go back to using DATUM instead of towgs84 (back
	to  PostGIS 1.5 syntax), add new definitions, fix some existing
	ones.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12622
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-11  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: missing migration path from
	2.1.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@12618
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo in function proto for
	ST_NotSameAlignmentReason (had ST_SameAlignment) git-svn-id: http://svn.osgeo.org/postgis/trunk@12610
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2752: raster @ and ~ operators not
	documented git-svn-id: http://svn.osgeo.org/postgis/trunk@12605
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-06-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2752: raster && geometry is
	undocumented git-svn-id: http://svn.osgeo.org/postgis/trunk@12603
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-29  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Add availability info for
	raster/geometry operators See #2752 git-svn-id: http://svn.osgeo.org/postgis/trunk@12601
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-27  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Wrap rtpostgis_upgrade.sql in a
	transaction (#2749) git-svn-id: http://svn.osgeo.org/postgis/trunk@12589
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-25  Bborie Park <dustymugs@gmail.com>

	* NEWS: add news for GDAL 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@12585
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_geometry.c, raster/rt_core/rt_raster.c: basic
	support for GDAL 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@12584
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-21  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c: Reduce overhead of
	ST_Simplify calls against points and multipoints It takes half the time to run against 800k point records now (still
	double the time it takes to return those 800k records directly) See #2745 git-svn-id: http://svn.osgeo.org/postgis/trunk@12577
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-19  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Drop PlanetPostgis announce (automatic via
	http://postgis.net/news) git-svn-id: http://svn.osgeo.org/postgis/trunk@12575
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-19  Regina Obe <lr@pcorp.us>

	* java/jdbc/pom.xml, java/jdbc_jtsparser/pom.xml: fix links and
	version git-svn-id: http://svn.osgeo.org/postgis/trunk@12570
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-14  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Use a variable for extname git-svn-id: http://svn.osgeo.org/postgis/trunk@12565
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-14  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in,
	extensions/postgis_topology/extlock.sql, utils/create_unpackaged.pl: 
	Complain if extension scripts are sourced in psql git-svn-id: http://svn.osgeo.org/postgis/trunk@12564
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-14  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE, doc/Makefile.in, doc/postgis.xml: Automate
	postgis_download_url setting in doc/postgis.xml Drop manual step from HOWTO_RELEASE (and change list to unnumbered)
	Closes #2735 git-svn-id: http://svn.osgeo.org/postgis/trunk@12562
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-14  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Drop checkout step from release procedure, other
	cleanups See #2736 git-svn-id: http://svn.osgeo.org/postgis/trunk@12560
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-13  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Reorder release steps to avoid touching repository
	after tag git-svn-id: http://svn.osgeo.org/postgis/trunk@12546
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-13  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, HOWTO_RELEASE: Add "ChangeLog" rule, update
	HOWTO_RELEASE with that recipe git-svn-id: http://svn.osgeo.org/postgis/trunk@12543
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.c: tweak messages git-svn-id: http://svn.osgeo.org/postgis/trunk@12541
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-13  Bborie Park <dustymugs@gmail.com>

	* raster/test/cunit/cu_misc.c: disable one unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@12540
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.c: emit message for unknown GDAL drivers git-svn-id: http://svn.osgeo.org/postgis/trunk@12539
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-13  Sandro Santilli <strk@kbt.io>

	* postgis_config.h.in: Fix header guard git-svn-id: http://svn.osgeo.org/postgis/trunk@12534
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-13  Sandro Santilli <strk@kbt.io>

	* postgis_config.h.in: Header-guard postgis_config.h git-svn-id: http://svn.osgeo.org/postgis/trunk@12530
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-12  Regina Obe <lr@pcorp.us>

	* postgis/gserialized_estimate.c: fix url back git-svn-id: http://svn.osgeo.org/postgis/trunk@12528
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-12  Regina Obe <lr@pcorp.us>

	* postgis/gserialized_estimate.c: #2732 gserialized_estimate crashes
	under mingw64 windows when compiled with --enabled-debug git-svn-id: http://svn.osgeo.org/postgis/trunk@12527
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.c: strcat instead of sprintf git-svn-id: http://svn.osgeo.org/postgis/trunk@12519
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-05  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_extension_helper.sql, topology/Makefile.in,
	topology/sql/manage/ManageHelper.sql.in: Tweak search_path inline
	when creating topology extension Also fixes postgis website url and "make clean" rule.  NOTE: I found
	      that AddToSearchPath code is duplicated, might be a good idea to
	      drop one of the two implementations (both touched with this commit) git-svn-id: http://svn.osgeo.org/postgis/trunk@12504
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-05  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Remove debugging print from run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@12503
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-05  Sandro Santilli <strk@kbt.io>

	* configure.ac: Offline rasters are always supported git-svn-id: http://svn.osgeo.org/postgis/trunk@12501
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-04  Bborie Park <dustymugs@gmail.com>

	* doc/reference_guc.xml: add text mentioning env variables git-svn-id: http://svn.osgeo.org/postgis/trunk@12495
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-05-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.c: added support for
	POSTGIS_GDAL_ENABLED_DRIVERS and POSTGIS_ENABLE_OUTDB_RASTERS
	environment variables to set the boot values of the GUCs
	postgis.gdal_enabled_drivers and postgis.enable_outdb_rasters,
	respectively git-svn-id: http://svn.osgeo.org/postgis/trunk@12494
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-30  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Honour "Last Updated" objects
	comment for upgrade script (#2722) git-svn-id: http://svn.osgeo.org/postgis/trunk@12493
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_guc.xml, raster/rt_core/librtcore.h,
	raster/rt_core/rt_band.c, raster/rt_core/rt_util.c,
	raster/rt_pg/rtpostgis.c, raster/test/cunit/cu_misc.c,
	raster/test/regress/loader/BasicOutDB.select.sql,
	raster/test/regress/permitted_gdal_drivers.sql,
	raster/test/regress/rt_bytea.sql: add VSICURL keyword for GUC
	postgis.gdal_enabled_drivers. add GUC posgis.enable_outdb_rasters git-svn-id: http://svn.osgeo.org/postgis/trunk@12492
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-23  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/permitted_gdal_drivers.sql,
	raster/test/regress/permitted_gdal_drivers_expected: check before
	inserting records into spatial_ref_sys. ticket #2715 git-svn-id: http://svn.osgeo.org/postgis/trunk@12488
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-22  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/load_outdb-pre.pl,
	raster/test/regress/load_outdb-pre.sh,
	raster/test/regress/loader/BasicOutDB.select.sql,
	raster/test/regress/permitted_gdal_drivers.sql,
	raster/test/regress/rt_asgdalraster.sql,
	raster/test/regress/rt_asjpeg.sql,
	raster/test/regress/rt_aspng.sql,
	raster/test/regress/rt_astiff.sql,
	raster/test/regress/rt_fromgdalraster.sql: Unit tests fail on
	PostgreSQL 9.1 due to GUC behavior changes between 9.1 and 9.2.
	Ticket #2714 git-svn-id: http://svn.osgeo.org/postgis/trunk@12486
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-21  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/reference_editor.xml: #2713:
	properly cast text to geom (don't enforce bad habits), flag
	ST_StartPoint and ST_EndPoint as working with CIRCULARLINSTRINGS git-svn-id: http://svn.osgeo.org/postgis/trunk@12485
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-21  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: #2713 flag ST_ForceCurve as a curve
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@12484
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-21  Regina Obe <lr@pcorp.us>

	* regress/binary_expected: #2685: get rid of COPY lines (we are now
	stripping them since 9.4 adds it also when enable notice only) git-svn-id: http://svn.osgeo.org/postgis/trunk@12483
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-21  Regina Obe <lr@pcorp.us>

	* regress/run_test.pl: #2685: ignore COPY notice (new feature in 9.4
	tripping up regress checking) git-svn-id: http://svn.osgeo.org/postgis/trunk@12482
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-19  Baris Ergun <barisergun75@gmail.com>

	* java/jdbc/pom.xml, java/jdbc_jtsparser/pom.xml: #2626 adding patch
	suggestion from @shane to jdbc and jdbc-jtsparser java projects
	inorder to be prepared to manually release jdbc jars on OSSRH git-svn-id: http://svn.osgeo.org/postgis/trunk@12481
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-14  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #2343 missing --with-sfcgal in docs git-svn-id: http://svn.osgeo.org/postgis/trunk@12479
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/librtcore.h, raster/rt_core/rt_band.c,
	raster/rt_core/rt_util.c, raster/rt_pg/rtpg_create.c,
	raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpostgis.c: If GUC
	postgis.gdal_enabled_drivers = 'DISABLE_ALL', use of GDALOpen and
	GDALOpenShared is disabled.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12477
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-13  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@12476
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-13  Bborie Park <dustymugs@gmail.com>

	* doc/reference_guc.xml: document the GUC
	postgis.gdal_enabled_drivers git-svn-id: http://svn.osgeo.org/postgis/trunk@12475
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-13  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/librtcore.h, raster/rt_core/rt_band.c,
	raster/rt_core/rt_raster.c, raster/rt_core/rt_util.c,
	raster/rt_pg/rtpg_create.c, raster/rt_pg/rtpg_gdal.c,
	raster/rt_pg/rtpostgis.c, raster/test/regress/check_gdal.sql,
	raster/test/regress/check_gdal_expected,
	raster/test/regress/load_outdb-pre.pl,
	raster/test/regress/load_outdb-pre.sh,
	raster/test/regress/loader/BasicOutDB.select.sql,
	raster/test/regress/permitted_gdal_drivers.sql,
	raster/test/regress/rt_asgdalraster.sql,
	raster/test/regress/rt_asjpeg.sql,
	raster/test/regress/rt_aspng.sql,
	raster/test/regress/rt_astiff.sql,
	raster/test/regress/rt_bytea.sql,
	raster/test/regress/rt_fromgdalraster.sql: Addition of GUC
	postgis.gdal_enabled_drivers with default set to all GDAL drivers
	disabled git-svn-id: http://svn.osgeo.org/postgis/trunk@12474
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.c: initial steps at GUCs and additional
	drivers to skip by default git-svn-id: http://svn.osgeo.org/postgis/trunk@12473
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-11  Sandro Santilli <strk@kbt.io>

	* regress/typmod.sql, regress/typmod_expected: Fix testsuite with
	custom POSTGIS_REGRESS_DB set git-svn-id: http://svn.osgeo.org/postgis/trunk@12468
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-11  Sandro Santilli <strk@kbt.io>

	* NEWS, raster/rt_pg/rtpostgis.c: Also disable PDF GDAL driver by
	default git-svn-id: http://svn.osgeo.org/postgis/trunk@12466
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-11  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #2711: topology script locations are wrong git-svn-id: http://svn.osgeo.org/postgis/trunk@12464
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_warp.c: remove some noisy debug messages git-svn-id: http://svn.osgeo.org/postgis/trunk@12461
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-10  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/librtcore.h, raster/rt_core/rt_geometry.c,
	raster/rt_core/rt_raster.c, raster/rt_core/rt_util.c,
	raster/rt_core/rt_warp.c, raster/rt_pg/rtpostgis.c,
	raster/test/cunit/cu_gdal.c, raster/test/regress/Makefile.in,
	raster/test/regress/permitted_gdal_drivers.sql,
	raster/test/regress/permitted_gdal_drivers_expected: by default,
	prevent PostGIS raster from using GDAL drivers that can easily be
	abused (VRT, MEM, WCS, WMS) git-svn-id: http://svn.osgeo.org/postgis/trunk@12457
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.c: default blocking of GDAL VRT WCS WMS and
	MEM drivers git-svn-id: http://svn.osgeo.org/postgis/trunk@12456
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-10  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/rt_band.c: Do not allow loading offline rasters
	when explicitly disabled Previous commit only disabled _saving_ rasters with offline flag,
	this one prevents actually loading the offline data.  You can still
	dump databases with offline raster specs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12455
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-10  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/rt_serialize.c: Fix typo in error message git-svn-id: http://svn.osgeo.org/postgis/trunk@12454
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-10  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/Makefile.in: Encode dependency of raster objects on
	header files git-svn-id: http://svn.osgeo.org/postgis/trunk@12453
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-10  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Allow specifying name of regress database on
	make check Honours a POSTGIS_REGRESS_DB environment variable git-svn-id: http://svn.osgeo.org/postgis/trunk@12452
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-10  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix build with offline raster enabled (the default) git-svn-id: http://svn.osgeo.org/postgis/trunk@12451
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-10  Sandro Santilli <strk@kbt.io>

	* configure.ac, raster/raster_config.h.in,
	raster/rt_core/rt_serialize.c: Add support for disabling offline
	raster storage at compile time Adds --disable-offline-raster configure switch Testsuite fails with
	offline rasters disabled (could be fixed to skip offline raster
	tests) git-svn-id: http://svn.osgeo.org/postgis/trunk@12450
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwout_twkb.c,
	loader/pgsql2shp-core.c, postgis/lwgeom_sqlmm.c: Quiet LLVM warnings
	and remove old ignores from properties git-svn-id: http://svn.osgeo.org/postgis/trunk@12448
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_wkb.c: Add more debug prints git-svn-id: http://svn.osgeo.org/postgis/trunk@12446
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-09  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: add malformed polygons and
	linestrings git-svn-id: http://svn.osgeo.org/postgis/trunk@12442
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-08  Sandro Santilli <strk@kbt.io>

	* .gitignore, doc/Makefile.in, regress/Makefile.in: Clean files
	generated on 'make gaden' And tell git to ignore them git-svn-id: http://svn.osgeo.org/postgis/trunk@12439
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-07  Nicklas Avn <nicklas.aven@jordogskog.no>

	* regress/tickets.sql, regress/tickets_expected: #2672 regresstest git-svn-id: http://svn.osgeo.org/postgis/trunk@12436
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-07  Mateusz Loskot <mateusz@loskot.net>

	* doc/using_raster_dataman.xml: Document raster_columns.out_db
	metadata (Ticket #2705) git-svn-id: http://svn.osgeo.org/postgis/trunk@12435
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Fix ticket # git-svn-id: http://svn.osgeo.org/postgis/trunk@12434
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-07  Mateusz Loskot <mateusz@loskot.net>

	* loader/pgsql2shp-core.c: Handle error condition from fputs git-svn-id: http://svn.osgeo.org/postgis/trunk@12432
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_dumppoints.c, regress/dumppoints.sql: #2704,
	ST_DumpPoints of EMPTY geometries crashes server git-svn-id: http://svn.osgeo.org/postgis/trunk@12430
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-07  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c: Re-add printing return from puts with
	POSTGIS_DEBUG_LEVEL defined git-svn-id: http://svn.osgeo.org/postgis/trunk@12429
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-07  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Echo input during garden testing git-svn-id: http://svn.osgeo.org/postgis/trunk@12428
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-07  Mateusz Loskot <mateusz@loskot.net>

	* loader/pgsql2shp-core.c: Update r12421: Remove use of no longer
	existent fputs result git-svn-id: http://svn.osgeo.org/postgis/trunk@12427
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-05  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Fix "make garden" rule (#2701) git-svn-id: http://svn.osgeo.org/postgis/trunk@12424
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-05  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: cut in 2.0.5 release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@12423
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-04  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c, regress/dumper/null3d.dmp,
	regress/run_test.pl: Fix type detection in tables with null
	geometries (#2700) Includes testcase git-svn-id: http://svn.osgeo.org/postgis/trunk@12421
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-04  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: #2698 put in converter for
	geomjson and fix tests to catch geomkml git-svn-id: http://svn.osgeo.org/postgis/trunk@12417
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-04  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: remove more too much information git-svn-id: http://svn.osgeo.org/postgis/trunk@12415
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-04  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: get rid of synonym description - don't
	want to have to remember to update 2 functions all the time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12413
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-04  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: #2696: correct the doco that
	ST_NumInteriorRings no longer works with multipolygons since polys git-svn-id: http://svn.osgeo.org/postgis/trunk@12412
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwin_geojson.c, regress/in_geojson.sql,
	regress/in_geojson_expected: #2697, ST_GeomFromGeoJSON() of invalid
	GeoJSON Polygons crashes server process git-svn-id: http://svn.osgeo.org/postgis/trunk@12411
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-31  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: add 2.0.5 and replace 2.1.2dev
	with 2.1.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@12399
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-29  Regina Obe <lr@pcorp.us>

	* NEWS: up port 2.1.1 and 2.1.2 release items from branch/2.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@12397
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/release_notes.xml: #2690, documentation needs 2.1.2 release
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@12385
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-28  Sandro Santilli <strk@kbt.io>

	* regress/legacy.sql: Also find uninstall_legacy.sql in :scriptdir,
	use \cd for 9.1 support git-svn-id: http://svn.osgeo.org/postgis/trunk@12382
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-28  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_createtopogeo.sql: More spatial_ref_sys
	truncation during test git-svn-id: http://svn.osgeo.org/postgis/trunk@12380
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-28  Sandro Santilli <strk@kbt.io>

	* regress/legacy.sql: Have regress/legacy.sql truncate
	spatial_ref_sys git-svn-id: http://svn.osgeo.org/postgis/trunk@12376
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-28  Sandro Santilli <strk@kbt.io>

	* regress/legacy.sql, regress/run_test.pl: Allow using :scriptdir
	variable in regress tests Have legacy.sql use it to find legacy.sql.  The run_test.pl script
	sets it using pg_config when --extensions switch is given.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12375
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/loader/ReprojectPts-pre.sql, regress/regress_ogc.sql,
	regress/regress_proj.sql: #2687, pass tests when both raster and
	vector installed git-svn-id: http://svn.osgeo.org/postgis/trunk@12374
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic_tree.c: CircNode compare function needs to
	deference inputs git-svn-id: http://svn.osgeo.org/postgis/trunk@12365
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c: Quiet llvm warning git-svn-id: http://svn.osgeo.org/postgis/trunk@12364
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c: Go back to old hasz behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@12363
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-26  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: #2681 fix.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12361
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_geojson.c: Fix up GeoJSON empty poly fix a little
	more git-svn-id: http://svn.osgeo.org/postgis/trunk@12356
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/lwin_geojson.c, regress/in_geojson.sql,
	regress/in_geojson_expected: #2619, SIGSEGV in ST_GeomFromGeoJSON
	with empty list of coordinates git-svn-id: http://svn.osgeo.org/postgis/trunk@12355
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-25  Baris Ergun <barisergun75@gmail.com>

	* java/jdbc/pom.xml, java/jdbc_jtsparser/pom.xml: #2626 updating
	pom.xml versions to 2.2.0SVN on trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@12353
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_backend_api.c: #2382, Can't upgrade postgis ERROR:
	attempt to redefine parameter "postgis.backend" git-svn-id: http://svn.osgeo.org/postgis/trunk@12351
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_backend_api.c: #2382, Can't upgrade postgis ERROR:
	attempt to redefine parameter "postgis.backend" git-svn-id: http://svn.osgeo.org/postgis/trunk@12350
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c: Remove test output git-svn-id: http://svn.osgeo.org/postgis/trunk@12346
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c: Quiet tests git-svn-id: http://svn.osgeo.org/postgis/trunk@12345
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c: Uncomment tests git-svn-id: http://svn.osgeo.org/postgis/trunk@12342
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwgeodetic_tree.h, postgis/geography_measurement_trees.c: 
	#2634, should fix geography-tree-distance errors in cases where
	polygons interact with collections.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12340
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-24  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Update $libver after upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@12339
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-24  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/installation.xml: #2330 Add SFCGAL Boost (and more) requires git-svn-id: http://svn.osgeo.org/postgis/trunk@12338
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-22  Regina Obe <lr@pcorp.us>

	* raster/rt_core/librtcore.h: #2620 allow kFreeBSD to be treated as
	FreeBSD git-svn-id: http://svn.osgeo.org/postgis/trunk@12337
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-22  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in: #2674 raster missing availability
	info for some operators and functions used in equality operator git-svn-id: http://svn.osgeo.org/postgis/trunk@12333
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-18  Sandro Santilli <strk@kbt.io>

	* .travis.yml: Fix travis build by only installing postgresql 9.1
	(#2678) git-svn-id: http://svn.osgeo.org/postgis/trunk@12330
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-16  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c, postgis/lwgeom_accum.c: Fix for #2671 git-svn-id: http://svn.osgeo.org/postgis/trunk@12329
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-13  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #2551: documentation upgrade (old way
	update) but revised to reflect we no longer have version number on
	update scripts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12325
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-13  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: #2621 Resources for documentation doesn't get
	installed - apply patch from mwanner git-svn-id: http://svn.osgeo.org/postgis/trunk@12323
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* regress/twkb.sql, regress/twkb_expected: Add a twkb regression
	test more git-svn-id: http://svn.osgeo.org/postgis/trunk@12322
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c: Make the error message about wrong
	calculated size in twkb a little more verbose.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12321
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c: lround should be more correct than round
	since we expect a long int in return git-svn-id: http://svn.osgeo.org/postgis/trunk@12320
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/lwgeom_accum.c: #2670 cleaning some code git-svn-id: http://svn.osgeo.org/postgis/trunk@12319
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-10  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/lwgeom_accum.c: #2672, fix null handling for ST_AsTWKBagg git-svn-id: http://svn.osgeo.org/postgis/trunk@12318
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-10  Regina Obe <lr@pcorp.us>

	* topology/sql/populate.sql.in: #2609 topogeo_AddPolygon unnecessary
	use of DISTINCT git-svn-id: http://svn.osgeo.org/postgis/trunk@12316
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-10  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: update log table name for 2.2
	among other things git-svn-id: http://svn.osgeo.org/postgis/trunk@12315
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-09  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: #2558: WKT form(s) of MULTIPOINT
	documentation make OGC compliant git-svn-id: http://svn.osgeo.org/postgis/trunk@12313
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-09  Sandro Santilli <strk@kbt.io>

	* NEWS, configure.ac: Error out at configure time if no SQL
	preprocessor can be found Closes #2666 git-svn-id: http://svn.osgeo.org/postgis/trunk@12311
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-09  Sandro Santilli <strk@kbt.io>

	* authors.git, authors.svn: Add Baris to git/svn authors files git-svn-id: http://svn.osgeo.org/postgis/trunk@12310
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-09  Nicklas Avn <nicklas.aven@jordogskog.no>

	* regress/Makefile.in, regress/twkb.sql, regress/twkb_expected: Add
	regression tests for twkb git-svn-id: http://svn.osgeo.org/postgis/trunk@12309
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c: #2636,
	Regress ST_Distance_Sphere between 2.1.2dev and 2.0.4 with 2D git-svn-id: http://svn.osgeo.org/postgis/trunk@12307
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwgeodetic.c: #2634, regression in sphere distance
	code git-svn-id: http://svn.osgeo.org/postgis/trunk@12305
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwin_geojson.c: #2546, GeoJSON with string
	coordinates parses incorrectly git-svn-id: http://svn.osgeo.org/postgis/trunk@12302
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-06  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: revise ST_AsTWKBAgg so garden
	autogenerates aggregate test and comment is right git-svn-id: http://svn.osgeo.org/postgis/trunk@12299
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c: #2638, geography
	ST_Intersects bugginess with Polygon/multilinestring M git-svn-id: http://svn.osgeo.org/postgis/trunk@12297
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-06  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: another minor edit git-svn-id: http://svn.osgeo.org/postgis/trunk@12295
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-06  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: forgot to save last change git-svn-id: http://svn.osgeo.org/postgis/trunk@12294
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-06  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, postgis/postgis.sql.in: #2661:
	st_astwkb_agg(geometry,int) needs code comment and violates naming
	convention, also fixed minor issues with description git-svn-id: http://svn.osgeo.org/postgis/trunk@12293
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-04  Baris Ergun <barisergun75@gmail.com>

	* java/jdbc/pom.xml, java/jdbc_jtsparser/README, java/{jdbc/jtssrc
	=> jdbc_jtsparser}/pom.xml, java/{jdbc/jtssrc =>
	jdbc_jtsparser/src/main/java}/examples/JtsTestParser.java,
	java/{jdbc/jtssrc =>
	jdbc_jtsparser/src/main/java}/org/postgis/jts/JTSShape.java,
	java/{jdbc/jtssrc =>
	jdbc_jtsparser/src/main/java}/org/postgis/jts/JtsBinaryParser.java,
	java/{jdbc/jtssrc =>
	jdbc_jtsparser/src/main/java}/org/postgis/jts/JtsBinaryWriter.java,
	java/{jdbc/jtssrc =>
	jdbc_jtsparser/src/main/java}/org/postgis/jts/JtsGeometry.java,
	java/{jdbc/jtssrc =>
	jdbc_jtsparser/src/main/java}/org/postgis/jts/JtsGisWrapper.java,
	java/{jdbc/jtssrc =>
	jdbc_jtsparser/src/main/java}/org/postgis/jts/JtsWrapper.java,
	java/jdbc_jtsparser/src/main/java/org/postgis/jts/overview.html: 
	#2626 moving jtssrc folder as a separate maven project to
	./java/jdbc_jtsparser git-svn-id: http://svn.osgeo.org/postgis/trunk@12292
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-03  Baris Ergun <barisergun75@gmail.com>

	* java/jdbc/pom.xml, java/jdbc/src/org/postgis/overview.html: #2626
	removing properties from version tag also removing explicit plugin
	declarations and adding an overview.html for javadoc git-svn-id: http://svn.osgeo.org/postgis/trunk@12291
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-03  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Fix guessing module from .sql
	script (#2659) git-svn-id: http://svn.osgeo.org/postgis/trunk@12290
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-03  Regina Obe <lr@pcorp.us>

	* extensions/postgis/META.json, extensions/postgis/doc/postgis.md,
	extensions/postgis_tiger_geocoder/META.json,
	extensions/postgis_tiger_geocoder/doc/postgis_tiger_geocoder.md,
	extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sq
	l.in, extensions/postgis_topology/META.json,
	extensions/postgis_topology/doc/postgis.md,
	extensions/postgis_topology/sql_bits/remove_from_extension.sql.in: 
	fix website links to go to postgis.net git-svn-id: http://svn.osgeo.org/postgis/trunk@12289
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-03  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/remove_from_extension.sql.in,
	extensions/postgis_extension_helper.sql,
	extensions/postgis_extension_helper_uninstall.sql,
	extensions/upgradeable_versions.mk: allow upgrade from 2.1.2dev, fix
	copyright notices (e.g. point to postgis.net) git-svn-id: http://svn.osgeo.org/postgis/trunk@12287
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-03-01  Sandro Santilli <strk@kbt.io>

	* NEWS, regress/run_test.pl: Add --upgrade-path switch, honour -v on
	install/upgrade error Also print scripts versions Closes #2652 git-svn-id: http://svn.osgeo.org/postgis/trunk@12286
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement_trees.c,
	postgis/gserialized_estimate.c: Fix variable decls in debug
	statements git-svn-id: http://svn.osgeo.org/postgis/trunk@12283
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-25  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in: Fix topology extension
	upgrade script building (#2656) git-svn-id: http://svn.osgeo.org/postgis/trunk@12281
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-25  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Qualify hash as such Attempt to fix #2656 git-svn-id: http://svn.osgeo.org/postgis/trunk@12280
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Remove unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@12279
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* .travis.yml: Do not use IRC notices for build statuses .. should still send messages to the IRC channel, just not notices git-svn-id: http://svn.osgeo.org/postgis/trunk@12278
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* .gitignore, regress/run_test.pl, topology/Makefile.in: Output
	single upgrade script for topology: topology_upgrade.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@12277
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* .gitignore, extensions/postgis/Makefile.in,
	raster/rt_pg/Makefile.in, regress/run_test.pl: Output single upgrade
	script for rtpostgis: rtpostgis_upgrade.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@12276
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* .gitignore: Update ignore file now that we have a single
	postgis_upgrade.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@12275
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in, postgis/Makefile.in,
	regress/run_test.pl: Output single upgrade script for postgis:
	postgis_upgrade.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@12274
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Let users without topology privileges call
	postgis_full_version() Closes #2655 git-svn-id: http://svn.osgeo.org/postgis/trunk@12273
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Have postgis_proc_upgrade read
	"source" version from the live db The "version_from" parameter becomes then obsoleted (still accepted)
	See #2560 git-svn-id: http://svn.osgeo.org/postgis/trunk@12271
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/export/TopoJSON.sql.in,
	topology/sql/populate.sql.in, topology/sql/sqlmm.sql.in: Fully
	qualify calls to topology methods (#2653) git-svn-id: http://svn.osgeo.org/postgis/trunk@12269
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-23  Sandro Santilli <strk@kbt.io>

	* .travis.yml: Do not use ubuntugis-unstable Also, search for libgdal and postgresql-server git-svn-id: http://svn.osgeo.org/postgis/trunk@12267
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-23  Sandro Santilli <strk@kbt.io>

	* .travis.yml: Strip carriage returns from .travis.yml git-svn-id: http://svn.osgeo.org/postgis/trunk@12266
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-23  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Fix AGG signatures with multi-word
	typenames For example... "double precision".  This fixes upgrades involving
	drop/recreate of aggregates git-svn-id: http://svn.osgeo.org/postgis/trunk@12262
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-23  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix --extension --upgrade handling git-svn-id: http://svn.osgeo.org/postgis/trunk@12261
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-23  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql: Fix ambiguous query in tickets.sql when
	raster support is loaded See #2651 git-svn-id: http://svn.osgeo.org/postgis/trunk@12260
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-23  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@12259
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-23  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Add support for --extension --upgrade in
	run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@12257
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Allow DROP (with no IF EXISTS) to
	end up in upgrade scripts Fixes raster upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@12255
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_drop.sql.in: More drop of non-obsoleted
	aggregate signatures removed git-svn-id: http://svn.osgeo.org/postgis/trunk@12254
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_drop.sql.in: Do not force drop of
	non-obsoleted aggregate signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@12253
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Fix cleaning rule git-svn-id: http://svn.osgeo.org/postgis/trunk@12252
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in: Simplify use of flags git-svn-id: http://svn.osgeo.org/postgis/trunk@12251
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore new temporary raster upgrade files git-svn-id: http://svn.osgeo.org/postgis/trunk@12250
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in: Fix build of unit tests with libtool
	2.4.2 The error was: undefined reference to symbol 'lround@@GLIBC_2.2.5' For some reason -lm found in liblwgeom.la is not being taken in
	consideration. See #2649 git-svn-id: http://svn.osgeo.org/postgis/trunk@12249
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_varint.c: Fix reference to website git-svn-id: http://svn.osgeo.org/postgis/trunk@12248
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, raster/rt_pg/Makefile.in: Stop copying
	upgrade minor from upgrade_prev postgis_proc_upgrade should do the right thing git-svn-id: http://svn.osgeo.org/postgis/trunk@12247
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Print warning on missing last
	updated info in aggregates git-svn-id: http://svn.osgeo.org/postgis/trunk@12246
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Use last Changed/Availability in a
	multi-change comment See #2560 git-svn-id: http://svn.osgeo.org/postgis/trunk@12245
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Extract "last updated" info of
	aggregates from sql See #2560 git-svn-id: http://svn.osgeo.org/postgis/trunk@12244
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis.sql.in,
	topology/sql/topoelement/topoelement_agg.sql.in,
	utils/postgis_proc_upgrade.pl: Soft upgrade: avoid drop/recreate of
	aggregates that hadn't changed Generate raster upgrade script using postgis_proc_upgrade Add 2.2.0
	availability for new raster aggregates See #2560 git-svn-id: http://svn.osgeo.org/postgis/trunk@12243
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in: Fully qualify topology.topology (#2648) git-svn-id: http://svn.osgeo.org/postgis/trunk@12237
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: #2646 typo arithmetric -> arithmetric
	in ST_Centroid git-svn-id: http://svn.osgeo.org/postgis/trunk@12235
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-14  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: #2576 Error in manual wrt
	using_raster RT_PLPython git-svn-id: http://svn.osgeo.org/postgis/trunk@12233
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-14  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: #25#2582 fix all references to -1
	in constructors and change to 0 (SRID Unknown) git-svn-id: http://svn.osgeo.org/postgis/trunk@12231
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: 
	#2534, st_distance is returning incorrect results for large
	geographies git-svn-id: http://svn.osgeo.org/postgis/trunk@12228
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
	regress/out_geometry.sql, regress/out_geometry_expected: #2632,
	ST_AsGML for curve types git-svn-id: http://svn.osgeo.org/postgis/trunk@12227
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/empty.sql, regress/sql-mm-curvepoly.sql,
	regress/sql-mm-curvepoly_expected: #2396, wrap wkb outputting tests
	in explicit endianness git-svn-id: http://svn.osgeo.org/postgis/trunk@12225
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/gserialized_estimate.c: #2615, EstimatedExtent (and
	hence, underlying stats) gathering wrong bbox git-svn-id: http://svn.osgeo.org/postgis/trunk@12224
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/gserialized_estimate.c: #2543, invalid join
	selectivity error from simple query git-svn-id: http://svn.osgeo.org/postgis/trunk@12222
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/geography_measurement_trees.c, regress/tickets.sql,
	regress/tickets_expected: #2556, geography ST_Intersects results
	depending on insert order git-svn-id: http://svn.osgeo.org/postgis/trunk@12219
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-04  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/export/TopoJSON.sql.in,
	topology/sql/export/gml.sql.in,
	topology/sql/query/getedgebypoint.sql.in,
	topology/sql/query/getfacebypoint.sql.in,
	topology/sql/query/getnodebypoint.sql.in: Drop more geometry::text
	casts (#2616) Drop them from get*bypoint functions and from TopoJSON and GML
	export functions git-svn-id: http://svn.osgeo.org/postgis/trunk@12217
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-04  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Fix ST_ModEdgeSplit documentation (#2633) git-svn-id: http://svn.osgeo.org/postgis/trunk@12215
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeodetic_tree.h: Add more
	info to circtree structures git-svn-id: http://svn.osgeo.org/postgis/trunk@12211
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* java/jdbc/src/org/postgis/GeometryCollection.java: #2588,
	GeometryCollection constructor parse defect for sub geometries
	(POINTM,POLYGONM,...) of GEOMETRYCOLLECTIONM (From bergun) git-svn-id: http://svn.osgeo.org/postgis/trunk@12204
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_varint.c: First varint cunit test git-svn-id: http://svn.osgeo.org/postgis/trunk@12201
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c: Remove flagging for first vertex and just
	substract with 0 instead git-svn-id: http://svn.osgeo.org/postgis/trunk@12200
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
	liblwgeom/lwout_twkb.h: Use signed instead of unsignet varint for ID
	and check for values out of varint range git-svn-id: http://svn.osgeo.org/postgis/trunk@12199
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, doc/Makefile.comments.in,
	doc/html/image_src/Makefile.in, doc/html/image_src/generator.c,
	doc/html/image_src/styles.c, doc/html/image_src/styles.h,
	doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
	extras/WFS_locks/WFS_locks.sql.in, extras/rpm/spec/postgis.spec,
	java/Makefile, java/jdbc/Makefile.in, java/jdbc/README,
	java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_algorithm.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_geodetic_data.h, liblwgeom/cunit/cu_geos.c,
	liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_in_geojson.c,
	liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_node.c,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c,
	liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
	liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_sfcgal.c, liblwgeom/cunit/cu_split.c,
	liblwgeom/cunit/cu_stringbuffer.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/cunit/cu_surface.h, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/cunit/cu_tree.c,
	liblwgeom/cunit/cu_triangulate.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.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_node.c, liblwgeom/lwgeom_geos_split.c,
	liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_sfcgal.c,
	liblwgeom/lwgeom_sfcgal.h, liblwgeom/lwgeom_transform.c,
	liblwgeom/lwhomogenize.c, liblwgeom/lwline.c,
	liblwgeom/lwlinearreferencing.c, liblwgeom/lwmcurve.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwmsurface.c, liblwgeom/lwout_geojson.c,
	liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
	liblwgeom/lwout_svg.c, liblwgeom/lwout_twkb.h, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
	liblwgeom/lwtriangle.c, liblwgeom/measures.c, liblwgeom/measures.h,
	liblwgeom/measures3d.c, liblwgeom/measures3d.h,
	liblwgeom/ptarray.c, liblwgeom/stringbuffer.h,
	libpgcommon/Makefile.in, libpgcommon/common.h,
	libpgcommon/cunit/Makefile.in, libpgcommon/lwgeom_cache.c,
	libpgcommon/lwgeom_cache.h, libpgcommon/lwgeom_pg.c,
	libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	loader/Makefile.in, loader/README.pgsql2shp,
	loader/README.shp2pgsql, loader/cunit/Makefile.in,
	loader/cunit/cu_pgsql2shp.c, loader/cunit/cu_pgsql2shp.h,
	loader/cunit/cu_shp2pgsql.c, loader/cunit/cu_shp2pgsql.h,
	loader/cunit/cu_tester.c, loader/cunit/cu_tester.h,
	loader/pgsql2shp-cli.c, loader/pgsql2shp-core.h,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
	loader/shpcommon.c, loader/shpcommon.h, macros/ac_proj4_version.m4,
	postgis/Makefile.in, postgis/gserialized_estimate.c,
	postgis/legacy_gist.sql.in, postgis/long_xact.c,
	postgis/long_xact.sql.in, postgis/lwgeom_accum.c,
	postgis/lwgeom_backend_api.c, postgis/lwgeom_backend_api.h,
	postgis/lwgeom_box.c, postgis/lwgeom_btree.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_analytic.h,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.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_gml.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_rtree.c, 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_drop_after.sql,
	postgis/postgis_module.c, postgis/uninstall_long_xact.sql.in,
	postgis/uninstall_sqlmm.sql.in, raster/macros/ac_proj4_version.m4,
	raster/test/cunit/Makefile.in, raster/test/cunit/cu_tester.c,
	raster/test/cunit/cu_tester.h, regress/Makefile.in,
	topology/Makefile.in, 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/query/getedgebypoint.sql.in,
	topology/sql/query/getfacebypoint.sql.in,
	topology/sql/query/getnodebypoint.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, topology/topology.sql.in,
	topology/topology_drop_after.sql.in,
	topology/topology_drop_before.sql.in: #2622, Update links to PostGIS
	website in source file headers git-svn-id: http://svn.osgeo.org/postgis/trunk@12198
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in: Replace calls to deprecated 'Equals'
	with calls to 'ST_Equals' git-svn-id: http://svn.osgeo.org/postgis/trunk@12196
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-27  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/sqlmm.sql.in: Drop all calls to geometry::text
	during topology population (#2616) git-svn-id: http://svn.osgeo.org/postgis/trunk@12195
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in, topology/sql/sqlmm.sql.in: Reduce
	calls to geometry::text during topology population (#2616) git-svn-id: http://svn.osgeo.org/postgis/trunk@12194
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-22  Sandro Santilli <strk@kbt.io>

	* NEWS: Add notice about 2.0.0 having drop the SRID check in
	operator && git-svn-id: http://svn.osgeo.org/postgis/trunk@12189
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-18  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
	postgis/lwgeom_accum.c, postgis/lwgeom_inout.c: Fix two wrong
	behavior in TWKB with optional id and type in different situations git-svn-id: http://svn.osgeo.org/postgis/trunk@12188
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-17  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/rt_band.c: Fix the inability to open more
	than ~1024 unique out-db files in one process git-svn-id: http://svn.osgeo.org/postgis/trunk@12185
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in: Ensure face splitting algorithm uses
	the edge index (#2610) git-svn-id: http://svn.osgeo.org/postgis/trunk@12184
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-07  Bborie Park <dustymugs@gmail.com>

	* NEWS, install-sh, raster/rt_core/librtcore.h,
	raster/rt_core/rt_mapalgebra.c, raster/rt_core/rt_pixel.c,
	raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c,
	raster/rt_pg/rtpostgis.sql.in, raster/test/cunit/cu_band_misc.c,
	raster/test/cunit/cu_mapalgebra.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_mapalgebra_mask.sql,
	raster/test/regress/rt_mapalgebra_mask_expected: Addition of mask
	parameter for ST_MapAlgebra. Merge of pull request 17 from github.
	Lots of thanks to nclay for the hard work. Ticket #2341.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12179
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-04  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/rt_raster.c: Remove use of void pointers in
	rt_raster_from_gdal_dataset to prevent void point arithemetics.
	Ticket #2589 git-svn-id: http://svn.osgeo.org/postgis/trunk@12177
	b70326c6-7e19-0410-871a-916f4a2858ee

2014-01-01  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: #2593: document topology relationship
	functions intersects and equals.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12170
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-19  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@12166
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-18  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/postgis.sql.in: Do not allow installing postgis
	twice in the same database (#2580) Checks for the presence of a "postgis_version" function, and if
	found raises an exception with a message with the schema containing
	it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12165
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in: upgrade fixes for
	ST_CountAgg git-svn-id: http://svn.osgeo.org/postgis/trunk@12162
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-15  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_drop.sql.in,
	raster/test/regress/rt_count.sql,
	raster/test/regress/rt_count_expected: Add ST_CountAgg(). Ticket
	#2567 git-svn-id: http://svn.osgeo.org/postgis/trunk@12161
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-14  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added docs for
	ST_SummaryStatsAgg() git-svn-id: http://svn.osgeo.org/postgis/trunk@12160
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-14  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpg_statistics.c,
	raster/rt_pg/rtpostgis.sql.in, raster/rt_pg/rtpostgis_drop.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
	raster/test/regress/rt_histogram_expected,
	raster/test/regress/rt_quantile_expected,
	raster/test/regress/rt_summarystats.sql,
	raster/test/regress/rt_summarystats_expected: added
	ST_SummaryStatsAgg(). Ticket #2565 git-svn-id: http://svn.osgeo.org/postgis/trunk@12159
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-14  Bborie Park <dustymugs@gmail.com>

	* .gitignore: ignore all topology/topology_upgrade_*_minor.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@12158
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-07  Bborie Park <dustymugs@gmail.com>

	* doc/reference_guc.xml: fix GUC gdal_datapath git-svn-id: http://svn.osgeo.org/postgis/trunk@12155
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-07  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/rt_geometry.c,
	raster/rt_core/rt_mapalgebra.c, raster/rt_pg/rtpg_internal.c,
	raster/rt_pg/rtpg_internal.h, raster/rt_pg/rtpg_mapalgebra.c,
	raster/test/regress/rt_reclass.sql,
	raster/test/regress/rt_reclass_expected: fix parse cleanup of
	reclassarg and add unit tests git-svn-id: http://svn.osgeo.org/postgis/trunk@12152
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/librtcore.h, raster/rt_core/librtcore_internal.h: 
	rearrange includes git-svn-id: http://svn.osgeo.org/postgis/trunk@12151
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-12-05  Regina Obe <lr@pcorp.us>

	* doc/reference_guc.xml, doc/reference_raster.xml: #2554: Fix name
	of postgis.gdal_path (wrong in docs).  Give an example of new
	ST_MapAlgebra syntax for neighborhood callback for ST_Mean4ma.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12150
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-27  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_asjpeg.sql,
	raster/test/regress/rt_asjpeg_expected,
	raster/test/regress/rt_aspng.sql,
	raster/test/regress/rt_aspng_expected,
	raster/test/regress/rt_astiff.sql,
	raster/test/regress/rt_astiff_expected: fix NULL raster handling in
	ST_AsPNG, ST_AsJPEG and ST_AsTIFF git-svn-id: http://svn.osgeo.org/postgis/trunk@12146
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-21  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@12137
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-21  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add link from TopoElement to
	TopoElementArray git-svn-id: http://svn.osgeo.org/postgis/trunk@12136
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-16  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, extensions/upgradeable_versions.mk: #2544: clarify
	how to release docs, update the extensions/upgradeable_versions.mk
	to include latest releases git-svn-id: http://svn.osgeo.org/postgis/trunk@12128
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/g_box.c, liblwgeom/lwcircstring.c,
	postgis/gserialized_gist_2d.c, postgis/gserialized_gist_nd.c,
	postgis_config.h.in: Remove warnings in llvm/clang git-svn-id: http://svn.osgeo.org/postgis/trunk@12125
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2541 put in missing para end tag git-svn-id: http://svn.osgeo.org/postgis/trunk@12121
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2541 document = and ~= raster operators git-svn-id: http://svn.osgeo.org/postgis/trunk@12120
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-09  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.c,
	raster/test/regress/check_gdal.sql: Rename GUC postgis.gdal.datapath
	to postgis.gdal_datapath. Ticket #2540 git-svn-id: http://svn.osgeo.org/postgis/trunk@12116
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-07  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@12108
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-06  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in,
	extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in,
	utils/create_unpackaged.pl: Autogenerate the extension unpackaged
	script for topology (#2531) Required a change in create_unpackaged.pl to NOT add schemas git-svn-id: http://svn.osgeo.org/postgis/trunk@12105
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-06  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in,
	extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
	utils/create_unpackaged.pl: Autogenerate the extension unpackaged
	script (#2531) Uses a new create_unpackaged.pl script which may be also used for
	other extensions. This commit only uses it for the postgis one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12104
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-06  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in: Fix dangling commutator for
	raster/geometry OPERATOR ~ (#2532) git-svn-id: http://svn.osgeo.org/postgis/trunk@12101
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-06  Sandro Santilli <strk@kbt.io>

	* extensions/Makefile.in: Do not continue if there's any error in
	building extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@12100
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Drop another duplicated signature git-svn-id: http://svn.osgeo.org/postgis/trunk@12099
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Remove duplicated signature git-svn-id: http://svn.osgeo.org/postgis/trunk@12098
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_split.c, liblwgeom/lwgeom_geos_split.c: Fix
	small memory leak in lwline_split_by_line (#2528) Thanks Alessandro Furieri for the report and test git-svn-id: http://svn.osgeo.org/postgis/trunk@12094
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-06  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: 
	added -k to raster2pgsql for skipping band is NODATA check git-svn-id: http://svn.osgeo.org/postgis/trunk@12092
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: #2529, inconsistent behaviour in
	ST_FlipCoordinates git-svn-id: http://svn.osgeo.org/postgis/trunk@12091
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-05  Sandro Santilli <strk@kbt.io>

	* utils/Makefile.in, utils/create_undef.pl,
	utils/postgis_proc_upgrade.pl, utils/postgis_restore.pl.in: Fix urls git-svn-id: http://svn.osgeo.org/postgis/trunk@12088
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-04  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #2517 change to reflect using 2.2 scripts
	instead of 2.0 scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@12082
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-03  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: fix xml parse error git-svn-id: http://svn.osgeo.org/postgis/trunk@12078
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_raster.c, raster/rt_core/rt_warp.c: code cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@12077
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_warp.c: changed behavior of how non-spatially
	referenced rasters are handled git-svn-id: http://svn.osgeo.org/postgis/trunk@12076
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_geometry.c: syntax
	cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@12075
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-11-02  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #2522 document RegExp::Assemble perl
	dependency git-svn-id: http://svn.osgeo.org/postgis/trunk@12074
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-30  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12069
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-30  Sandro Santilli <strk@kbt.io>

	* LICENSE.TXT: Clarify licensing of PostGIS core as GPL2+ (#2515) git-svn-id: http://svn.osgeo.org/postgis/trunk@12064
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-28  Bborie Park <dustymugs@gmail.com>

	* NEWS: wrong ticket git-svn-id: http://svn.osgeo.org/postgis/trunk@12063
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-28  Bborie Park <dustymugs@gmail.com>

	* raster/Makefile.in, raster/loader/Makefile.in,
	raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
	raster/macros/ac_proj4_version.m4, 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/rt_pg/rtpostgis_drop.sql.in,
	raster/rt_pg/rtpostgis_legacy.sql.in,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in,
	raster/scripts/Makefile.in, raster/scripts/python/Makefile.in,
	raster/scripts/python/Makefile.rt.sample,
	raster/scripts/python/genraster.py,
	raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
	raster/scripts/python/raster2pgsql.py,
	raster/scripts/python/rtgdalraster.py,
	raster/scripts/python/rtpixdump.py,
	raster/scripts/python/rtreader.py,
	raster/scripts/python/rtrowdump.py,
	raster/scripts/python/window.py,
	raster/test/cunit/cu_band_basics.c,
	raster/test/cunit/cu_band_misc.c,
	raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
	raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c,
	raster/test/cunit/cu_pixtype.c,
	raster/test/cunit/cu_raster_basics.c,
	raster/test/cunit/cu_raster_geometry.c,
	raster/test/cunit/cu_raster_misc.c,
	raster/test/cunit/cu_raster_wkb.c,
	raster/test/cunit/cu_spatial_relationship.c,
	raster/test/regress/Makefile.in, raster/test/regress/box3d.sql,
	raster/test/regress/bug_test_car5.sql,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_overviews.sql,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_bytea.sql,
	raster/test/regress/rt_dimensions.sql,
	raster/test/regress/rt_georeference.sql,
	raster/test/regress/rt_gist_relationships.sql,
	raster/test/regress/rt_hasnoband.sql,
	raster/test/regress/rt_isempty.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_upperleft.sql,
	raster/test/regress/rt_utility.sql: Change raster license from v3+
	to v2+. Ticket #2516 git-svn-id: http://svn.osgeo.org/postgis/trunk@12058
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-24  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Document ST_ForceCurve (#2430) git-svn-id: http://svn.osgeo.org/postgis/trunk@12054
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-24  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Use postgis_scripts_installed to
	fetch installed version if lib_version fails Soft-uprading from 1.0 to any other 1.x would still fail unless the
	old 1.0 library is around. See #2510 git-svn-id: http://svn.osgeo.org/postgis/trunk@12053
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-19  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in: Support materialized views
	and foreign tables in raster_columns and raster_overviews. Ticket
	#2512 git-svn-id: http://svn.osgeo.org/postgis/trunk@12051
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, regress/summary_expected: #2433,
	ST_ConcaveHull 2.1 regress failure compared to 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@12049
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: #2511, geometry_columns doesn't support
	materialized views or foreign tables git-svn-id: http://svn.osgeo.org/postgis/trunk@12048
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwalgorithm.c,
	liblwgeom/lwcircstring.c, liblwgeom/ptarray.c,
	regress/tickets_expected: #2463, st_length on curve is on linearized
	geom git-svn-id: http://svn.osgeo.org/postgis/trunk@12045
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c: #2494, Avoid unnecessary memory
	copy in gserialized_datum_get_box2df_p From hayamiz. Adding to trunk
	for testing, acceptance before applying to 2.1/2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@12042
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in: #2511 geometry_columns doesn't support
	materialized views git-svn-id: http://svn.osgeo.org/postgis/trunk@12040
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Close opened filedescriptors after use. Might
	help with #2509 git-svn-id: http://svn.osgeo.org/postgis/trunk@12038
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Use a different diff file for each tested
	shapefile output file Hopefully fixes #2507 (permission denied on overriding a tmp file) git-svn-id: http://svn.osgeo.org/postgis/trunk@12037
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-15  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in, postgis/Makefile.in,
	raster/rt_pg/Makefile.in: More hard-coded version numbers reduction This commit fixes raster and postgis/raster extension.  I noticed
	that the extension files have what looks like being an attempt to
	compute the "previous" version in another way, but haven't tried to
	use those variables. Also, I think it would be worth moving all the
	version strings into the Version.config file in top-level. Not done
	by this commit, but comments left git-svn-id: http://svn.osgeo.org/postgis/trunk@12036
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-13  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql, regress/tickets_expected: #2506 regress
	failure on 32-bit windows PostgreSQL.  More stringent round but also
	subtract to guarantee they are the same git-svn-id: http://svn.osgeo.org/postgis/trunk@12035
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-11  Sandro Santilli <strk@kbt.io>

	* regress/dumper/literalsrid.dmp: Fix literalsrid dumper test
	(#2507) git-svn-id: http://svn.osgeo.org/postgis/trunk@12033
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-11  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Name dumper test shapefile after test name
	(#2507) git-svn-id: http://svn.osgeo.org/postgis/trunk@12032
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-10  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Take stderr noise from diff as failure. Fixes
	false negatives (#2505) git-svn-id: http://svn.osgeo.org/postgis/trunk@12028
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-10  Sandro Santilli <strk@kbt.io>

	* NEWS: Copy 2.1.0 NEWS section from the 2.1 branch git-svn-id: http://svn.osgeo.org/postgis/trunk@12027
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-10  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Drop run_test, long live run_test.pl ! git-svn-id: http://svn.osgeo.org/postgis/trunk@12026
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-10  Sandro Santilli <strk@kbt.io>

	* NEWS, regress/Makefile.in, regress/dumper/literalsrid-post.sql,
	regress/dumper/literalsrid-pre.sql, regress/dumper/literalsrid.dmp,
	regress/dumper/literalsrid_expected.prj,
	regress/dumper/realtable-post.sql,
	regress/dumper/realtable-pre.sql, regress/dumper/realtable.dmp,
	regress/dumper/realtable_expected.prj, regress/run_test.pl: Create
	regression tests for pgsql2shp (#2390) NOTE: only implemented in run_test.pl (not in run_test.sh) git-svn-id: http://svn.osgeo.org/postgis/trunk@12025
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-10  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Advertise -v, do not load rc file while
	fetching databases list git-svn-id: http://svn.osgeo.org/postgis/trunk@12024
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-09  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Print usage and exit if only option switches
	are given to run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@12023
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-09  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix usage string for run_test.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@12022
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-09  Sandro Santilli <strk@kbt.io>

	* NEWS: Add 2.0.4 block in NEWS file git-svn-id: http://svn.osgeo.org/postgis/trunk@12021
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-09  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-cli.c: Fix segfault on bogus pgsql2shp call
	(#2504) git-svn-id: http://svn.osgeo.org/postgis/trunk@12017
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-09  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Reduce hard-coded version numbers to only one
	(previous minor version) git-svn-id: http://svn.osgeo.org/postgis/trunk@12015
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-09  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, topology/topology.sql.in,
	topology/topology_drop_before.sql.in: Put
	postgis_topology_scripts_installed() in topology schema (#2502) This was the only topology signature installed in the default
	schema.  The postgis_full_version() function is updated to find it
	there.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12012
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-08  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop_after.sql,
	raster/rt_pg/rtpostgis_drop.sql.in: Drop signatures replaced in 2.1
	(#2489) git-svn-id: http://svn.osgeo.org/postgis/trunk@12011
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c: infinite loop around
	gserialized_gist_picksplit_2d from smagen (#2449) git-svn-id: http://svn.osgeo.org/postgis/trunk@12009
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Filter LOG entries #2499 git-svn-id: http://svn.osgeo.org/postgis/trunk@12007
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-07  Regina Obe <lr@pcorp.us>

	* doc/reference_guc.xml, doc/using_raster_dataman.xml: fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@12005
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-06  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: typo oops (hope strk doesn't catch this) git-svn-id: http://svn.osgeo.org/postgis/trunk@12004
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-06  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml, doc/reference.xml, doc/reference_guc.xml,
	doc/reference_raster.xml, doc/xsl/postgis_comments.sql.xsl: add new
	section to document gucs, move raster postgis.gdal.data.path to guc
	section, exclude gucs from comment sql generation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@12003
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-06  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: update link for
	http://workshops.boundlessgeo.com/postgis-intro/ and also put in
	more pretty tags for common faqs git-svn-id: http://svn.osgeo.org/postgis/trunk@12000
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-03  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_dumpvalues.sql,
	raster/test/regress/rt_dumpvalues_expected: added regression tests
	for ticket #2493 git-svn-id: http://svn.osgeo.org/postgis/trunk@11999
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-10-03  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpg_pixel.c: Fixed behavior of
	ST_DumpValues(raster, ...) when passed an empty raster. Ticket #2493 git-svn-id: http://svn.osgeo.org/postgis/trunk@11996
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-30  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql: #2490 point
	back to state level zip files (only available in tiger 2010 folder) git-svn-id: http://svn.osgeo.org/postgis/trunk@11994
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-27  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql, regress/tickets_expected: #2396 change one
	more test to endian agnostic, fix transposition error in a ticket
	number git-svn-id: http://svn.osgeo.org/postgis/trunk@11991
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-27  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected,
	regress/tickets_expected: Add deprecation WARNINGS for functions
	deprecated 1 version ago NOTE: it means a full version cycle with non-warned deprecations See #2440 git-svn-id: http://svn.osgeo.org/postgis/trunk@11989
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-27  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, postgis/sqldefines.h.in: Change
	deprecation warning to raise a WARNING after 2 version deprecation
	time I kept the DEBUG for the first deprecating version to keep changes
	small (no need to change testsuite again) but I really think it
	should be at least a NOTICE in that case, or nobody would notice.  See #2440 git-svn-id: http://svn.osgeo.org/postgis/trunk@11988
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-27  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in: Remove misplaced comment git-svn-id: http://svn.osgeo.org/postgis/trunk@11985
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-26  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql.in: Tweak TopologySummary
	output to count all layers (not only populated ones) git-svn-id: http://svn.osgeo.org/postgis/trunk@11982
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-24  Regina Obe <lr@pcorp.us>

	* regress/tickets_expected: #2396 liblwgeom tests fail on big-endian
	architectures (oops copied the wrong tickets file) (5th time) git-svn-id: http://svn.osgeo.org/postgis/trunk@11978
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-24  Regina Obe <lr@pcorp.us>

	* regress/tickets_expected: #2396 liblwgeom tests fail on big-endian
	architectures (oops copied the wrong tickets file) (4th time) git-svn-id: http://svn.osgeo.org/postgis/trunk@11977
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-24  Regina Obe <lr@pcorp.us>

	* regress/regress.sql: #2396 liblwgeom tests fail on big-endian
	architectures (oops copied the wrong tickets file) (4th time) git-svn-id: http://svn.osgeo.org/postgis/trunk@11976
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-24  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql, regress/tickets_expected: #2396 liblwgeom
	tests fail on big-endian architectures (oops copied the wrong
	tickets file) (3rd time hopefully a charm) git-svn-id: http://svn.osgeo.org/postgis/trunk@11975
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-24  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql, regress/tickets_expected: #2396 liblwgeom
	tests fail on big-endian architectures (oops copied the wrong
	tickets file) git-svn-id: http://svn.osgeo.org/postgis/trunk@11974
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-24  Regina Obe <lr@pcorp.us>

	* regress/empty.sql, regress/regress.sql, regress/regress_expected,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
	regress/tickets.sql, regress/tickets_expected: #2396 liblwgeom tests
	fail on big-endian architectures.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11973
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-23  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #2466 point json-c to github loc instead of
	old 0.9 loc git-svn-id: http://svn.osgeo.org/postgis/trunk@11970
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-22  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/create_geocode.bat,
	extras/tiger_geocoder/tiger_2011/create_geocode.sh,
	extras/tiger_geocoder/tiger_2011/geocode/interpolate_from_address.s
	ql, extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql,
	extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat,
	extras/tiger_geocoder/tiger_2011/upgrade_geocoder.sh: #2483 patch
	from Kashif Rasul (get rid of deprecated calls, update to use faster
	dump format, and update create scripts to use 2013 data git-svn-id: http://svn.osgeo.org/postgis/trunk@11968
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in: clean up code for
	ST_Intersects(geometry, raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@11966
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-22  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql, regress/tickets_expected: #2440 -- changed
	deprecated example to test by setting to debug mode.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11963
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-22  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: #2440 -- remove warnings from functions --
	(pushing this to a debug level notice) git-svn-id: http://svn.osgeo.org/postgis/trunk@11962
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-15  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: merge in 2.1.0 and 2.0.4 release notes and
	start 2.2 chain git-svn-id: http://svn.osgeo.org/postgis/trunk@11961
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-08  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: update to include updating source.html page.  Minor
	other changes reshuffling git-svn-id: http://svn.osgeo.org/postgis/trunk@11952
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-07  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Clean up restore script (#2471) git-svn-id: http://svn.osgeo.org/postgis/trunk@11945
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_dataman.xml: Splling (#2255) git-svn-id: http://svn.osgeo.org/postgis/trunk@11940
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: Enhance error messages in
	lwgeom_intersection and lwgeom_normalize git-svn-id: http://svn.osgeo.org/postgis/trunk@11931
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-05  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql, regress/tickets_expected: #2168 test to test
	non-commutative fix of geog ST_Distance git-svn-id: http://svn.osgeo.org/postgis/trunk@11920
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-04  Regina Obe <lr@pcorp.us>

	* .travis.yml: change to notify only on change or for success and
	always for failure git-svn-id: http://svn.osgeo.org/postgis/trunk@11917
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-04  Regina Obe <lr@pcorp.us>

	* .travis.yml: Test travis alerting system git-svn-id: http://svn.osgeo.org/postgis/trunk@11916
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-04  Regina Obe <lr@pcorp.us>

	* .travis.yml: travis yaml script for testing many thanks to Getty
	(Torsten Raudssus) git-svn-id: http://svn.osgeo.org/postgis/trunk@11914
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-04  Sandro Santilli <strk@kbt.io>

	* regress/run_test, regress/run_test.pl: Set default
	client_min_messages to NOTICE when running tests See #2467 and #2469 git-svn-id: http://svn.osgeo.org/postgis/trunk@11913
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-03  Regina Obe <lr@pcorp.us>

	* regress/regress_index_nulls.sql, regress/regress_ogc.sql,
	regress/tickets.sql: #2467 add min_messages so travis doesn't scream git-svn-id: http://svn.osgeo.org/postgis/trunk@11911
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Geog intersection fix, from
	kashif (#2434) git-svn-id: http://svn.osgeo.org/postgis/trunk@11909
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-09-01  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: #2456 : update HOWTO_RELEASE to include flipping
	docs alias when relevant.  Also some other minor edits git-svn-id: http://svn.osgeo.org/postgis/trunk@11899
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-31  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpg_geometry.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_clip_expected,
	raster/test/regress/rt_elevation_functions_expected,
	raster/test/regress/rt_intersection_expected,
	raster/test/regress/rt_pixelascentroids_expected,
	raster/test/regress/rt_pixelaspoints_expected,
	raster/test/regress/rt_pixelaspolygons_expected,
	raster/test/regress/rt_setvalues_array_expected,
	raster/test/regress/rt_union_expected: Fix behavior of ST_PixelAsXXX
	functions with regard to exclude_nodata_value parameter git-svn-id: http://svn.osgeo.org/postgis/trunk@11898
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-30  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Add 2.2 what's new section git-svn-id: http://svn.osgeo.org/postgis/trunk@11893
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-26  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_output.xml: change to int8 for twkb ID in doc git-svn-id: http://svn.osgeo.org/postgis/trunk@11890
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-26  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
	liblwgeom/lwout_twkb.h, postgis/lwgeom_accum.c,
	postgis/lwgeom_inout.c, postgis/postgis.sql.in: add support for ID
	up to int64 git-svn-id: http://svn.osgeo.org/postgis/trunk@11889
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-26  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/postgis.sql.in: remove double sql signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@11883
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-26  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_output.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h,
	postgis/lwgeom_accum.c, postgis/lwgeom_inout.c,
	postgis/postgis.sql.in: Remove homebrewed compression method. Don't
	add ID if not used.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11878
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Allow version parser to handle PostgreSQL 9.3rc1 git-svn-id: http://svn.osgeo.org/postgis/trunk@11866
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-23  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix typo in function name git-svn-id: http://svn.osgeo.org/postgis/trunk@11863
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-23  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in: #2413 -- switch
	extension to use 2013 loader script instead git-svn-id: http://svn.osgeo.org/postgis/trunk@11856
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-23  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tiger_loader_2013.sql: #2413 --
	create 2013 -- so far thru testing seems like just changing the year
	in variables is sufficient git-svn-id: http://svn.osgeo.org/postgis/trunk@11855
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-23  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: #2446 Drop_Nation_Script doco is
	wrong git-svn-id: http://svn.osgeo.org/postgis/trunk@11853
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-22  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Fix AsTopoJSON example to output
	correctly formatted arcs (#2444) git-svn-id: http://svn.osgeo.org/postgis/trunk@11852
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-22  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql: #2441
	Tiger geocoder uses new features only available in Postgres 9.3.
	Revised since running with sh didn't like some of my changes git-svn-id: http://svn.osgeo.org/postgis/trunk@11850
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-22  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql: #2441 Tiger
	geocoder uses new features only available in Postgres 9.3.  Changed
	to not use CREATE .. IF NOT EXISTS and use DO instead.  Also revised
	extension to upgrade loader (it wasn't before) git-svn-id: http://svn.osgeo.org/postgis/trunk@11849
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-21  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_summarystatsagg.sql: Fixed more null
	cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11848
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-18  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c: Fix wrong size-calculation when mixed
	types in aggregated twkb git-svn-id: http://svn.osgeo.org/postgis/trunk@11839
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-17  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c, liblwgeom/lwout_twkb.h: Add varInt
	encoding for twkb (seems to be the best option) git-svn-id: http://svn.osgeo.org/postgis/trunk@11813
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-16  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures.c: fix back polyhedralsurface to distance
	calculations #2431 (trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@11808
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-16  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: #2435 ST_Summary document S flag git-svn-id: http://svn.osgeo.org/postgis/trunk@11805
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-14  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/cunit/cu_libgeom.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwcompound.c, liblwgeom/lwgeom.c,
	libpgcommon/lwgeom_pg.h, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in, regress/Makefile.in,
	regress/forcecurve.sql, regress/forcecurve_expected: Implement
	ST_ForceCurve (#2430) git-svn-id: http://svn.osgeo.org/postgis/trunk@11803
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: 
	lw_segment_side may return any negative number, not just -1 (#2420) Adds other unit tests for line desegmentation excercising quadrant
	computation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11801
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
	regress/tickets.sql, regress/tickets_expected: Fix computation of
	number of quadrants per arc (#2420) Note: I had to change some tests that expected 3-quadrant curves       to be accepted as curvey input to rely on round-trip instead git-svn-id: http://svn.osgeo.org/postgis/trunk@11794
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c,
	regress/tickets_expected: Pick curve control point farther than in
	the middle Seems to get a good point when doing manual tests...  git-svn-id: http://svn.osgeo.org/postgis/trunk@11793
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-13  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@11790
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: Fix short
	allocation of edge to curves store (#2425) git-svn-id: http://svn.osgeo.org/postgis/trunk@11789
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwsegmentize.c, regress/tickets.sql,
	regress/tickets_expected: Add COMPOUNDCURVE in MULTICURVE support
	for ST_CurveToLine (#2424) git-svn-id: http://svn.osgeo.org/postgis/trunk@11784
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwsegmentize.c, regress/tickets.sql,
	regress/tickets_expected: Require all arc edges to form the same
	angle (#2423) Note: gives expected result for #183 git-svn-id: http://svn.osgeo.org/postgis/trunk@11778
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-12  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Fix ticket
	reference (it's #2420, not 30) git-svn-id: http://svn.osgeo.org/postgis/trunk@11773
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwsegmentize.c: Declare variables the proper C way git-svn-id: http://svn.osgeo.org/postgis/trunk@11770
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwsegmentize.c, regress/tickets.sql,
	regress/tickets_expected: Require at least 8 edges to define a full
	circle (#2420) git-svn-id: http://svn.osgeo.org/postgis/trunk@11769
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Add cunit-level test for #2412 git-svn-id: http://svn.osgeo.org/postgis/trunk@11768
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwsegmentize.c, regress/tickets.sql,
	regress/tickets_expected: Fix ST_LineToCurve with input having less
	than 4 vertices (#2412) git-svn-id: http://svn.osgeo.org/postgis/trunk@11765
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-10  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/census_loader.sql: #2414
	extension not installing census tables git-svn-id: http://svn.osgeo.org/postgis/trunk@11761
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-10  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	#2419: agc_rules loading defaulting to is_custom true instead of
	false git-svn-id: http://svn.osgeo.org/postgis/trunk@11759
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
	regress/tickets.sql, regress/tickets_expected: Fix ST_Multi with
	COMPOUNDCURVE and CURVEPOLYGON types (#2415) git-svn-id: http://svn.osgeo.org/postgis/trunk@11754
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-08  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql: dupe 2934
	(give Northwest next id), get rid of hard-coding of schemas in sh
	line git-svn-id: http://svn.osgeo.org/postgis/trunk@11753
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-08  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	dupe 2934 (give Northwest next id) git-svn-id: http://svn.osgeo.org/postgis/trunk@11752
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-08  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_libgeom.c: #2396: liblwgeom CUnit tests fail on
	big-endian architectures.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11749
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwsegmentize.c, regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected: Fix segmentize of collinear
	curve (#2410) git-svn-id: http://svn.osgeo.org/postgis/trunk@11745
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-08  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated file git-svn-id: http://svn.osgeo.org/postgis/trunk@11744
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-08  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	#2403 force northwest into postdir, fix some other casing issues and
	upport any other changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11743
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-07  Nicklas Avn <nicklas.aven@jordogskog.no>

	* utils/postgis_proc_upgrade.pl: #2405 second try git-svn-id: http://svn.osgeo.org/postgis/trunk@11741
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-06  Nicklas Avn <nicklas.aven@jordogskog.no>

	* utils/postgis_proc_upgrade.pl: #2405 fix handling of the newer
	create aggregate syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@11740
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-06  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_twkb.c, postgis/lwgeom_accum.c: getting rid of
	some compiling warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@11739
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-04  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_output.xml, liblwgeom/Makefile.in,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwout_twkb.c,
	liblwgeom/lwout_twkb.h, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_accum.c, postgis/lwgeom_inout.c,
	postgis/postgis.sql.in: Initial commit of TWKB implimentation to
	trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@11736
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-04  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	#2404: DISTRICT OF COLUMBIA is not abbreviated git-svn-id: http://svn.osgeo.org/postgis/trunk@11735
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-03  Regina Obe <lr@pcorp.us>

	*
	extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sq
	l.in,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	#2401 add is_custom options to pagc_rules table git-svn-id: http://svn.osgeo.org/postgis/trunk@11724
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-02  Bborie Park <dustymugs@gmail.com>

	* raster/Makefile.in, raster/rt_pg/rtpg_band_properties.c,
	raster/rt_pg/rtpg_gdal.c, raster/rt_pg/rtpg_geometry.c,
	raster/rt_pg/rtpg_pixel.c, raster/rt_pg/rtpg_raster_properties.c,
	raster/rt_pg/rtpg_statistics.c: Fixes to make sure PostgreSQL
	version > 9.2 compile without warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@11720
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-08-02  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/loader/raster2pgsql.h, raster/rt_core/Makefile.in,
	raster/rt_core/{rt_api.h => librtcore.h},
	raster/rt_core/librtcore_internal.h, raster/rt_core/rt_api.c,
	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/rt_pg.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_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/{rt_pg.h => rtpostgis.h},
	raster/test/cunit/cu_tester.h: Split rt_core/rt_api.c and
	rt_pg/rt_pg.c into smaller files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11719
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Update news git-svn-id: http://svn.osgeo.org/postgis/trunk@11714
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c, loader/shp2pgsql-core.c, regress/Makefile.in,
	regress/loader/Latin1-implicit.select.expected,
	regress/loader/Latin1-implicit.select.sql: (#2397) read LDID/CPG
	where appropriate git-svn-id: http://svn.osgeo.org/postgis/trunk@11713
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-23  Sandro Santilli <strk@kbt.io>

	* regress/lwgeom_regress.sql: Use a single INSERT for preparing the
	data git-svn-id: http://svn.osgeo.org/postgis/trunk@11712
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-20  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp-cli.c: #2230 can't dump on windows 64 if schema
	qualified. Fix by replacing with more modern code (follow same
	pattern and standardiz naming of variable as shp2pgsql) (should
	probably apply astyle but will do later) git-svn-id: http://svn.osgeo.org/postgis/trunk@11710
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-20  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-gui.1: man page for shp2pgsql-gui provided by
	Mònica Ramírez Arceda and  mwanner git-svn-id: http://svn.osgeo.org/postgis/trunk@11705
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-19  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml: minor updates
	to PAGC git-svn-id: http://svn.osgeo.org/postgis/trunk@11702
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-19  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: more clarification git-svn-id: http://svn.osgeo.org/postgis/trunk@11701
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-19  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@11700
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-19  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml: update pagc
	install instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@11699
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-17  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@11692
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-17  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in: Removed use of \' from raster
	warning message. Ticket #2383 git-svn-id: http://svn.osgeo.org/postgis/trunk@11689
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	reset gaz counter git-svn-id: http://svn.osgeo.org/postgis/trunk@11688
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	oops deleted pagc_gaz entries.  Also add ST LOUIS (fails regress
	without) git-svn-id: http://svn.osgeo.org/postgis/trunk@11687
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	#2381 make std word upper case, #2380 (add a lex entry for BAY
	STATE) so correctly parses git-svn-id: http://svn.osgeo.org/postgis/trunk@11686
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-15  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@11685
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-14  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile.in: GEOS 3.3.8 uses old snapping (#2379) git-svn-id: http://svn.osgeo.org/postgis/trunk@11682
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-12  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: flesh out pagc_normalize_address and
	point out issue with batch and workaround for issue.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11674
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-11  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@11668
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-10  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: update extension to support
	upcoming 2.0.4 and 2.1.0rc1 git-svn-id: http://svn.osgeo.org/postgis/trunk@11664
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: huh more mistakes git-svn-id: http://svn.osgeo.org/postgis/trunk@11661
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml: oops more
	mistakes in link end git-svn-id: http://svn.osgeo.org/postgis/trunk@11657
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix disallowed note child in
	abstract git-svn-id: http://svn.osgeo.org/postgis/trunk@11656
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-10  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/README,
	extras/tiger_geocoder/tiger_2011/README: #2245 Doc patches to tiger git-svn-id: http://svn.osgeo.org/postgis/trunk@11650
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml: #2367 briefly
	document pagc in docs and where to get.  will flesh out later, but
	good enough for 2.1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@11649
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-09  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: #2378 document that ST_CollectionExtract
	and ST_CollectionHomegenize are flawed when dealing with polygons
	with shared edges git-svn-id: http://svn.osgeo.org/postgis/trunk@11645
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Allow --libintl-prefix to set cpp flags git-svn-id: http://svn.osgeo.org/postgis/trunk@11644
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-08  Regina Obe <lr@pcorp.us>

	* doc/reference_lrs.xml: missed spot git-svn-id: http://svn.osgeo.org/postgis/trunk@11641
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_clean.c: Fix the ST_MakeValid leak, keep it
	crash-free (#2307) git-svn-id: http://svn.osgeo.org/postgis/trunk@11636
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_clean.c: Add cunit test for #2307 So now we have a "leak or crash" situation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11635
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql: #2307, remove spaces in hex string git-svn-id: http://svn.osgeo.org/postgis/trunk@11621
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos_clean.c, regress/tickets.sql,
	regress/tickets_expected: #2307, test and comment on free line git-svn-id: http://svn.osgeo.org/postgis/trunk@11620
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_azimuth01.wkt,
	doc/html/image_src/st_azimuth02.wkt, doc/reference_measure.xml: #876
	ST_Azimuth doc patch git-svn-id: http://svn.osgeo.org/postgis/trunk@11617
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, configure.ac, topology/test/Makefile.in: #2371, Support GEOS
	versions with more than 1 digit in micro git-svn-id: http://svn.osgeo.org/postgis/trunk@11612
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: move example to ST_HausdorffDistance git-svn-id: http://svn.osgeo.org/postgis/trunk@11608
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: bah get rid of last example not quite
	the solution for problem after further ruminating.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11607
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@11606
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: minor adjustment git-svn-id: http://svn.osgeo.org/postgis/trunk@11605
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: useful real world example of using
	ST_MaxDistance git-svn-id: http://svn.osgeo.org/postgis/trunk@11604
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-07-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_in_kml.c, regress/in_kml.sql,
	regress/in_kml_expected: Raise an error when fed KML with mixed
	coordinate dimension See #2372 git-svn-id: http://svn.osgeo.org/postgis/trunk@11603
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_in_kml.c, regress/in_kml.sql,
	regress/in_kml_expected: Support parsing KML with space between
	digits and comma (#2372) git-svn-id: http://svn.osgeo.org/postgis/trunk@11589
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-25  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Removed gdal-config --dep-flags from configure.ac.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11587
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-25  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile.in,
	topology/test/regress/topogeo_addlinestring_expected_oldsnap: Fix
	GEOS dependent expected results Now tested and successful with all supported GEOS versions git-svn-id: http://svn.osgeo.org/postgis/trunk@11584
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-25  Sandro Santilli <strk@kbt.io>

	* configure.ac, topology/test/Makefile.in,
	topology/test/regress/{topogeo_addlinestring_expected =>
	topogeo_addlinestring_expected_newsnap},
	topology/test/regress/topogeo_addlinestring_expected_oldsnap: Base
	expected TopoGeo_addLinestring output on GEOS version (#2368) git-svn-id: http://svn.osgeo.org/postgis/trunk@11583
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-22  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Move Mat back to core since he's done a ton
	of work on CMake git-svn-id: http://svn.osgeo.org/postgis/trunk@11571
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-21  Sandro Santilli <strk@kbt.io>

	* configure.ac: Do not override JSON_LDFLAGS, fixing --with-jsondir
	usage git-svn-id: http://svn.osgeo.org/postgis/trunk@11563
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Sandro Santilli <strk@kbt.io>

	* configure.ac: Add support for libjson-c 0.10+ (#2213) git-svn-id: http://svn.osgeo.org/postgis/trunk@11560
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, doc/postgis.xml: up minimum version of
	PostgreSQL to 9.1 descriptively will enforce later git-svn-id: http://svn.osgeo.org/postgis/trunk@11558
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added docs regarding
	postgis.gdal.datapath GUC and postgis_gdal_version() git-svn-id: http://svn.osgeo.org/postgis/trunk@11556
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Bborie Park <dustymugs@gmail.com>

	* doc/using_raster_dataman.xml: Added spatial_index column
	description git-svn-id: http://svn.osgeo.org/postgis/trunk@11555
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@11554
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/check_raster_columns.sql: Added spatial_index
	column to raster_columns view. Ticket #2361 git-svn-id: http://svn.osgeo.org/postgis/trunk@11553
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in: 
	Added missing signatures for ST_TPI(), ST_TRI() and ST_Roughness git-svn-id: http://svn.osgeo.org/postgis/trunk@11552
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Bborie Park <dustymugs@gmail.com>

	* NEWS, README.postgis: Updated to 2.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@11551
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Regina Obe <lr@pcorp.us>

	* Version.config: make trunk 2.2.0dev git-svn-id: http://svn.osgeo.org/postgis/trunk@11550
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-20  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql: #2336
	state level regex wget is too greedy and pulling all states when KS
	is chosen git-svn-id: http://svn.osgeo.org/postgis/trunk@11548
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-13  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/loader/raster2pgsql.c: Fixed handling of schema name
	when adding overview constraints. Ticket #2359 git-svn-id: http://svn.osgeo.org/postgis/trunk@11544
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Have cleanup before calls to elog(ERROR,
	...) git-svn-id: http://svn.osgeo.org/postgis/trunk@11542
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Grammar fixes for
	error messages (active vs passive) git-svn-id: http://svn.osgeo.org/postgis/trunk@11541
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-08  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: #2356: quick fix for extensions
	not building anymore because of raster upgrade file change from
	rtpostgis_upgrade_20_minor.sql to rtpostgis_upgrade_20_21.sql Also got rid of some commented out code git-svn-id: http://svn.osgeo.org/postgis/trunk@11540
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-08  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: Get rid of postgis_drop_before for
	extension upgrade -- we don't need it any more after #2334 git-svn-id: http://svn.osgeo.org/postgis/trunk@11539
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_tree.c,
	liblwgeom/lwgeodetic.c: #2351, st_distance between geographies wrong git-svn-id: http://svn.osgeo.org/postgis/trunk@11535
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore generated sfcgal.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@11533
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: #2315,
	geography_distance_uncached: variable ‘tolerance’ set but not
	used git-svn-id: http://svn.osgeo.org/postgis/trunk@11531
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/geography_measurement.c: #2168, ST_Distance is not
	always commutative git-svn-id: http://svn.osgeo.org/postgis/trunk@11530
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_ogc.c, regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected: #2165, ST_NumPoints
	regression failure with CircularString git-svn-id: http://svn.osgeo.org/postgis/trunk@11528
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwgeom_geos_clean.c: #2307, ST_MakeValid outputs
	invalid geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@11525
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-04  Bborie Park <dustymugs@gmail.com>

	* .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 git-svn-id: http://svn.osgeo.org/postgis/trunk@11523
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-04  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Fix spelling errors in st_makevalid
	documentation Fixes a couple of spelling errors, and use the full word 'without'
	instead of the contraction 'w/out'.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11521
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-04  Sandro Santilli <strk@kbt.io>

	* COPYING: Renew the COPYING gpl-2.0 with last version from gnu.org git-svn-id: http://svn.osgeo.org/postgis/trunk@11519
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-04  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@11518
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-03  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_backend_api.c: Turn lwgeom_backend_switch into a
	static function git-svn-id: http://svn.osgeo.org/postgis/trunk@11517
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-03  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_estimate.c: Another couple of warnings gone git-svn-id: http://svn.osgeo.org/postgis/trunk@11513
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-03  Sandro Santilli <strk@kbt.io>

	* postgis/geography_measurement.c, postgis/gserialized_estimate.c: 
	More unused variables and functions warnings cleaned git-svn-id: http://svn.osgeo.org/postgis/trunk@11512
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-03  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_x3d.c: Remove warnings
	from liblwgeom These are mostly unused variables git-svn-id: http://svn.osgeo.org/postgis/trunk@11511
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-06-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* libpgcommon/gserialized_gist.h: Fix "array subscript is above
	array bounds" gcc build warnings on trunk using a suitable pointer
	and cast.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11508
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-30  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Update
	expectances after GEOSSnap fixes (#2346) git-svn-id: http://svn.osgeo.org/postgis/trunk@11506
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-30  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Alphabetize built-in map algebra
	callback functions git-svn-id: http://svn.osgeo.org/postgis/trunk@11504
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-27  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Actually use the --strip-trailing-cr switch,
	do not check it only git-svn-id: http://svn.osgeo.org/postgis/trunk@11503
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-27  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Use system diff only if it knows how to strip
	trailing CR (#2344) git-svn-id: http://svn.osgeo.org/postgis/trunk@11502
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-25  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Not all args with a dash are options,
	only those starting with one git-svn-id: http://svn.osgeo.org/postgis/trunk@11501
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-25  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Use system diff when available (my
	implementation is horrible) git-svn-id: http://svn.osgeo.org/postgis/trunk@11500
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-25  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Cleanly handle unsupported switches git-svn-id: http://svn.osgeo.org/postgis/trunk@11499
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-25  Sandro Santilli <strk@kbt.io>

	* NEWS: Use consistent formatting for the NEWS file git-svn-id: http://svn.osgeo.org/postgis/trunk@11498
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-25  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix swapped obtained/expected in regression
	failure report git-svn-id: http://svn.osgeo.org/postgis/trunk@11497
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-24  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in, raster/test/regress/clean.sql,
	raster/test/regress/clean_expected,
	raster/test/regress/{rt_addband-post.pl => load_outdb-post.pl},
	raster/test/regress/{rt_utility-post.sh => load_outdb-post.sh},
	raster/test/regress/{rt_bytea-pre.pl => load_outdb-pre.pl},
	raster/test/regress/{rt_utility-pre.sh => load_outdb-pre.sh},
	raster/test/regress/load_outdb.sql,
	raster/test/regress/load_outdb_expected,
	raster/test/regress/rt_addband-post.sh,
	raster/test/regress/rt_addband-pre.pl,
	raster/test/regress/rt_addband-pre.sh,
	raster/test/regress/rt_bytea-post.pl,
	raster/test/regress/rt_bytea-post.sh,
	raster/test/regress/rt_bytea-pre.sh,
	raster/test/regress/rt_utility-post.pl,
	raster/test/regress/rt_utility-pre.pl, regress/run_test.pl: 
	Refactored use of out-db rasters for regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@11496
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-24  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/testgdalraster,
	raster/test/regress/testgdalraster.test,
	raster/test/regress/testgdalraster_expected: Removed unnecessary
	test due to introduction of ST_FromGDALRaster() git-svn-id: http://svn.osgeo.org/postgis/trunk@11495
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-24  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/postgis.xml: hardcode minor for now fix
	later, get rid of old links git-svn-id: http://svn.osgeo.org/postgis/trunk@11494
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-24  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: add Natural Resources Canada (supporting
	Lidar point cloud) git-svn-id: http://svn.osgeo.org/postgis/trunk@11493
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-24  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, doc/postgis.xml: this may not work git-svn-id: http://svn.osgeo.org/postgis/trunk@11492
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-24  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@11491
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-24  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@11490
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-24  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: minor edit git-svn-id: http://svn.osgeo.org/postgis/trunk@11489
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Fixed issues caught by clang git-svn-id: http://svn.osgeo.org/postgis/trunk@11488
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-23  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: replace defunct credit reference with
	credits_other_contributors git-svn-id: http://svn.osgeo.org/postgis/trunk@11487
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-23  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: oops forgot beginning tag git-svn-id: http://svn.osgeo.org/postgis/trunk@11486
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-23  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: credit past is taking up too much prime real
	estate relegate past contributors to other section, add missing
	corporate sponsor Palantir Technologies (funded geography and
	funding point cloud), minor updates to bios, alphabetize core
	contributors otherwise have to go by relevance and get into hissing
	fights git-svn-id: http://svn.osgeo.org/postgis/trunk@11485
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in: Avoid (srf()).* construct, known to
	invoke srf() for each out field Should slightly improve performances of TopoGeo_addLinestring (in
	turn used by toTopoGeom) git-svn-id: http://svn.osgeo.org/postgis/trunk@11484
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-20  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in, postgis/lwgeom_inout.c: #2185: failure
	on 64-bit windows edb.  In event of parse error return
	PG_RETURN_NULL() instead of forcing functions not to cache (revert
	last sugar coat change) git-svn-id: http://svn.osgeo.org/postgis/trunk@11482
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-20  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: move Bborie Park up to PSC section and
	augment bio on all the work he's been doing git-svn-id: http://svn.osgeo.org/postgis/trunk@11479
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-19  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in: #2185: bah still crashes sometimes on
	9.2 -- better just remove teh immutable entirely fromt hese
	functions.  No one should be suing these anyway since they are
	deprecated git-svn-id: http://svn.osgeo.org/postgis/trunk@11477
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-19  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in: #2185: bandage for 9.2 EDB x64 basically
	set all these SQL functions to have a cost of 1 (like the others) so
	they rarely will ever cache.  It's super sugar coating the issue --
	there is something I feel wrong with our parser that it's properly
	cleaning on error and corrupting shared memory when things are
	cached. but at least regress.sql now passes under 9.2 edb 64 git-svn-id: http://svn.osgeo.org/postgis/trunk@11476
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-19  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_ogc.c: #2332 ammendment correct the note to note we
	are no longer just wrapping the otehr function git-svn-id: http://svn.osgeo.org/postgis/trunk@11474
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-19  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_ogc.c: #2332 windows 64 EDB crasher on invalid wkb
	using ST_GeomFromWKB - fix by using similar logic to go
	ST_GeomFromEWKB and skipping intermediary call.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11473
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-18  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11471
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-17  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Ensure local liblwgeom and libpgcommon
	includes are scanned first git-svn-id: http://svn.osgeo.org/postgis/trunk@11470
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-16  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: clarify soft upgrade requirement for
	PostGIS 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@11467
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-15  Bborie Park <dustymugs@gmail.com>

	* regress/run_test, regress/run_test.pl: Added SFCGAL version output git-svn-id: http://svn.osgeo.org/postgis/trunk@11466
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-14  Bborie Park <dustymugs@gmail.com>

	* doc/Makefile.in: Allow correct handling of sect2 tags in chunked
	html git-svn-id: http://svn.osgeo.org/postgis/trunk@11465
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-14  Regina Obe <lr@pcorp.us>

	*
	extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sq
	l.in: #2329: fix bug in where condition of backup git-svn-id: http://svn.osgeo.org/postgis/trunk@11464
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-14  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Fixed Raster Processing section git-svn-id: http://svn.osgeo.org/postgis/trunk@11463
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-14  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Reorganized the entire Raster Processing
	section. Lets see if this makes things easier to find... or not.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11462
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-14  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Minor tweaks to ST_ColorMap() doc git-svn-id: http://svn.osgeo.org/postgis/trunk@11461
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: alphabetize raster processing section -
	impossible to find stuff otherwise git-svn-id: http://svn.osgeo.org/postgis/trunk@11460
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2326: describe behavior of having no
	non-datavalue as by design.  Also change all examples to explicitly
	specify band (though we have only 1 band anyway) for anal clarity.
	(forgot edits in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@11459
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2326: describe behavior of having no
	non-datavalue as by design.  Also change all examples to explicitly
	specify band (though we have only 1 band anyway) for anal clarity.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11458
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-13  Sandro Santilli <strk@kbt.io>

	* regress/wmsservers.sql: Revert changes in test for wmsservers
	clients Augment min client messages to ERROR so that new deprecation
	warnings don't need to be expected.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11457
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-13  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo in ST_ColorMap query git-svn-id: http://svn.osgeo.org/postgis/trunk@11456
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-13  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: dustymugs must have made a correction to
	pseudo_color -- no black background anymore, also add in
	visualizations for new named color ramps and liink fromST_AsPNNG
	TOST_COLRMap git-svn-id: http://svn.osgeo.org/postgis/trunk@11455
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-12  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/po/it_IT/reference_sfcgal.xml.po,
	doc/po/pt_BR/reference_sfcgal.xml.po: #2323. Commit it and br .po
	for sfcgal doc git-svn-id: http://svn.osgeo.org/postgis/trunk@11450
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-12  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/po/templates/reference_sfcgal.xml.pot: #2323. Add
	reference_sfcgal.xml.pot git-svn-id: http://svn.osgeo.org/postgis/trunk@11449
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-12  Regina Obe <lr@pcorp.us>

	* Version.config, doc/postgis.xml: bump trunk to 2.1.0beta3dev git-svn-id: http://svn.osgeo.org/postgis/trunk@11443
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-12  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: switch download location to downloads.osgeo.org git-svn-id: http://svn.osgeo.org/postgis/trunk@11440
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-12  Regina Obe <lr@pcorp.us>

	* Version.config: prep for beta2 tagging git-svn-id: http://svn.osgeo.org/postgis/trunk@11439
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-12  Regina Obe <lr@pcorp.us>

	* Version.config, extensions/upgradeable_versions.mk,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwtin.c,
	loader/cunit/Makefile.in: #1898, #2322 move geos functions in
	lwtin.c to lwgeom_geos.c  to prevent unhealthy dependency on geos
	(for loader tools and also image generator), roll back change to
	cunit for loader (the geos includes). bump up version number to
	beta2dev git-svn-id: http://svn.osgeo.org/postgis/trunk@11438
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: one more try git-svn-id: http://svn.osgeo.org/postgis/trunk@11424
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: try again.  committed obsolete
	version last time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11423
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix booboo git-svn-id: http://svn.osgeo.org/postgis/trunk@11422
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE, Version.config,
	extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
	extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in,
	extensions/upgradeable_versions.mk: update version number to beta1
	in prep for tagging, upgrade from old dev, amendments to how to
	release, rebuild of unpackaged scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@11421
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl: change 3d icons,
	better distinction between required  and enhnaced, minor grammar
	correction git-svn-id: http://svn.osgeo.org/postgis/trunk@11420
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/installation.xml: Related to #2321. SFCGAL doc entry in
	installation.xml.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11419
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/sfcgal/regress.sql, regress/sfcgal/tickets.sql,
	regress/sfcgal/wmsservers.sql: #2319 fix. Update SFCGAL regress
	tests after #1994 functions renaming git-svn-id: http://svn.osgeo.org/postgis/trunk@11418
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/xsl/postgis_aggs_mm.xml.xsl: have sfcgal
	function appear in special index and also flag if a function
	requires sfcgal in matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@11417
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update screen outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@11416
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: missed one comment git-svn-id: http://svn.osgeo.org/postgis/trunk@11415
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: repeat create extension instructions in
	short -- heck its shorter than the crap we have listed. Also
	correect compile instructions (with-raster and -with-topology no
	longer need stating) get rid of other obsolete statements git-svn-id: http://svn.osgeo.org/postgis/trunk@11414
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* README.postgis, doc/installation.xml: update ReadMe to include
	SFCGAL and preferred versions of GEOS/GDAL/CGAL.  Put pretty anchors
	in install so doesn't create hard to bookmark numbered anchors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11413
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-11  Regina Obe <lr@pcorp.us>

	* ChangeLog: update change log in preparation for beta1 release git-svn-id: http://svn.osgeo.org/postgis/trunk@11412
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_colormap_expected: Added more predefined
	color ramps for ST_ColorMap(raster). Removed RGB <-> HSV colorspace
	conversion as it sometimes resulted in strange answers when
	interpolating.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11411
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Remove noisy info message. A big source
	of confusion. Ticket #2309 git-svn-id: http://svn.osgeo.org/postgis/trunk@11410
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_editor.xml, liblwgeom/cunit/cu_force_sfs.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in: cf #2318,
	add a optional additional version parameter in ST_ForceSFS, handle
	both 1.1 and 1.2. default is 1.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@11409
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_sfcgal.xml, postgis/sfcgal.sql.in,
	postgis/uninstall_sfcgal.sql.in, regress/regress_sfcgal.sql,
	regress/regress_sfcgal_expected: Use ST_MinkowskiSum rather than
	ST_Minkowski userland.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11408
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/postgis.xml, doc/reference_sfcgal.xml: add a flag for SFCGAL
	function cf #2317. Remove useless ST_MakeSolid doc entry git-svn-id: http://svn.osgeo.org/postgis/trunk@11407
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/performance_tips.xml, doc/reference_editor.xml,
	postgis/postgis.sql.in, regress/binary.sql,
	regress/lwgeom_regress.sql, regress/regress.sql,
	regress/tickets.sql, regress/typmod.sql, regress/wmsservers.sql: 
	ST_Force_XXX renamed to ST_ForceXXX git-svn-id: http://svn.osgeo.org/postgis/trunk@11406
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* NEWS: Update NEWS related to #2254 and #1823 git-svn-id: http://svn.osgeo.org/postgis/trunk@11405
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/postgis.sql.in: Change ST_force_sfs to ST_ForceSFS, also
	in ST_ConcaveHull calls...  git-svn-id: http://svn.osgeo.org/postgis/trunk@11404
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_editor.xml, postgis/postgis.sql.in: Change
	ST_force_sfs to ST_ForceSFS git-svn-id: http://svn.osgeo.org/postgis/trunk@11403
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_force_sfs.c, liblwgeom/lwgeom.c: output
	COLLECTION of Polygon for TIN and PolyhedralSurface, for ST_ForceSFS
	(instead of MultiPolygon). Thanks to Sandro for these input git-svn-id: http://svn.osgeo.org/postgis/trunk@11402
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_backend_api.c, postgis/lwgeom_sfcgal.c,
	postgis/postgis.sql.in, regress/regress_sfcgal.sql,
	regress/regress_sfcgal_expected: Fix #2314. Add a unit test for
	postgis_sfcgal_version git-svn-id: http://svn.osgeo.org/postgis/trunk@11401
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwlinearreferencing.c, liblwgeom/lwsegmentize.c,
	libpgcommon/lwgeom_pg.c, postgis/lwgeom_export.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_in_geohash.c: Fix more
	compiler warnings There are still some that would be nice to fix, but it's mostly the
	array subscript is above array bounds one git-svn-id: http://svn.osgeo.org/postgis/trunk@11400
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: link to ST_NumBands git-svn-id: http://svn.osgeo.org/postgis/trunk@11399
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: example of a custom color map git-svn-id: http://svn.osgeo.org/postgis/trunk@11398
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c: Fix compiler warnings in
	lwgeom_functions_analytic git-svn-id: http://svn.osgeo.org/postgis/trunk@11397
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwalgorithm.c: Fix implicit declaration of function
	'tolower' warning git-svn-id: http://svn.osgeo.org/postgis/trunk@11396
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_force_sfs.c: Related to #2313 git-svn-id: http://svn.osgeo.org/postgis/trunk@11395
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2290 provide visual example of color
	map git-svn-id: http://svn.osgeo.org/postgis/trunk@11394
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Bborie Park <dustymugs@gmail.com>

	* .gitignore: Added generated sfcgal files git-svn-id: http://svn.osgeo.org/postgis/trunk@11393
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-10  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in, raster/test/cunit/Makefile.in,
	raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_misc.c,
	raster/test/cunit/cu_tester.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_colormap.sql,
	raster/test/regress/rt_colormap_expected: Addition of
	ST_ColorMap(raster). Ticket #2290 git-svn-id: http://svn.osgeo.org/postgis/trunk@11392
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-09  Bborie Park <dustymugs@gmail.com>

	* postgis/lwgeom_backend_api.c: Prevent compile error for when CGAL
	isn't wanted.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11391
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-09  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_editor.xml: add st_force_sfs doc git-svn-id: http://svn.osgeo.org/postgis/trunk@11390
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-09  Olivier Courtin <olivier.courtin@camptocamp.com>

	* configure.ac, doc/Makefile.in, doc/postgis.xml,
	doc/reference.xml, doc/reference_measure.xml,
	doc/reference_processing.xml, doc/reference_sfcgal.xml,
	doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/sfcgal_cheatsheet.html.xsl,
	doc/xsl/sfcgal_comments.sql.xsl, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_force_sfs.c,
	liblwgeom/cunit/cu_sfcgal.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_sfcgal.c, liblwgeom/lwgeom_sfcgal.h,
	postgis/Makefile.in, postgis/lwgeom_backend_api.c,
	postgis/lwgeom_backend_api.h, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
	postgis/lwgeom_sfcgal.c, postgis/lwgeom_sfcgal.h,
	postgis/postgis.sql.in, postgis/postgis_module.c,
	postgis/sfcgal.sql.in, postgis/uninstall_sfcgal.sql.in,
	regress/Makefile.in, regress/regress_sfcgal.sql,
	regress/regress_sfcgal_expected, regress/run_test,
	regress/run_test.pl, regress/sfcgal/README,
	regress/sfcgal/concave_hull.sql,
	regress/sfcgal/concave_hull_expected, regress/sfcgal/empty.sql,
	regress/sfcgal/empty_expected, regress/sfcgal/geography.sql,
	regress/sfcgal/geography_expected, regress/sfcgal/legacy.sql,
	regress/sfcgal/legacy_expected, regress/sfcgal/measures.sql,
	regress/sfcgal/measures_expected, regress/sfcgal/regress.sql,
	regress/sfcgal/regress_expected, regress/sfcgal/regress_ogc.sql,
	regress/sfcgal/regress_ogc_expected,
	regress/sfcgal/regress_ogc_prep.sql,
	regress/sfcgal/regress_ogc_prep_expected,
	regress/sfcgal/tickets.sql, regress/sfcgal/tickets_expected,
	regress/sfcgal/wmsservers.sql, regress/sfcgal/wmsservers_expected: 
	Add SFCGAL support cf #2254. Include SFCGAL support, postgis backend
	handling (GEOS/SFCGAL). Regress tests, documentation prototypes and
	also additional force_sfs function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11389
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-09  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update extension install to include tiger
	geocoder and some helpful commands you can run from psql git-svn-id: http://svn.osgeo.org/postgis/trunk@11388
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcompound.c: Fix potential access to uninitialized
	value It would have happened on malformed COMPOUNDCURVE (unlikely).
	Hushes compiler warning.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11387
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-09  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: start accounting for more
	raster helper types - addbandarg etc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11385
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: #2298, ST_AsGML geography crashable
	with monkey inputs git-svn-id: http://svn.osgeo.org/postgis/trunk@11384
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-08  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: #2242: Clarify behavior of ST_Union
	with NULLS git-svn-id: http://svn.osgeo.org/postgis/trunk@11383
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-08  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: put full version number on st_tpi,
	st_tri, st_roughness git-svn-id: http://svn.osgeo.org/postgis/trunk@11382
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-07  Bborie Park <dustymugs@gmail.com>

	* NEWS, postgis/gserialized_estimate.c: Commented out debug call to
	non-existant function nd_stats_to_grid().  Ticket #2282 git-svn-id: http://svn.osgeo.org/postgis/trunk@11381
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-07  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_elevation_functions.sql,
	raster/test/regress/rt_elevation_functions_expected: Added
	ST_TRI(raster). Ticket #2164. Thanks to Nathaniel Clay for writing
	the function and required docs and regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11380
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-07  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_elevation_functions.sql,
	raster/test/regress/rt_elevation_functions_expected: Added
	ST_Roughness(raster). Ticket #2302. Thanks to Nathaniel Clay for
	writing the function and required docs and regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11379
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-07  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/introduction.xml, doc/reference_raster.xml,
	raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_elevation_functions.sql,
	raster/test/regress/rt_elevation_functions_expected: Added
	ST_TPI(raster). Ticket #2163. Thanks to Nathaniel Clay for writing
	the function and required docs and regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11378
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-07  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: try again git-svn-id: http://svn.osgeo.org/postgis/trunk@11377
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-07  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: put in author info ePub just shows unknown for
	author (annoying).  Move editor into authorgroup. Also put in
	productname and number git-svn-id: http://svn.osgeo.org/postgis/trunk@11376
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-07  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in: fix PGCONFIG
	(change to @PG_CONFIG@ ) to be consistent with configure variable
	change.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11375
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-06  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Ensure local liblwgeom dir is added first to
	include path in loader/ git-svn-id: http://svn.osgeo.org/postgis/trunk@11364
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-06  Regina Obe <lr@pcorp.us>

	* loader/cunit/Makefile.in: Add GEOS to compile cunit flags of
	shp2pgsql to prevent error in #1898 git-svn-id: http://svn.osgeo.org/postgis/trunk@11363
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-06  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwtin.c, regress/delaunaytriangles.sql,
	regress/delaunaytriangles_expected: #1898: Nathan Wagner's patch
	that adds a flag 2 to allow ST_DelaunayTriangles to dump out a TIN.
	Just commit and see if winnie has same issue with shp2pgsql-gui
	checks git-svn-id: http://svn.osgeo.org/postgis/trunk@11361
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-05  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/reference_constructor.xml,
	doc/reference_output.xml: #1818 slight doc change move the
	FromGeoHash family to constructor section and link back to
	ST_GeoHash output and amend credits to Jason Smith git-svn-id: http://svn.osgeo.org/postgis/trunk@11360
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-05  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: #2118: add enhanced note to
	ST_Boundary  (to note Nathan Wagner ST_Triangle support feature) git-svn-id: http://svn.osgeo.org/postgis/trunk@11359
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-05  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_geos.c, regress/Makefile.in, regress/boundary.sql,
	regress/boundary_expected: #2118: ST_Boundary support for Triangle
	type git-svn-id: http://svn.osgeo.org/postgis/trunk@11358
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-05  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: change output naming of epub to be consistent
	with pdf and also try to add in the css include git-svn-id: http://svn.osgeo.org/postgis/trunk@11356
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-04  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: bah dbtoepub doesn't understand includes git-svn-id: http://svn.osgeo.org/postgis/trunk@11355
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-04  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: switch back to rout but attempt a -I include git-svn-id: http://svn.osgeo.org/postgis/trunk@11354
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-04  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: change epub to be built in html so relative
	search for images doesn't break, fix deprecated links git-svn-id: http://svn.osgeo.org/postgis/trunk@11353
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-04  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: #2204: regina programming in dark trying to put
	in epub build logic git-svn-id: http://svn.osgeo.org/postgis/trunk@11352
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-04  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl: change log tables generated to
	have 21 in name (topology garden test is far from done) git-svn-id: http://svn.osgeo.org/postgis/trunk@11350
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-04  Regina Obe <lr@pcorp.us>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
	postgis/lwgeom_dumppoints.c, regress/dumppoints_expected: #2295
	Nathan Wagner patch to support for dumping circular strings in dump
	points git-svn-id: http://svn.osgeo.org/postgis/trunk@11349
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-04  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_dumppoints.c, regress/dumppoints.sql,
	regress/dumppoints_expected: #2293: patch to throw an error for
	curved geoms on ST_DumpPoints rather than crash.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11346
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-03  Regina Obe <lr@pcorp.us>

	* postgis/geography_inout.c, regress/tickets.sql,
	regress/tickets_expected: #1292 commit patch ST_SnapToGrid returns a
	value of of range git-svn-id: http://svn.osgeo.org/postgis/trunk@11345
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-03  Regina Obe <lr@pcorp.us>

	* CREDITS, NEWS, doc/introduction.xml: #1818 credit updates J. Smith
	(also fix web link in CREDITS file) git-svn-id: http://svn.osgeo.org/postgis/trunk@11344
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-03  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_in_geohash.c: #1818: geohash one more file forgot
	to commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11343
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-03  Regina Obe <lr@pcorp.us>

	* regress/in_geohash.sql, regress/in_geohash_expected: #1818: oops
	forgot to add the tests git-svn-id: http://svn.osgeo.org/postgis/trunk@11342
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-03  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, postgis/Makefile.in,
	postgis/postgis.sql.in, regress/Makefile.in,
	utils/postgis_restore.pl.in: #1818: geohash patch hashbox to geom git-svn-id: http://svn.osgeo.org/postgis/trunk@11341
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-02  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: #2262 change box cast from implicit to
	assignment git-svn-id: http://svn.osgeo.org/postgis/trunk@11340
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-02  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml, doc/xsl/postgis_aggs_mm.xml.xsl: add
	2.0.3 and 2.1 sections, break out 2.1 changed from new git-svn-id: http://svn.osgeo.org/postgis/trunk@11339
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-01  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2011/geocode/interpolate_from_address.s
	ql: ban strk's annoying warning note about using deprecated
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@11334
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-01  Regina Obe <lr@pcorp.us>

	*
	extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackag
	ed.sql.in: revise unpackaged to include pagc stuff git-svn-id: http://svn.osgeo.org/postgis/trunk@11333
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-05-01  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql: fix formatting was causing miss parsing of zips git-svn-id: http://svn.osgeo.org/postgis/trunk@11332
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-30  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: one more clarification git-svn-id: http://svn.osgeo.org/postgis/trunk@11330
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-30  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: clarify under what conditions you can
	compile without GDAL git-svn-id: http://svn.osgeo.org/postgis/trunk@11329
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-29  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop_before.sql: #2279 fix typo got smallint and
	int4 confused git-svn-id: http://svn.osgeo.org/postgis/trunk@11328
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-28  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop_before.sql: #2279: fix inability to upgrade
	from 2.0 to 2.1 by renaming old geog/geom selectivity functions to
	new name (if they are currently used) aand then allowing the
	standard upgrade to steam roll over the definitions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11327
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_utility-post.pl,
	raster/test/regress/rt_utility-post.sh,
	raster/test/regress/rt_utility-pre.pl,
	raster/test/regress/rt_utility-pre.sh,
	raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected: Added ST_Summary(raster).
	Ticket #2280 git-svn-id: http://svn.osgeo.org/postgis/trunk@11326
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-25  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/README: updates to instructions
	more coming though should probably just put n onlin documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@11325
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-25  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	#2260: revise to use new API structure of pagc standardizer git-svn-id: http://svn.osgeo.org/postgis/trunk@11324
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-24  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_addband-pre.pl,
	raster/test/regress/rt_addband-pre.sh,
	raster/test/regress/rt_bytea-pre.pl,
	raster/test/regress/rt_bytea-pre.sh: Added better handling of file
	paths for msys git-svn-id: http://svn.osgeo.org/postgis/trunk@11323
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-24  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add update path from 2.0.3 to
	2.1.0SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@11321
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/loader/raster2pgsql.c,
	raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in,
	raster/rt_pg/rtpostgis_drop.sql.in,
	raster/test/cunit/cu_raster_wkb.c,
	raster/test/regress/rt_bytea-post.pl,
	raster/test/regress/rt_bytea-post.sh,
	raster/test/regress/rt_bytea-pre.pl,
	raster/test/regress/rt_bytea-pre.sh,
	raster/test/regress/rt_bytea.sql: Added parameter to
	ST_AsBinary(raster) to permit out-db bands to be treated as in-db.
	Ticket #2222 git-svn-id: http://svn.osgeo.org/postgis/trunk@11320
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: #2275, revert configure argument with-pgconfig git-svn-id: http://svn.osgeo.org/postgis/trunk@11319
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos_prepared.c: #2277, potential segfault
	condition removed git-svn-id: http://svn.osgeo.org/postgis/trunk@11315
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-23  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/loader/BasicOutDB-post.pl,
	raster/test/regress/loader/BasicOutDB-post.sh,
	raster/test/regress/loader/BasicOutDB-pre.pl,
	raster/test/regress/loader/BasicOutDB-pre.sh,
	raster/test/regress/loader/BasicOutDB.select.expected,
	raster/test/regress/loader/BasicOutDB.select.sql,
	raster/test/regress/rt_addband-post.sh,
	raster/test/regress/rt_addband-pre.sh: Added test for loading out-db
	rasters in raster2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@11314
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-23  Bborie Park <dustymugs@gmail.com>

	* raster/test/cunit/cu_tester.c: Explicitly initialize memory as
	valgrind complains git-svn-id: http://svn.osgeo.org/postgis/trunk@11313
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-23  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_addband-post.pl,
	raster/test/regress/rt_addband-post.sh,
	raster/test/regress/rt_addband-pre.pl,
	raster/test/regress/rt_addband-pre.sh, regress/run_test: Added bash
	versions of "bootstrapping" code for rt_addband test git-svn-id: http://svn.osgeo.org/postgis/trunk@11312
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_addband-post.pl,
	raster/test/regress/rt_addband-pre.pl,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_addband_expected, regress/run_test.pl: 
	Addition of ST_AddBand(raster, ...) for out-db bands. Ticket #2276 git-svn-id: http://svn.osgeo.org/postgis/trunk@11311
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-17  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	oops had wrong data type for tables git-svn-id: http://svn.osgeo.org/postgis/trunk@11306
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-17  Sandro Santilli <strk@kbt.io>

	* doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: Properly escape dashes
	in man pages Patch by Markus Wanner <markus@bluegap.ch> git-svn-id: http://svn.osgeo.org/postgis/trunk@11305
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-16  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_georeference.sql,
	raster/test/regress/rt_georeference_expected: Added numerical
	parameters version of ST_SetGeoReference(raster).  Ticket #613 git-svn-id: http://svn.osgeo.org/postgis/trunk@11304
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, doc/Makefile.comments.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in, loader/Makefile.in,
	postgis/Makefile.in, raster/rt_pg/Makefile.in,
	topology/Makefile.in, utils/Makefile.in: Change PGCONFIG to
	PG_CONFIG git-svn-id: http://svn.osgeo.org/postgis/trunk@11301
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml: Link to wikipedia article about GeoHash
	from ST_GeoHash git-svn-id: http://svn.osgeo.org/postgis/trunk@11300
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-15  Bborie Park <dustymugs@gmail.com>

	* 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
	changing a raster's georeference if raster has any out-db bands.
	Also updated docs with note. Ticket #2244 git-svn-id: http://svn.osgeo.org/postgis/trunk@11298
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-15  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: add new use_pagc_addess_parser
	switch in list git-svn-id: http://svn.osgeo.org/postgis/trunk@11297
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-15  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Add -s to usage string of
	postgis_restore.pl. See #2264 git-svn-id: http://svn.osgeo.org/postgis/trunk@11296
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-cli.c: Associated CLI fix for #2272:
	shp2pgsql-gui crashes when given filenames with dots.  After some experimentation, the best solution seems to be to use a
	separate scan to remove the extension before finding the non-path
	section when deriving the table name.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11294
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: Fix for bug
	#2272: shp2pgsql-gui crashes when given filenames with dots.  This was a combination of two bugs: firstly, we weren't initialising
	the state variable field_names to NULL, and so if the variable
	happened to be filled with junk and we were unable to import a shape
	file, we would end up freeing a random pointer.  Secondly, shapelib tries to be clever and strip off any file
	extension by searching for a "." character from the end of the
	filename, hence causing the truncation of the filename. Resolve this
	by leaving the .shp/.dbf extension from the file selector in the
	filename string so that shapelib does the right thing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11292
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-13  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	#2260 - fix normalize discrepancy in pagc handling service drives git-svn-id: http://svn.osgeo.org/postgis/trunk@11290
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/gserialized_estimate.c,
	postgis/postgis_drop_after.sql: #945, clean up build artefacts and
	upgrade script git-svn-id: http://svn.osgeo.org/postgis/trunk@11289
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/geography.sql.in,
	postgis/geography_estimate.c, postgis/geography_inout.c,
	postgis/geometry_estimate.c, postgis/gserialized_estimate.c,
	postgis/postgis.sql.in: #945, remove the old selectivity code, now
	no longer being called git-svn-id: http://svn.osgeo.org/postgis/trunk@11288
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-12  Sandro Santilli <strk@kbt.io>

	* NEWS: Rewrite the postgis_restore.pl improvement line The commit message was also wrong, it's not the dump having postgis
	in custom schema but the new install...  git-svn-id: http://svn.osgeo.org/postgis/trunk@11286
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-12  Sandro Santilli <strk@kbt.io>

	* NEWS, utils/postgis_restore.pl.in: postgis_restore.pl support for
	dump with postgis in custom schema See #2264 -- thanks Thomas (frost242) git-svn-id: http://svn.osgeo.org/postgis/trunk@11285
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-11  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/Makefile.in: Prevent parallel make of raster. Ticket
	2271 git-svn-id: http://svn.osgeo.org/postgis/trunk@11284
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-10  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: give license faq a permanent pretty anchor.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11281
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Fix expression-based ST_MapAlgebra resulting
	in regression failures on some machines git-svn-id: http://svn.osgeo.org/postgis/trunk@11277
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-09  Sandro Santilli <strk@kbt.io>

	* postgis/geometry_estimate.c: Fix access to random memory during
	ANALYZE The bug was introduced with previous commit, see #2269 As part of this fix, the stawidth field of pg_statistics is changed
	to represent the average _compressed_ size rather than the average
	_uncompressed_ size of non-null geometry values. This may have some
	consequence on the planner (not known at time of commit).  git-svn-id: http://svn.osgeo.org/postgis/trunk@11276
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-09  Sandro Santilli <strk@kbt.io>

	* postgis/geometry_estimate.c: Avoid uselessly detoasting full
	geometries on ANALYZE (#2269) git-svn-id: http://svn.osgeo.org/postgis/trunk@11274
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-06  Bborie Park <dustymugs@gmail.com>

	* postgis/lwgeom_btree.c: Removed debug statements git-svn-id: http://svn.osgeo.org/postgis/trunk@11257
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-06  Bborie Park <dustymugs@gmail.com>

	* NEWS, postgis/lwgeom_btree.c: GBOX variables not initialized for
	empty geometries. Ticket #2257 git-svn-id: http://svn.osgeo.org/postgis/trunk@11256
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-05  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql: change to use some elements from parse_address git-svn-id: http://svn.osgeo.org/postgis/trunk@11255
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-05  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2011/regress/pagc_normalize_address_reg
	ress.sql, extras/tiger_geocoder/tiger_2011/regress/regress.sql: add
	pagc regression testing.  Will upload the regress output once I look
	into the regression failures git-svn-id: http://svn.osgeo.org/postgis/trunk@11254
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-04  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: #2192: doco patch git-svn-id: http://svn.osgeo.org/postgis/trunk@11252
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-03  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in: #2258 get rid of explicit public (so
	people can install postgis in any schema they want), but insure we
	use security invoker to call new st_esimatedExtent to prevent
	malicious code injection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11249
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-03  Regina Obe <lr@pcorp.us>

	*
	extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sq
	l.in: mark pagc lookup tables is_custom = true as editable git-svn-id: http://svn.osgeo.org/postgis/trunk@11248
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-03  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql: #2261: fix creation of next next upgrade script, add null
	protection for pagc_normalize_address git-svn-id: http://svn.osgeo.org/postgis/trunk@11247
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-02  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql: 
	#2193: implement upgrade next next functionality hack, implement
	swap -- SELECT
	set_geocode_setting('use_pagc_address_parser','true');  will cause
	geocoder to use pagc address parser instead of build in normalizer git-svn-id: http://svn.osgeo.org/postgis/trunk@11246
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-02  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql: #2193: get
	rid of redundant call.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11245
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-02  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_2011/create_geocode.bat,
	extras/tiger_geocoder/tiger_2011/create_geocode.sql,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql,
	extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql: #2193
	integrate pagc in extension (loads helper tables) and also upgrade
	and create scripts, modify tables some more.  Still need to put in
	another folder with c files for compile and in manual on how to
	enable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11244
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-02  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql: #2193: pretype (not ideal because norm_addy doesn't have
	slot for it so just stuff in streettypeabbrev ) .norm_addy should
	ideally be changed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11243
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-02  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql: forgot the pre direction git-svn-id: http://svn.osgeo.org/postgis/trunk@11242
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-04-02  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode_settings.sql,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_normalize_addr
	ess.sql,
	extras/tiger_geocoder/tiger_2011/pagc_normalize/pagc_tables.sql: 
	First step of integrating the pagc normalizer, add the tables and
	wrapper function that return a norm_addy object and also a
	geocode_setting option to swap out old address parser with pagc git-svn-id: http://svn.osgeo.org/postgis/trunk@11241
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-31  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: #2018 mark ST_Dwithin as also
	supporting curves.  Just taking rpamsey's word for this -- will test
	later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11230
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-30  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: #2018: highlight that curves are now
	supported - examples forthcoming.  Also broke geography into
	separate example section git-svn-id: http://svn.osgeo.org/postgis/trunk@11228
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/measures.c, liblwgeom/measures.h: #2018, Remove old
	bruteforce function and replace with new one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11227
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-29  Bborie Park <dustymugs@gmail.com>

	* loader/cunit/Makefile.in: Set CFLAGS in loader cunit tests so that
	mingw can run tests git-svn-id: http://svn.osgeo.org/postgis/trunk@11226
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in: Removed commented out variants of
	ST_MapAlgebra removed in r11222.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11225
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-29  Bborie Park <dustymugs@gmail.com>

	* NEWS: Added news about Ticket #2133 git-svn-id: http://svn.osgeo.org/postgis/trunk@11224
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-29  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@11223
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/rt_mapalgebra_expr_expected: Refactored
	expression variant of ST_MapAlgebra() to be faster.  Performance is
	almost as good as ST_MapAlgebraExpr(). Ticket #2133 git-svn-id: http://svn.osgeo.org/postgis/trunk@11222
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-29  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: fix link git-svn-id: http://svn.osgeo.org/postgis/trunk@11221
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/measures.c,
	liblwgeom/measures.h, liblwgeom/ptarray.c, regress/tickets_expected: 
	#2018, Distance calculation support for arc features (circstring,
	compoundcurve, curvepolygon) git-svn-id: http://svn.osgeo.org/postgis/trunk@11219
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-28  Regina Obe <lr@pcorp.us>

	* liblwgeom/stringbuffer.c: change variable used to
	__MINGW64_VERSION_MAJOR  (the mingw64_w32 doesn't have __MINGW64_
	(only the mingw64-w64 has that) git-svn-id: http://svn.osgeo.org/postgis/trunk@11218
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-28  Regina Obe <lr@pcorp.us>

	* liblwgeom/stringbuffer.c: #1668: if mingw64 and it returns <0
	switch to _vscprintf native windows implementation. Thanks to
	swoodbridge for pointing out the define to use.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11217
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-27  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/rt_api.c,
	raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: Fix bad dimensions when
	rescaling rasters with default geotransform matrix. Ticket #2251 git-svn-id: http://svn.osgeo.org/postgis/trunk@11215
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: flag #945 as complete git-svn-id: http://svn.osgeo.org/postgis/trunk@11213
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: 
	#2201, ST_GeoHash wrong on boundaries git-svn-id: http://svn.osgeo.org/postgis/trunk@11212
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: #2186, gui progress bar update is slowing
	loads git-svn-id: http://svn.osgeo.org/postgis/trunk@11209
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_union.sql,
	raster/test/regress/rt_union_expected: Enhanced ST_Union(raster,
	uniontype) to union all bands of all rasters.  Ticket #2200.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11207
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/run_test, regress/run_test.pl: revert wrong regress
	encoding stuff from r11205 git-svn-id: http://svn.osgeo.org/postgis/trunk@11206
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_surface.c,
	liblwgeom/cunit/cu_surface.h, liblwgeom/libtgeom.c,
	liblwgeom/libtgeom.h, liblwgeom/lwgeom.c, regress/run_test,
	regress/run_test.pl: Related to #1553. Add missing free in
	cu_surface cunit to be valgrind clean. As TGEOM was not used as
	storage serialization, i purely remove TGEOM for now, and kept only
	the TIN/POLYHEDRALSURFACE lwgeom expression (will see in future if
	we really need to have a 3D topological storage PostGIS side) git-svn-id: http://svn.osgeo.org/postgis/trunk@11205
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-25  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Removed old raster core tests from configure git-svn-id: http://svn.osgeo.org/postgis/trunk@11204
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-25  Bborie Park <dustymugs@gmail.com>

	* raster/test/core/Makefile.in, raster/test/core/check.h,
	raster/test/core/testapi.c, raster/test/core/testwkb.c: Delete old
	core raster tests. Ticket #2115 git-svn-id: http://svn.osgeo.org/postgis/trunk@11203
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-25  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_fromgdalraster.sql,
	raster/test/regress/rt_fromgdalraster_expected: Addition of
	ST_FromGDALRaster(). This is what happens on a long airplane flight!
	Ticket #2123.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11202
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-25  Bborie Park <dustymugs@gmail.com>

	* NEWS: Added item regarding -n of raster2pgsql. Ticket #2231 git-svn-id: http://svn.osgeo.org/postgis/trunk@11201
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-25  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
	raster/test/regress/Makefile.in,
	raster/test/regress/loader/BasicFilename-post.pl,
	raster/test/regress/loader/BasicFilename-post.sh,
	raster/test/regress/loader/BasicFilename-pre.pl,
	raster/test/regress/loader/BasicFilename-pre.sh,
	raster/test/regress/loader/BasicFilename.opts,
	raster/test/regress/loader/BasicFilename.select.expected,
	raster/test/regress/loader/BasicFilename.select.sql: Added ability
	to specify name of filename column in raster2pgsql. More stuff being
	done stuck in a tube at 30k feet.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11200
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-22  Sandro Santilli <strk@kbt.io>

	* configure.ac: Revert "Add '-x c' switch to CPP / CC when used as
	SQL preprocessor" It seems it wasn't needed, see #2239 git-svn-id: http://svn.osgeo.org/postgis/trunk@11197
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/export/TopoJSON.sql.in,
	topology/test/regress/topojson_expected: Fix lineal TopoJSON output
	to keep multi components separated REF: #2228 git-svn-id: http://svn.osgeo.org/postgis/trunk@11196
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-22  Sandro Santilli <strk@kbt.io>

	* configure.ac: Add '-x c' switch to CPP / CC when used as SQL
	preprocessor Hopefully it'll set us free to name our input files with any
	extension we decide.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11195
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in: Fix ST_InvDistWeigh4MA() to handle
	a situation when neighborhood is empty except the center pixel.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11194
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-21  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/export/TopoJSON.sql.in,
	topology/test/regress/topojson.sql,
	topology/test/regress/topojson_expected: Fix areal TopoJSON output
	to group and order polygon rings (#2228) git-svn-id: http://svn.osgeo.org/postgis/trunk@11193
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-21  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, raster/rt_pg/Makefile.in,
	topology/Makefile.in: Review comments above Makefile rule to
	generate .sql from .sql.in git-svn-id: http://svn.osgeo.org/postgis/trunk@11192
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-20  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in, regress/tickets.sql,
	regress/tickets_expected, topology/sql/export/TopoJSON.sql.in,
	topology/sql/export/gml.sql.in, topology/sql/populate.sql.in,
	topology/sql/sqlmm.sql.in: Have functions deprecated in 2.1.0 raise
	a WARNING message (#1994) Drop use of some deprecated functions by other functions (as exposed
	by testsuite).  Add a _postgis_deprecate service function for the message, so we can
	change from WARNING to NOTICE or we can tweak the message, in a
	central place.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11191
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-20  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_lrs.xml, postgis/postgis.sql.in,
	regress/regress_lrs.sql: Deprecate non-CamelCase linear referencing
	function (#1994) - ST_Line_Interpolate_Point renamed to ST_LineInterpolatePoint - ST_Line_Substring renamed to ST_LineSubstring - ST_Line_Locate_Point renamed to ST_LineLocatePoint Tests updated to use the new signature, docs updated to show the new
	signature and report deprecations git-svn-id: http://svn.osgeo.org/postgis/trunk@11190
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-20  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topojson.sql,
	topology/test/regress/topojson_expected: Add perturbating edges in
	TopoJSON test git-svn-id: http://svn.osgeo.org/postgis/trunk@11189
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-20  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Update TopoJSON example with correct
	output, add note about arc indices git-svn-id: http://svn.osgeo.org/postgis/trunk@11188
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-20  Sandro Santilli <strk@kbt.io>

	* topology/sql/export/TopoJSON.sql.in,
	topology/test/regress/topojson.sql,
	topology/test/regress/topojson_expected: Speedup areal TopoJSON
	output routine to use edge walking Now it takes 6% of the time to do the same thing ! Tweak tests to expect new arcs numbering and order.  Also fixes
	missing comma separating polygon ring arcs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11187
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-20  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topojson.sql,
	topology/test/regress/topojson_expected: Fix AsTopoJSON call in
	testcase git-svn-id: http://svn.osgeo.org/postgis/trunk@11186
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-20  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Properly encode TopoJSON.sql.in dependency
	into topology.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@11185
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-20  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topojson_expected: Oops, forgot to add
	topojson test expectancy (#2240) git-svn-id: http://svn.osgeo.org/postgis/trunk@11184
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-19  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@11183
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-19  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Cleanup and integrate documentation of
	ST_GetFaceEdges git-svn-id: http://svn.osgeo.org/postgis/trunk@11182
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-19  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/{ => export}/gml.sql.in,
	topology/topology.sql.in: Move GML function under a new export/
	subdir git-svn-id: http://svn.osgeo.org/postgis/trunk@11181
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-19  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/{gml.sql.in.c => gml.sql.in},
	topology/sql/manage/{CopyTopology.sql.in.c => CopyTopology.sql.in},
	topology/sql/manage/{ManageHelper.sql.in.c => ManageHelper.sql.in},
	topology/sql/manage/{TopologySummary.sql.in.c =>
	TopologySummary.sql.in}, topology/sql/{polygonize.sql.in.c =>
	polygonize.sql.in}, topology/sql/{populate.sql.in.c =>
	populate.sql.in}, topology/sql/{predicates.sql.in.c =>
	predicates.sql.in}, topology/sql/query/{GetNodeEdges.sql.in.c =>
	GetNodeEdges.sql.in}, topology/sql/query/{GetRingEdges.sql.in.c =>
	GetRingEdges.sql.in}, topology/sql/query/{getedgebypoint.sql.in.c
	=> getedgebypoint.sql.in},
	topology/sql/query/{getfacebypoint.sql.in.c =>
	getfacebypoint.sql.in}, topology/sql/query/{getnodebypoint.sql.in.c
	=> getnodebypoint.sql.in}, topology/sql/{sqlmm.sql.in.c =>
	sqlmm.sql.in}, topology/sql/topoelement/{topoelement_agg.sql.in.c
	=> topoelement_agg.sql.in},
	topology/sql/topogeometry/{cleartopogeom.sql.in.c =>
	cleartopogeom.sql.in}, topology/sql/topogeometry/{simplify.sql.in.c
	=> simplify.sql.in}, topology/sql/topogeometry/{totopogeom.sql.in.c
	=> totopogeom.sql.in}, topology/sql/topogeometry/{type.sql.in.c =>
	type.sql.in}, topology/{topology.sql.in.c => topology.sql.in},
	topology/{topology_drop_after.sql.in.c =>
	topology_drop_after.sql.in},
	topology/{topology_drop_before.sql.in.c =>
	topology_drop_before.sql.in}: Drop the .c suffix of sql files to
	preprocess under topology/ dir git-svn-id: http://svn.osgeo.org/postgis/trunk@11180
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-19  Sandro Santilli <strk@kbt.io>

	* .gitignore, raster/rt_pg/Makefile.in,
	raster/rt_pg/{rtpostgis.sql.in.c => rtpostgis.sql.in},
	raster/rt_pg/{rtpostgis_drop.sql.in.c => rtpostgis_drop.sql.in},
	raster/rt_pg/{rtpostgis_legacy.sql.in.c =>
	rtpostgis_legacy.sql.in},
	raster/rt_pg/{rtpostgis_upgrade_cleanup.sql.in.c =>
	rtpostgis_upgrade_cleanup.sql.in}: Drop the .c suffix of sql files
	to preprocess under raster/ dir git-svn-id: http://svn.osgeo.org/postgis/trunk@11179
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2238: clarify neighborhood distance
	terminology git-svn-id: http://svn.osgeo.org/postgis/trunk@11177
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-18  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql.in.c: Drop unused variables git-svn-id: http://svn.osgeo.org/postgis/trunk@11176
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-18  Sandro Santilli <strk@kbt.io>

	* .gitignore, postgis/Makefile.in, postgis/{geography.sql.in.c =>
	geography.sql.in}, postgis/{legacy.sql.in.c => legacy.sql.in},
	postgis/{legacy_minimal.sql.in.c => legacy_minimal.sql.in},
	postgis/{long_xact.sql.in.c => long_xact.sql.in},
	postgis/{postgis.sql.in.c => postgis.sql.in},
	postgis/{uninstall_geography.sql.in.c =>
	uninstall_geography.sql.in}, postgis/{uninstall_legacy.sql.in.c =>
	uninstall_legacy.sql.in}, postgis/{uninstall_long_xact.sql.in.c =>
	uninstall_long_xact.sql.in}, postgis/{uninstall_sqlmm.sql.in.c =>
	uninstall_sqlmm.sql.in}: Drop the .c suffix of sql files to
	preprocess The suffix was added to make compilers happy about preprocessing,
	but invoking cpp directly should be just fine (SQLPP macro) This is an experimental change under postgis/, if everyone is happy
	the same thing will be done for raster/ and topology/ git-svn-id: http://svn.osgeo.org/postgis/trunk@11175
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Fixed unescaped % in RAISE
	message. Ticket #2237 git-svn-id: http://svn.osgeo.org/postgis/trunk@11174
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo in ST_AsGDALRaster example git-svn-id: http://svn.osgeo.org/postgis/trunk@11170
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-08  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc.sql, regress/regress_ogc_expected: Make test
	for ST_PointOnSurface accept any contained point as valid This is to support a change in GEOS 3.3.9 / 3.4.0 that started
	giving different (but still valid) results.  See
	http://trac.osgeo.org/geos/ticket/623 git-svn-id: http://svn.osgeo.org/postgis/trunk@11162
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-08  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Reword ST_Simplify(TopoGeometry)
	description (#1687) git-svn-id: http://svn.osgeo.org/postgis/trunk@11160
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-07  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/extras_topology.xml, doc/reference_processing.xml: 
	Document ST_Simplify(TopoGeometry) -- closes #1687 git-svn-id: http://svn.osgeo.org/postgis/trunk@11159
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-07  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in,
	topology/sql/topogeometry/simplify.sql.in.c,
	topology/test/Makefile.in, topology/test/regress/st_simplify.sql,
	topology/test/regress/st_simplify_expected,
	topology/topology.sql.in.c: Add ST_Simplify override for
	TopoGeometry objects (#1687) git-svn-id: http://svn.osgeo.org/postgis/trunk@11158
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-07  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Split test for #1968 in
	two parts, to avoid false negative git-svn-id: http://svn.osgeo.org/postgis/trunk@11156
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-06  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/totopogeom.sql: Improve the test for #1968
	to also check duplicated components git-svn-id: http://svn.osgeo.org/postgis/trunk@11155
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql.in.c,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Fix missing edge from
	toTopoGeom return (#1968) git-svn-id: http://svn.osgeo.org/postgis/trunk@11152
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Bad switch for debug output git-svn-id: http://svn.osgeo.org/postgis/trunk@11151
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-06  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@11149
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-05  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c: Minor code
	cleanup in raster2pgsql and additional debug output for rt_api git-svn-id: http://svn.osgeo.org/postgis/trunk@11145
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-05  Sandro Santilli <strk@kbt.io>

	* NEWS, README.postgis, configure.ac, liblwgeom/cunit/cu_tester.c: 
	Make libjson-c optional adding --without-json configure switch
	(#2202) git-svn-id: http://svn.osgeo.org/postgis/trunk@11144
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-04  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_btree.c, regress/tickets.sql,
	regress/tickets_expected: Fix equality operator between EMPTY and
	point on origin (#2110) git-svn-id: http://svn.osgeo.org/postgis/trunk@11142
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-03-04  Sandro Santilli <strk@kbt.io>

	* : Drop PDF version of EJB3 spatial tutorial There's an ODT version of the manual, pdf can be generated git-svn-id: http://svn.osgeo.org/postgis/trunk@11140
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-28  Sandro Santilli <strk@kbt.io>

	* regress/in_geojson.sql, regress/in_geojson_expected: Add
	regression test for #2216 git-svn-id: http://svn.osgeo.org/postgis/trunk@11121
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-28  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_in_geojson.c, liblwgeom/lwin_geojson.c: Fix
	parsing GeoJSON of multipolygon with holes (#2216) git-svn-id: http://svn.osgeo.org/postgis/trunk@11120
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-28  Sandro Santilli <strk@kbt.io>

	* NEWS, configure.ac, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_in_geojson.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwin_geojson.c, postgis/lwgeom_in_geojson.c: Add
	lwgeom_from_geojson to liblwgeom, add cunit test, fix memory leak git-svn-id: http://svn.osgeo.org/postgis/trunk@11119
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, 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,
	raster/test/cunit/cu_raster_geometry.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_convexhull.sql,
	raster/test/regress/rt_convexhull_expected: Added
	ST_MinConvexHull(raster). Ticket #2210 git-svn-id: http://svn.osgeo.org/postgis/trunk@11118
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_columns_expected: Changed name of
	exclusion constraint to by dynamic due to conflict of implicit index
	names. Ticket #2215 git-svn-id: http://svn.osgeo.org/postgis/trunk@11117
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Addition debug output for
	rt_raster_from_gdal_dataset() git-svn-id: http://svn.osgeo.org/postgis/trunk@11116
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-23  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: mordernize faq on creating spatial table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11113
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-23  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: #2209: reword to encoding raster issue to not
	specify explicit byte count git-svn-id: http://svn.osgeo.org/postgis/trunk@11110
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c, regress/tickets.sql,
	regress/tickets_expected: #1292, go back to nudging geodetic
	coordinates (realityexists) git-svn-id: http://svn.osgeo.org/postgis/trunk@11109
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-21  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: remove duped qandset tags git-svn-id: http://svn.osgeo.org/postgis/trunk@11108
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-21  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: missing para tag git-svn-id: http://svn.osgeo.org/postgis/trunk@11107
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-21  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: oops forgot pretty anchor git-svn-id: http://svn.osgeo.org/postgis/trunk@11106
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-21  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: document issue in ticket #2209 in FAQ.
	Probably only affects me, but who knows.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11105
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-19  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: #2208 : document that ST_PointN no
	longer works with first linestring of multilinestring git-svn-id: http://svn.osgeo.org/postgis/trunk@11103
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Wrong debug output function git-svn-id: http://svn.osgeo.org/postgis/trunk@11102
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: had type and name swapped git-svn-id: http://svn.osgeo.org/postgis/trunk@11100
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: ST_MapAlgebra: create variablelist and
	move much of commentary to that so page is more easily digestable git-svn-id: http://svn.osgeo.org/postgis/trunk@11099
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Fixed handling of out-db rasters with no
	geotransform matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@11098
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Additional debug output for
	rt_raster_gdal_warp() git-svn-id: http://svn.osgeo.org/postgis/trunk@11097
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-16  Bborie Park <dustymugs@gmail.com>

	* raster/TODO: Update raster TODO as it was sorely out of date git-svn-id: http://svn.osgeo.org/postgis/trunk@11096
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-16  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@11095
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-15  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_gdalwarp.sql: Changed how rasters with
	unknown SRID and default geotransform are handled when calling GDAL
	Warp API. Ticket #2203 git-svn-id: http://svn.osgeo.org/postgis/trunk@11094
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-09  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: change check geos to be 3.4
	(3.4 is the new standard of excellence) git-svn-id: http://svn.osgeo.org/postgis/trunk@11092
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-09  Regina Obe <lr@pcorp.us>

	* doc/reference_misc.xml: get rid of use of xml tags in arg -
	messing up formatting of cheat sheet gen git-svn-id: http://svn.osgeo.org/postgis/trunk@11091
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-09  Regina Obe <lr@pcorp.us>

	* doc/xsl/tiger_geocoder_cheatsheet.html.xsl: missed one git-svn-id: http://svn.osgeo.org/postgis/trunk@11090
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-09  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: fix version number -- should
	change to read from config at some point, but too lazy to figure
	that out right now git-svn-id: http://svn.osgeo.org/postgis/trunk@11089
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-09  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: add styles to avoid page
	breaks in awkward places git-svn-id: http://svn.osgeo.org/postgis/trunk@11088
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-09  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl,
	doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: update to summary of what's
	new in PostGIS 2.1 - this will be a really slick release :).  Fix
	doc links in cheatsheet generator git-svn-id: http://svn.osgeo.org/postgis/trunk@11086
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_cache.h: Expand size of generic cache to allow
	future pointcloud cache to sneak into it if necessary git-svn-id: http://svn.osgeo.org/postgis/trunk@11085
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Corrected use of pfree instead of
	PG_FREE_IF_COPY git-svn-id: http://svn.osgeo.org/postgis/trunk@11084
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Additional assert() calls. Will need to
	add usage of NDEBUG flag to turn off assert() for non-debug builds git-svn-id: http://svn.osgeo.org/postgis/trunk@11083
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: uhh how could we forget to mention the
	cool ST_Union(rast,unionarg) is new in PostGIS 2.1.  Got rid of some
	other notes as its only that annoying ST_Union(rast,uniontype)
	that's a sore in my back.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11082
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2199: clarify ST_Union(rast) multiband
	union feature is just for first variant.  A bit too verbose, but at
	least I won't be confused anymore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11081
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-04  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@11079
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Additional calls to assert() and better
	checking of out-db raster bands git-svn-id: http://svn.osgeo.org/postgis/trunk@11078
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Removed some unnecessary assert() calls git-svn-id: http://svn.osgeo.org/postgis/trunk@11077
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-02  Regina Obe <lr@pcorp.us>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_modedgesplit_expected,
	topology/test/regress/st_newedgessplit_expected: #2190: further
	cleanup of topology existence checking so regresses for 9.3.  Should
	pass with flying colors now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11076
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-02  Regina Obe <lr@pcorp.us>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_addisonode_expected: fix for 9.3 -- pg 9.3
	seems to throw errors sooner so we need to check a topology exists
	before trying to query it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11075
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-02-01  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: fix gdal_translate examples (port now
	required) and have typos in syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@11074
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Added check that raster metadata check
	and warn if not git-svn-id: http://svn.osgeo.org/postgis/trunk@11060
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Remove debug output from
	rt_raster_gdal_warp() git-svn-id: http://svn.osgeo.org/postgis/trunk@11059
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-28  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: Fix function parameter
	value overflow that caused problems when copying data from a GDAL
	dataset. Problem first appeared in ST_Resize(). Ticket #2188 git-svn-id: http://svn.osgeo.org/postgis/trunk@11057
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-28  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Code cleanup of
	rt_raster_gdal_warp() git-svn-id: http://svn.osgeo.org/postgis/trunk@11056
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-26  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: ST_Perimeter not being flagged in
	matrix as geography function because of double function synopsis git-svn-id: http://svn.osgeo.org/postgis/trunk@11046
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-26  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: link happiness -- add ref to postgresql
	math functions so people aren't puzzled by degrees, pi, radians
	where they came from git-svn-id: http://svn.osgeo.org/postgis/trunk@11044
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-26  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: clarify distance is in meters in the
	short-descrip that shows in db environment git-svn-id: http://svn.osgeo.org/postgis/trunk@11043
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-26  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: ST_Project -- somebody didn't follow
	protocol and didn't tag PostGIS version when they added this git-svn-id: http://svn.osgeo.org/postgis/trunk@11040
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-26  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: spell degrees correctly -- its degrees
	not degreees git-svn-id: http://svn.osgeo.org/postgis/trunk@11029
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-26  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: #657: correct the documentation on
	ST_Project to reflect it expects bearing measured in radians and how
	to handle for both degrees and radians git-svn-id: http://svn.osgeo.org/postgis/trunk@11026
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-25  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Support dumps where the geometry
	column has a mixEdCaseD name git-svn-id: http://svn.osgeo.org/postgis/trunk@11025
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/CopyTopology.sql.in.c,
	topology/test/regress/copytopology.sql,
	topology/test/regress/copytopology_expected: Properly copy
	topologies with Z value (#2184) git-svn-id: http://svn.osgeo.org/postgis/trunk@11022
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-20  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rt_pg.c: Fix issue with outdb rasters with no
	SRID and ST_Resize (GDAL warp calls). Ticket #2182 git-svn-id: http://svn.osgeo.org/postgis/trunk@11008
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-18  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_debug.c, regress/summary_expected,
	regress/tickets_expected: Have ST_Summary advertise presence of
	known srid with an [S] flag Closes #2178 git-svn-id: http://svn.osgeo.org/postgis/trunk@11004
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-18  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml, doc/postgis.xml: obsolete links git-svn-id: http://svn.osgeo.org/postgis/trunk@11001
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-18  Regina Obe <lr@pcorp.us>

	* NEWS: update news with new tiger geocoder features git-svn-id: http://svn.osgeo.org/postgis/trunk@10998
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Prefer boolean predicates over
	overlay ops in ST_ChangeEdgeGeom Further reduces robustness issues and squeezes another bit of
	performance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10987
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Drop useless input endpoints relate
	check in ST_ChangeEdgeGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@10985
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Make
	ST_ChangeEdgeGeom motion collision detection code more robust The new model avoids a call to GEOSSymDifference but rather checks
	each candidate node against both "motion ranges" containment.  It
	still constructs something, but only MULTIPOINT, which should be
	safe. Haven't profiled but the new code should also be faster than
	the previous. Fixes ticket #2176, includes testcase for it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10984
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-gui.c: change to about link to show new website
	link git-svn-id: http://svn.osgeo.org/postgis/trunk@10982
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: fix formatting and word changes to tiger
	extension install section git-svn-id: http://svn.osgeo.org/postgis/trunk@10981
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: update to reflect new protocol when we are on new
	site.  Also to update download links git-svn-id: http://svn.osgeo.org/postgis/trunk@10979
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: move note into para git-svn-id: http://svn.osgeo.org/postgis/trunk@10978
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: get rid of program listing stuff try
	to fix regress.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10977
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: get rid of unbalanced para tag git-svn-id: http://svn.osgeo.org/postgis/trunk@10976
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-16  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml,
	doc/postgis.xml: add extension model instructions for tiger geocoder
	install.  add xml entity for download link git-svn-id: http://svn.osgeo.org/postgis/trunk@10975
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-15  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_split.c, regress/split.sql,
	regress/split_expected: Base vertex snap tolerance in
	lwline_split_by_point on line length Fixes robustness issue in splitting line with own vertex (#2173)
	Also fixes one case of topology building (#2172) git-svn-id: http://svn.osgeo.org/postgis/trunk@10973
	b70326c6-7e19-0410-871a-916f4a2858ee

2013-01-02  Regina Obe <lr@pcorp.us>

	* doc/performance_tips.xml: give anchor friendly ids for chapter and
	sections (so if we shuffle in future anchor doesn't change) git-svn-id: http://svn.osgeo.org/postgis/trunk@10952
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-31  Sandro Santilli <strk@kbt.io>

	* configure.ac, extensions/postgis_topology/Makefile.in: Use grep
	found by ./configure (and have ./configure look for it) git-svn-id: http://svn.osgeo.org/postgis/trunk@10942
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-27  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Use grep found by ./configure git-svn-id: http://svn.osgeo.org/postgis/trunk@10939
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-27  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/html/image_src/generator.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwutil.c, libpgcommon/lwgeom_pg.c,
	libpgcommon/lwgeom_pg.h, loader/shpcommon.c,
	postgis/postgis_module.c, raster/loader/raster2pgsql.c,
	raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
	raster/test/core/testwkb.c, raster/test/cunit/cu_tester.c: Drop
	"lwgeom_init_allocators" need, add "lwgeom_set_handlers" This change allows using liblwgeom from clients which cannot define
	C-level methods for link-back (e.g. python ctypes). See #2089.  NOTE: existing clients should take care of calling the new function       because their "lwgeom_init_allocators" won't be called
	      anymore.  Failure to do so will result in default allocators /
	      reporters being used.  Thanks Giuseppe Sucameli for the base work on this git-svn-id: http://svn.osgeo.org/postgis/trunk@10937
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-26  Regina Obe <lr@pcorp.us>

	* extensions/make_unpackaged.sql,
	extensions/postgis_extension_helper.sql,
	extensions/postgis_extension_helper_uninstall.sql,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_tiger_geocoder/sql_bits/add_search_path.sql.in,
	extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackag
	ed.sql.in: Add add_search_path helper function and call it in
	install of postgis_tiger_geocoder to add tiger to search path.
	Create unpacked script for geocoder so can do CREATE EXTENSION
	postgis_tiger_geocoder FROM unpackaged; git-svn-id: http://svn.osgeo.org/postgis/trunk@10934
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: More code and memory cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@10914
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Additional cleanup and making sure to
	free memory when hitting errors git-svn-id: http://svn.osgeo.org/postgis/trunk@10913
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Code cleanup of rt_raster_serialize().
	Basically make sure to free allocated memory if function has error git-svn-id: http://svn.osgeo.org/postgis/trunk@10912
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwhomogenize.c: Fix memory leak in
	lwcollection_homogenize git-svn-id: http://svn.osgeo.org/postgis/trunk@10896
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-21  Sandro Santilli <strk@kbt.io>

	* .gitignore: Update ignores git-svn-id: http://svn.osgeo.org/postgis/trunk@10895
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-21  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-gui.c: Fix compiler warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@10894
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-20  Bborie Park <dustymugs@gmail.com>

	* postgis/lwgeom_dumppoints.c, raster/rt_pg/rt_pg.c: PostgreSQL 9.3
	changed where heap_form_tuple() is declared. Fixed in raster and
	postgis. Ticket #2013.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10885
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_analytic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_in_kml.c: Quiet compile warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10882
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_stringbuffer.c: Fix leak in cu_stringbuffer
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@10880
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwlinearreferencing.c: Fix memory leak in
	lwmline_locate_along git-svn-id: http://svn.osgeo.org/postgis/trunk@10878
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_clean.c: Fix memory leak in geometry cleaner git-svn-id: http://svn.osgeo.org/postgis/trunk@10877
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-20  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_basic.c: Drop unused "libtgeom.h" include This is to make libtgeom memory errors less scary  :) See #1553 git-svn-id: http://svn.osgeo.org/postgis/trunk@10872
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: Fix memory
	leaks in lwsegmentize and cu_ptarray git-svn-id: http://svn.osgeo.org/postgis/trunk@10871
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-20  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in: add topology so
	extension now installs cleanly. still need to add set path and
	cleanup the make clean git-svn-id: http://svn.osgeo.org/postgis/trunk@10870
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10868
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Make sure to free OGR geometry when the
	geometry is empty git-svn-id: http://svn.osgeo.org/postgis/trunk@10867
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Changed memory
	handling of offline band path. Now explicitly owned internally git-svn-id: http://svn.osgeo.org/postgis/trunk@10866
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeodetic_tree.c: Fix memory leak in circ_tree_new git-svn-id: http://svn.osgeo.org/postgis/trunk@10865
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_geodetic.c: Fix leak in cu_geodetic test git-svn-id: http://svn.osgeo.org/postgis/trunk@10864
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Sandro Santilli <strk@kbt.io>

	* configure.ac: CUnit is not only needed for liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@10863
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Sandro Santilli <strk@kbt.io>

	* regress/in_geojson.sql, regress/in_geojson_expected,
	regress/tickets.sql, regress/tickets_expected: Put JSON input test
	where it belongs (#2156) This time do not include other unrelated changes...  git-svn-id: http://svn.osgeo.org/postgis/trunk@10861
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwutil.c, libpgcommon/lwgeom_pg.c,
	libpgcommon/lwgeom_pg.h, loader/shpcommon.c,
	postgis/postgis_module.c, raster/loader/raster2pgsql.c,
	raster/rt_pg/Makefile.in, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rt_pg.h, raster/test/core/testapi.c,
	raster/test/core/testwkb.c, regress/in_geojson.sql,
	regress/in_geojson_expected, regress/tickets.sql,
	regress/tickets_expected: Revert "Move JSON input test where it
	belons (#2156)" Accidentally committed an unrelated patch..  git-svn-id: http://svn.osgeo.org/postgis/trunk@10860
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwutil.c, libpgcommon/lwgeom_pg.c,
	libpgcommon/lwgeom_pg.h, loader/shpcommon.c,
	postgis/postgis_module.c, raster/loader/raster2pgsql.c,
	raster/rt_pg/Makefile.in, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rt_pg.h, raster/test/core/testapi.c,
	raster/test/core/testwkb.c, regress/in_geojson.sql,
	regress/in_geojson_expected, regress/tickets.sql,
	regress/tickets_expected: Move JSON input test where it belons
	(#2156) git-svn-id: http://svn.osgeo.org/postgis/trunk@10859
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-19  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in: #2153: fix typo in
	file path git-svn-id: http://svn.osgeo.org/postgis/trunk@10856
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Tweaked UpdateRasterSRID() to
	drop/add coverage tile as needed git-svn-id: http://svn.osgeo.org/postgis/trunk@10853
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-18  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: #1959 remove
	sql_bits/mark_editable_objects.sql.in  from upgrade script.  It is
	the one causing pg_extension table to bloat and in theory not needed
	for upgrade since we don't change spatial_ref_sys during upgrade.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10852
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-15  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: add 2.0.2 as upgrade from path git-svn-id: http://svn.osgeo.org/postgis/trunk@10851
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-15  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile.in: #2147 upgrade topology
	doesn't work on Mac BSD sed doesn't default to extended.  Use
	already perl built topology upgrade script instead as template for
	extension upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@10848
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-15  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Fixed handling of identifiers with
	single quote (') such as in O'Reilly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10845
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/loader/Tiled8x8.select.expected,
	raster/test/regress/loader/Tiled8x8.select.sql: Changed testing of
	extent geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@10843
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, doc/using_raster_dataman.xml,
	raster/loader/raster2pgsql.c: Updated raster2pgsql help and docs to
	reflect changes to regular_blocking.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10842
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_columns_expected: regular_blocking
	constraint removed. regular_blocking column of raster_columns now
	looks for spatially_unique and coverage_tile constraints. Ticket
	#2150 git-svn-id: http://svn.osgeo.org/postgis/trunk@10841
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/rt_iscoveragetile.sql,
	raster/test/regress/rt_iscoveragetile_expected: Added regression
	tests for ST_IsCoverageTile().  git-svn-id: http://svn.osgeo.org/postgis/trunk@10840
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added support for padded edge
	tiles to ST_IsCoverageTile() git-svn-id: http://svn.osgeo.org/postgis/trunk@10839
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Added support for no-band rasters to
	ST_Tile(raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@10838
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* NEWS: Added missing tickets and reorg of ticket list git-svn-id: http://svn.osgeo.org/postgis/trunk@10837
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/rt_tile.sql,
	raster/test/regress/rt_tile_expected: Added parameters to
	ST_Tile(raster) to control padding of generated tiles.
	ST_Tile(raster) no longer defaults to padding tiles. Ticket #2069 git-svn-id: http://svn.osgeo.org/postgis/trunk@10836
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in.c: Addition of coverage_tile
	constraint for raster.  Ticket #2148 git-svn-id: http://svn.osgeo.org/postgis/trunk@10835
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Addition of ST_IsCoverageTile()
	to tell if tile is part of a coverage git-svn-id: http://svn.osgeo.org/postgis/trunk@10834
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10833
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_columns_expected,
	raster/test/regress/check_raster_overviews.sql,
	raster/test/regress/check_raster_overviews_expected,
	raster/test/regress/loader/Basic.select.expected,
	raster/test/regress/loader/BasicCopy.select.expected,
	raster/test/regress/loader/Tiled10x10.select.expected,
	raster/test/regress/loader/Tiled10x10Copy.select.expected,
	raster/test/regress/loader/Tiled8x8.select.expected: Tweaked the
	extent computed for the extent constraint git-svn-id: http://svn.osgeo.org/postgis/trunk@10832
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Changed blocksize constraint to
	permit multiple possible values. Ticket is #2143. We just need a
	coverage constraint and a spatially unique constraint to determine
	regularly blocked.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10831
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Fixed incorrect return type in docs git-svn-id: http://svn.osgeo.org/postgis/trunk@10830
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h,
	raster/test/regress/Makefile.in,
	raster/test/regress/loader/Tiled8x8-post.pl,
	raster/test/regress/loader/Tiled8x8-post.sh,
	raster/test/regress/loader/Tiled8x8-pre.pl,
	raster/test/regress/loader/Tiled8x8-pre.sh,
	raster/test/regress/loader/Tiled8x8.opts,
	raster/test/regress/loader/Tiled8x8.select.expected,
	raster/test/regress/loader/Tiled8x8.select.sql: raster2pgsql no
	longer pads tiles by default based upon tile position and tile size.
	This is part of the refactoring to remove padded tiles. Flag -P
	added so that users can indicate that tiles should be padded.
	Ticket #826.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10829
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* regress/run_test, regress/run_test.pl: Removed hardcoded flags for
	raster2pgsql from run_test git-svn-id: http://svn.osgeo.org/postgis/trunk@10828
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10827
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/loader/Basic.opts,
	raster/test/regress/loader/Basic.select.expected,
	raster/test/regress/loader/Basic.select.sql,
	raster/test/regress/loader/Basic.sql.expected,
	raster/test/regress/loader/BasicCopy.opts,
	raster/test/regress/loader/BasicCopy.select.expected,
	raster/test/regress/loader/BasicCopy.select.sql,
	raster/test/regress/loader/BasicCopy.sql.expected,
	raster/test/regress/loader/Tiled10x10.opts,
	raster/test/regress/loader/Tiled10x10.select.expected,
	raster/test/regress/loader/Tiled10x10.select.sql,
	raster/test/regress/loader/Tiled10x10Copy.opts,
	raster/test/regress/loader/Tiled10x10Copy.select.expected,
	raster/test/regress/loader/Tiled10x10Copy.select.sql: Updated
	regression tests for raster2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@10826
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-13  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwcollection.c, liblwgeom/lwline.c,
	liblwgeom/lwpoly.c: Revert "Return NULL when simplifying a line
	results in a line with < 2 vertices" The correct behavior is still being discussed here:
	http://trac.osgeo.org/postgis/ticket/1987 Better reduce the noise...  git-svn-id: http://svn.osgeo.org/postgis/trunk@10822
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-12  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwcollection.c, liblwgeom/lwline.c,
	liblwgeom/lwpoly.c: Return NULL when simplifying a line results in a
	line with < 2 vertices Also return NULL from ST_Simplify when the input is an empty (null
	is a simpler form than EMPTY...) Yes, both break backward compatibility, but seem more consistent to
	me. I'm still interested in allowing collapses avoidance but I think
	consistency is also important.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10821
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, regress/tickets.sql,
	regress/tickets_expected: #2145, ST_Segmentize(geography, dist)
	fails with redundant coordinates git-svn-id: http://svn.osgeo.org/postgis/trunk@10820
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-07  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_pg/rtpostgis.sql.in.c: More verbose output when
	constraints fail to be added to a raster column. Ticket #2141 git-svn-id: http://svn.osgeo.org/postgis/trunk@10819
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-07  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add an id to the toTopoGeom proxy entry git-svn-id: http://svn.osgeo.org/postgis/trunk@10816
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-07  Sandro Santilli <strk@kbt.io>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Element xref can't have content
	(was declared EMPTY) I'm surprised postgis_aggs_mm.xml.xsl contains all that XML,
	shouldn't it just transform source XML ? git-svn-id: http://svn.osgeo.org/postgis/trunk@10815
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-07  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add a "TopoGeometry Editors" section I've added a toTopoGeom entry in this section for the sole purpose
	of redirecting to the one in "TopoGeometry Constructors".  It's two
	overloaded functions, documented togheter in the latter section. If
	there's any better way to deal with this I'm looking forward for
	enhancements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10814
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-07  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Element xref can't have content (was
	declared EMPTY) git-svn-id: http://svn.osgeo.org/postgis/trunk@10813
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-07  Sandro Santilli <strk@kbt.io>

	* doc/release_notes.xml: Fix links to legacy faq git-svn-id: http://svn.osgeo.org/postgis/trunk@10812
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-07  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document new toTopoGeom override and
	clearTopoGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@10811
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-07  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10810
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-06  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/topogeometry/totopogeom.sql.in.c,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Provide a version of
	toTopoGeom taking a TopoGeometry object Such version would _add_ the space taken by the input geometry to an
	existing TopoGeometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10809
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-06  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/Makefile.in,
	topology/sql/topogeometry/cleartopogeom.sql.in.c,
	topology/test/regress/cleartopogeom.sql,
	topology/test/regress/cleartopogeom_expected,
	topology/topology.sql.in.c: Add topology.clearTopoGeom(TopoGeometry)
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@10808
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-06  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Do not hardcode version to rule to build
	topology_upgrade_X_minor git-svn-id: http://svn.osgeo.org/postgis/trunk@10807
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: #2101, add some doco in the .sql.in.c
	file on the _postgis_* stats info functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10806
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-06  Mateusz Loskot <mateusz@loskot.net>

	* raster/scripts/python/rtreader.py: Added RasterReader.copy_to()
	utility based on SQL command COPY TO and PostGIS Raster functions
	ST_As<FORMAT> and outputs rasters to hex-encoded plain text or
	binary raster file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10805
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-06  Mateusz Loskot <mateusz@loskot.net>

	* doc/using_raster_dataman.xml: Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@10804
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-06  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/rt_api.c: Fixed handling of SRS strings as
	they are passed to GDAL functions.  Ticket #2134 git-svn-id: http://svn.osgeo.org/postgis/trunk@10803
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_estimate.c, regress/regress_selectivity.sql,
	regress/regress_selectivity_expected: #2132, _postgis_stats crashes
	backend on missing stats git-svn-id: http://svn.osgeo.org/postgis/trunk@10800
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-05  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-cli.c: Fix broken shp2pgsql help string
	suggesting -r to reproject git-svn-id: http://svn.osgeo.org/postgis/trunk@10798
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
	libpgcommon/gserialized_gist.c, postgis/Makefile.in,
	postgis/geography.sql.in.c, postgis/gserialized_estimate.c,
	postgis/postgis.sql.in.c, regress/Makefile.in,
	regress/regress_selectivity.sql,
	regress/regress_selectivity_expected, regress/tickets.sql,
	regress/tickets_expected: #945, expose and add selectivity to the
	3d/4d index (&&&) bindings git-svn-id: http://svn.osgeo.org/postgis/trunk@10796
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-04  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: upport 2.0.2 release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@10795
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-03  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Fixed incorrect return type for
	ST_BandIsNoData(raster) in docs git-svn-id: http://svn.osgeo.org/postgis/trunk@10792
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-03  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_in_geojson.c, regress/tickets.sql,
	regress/tickets_expected: Fix memory error in MultiPolygon GeoJson
	parsing (#2130) git-svn-id: http://svn.osgeo.org/postgis/trunk@10786
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-03  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_homogenize.c, liblwgeom/lwhomogenize.c: Fix
	SRID in ST_Homogenize output with collection input (#2129) git-svn-id: http://svn.osgeo.org/postgis/trunk@10783
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-03  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_remedgemodface.sql,
	topology/test/regress/st_remedgenewface.sql: Make ST_RemEdge* tests
	30% faster by reducing service costs git-svn-id: http://svn.osgeo.org/postgis/trunk@10781
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-02  Bborie Park <dustymugs@gmail.com>

	* raster/test/cunit/Makefile.in: Removed PICFLAGS from CFLAGS when
	compiling CUnit suites. Ticket #2125 git-svn-id: http://svn.osgeo.org/postgis/trunk@10779
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-01  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix return  type git-svn-id: http://svn.osgeo.org/postgis/trunk@10778
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-01  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: TopoGeo_AddPolygon says aline instead of
	apoly git-svn-id: http://svn.osgeo.org/postgis/trunk@10777
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-01  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: don't dtd validate when making comments and
	cheatsheets git-svn-id: http://svn.osgeo.org/postgis/trunk@10775
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-01  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: Added ST_Resize(raster) to
	resize a raster using desired width/height.  Ticket #1293.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10774
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-12-01  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10773
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-30  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Removed use of pi html code. Using "pi"
	instead.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10772
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-30  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: 
	Additional cleanup and validation regarding ticket #1653 git-svn-id: http://svn.osgeo.org/postgis/trunk@10770
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-30  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added NEWS item and doc updates
	for changes related to ticket #2119 git-svn-id: http://svn.osgeo.org/postgis/trunk@10769
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-30  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_gdalwarp.sql,
	raster/test/regress/rt_gdalwarp_expected: Added a special case to
	RASTER_GDALWarp() where if the input raster has no SRID
	(SRID_UNKNOWN) AND the operation does not involve a reprojection,
	then use a catchall/substitute SRID (in this case 4326).  Ticket
	#2119 git-svn-id: http://svn.osgeo.org/postgis/trunk@10768
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
	regress/in_kml.sql: Fix #2092 for trunk branch git-svn-id: http://svn.osgeo.org/postgis/trunk@10767
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@10763
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Bborie Park <dustymugs@gmail.com>

	* NEWS: Fixed incorrect ticket #. From #2026 to #2062 git-svn-id: http://svn.osgeo.org/postgis/trunk@10762
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/{rt_resample.sql => rt_gdalwarp.sql},
	raster/test/regress/{rt_resample_expected => rt_gdalwarp_expected}: 
	Removed confusion between ST_Resample(raster) and
	ST_Transform(raster) by removing srid parameter for ST_Resample().
	Ticket #1653 git-svn-id: http://svn.osgeo.org/postgis/trunk@10760
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed RASTER_resample() to
	RASTER_GDALWarp() and adjusted SQL functions as needed. Next is to
	audit and possibly refactor those functions that make use of
	RASTER_resample().  git-svn-id: http://svn.osgeo.org/postgis/trunk@10759
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
	regress/tickets_expected: Ensure ST_Line_Interpolate_Point always
	returns POINT (#2108) git-svn-id: http://svn.osgeo.org/postgis/trunk@10757
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: Ensure ST_PointOnSurface always returns
	POINT (#2117) git-svn-id: http://svn.osgeo.org/postgis/trunk@10755
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Early release lwgeom memory git-svn-id: http://svn.osgeo.org/postgis/trunk@10754
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: Ensure ST_Centroid always returns POINT
	(#2109) git-svn-id: http://svn.osgeo.org/postgis/trunk@10751
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c, raster/rt_pg/rtpostgis.sql.in.c: #1795
	make raster_views, raster_columns, geometry_columns, geometry_views,
	spatial_ref_sys public viewable -- none issue since they are views
	that only list user viewable tables and aspatial_ref_sys is harmless
	public info.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10750
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-29  Bborie Park <dustymugs@gmail.com>

	* .gitignore, configure.ac, raster/test/Makefile.in,
	raster/test/core/testapi.c, raster/test/cunit/Makefile.in,
	raster/test/cunit/cu_band_basics.c,
	raster/test/cunit/cu_band_misc.c,
	raster/test/cunit/cu_band_stats.c, raster/test/cunit/cu_gdal.c,
	raster/test/cunit/cu_mapalgebra.c, raster/test/cunit/cu_pixtype.c,
	raster/test/cunit/cu_raster_basics.c,
	raster/test/cunit/cu_raster_geometry.c,
	raster/test/cunit/cu_raster_misc.c,
	raster/test/cunit/cu_raster_wkb.c,
	raster/test/cunit/cu_spatial_relationship.c,
	raster/test/cunit/cu_tester.c, raster/test/cunit/cu_tester.h: Added
	CUnit test suites for raster core. Old raster core regression tests
	can still be found in raster/test/core but are no longer run.
	Probably should delete before 2.1 is released.  Ticket #173 git-svn-id: http://svn.osgeo.org/postgis/trunk@10749
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-28  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c, regress/tickets.sql,
	regress/tickets_expected: #2112 git-svn-id: http://svn.osgeo.org/postgis/trunk@10747
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-28  Bborie Park <dustymugs@gmail.com>

	* 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() git-svn-id: http://svn.osgeo.org/postgis/trunk@10746
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-28  Bborie Park <dustymugs@gmail.com>

	* 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() git-svn-id: http://svn.osgeo.org/postgis/trunk@10745
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-28  Bborie Park <dustymugs@gmail.com>

	* 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() git-svn-id: http://svn.osgeo.org/postgis/trunk@10744
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-27  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/loader/raster2pgsql.c,
	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,
	raster/test/core/testapi.c,
	raster/test/regress/rt_asraster_expected,
	raster/test/regress/rt_resample_expected,
	raster/test/regress/rt_samealignment.sql,
	raster/test/regress/rt_samealignment_expected: Added
	ST_NotSameAlignmentReason(raster, raster). Ticket #1709 git-svn-id: http://svn.osgeo.org/postgis/trunk@10742
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_resample.sql,
	raster/test/regress/rt_resample_expected: Added ST_Transform(raster)
	variant that allows of aligning output rasters to a reference
	raster. Ticket #2105 git-svn-id: http://svn.osgeo.org/postgis/trunk@10741
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_pixelascentroids.sql,
	raster/test/regress/rt_pixelaspoints.sql,
	raster/test/regress/{rt_raster2worldcoord.sql =>
	rt_rastertoworldcoord.sql},
	raster/test/regress/{rt_raster2worldcoord_expected =>
	rt_rastertoworldcoord_expected},
	raster/test/regress/rt_utility.sql,
	raster/test/regress/{rt_world2rastercoord.sql =>
	rt_worldtorastercoord.sql},
	raster/test/regress/{rt_world2rastercoord_expected =>
	rt_worldtorastercoord_expected}: Renamed variants of
	ST_World2RasterCoord() and ST_Raster2WorldCoord() to
	ST_WorldToRasterCoord() and ST_RasterToWorldCoord() as names are
	inconsistent with other PostGIS function names. Ticket #2104 git-svn-id: http://svn.osgeo.org/postgis/trunk@10740
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-26  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Skip st_area(geography) and
	st_length(geography) See

	http://lists.osgeo.org/pipermail/postgis-users/2012-November/035854.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@10738
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-25  Regina Obe <lr@pcorp.us>

	* postgis/legacy_minimal.sql.in.c, regress/legacy.sql,
	regress/legacy_expected: #1869 take care of
	ST_AsBinary(unknown/text), ST_AsText(unknown/text) is not unique
	errors git-svn-id: http://svn.osgeo.org/postgis/trunk@10737
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
	raster/test/core/testwkb.c: Where appropriate, functions in rt_core
	now use standardized function return states.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10735
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal.sql,
	topology/test/regress/st_newedgeheal_expected: Fix
	ST_{Mod,New}EdgeHeal joining edges sharing both endpoints Closes #1998. Include testcases.  Also simplifies the code and
	avoids a GEOS call.  [RT-SIGTA] C.I.G.: 0494241492 git-svn-id: http://svn.osgeo.org/postgis/trunk@10734
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Try to stomp out -180 (#2066) git-svn-id: http://svn.osgeo.org/postgis/trunk@10732
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_estimate.c: #1828, geography stats are really
	sensitive to narrow dimensionality issues, so geodetic bounds have
	to be exactly calculated for things like points git-svn-id: http://svn.osgeo.org/postgis/trunk@10731
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, postgis/geography_estimate.c: #1828, fix
	mistake to geography calculation routine git-svn-id: http://svn.osgeo.org/postgis/trunk@10729
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: Of course we're going to do real
	joinsel...  git-svn-id: http://svn.osgeo.org/postgis/trunk@10728
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: Explain "selectivity" a little more
	explicitly git-svn-id: http://svn.osgeo.org/postgis/trunk@10727
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: Better/different error messages in
	stats interogator git-svn-id: http://svn.osgeo.org/postgis/trunk@10726
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c, postgis/postgis.sql.in.c: #2101, sql
	functions for selectivity inspection git-svn-id: http://svn.osgeo.org/postgis/trunk@10725
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: Make default joinsel message more
	obvious git-svn-id: http://svn.osgeo.org/postgis/trunk@10724
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: Make error message minimally more
	helpful git-svn-id: http://svn.osgeo.org/postgis/trunk@10723
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c, postgis/postgis.sql.in.c: Be more
	explicit about the types we're passing around git-svn-id: http://svn.osgeo.org/postgis/trunk@10722
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_estimate.c, postgis/geometry_estimate.c: Convert
	SearchSysCache calls to SearchSysCache# calls, per the guidance in
	the PostgreSQL syscache.h file git-svn-id: http://svn.osgeo.org/postgis/trunk@10721
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c, postgis/postgis.sql.in.c: #2102, SQL
	hooks for calling selectivity functions git-svn-id: http://svn.osgeo.org/postgis/trunk@10720
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_estimate.c, postgis/geometry_estimate.c: #1828,
	Poor selectivity estimate on ST_DWithin git-svn-id: http://svn.osgeo.org/postgis/trunk@10719
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_estimate.c, postgis/geometry_estimate.c: Remove
	conditional use of USE_STANDARD_DEVIATION, it's been working for
	years, that's what we use.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10717
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: minor formatting fix git-svn-id: http://svn.osgeo.org/postgis/trunk@10713
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-20  Regina Obe <lr@pcorp.us>

	* doc/faq.xml, postgis/Makefile.in, postgis/legacy_gist.sql.in: 
	#1287: legacy script to reinstall old 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10712
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-19  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10710
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Code cleanup of
	rt_raster_gdal_rasterize() git-svn-id: http://svn.osgeo.org/postgis/trunk@10709
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Refactored internal use variables and
	functions for rt_raster_iterator() git-svn-id: http://svn.osgeo.org/postgis/trunk@10708
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/gserialized_gist.h, libpgcommon/lwgeom_pg.h,
	postgis/geography_estimate.c, postgis/geometry_estimate.c: Move
	box-reading code in geography stats to use serialized box.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10707
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: Fix double free on ST_OffsetCurve
	exception (#2099) git-svn-id: http://svn.osgeo.org/postgis/trunk@10705
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcollection.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c,
	regress/simplify.sql, regress/simplify_expected: Restore 1.5.x
	behaviour of ST_Simplify (#1987) git-svn-id: http://svn.osgeo.org/postgis/trunk@10702
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-16  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_union.sql,
	raster/test/regress/rt_union_expected: Added RANGE uniontype option
	for ST_Union(raster) Ticket #2097 git-svn-id: http://svn.osgeo.org/postgis/trunk@10696
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/post_gis_day_cards.html.xsl: geos new is 3.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@10693
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/post_gis_day_cards.html.xsl: update tto reflect 2.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@10692
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-16  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_elevation_functions.sql: Fixed SQL error in
	regression test git-svn-id: http://svn.osgeo.org/postgis/trunk@10691
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-16  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/test/regress/Makefile.in,
	raster/test/regress/rt_elevation_functions.sql,
	raster/test/regress/rt_elevation_functions_expected: Added docs and
	regression test for extent parameter variants of ST_Slope, ST_Aspect
	and ST_Hillshade git-svn-id: http://svn.osgeo.org/postgis/trunk@10690
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: If hillshade < 0, hillshade = 0
	for ST_HillShade() git-svn-id: http://svn.osgeo.org/postgis/trunk@10689
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-16  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Added variants of ST_Slope,
	ST_Aspect and ST_Hillshade to provide support for tiles in a
	coverage. Ticket is #2078 git-svn-id: http://svn.osgeo.org/postgis/trunk@10688
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_util.c: Comment on the dump_toupper function git-svn-id: http://svn.osgeo.org/postgis/trunk@10680
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_util.c: Use a locale-independent braindead upper
	implementation git-svn-id: http://svn.osgeo.org/postgis/trunk@10678
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c, regress/tickets.sql,
	regress/tickets_expected: #2035, Strange behavior when using left
	(<<) and right (>>) operators git-svn-id: http://svn.osgeo.org/postgis/trunk@10677
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, regress/tickets.sql, regress/tickets_expected: 
	#2028, ST_Multi(<triangle>) does not make a TIN git-svn-id: http://svn.osgeo.org/postgis/trunk@10675
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/measures.c: #2042, measures.c: 'pt_in_arc_A' may be used
	uninitialized git-svn-id: http://svn.osgeo.org/postgis/trunk@10673
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwsegmentize.c, postgis/lwgeom_sqlmm.c,
	regress/tickets.sql, regress/tickets_expected: #2001, ST_CurveToLine
	has no effect if the geometry doesn't actually contain an arc git-svn-id: http://svn.osgeo.org/postgis/trunk@10671
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeom.c, postgis/geography_inout.c,
	regress/tickets_expected: #799, make geographic coordinates in range git-svn-id: http://svn.osgeo.org/postgis/trunk@10670
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c: Make Korotkov split the default git-svn-id: http://svn.osgeo.org/postgis/trunk@10669
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: #2090, gserialized_read_gbox_p sets Z
	dimension instead of M dimension for two-point lines git-svn-id: http://svn.osgeo.org/postgis/trunk@10667
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c: #2044, lw_arc_length: warning: variable
	'a2' set but not used git-svn-id: http://svn.osgeo.org/postgis/trunk@10666
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/gserialized_gist_2d.c: #1895, New node splitting
	algorithm for GiST Set the KOROTKOV_SPLIT define to 1 to use the new
	approach, to 0 to use the old approach. After testing is complete,
	we can set the new split as the default.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10665
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_dataman.xml: Remove <inlineequation> element git-svn-id: http://svn.osgeo.org/postgis/trunk@10664
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in, doc/postgis.xml, doc/using_postgis_dataman.xml: 
	Remove MathML from documentation. It's not really being used for any
	math.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10663
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c: Remove module magic from here, #1162 git-svn-id: http://svn.osgeo.org/postgis/trunk@10662
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_split.c, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
	liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.h, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwout_x3d.c, liblwgeom/measures3d.c,
	postgis/lwgeom_dumppoints.c, postgis/lwgeom_in_geojson.c: Remove
	many warnings from -pedantic build, and clean up parser globals a
	little more thoroughly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10661
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-08  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10660
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Share some code between
	ST_RemEdgeModFace and ST_RemEdgeNewFaces Also check TopoGeometry existance as first thing, to reduce the time
	it takes for failing calls.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10659
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-08  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml: update install
	to note that we now support loading tiger 2012 data and it is the
	default and upgrade instructions to get the new loader behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@10657
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-08  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat,
	extras/tiger_geocoder/tiger_2011/upgrade_geocoder.sh: change this to
	use 2012 loader, but remark it out so it doesn't overwrite people's
	custom settings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10656
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: #2048, add
	regression test git-svn-id: http://svn.osgeo.org/postgis/trunk@10648
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-05  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Create indices on start_node and
	end_node of edge_data  (#2082) Those indices speed up nodes deletion by a factor of x1000 ! I
	didn't profile, but I suspect those indices would also speed up ring
	walking (whereas you have to find a match between endnodes).  git-svn-id: http://svn.osgeo.org/postgis/trunk@10644
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-05  Regina Obe <lr@pcorp.us>

	* regress/lwgeom_regress.sql: #2020: stop penalizing windows 9.2
	32-bit when it gives a stupid answer to an ill-defined question.
	Change to be a well-defined question.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10642
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-04  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_topology/Makefile.in: #2081: extension files
	being installed twice causes errors on Ubuntu (9.3) git-svn-id: http://svn.osgeo.org/postgis/trunk@10641
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-04  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Fix order of TopoGeometry property names git-svn-id: http://svn.osgeo.org/postgis/trunk@10639
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-04  Regina Obe <lr@pcorp.us>

	* configure.ac: #1980: define new configure arg --with-mathmldtd to
	allow overriding path to mathmldtd git-svn-id: http://svn.osgeo.org/postgis/trunk@10638
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-04  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/copytopology.sql,
	topology/test/regress/copytopology_expected: Oops, revert the
	revert...  Note to self: never commit between 1:00am and 8:00am git-svn-id: http://svn.osgeo.org/postgis/trunk@10637
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in: Add note about lwgeom_make_valid being
	only available with GEOS-3.3+ git-svn-id: http://svn.osgeo.org/postgis/trunk@10636
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-04  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/copytopology.sql,
	topology/test/regress/copytopology_expected: Revert "#1970 - 9.2rc1
	regress failure change layer_id_seq from select * to explicitly
	select fields. log_cnt now returns 0 for 9.2rc1 so fails regress
	otherwise" This reverts commit c272b5ed6dec2cc415c9bccd305e81394f1bde83.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10635
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-03  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/create_geocode.bat,
	extras/tiger_geocoder/tiger_2011/create_geocode.sh: change default
	new install to use tiger_loader_2012.sql file instead git-svn-id: http://svn.osgeo.org/postgis/trunk@10634
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-03  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tiger_loader_2012.sql: #2076:
	support for loading tiger 2012 data. revise loader_load_staged_data
	to leave out pumace10, estatefp, ugace.  This fixes the faces not
	loading issue for 2012 data (tested with MA, DC) git-svn-id: http://svn.osgeo.org/postgis/trunk@10633
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwcircstring.c,
	liblwgeom/lwline.c, liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c: #2015,
	ST_IsEmpty('POLYGON EMPTY') returns False git-svn-id: http://svn.osgeo.org/postgis/trunk@10630
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-02  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Removed
	code that is no longer used and updated docs with default parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@10629
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwout_geojson.c, regress/tickets.sql,
	regress/tickets_expected: #1996, ST_AsGeoJSON('POINT EMPTY')
	produces invalid JSON git-svn-id: http://svn.osgeo.org/postgis/trunk@10628
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/measures.c,
	liblwgeom/ptarray.c: Be a bit more explicit about what we're
	returning from point-in-ring tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10626
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-02  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Updated reference links to "How
	Hillshade works" for ST_Slope, ST_Aspect and ST_HillShade git-svn-id: http://svn.osgeo.org/postgis/trunk@10625
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c: Remove double call of flip test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10624
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwgeom.c: #2019,
	ST_FlipCoordinates does not update bbox git-svn-id: http://svn.osgeo.org/postgis/trunk@10621
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-11-02  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql: Refactored
	ST_Slope, ST_Aspect and ST_Hillshade() (also their _st_XXX4ma()
	functions). Detailed docs for all three functions. Outputs now in
	sync with return from ArcGIS. Ticket is #2077 git-svn-id: http://svn.osgeo.org/postgis/trunk@10619
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-31  Regina Obe <lr@pcorp.us>

	* doc/faq.xml, doc/installation.xml: some wording changes, add
	tutorial faq git-svn-id: http://svn.osgeo.org/postgis/trunk@10609
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-31  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Added missing DROP FUNCTION
	statements. Ticket #2073 git-svn-id: http://svn.osgeo.org/postgis/trunk@10607
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-31  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Add instruction for upgrading between SVN
	revisions using extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@10606
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-31  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Changed when the isnodata check
	takes place for out-db raster tiles git-svn-id: http://svn.osgeo.org/postgis/trunk@10603
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: #1940, epsg:2065 projection is incorrect git-svn-id: http://svn.osgeo.org/postgis/trunk@10601
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-30  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Add Nathan Wagner to credits git-svn-id: http://svn.osgeo.org/postgis/trunk@10597
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-30  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml, doc/xsl/postgis_reference.xml.xsl: 
	Put in Enhanced note about ST_DumpPoints -- should in theory be
	faster. Revise expertbot xsl script (prevent url from abutting the
	title) git-svn-id: http://svn.osgeo.org/postgis/trunk@10596
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/Makefile.in, postgis/lwgeom_dumppoints.c,
	postgis/postgis.sql.in.c: (#310) ST_DumpPoints as C function git-svn-id: http://svn.osgeo.org/postgis/trunk@10595
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-29  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: Fix gdal binaries link git-svn-id: http://svn.osgeo.org/postgis/trunk@10587
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added SRID check to
	ST_Neighborhood(raster, geometry) git-svn-id: http://svn.osgeo.org/postgis/trunk@10586
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added SRID check for
	ST_Intersects(geometry, raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@10585
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_utility_expected: Added SRID check of
	geometry for ST_World2RasterCoord variants git-svn-id: http://svn.osgeo.org/postgis/trunk@10584
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_pixelvalue_expected: Added check for SRID
	match in ST_Value(raster) geometry variant git-svn-id: http://svn.osgeo.org/postgis/trunk@10583
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-29  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: 
	Set defaults for parameters of ST_Slope(raster). Ticket #1655 git-svn-id: http://svn.osgeo.org/postgis/trunk@10582
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-29  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: 
	Added UpdateRasterSRID() as per ticket #739 git-svn-id: http://svn.osgeo.org/postgis/trunk@10581
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-27  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: more ids and descriptive titles git-svn-id: http://svn.osgeo.org/postgis/trunk@10575
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-27  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_reference.xml.xsl: revise script hallie uses so
	strips out tags such as ulink, xref, command leaving just textual
	representation (these were getting cut out before) git-svn-id: http://svn.osgeo.org/postgis/trunk@10574
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-27  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: try to put in some ids git-svn-id: http://svn.osgeo.org/postgis/trunk@10573
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added news regarding
	ST_Clip(raster, ...) in C and update docs git-svn-id: http://svn.osgeo.org/postgis/trunk@10569
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_clip_expected,
	raster/test/regress/rt_summarystats_expected: Rewrite of
	ST_Clip(raster) to be C-based and updated regression test.  Ticket
	is #2065 git-svn-id: http://svn.osgeo.org/postgis/trunk@10568
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/test/core/testapi.c,
	raster/test/regress/rt_mapalgebra_expected: Fixed default Y-scale to
	-1 from 1 git-svn-id: http://svn.osgeo.org/postgis/trunk@10567
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: Expose some geodetic functions a little
	higher git-svn-id: http://svn.osgeo.org/postgis/trunk@10566
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Fix error in ptarray traversal.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10565
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_api.c,
	liblwgeom/ptarray.c: Reorganize some pointarray loops and functions.
	Use direct aligned access more.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10564
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in: Remove old signature for serialized_form
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@10563
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c: Allow WKB generation to do direct memcpy of
	coordinates in specific cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10562
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Use double alignment
	property to remove memcpy from wkb generation git-svn-id: http://svn.osgeo.org/postgis/trunk@10561
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c: Remove TODO note: the storage is now double
	aligned git-svn-id: http://svn.osgeo.org/postgis/trunk@10560
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: Change the gbox calculation for geodetic
	edges to use 3-space geometry instead of lots of transcendental
	functions. Much faster, much simpler, all regression tests pass.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10559
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: revert release note changes see if it fixes
	doc build issue git-svn-id: http://svn.osgeo.org/postgis/trunk@10557
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix id again (maybe old conflicted
	with another id) git-svn-id: http://svn.osgeo.org/postgis/trunk@10556
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix chapter id doesn't follow our
	convention git-svn-id: http://svn.osgeo.org/postgis/trunk@10554
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-25  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: give release sections ids for easier
	reference git-svn-id: http://svn.osgeo.org/postgis/trunk@10553
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10551
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10550
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Bborie Park <dustymugs@gmail.com>

	* liblwgeom/cunit/cu_geodetic_data.h: Broke string for iowa hex into
	three parts so that doxygen doesn't choke git-svn-id: http://svn.osgeo.org/postgis/trunk@10547
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Bborie Park <dustymugs@gmail.com>

	* 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 out-of-db.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10546
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, liblwgeom/lwgeodetic_tree.c: Whoops make
	sure the test macros match the library ones git-svn-id: http://svn.osgeo.org/postgis/trunk@10545
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Add some debugging info to find
	failure in debbie git-svn-id: http://svn.osgeo.org/postgis/trunk@10544
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Add explicit tests for
	edge_intersects() git-svn-id: http://svn.osgeo.org/postgis/trunk@10543
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Move the distance calculation to also use
	the edge_intersects() function instead of edge_intersection() git-svn-id: http://svn.osgeo.org/postgis/trunk@10542
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Bborie Park <dustymugs@gmail.com>

	* doc/using_raster_dataman.xml, raster/loader/raster2pgsql.c,
	raster/loader/raster2pgsql.h: Added "auto" option to -t switch where
	raster2pgsql can compute a usable tile size. Added warning message
	if generated tiles may cause memory issues.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10541
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-24  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml, doc/using_postgis_dataman.xml: minor
	adjustments to terminology to improve searchin git-svn-id: http://svn.osgeo.org/postgis/trunk@10538
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/rt_tile.sql: Rearranged function arguments for
	ST_Tile(raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@10536
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_tile.sql,
	raster/test/regress/rt_tile_expected: Added news and docs for
	ST_Tile(raster). Additional regression tests for one additional
	variant of ST_Tile(raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@10535
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/regress/Makefile.in, raster/test/regress/rt_tile.sql,
	raster/test/regress/rt_tile_expected: Added ST_Tile() and regression
	tests. The circle is complete.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10534
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Added rt_band_get_pixel_line() and
	regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@10533
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwgeodetic_tree.c: (#2063) fix the vertex-crossing logic
	in the circular tree code to use the new edge_intersects routine git-svn-id: http://svn.osgeo.org/postgis/trunk@10532
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	postgis/geography_measurement.c: (#2026) fix performance regression
	in geography distance calculation git-svn-id: http://svn.osgeo.org/postgis/trunk@10531
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: (#1976) Geography point-in-ring code
	overhauled for more reliability git-svn-id: http://svn.osgeo.org/postgis/trunk@10527
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Bborie Park <dustymugs@gmail.com>

	* doc/using_raster_dataman.xml: Make changes to reflect patch from
	#2061 git-svn-id: http://svn.osgeo.org/postgis/trunk@10526
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Future test case for when we've
	solved p-i-p in generality git-svn-id: http://svn.osgeo.org/postgis/trunk@10524
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Fix POSTGIS_RT_DEBUGF() usage git-svn-id: http://svn.osgeo.org/postgis/trunk@10522
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Fixed doxygen
	comment formats git-svn-id: http://svn.osgeo.org/postgis/trunk@10521
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Remove unused
	variables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10520
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Cache frequently used variables minimize
	# of function calls in rt_raster_iterator() git-svn-id: http://svn.osgeo.org/postgis/trunk@10519
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* configure.ac, raster/loader/Makefile.in: Include output from
	gdal-config --dep-libs when building raster2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@10518
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Add news and doc changes to
	indicate proper support for raster band's "isnodata" support git-svn-id: http://svn.osgeo.org/postgis/trunk@10517
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c: have
	raster2pgsql check for raster bands being NODATA git-svn-id: http://svn.osgeo.org/postgis/trunk@10516
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10515
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Final fixes to
	support band's isnodata flag.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10514
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c,
	raster/test/regress/rt_mapalgebrafct.sql,
	raster/test/regress/rt_mapalgebrafct_expected,
	raster/test/regress/rt_pixelvalue_expected: All functions in core
	API now support a band's isnodata value.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10513
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
	raster/test/core/testwkb.c,
	raster/test/regress/rt_pixelvalue_expected: Changed signature of
	rt_band_get_nodata() as there was no way to indicate an error if the
	band has no NODATA.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10512
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10511
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
	raster/test/core/testwkb.c: Changed function signature for core API
	function rt_band_get_pixel() to indicate if pixel is NODATA git-svn-id: http://svn.osgeo.org/postgis/trunk@10510
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-22  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Minor changes to references to
	raster2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@10509
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-21  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: update crowd funding details git-svn-id: http://svn.osgeo.org/postgis/trunk@10506
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-21  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gettopogeomelements.sql,
	topology/test/regress/gettopogeomelements_expected,
	topology/topology.sql.in.c: Fix
	GetTopoGeomElementArray(TopoGeometry) function, and add test See http://trac.osgeo.org/postgis/ticket/2060 git-svn-id: http://svn.osgeo.org/postgis/trunk@10502
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-20  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_reference.xml.xsl: fix headeer and description git-svn-id: http://svn.osgeo.org/postgis/trunk@10492
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Wrap NEWS to 80cols git-svn-id: http://svn.osgeo.org/postgis/trunk@10488
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-19  Bborie Park <dustymugs@gmail.com>

	* NEWS: Added to news regarding ticket #2057 git-svn-id: http://svn.osgeo.org/postgis/trunk@10487
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-19  Bborie Park <dustymugs@gmail.com>

	* raster/loader/Makefile.in: Add variables specifying PostgreSQL
	CPPFLAGS and LDFLAGS.  Ticket is #2057 git-svn-id: http://svn.osgeo.org/postgis/trunk@10485
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-19  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rt_pg.c: Forgot to wrap
	tags with <para></para> in reference_raster.xml. Minor comment
	cleanup in rt_pg.c git-svn-id: http://svn.osgeo.org/postgis/trunk@10479
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-19  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Fixed annoyances in the raster docs git-svn-id: http://svn.osgeo.org/postgis/trunk@10478
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-18  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/rt_above.sql,
	raster/test/regress/rt_above_expected,
	raster/test/regress/rt_below.sql,
	raster/test/regress/rt_below_expected,
	raster/test/regress/rt_contain.sql,
	raster/test/regress/rt_contain_expected,
	raster/test/regress/rt_contained.sql,
	raster/test/regress/rt_contained_expected,
	raster/test/regress/rt_gist_relationships.sql,
	raster/test/regress/rt_gist_relationships_expected,
	raster/test/regress/rt_left.sql,
	raster/test/regress/rt_left_expected,
	raster/test/regress/rt_overabove.sql,
	raster/test/regress/rt_overabove_expected,
	raster/test/regress/rt_overbelow.sql,
	raster/test/regress/rt_overbelow_expected,
	raster/test/regress/rt_overlap.sql,
	raster/test/regress/rt_overlap_expected,
	raster/test/regress/rt_overleft.sql,
	raster/test/regress/rt_overleft_expected,
	raster/test/regress/rt_overright.sql,
	raster/test/regress/rt_overright_expected,
	raster/test/regress/rt_right.sql,
	raster/test/regress/rt_right_expected,
	raster/test/regress/rt_same.sql,
	raster/test/regress/rt_same_expected: Combined the gist spatial
	relationship tests into rt_gist_relationships git-svn-id: http://svn.osgeo.org/postgis/trunk@10474
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-18  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/rt_contains.sql,
	raster/test/regress/rt_contains_expected,
	raster/test/regress/rt_containsproperly.sql,
	raster/test/regress/rt_containsproperly_expected,
	raster/test/regress/rt_coveredby.sql,
	raster/test/regress/rt_coveredby_expected,
	raster/test/regress/rt_covers.sql,
	raster/test/regress/rt_covers_expected,
	raster/test/regress/rt_dfullywithin.sql,
	raster/test/regress/rt_dfullywithin_expected,
	raster/test/regress/rt_disjoint.sql,
	raster/test/regress/rt_disjoint_expected,
	raster/test/regress/rt_dwithin.sql,
	raster/test/regress/rt_dwithin_expected,
	raster/test/regress/rt_geos_relationships.sql,
	raster/test/regress/rt_geos_relationships_expected,
	raster/test/regress/rt_overlaps.sql,
	raster/test/regress/rt_overlaps_expected,
	raster/test/regress/rt_touches.sql,
	raster/test/regress/rt_touches_expected,
	raster/test/regress/rt_within.sql,
	raster/test/regress/rt_within_expected: Combined all raster GEOS
	dependent spatial relationship regression tests into
	rt_geos_relationships.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@10473
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Clamp SRID when comparing SRIDs of raster vs
	geometry for geomval variant of ST_SetValues() git-svn-id: http://svn.osgeo.org/postgis/trunk@10469
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-18  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added docs for geomval variant of
	ST_SetValues git-svn-id: http://svn.osgeo.org/postgis/trunk@10468
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-18  Bborie Park <dustymugs@gmail.com>

	* NEWS: Add news items regarding changes to ST_SetValue and addition
	of geomval variant of ST_SetValues() git-svn-id: http://svn.osgeo.org/postgis/trunk@10467
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/rt_pixelvalue.sql,
	raster/test/regress/rt_setvalues_geomval.sql: Code cleanup in
	rt_pg/rt_pg.c. Changed point geometry variant of ST_SetValue() to
	wrap around geomval variant of ST_SetValues(). This will result in a
	behavior change for geometry variant of ST_SetValue().  git-svn-id: http://svn.osgeo.org/postgis/trunk@10466
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-18  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_setvalues_geomval.sql,
	raster/test/regress/rt_setvalues_geomval_expected: Addition of
	geomval variants of ST_SetValues() and regression tests.  Added
	helper function rt_raster_get_inverse_geotransform_matrix().
	Additional code cleanup for rt_raster_geopoint_to_cell() and
	rt_raster_cell_to_geopoint().  git-svn-id: http://svn.osgeo.org/postgis/trunk@10465
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-18  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_reference.xml.xsl: script to concatenate all the
	sections of postgis doc for easier digestion of postgis expert bot git-svn-id: http://svn.osgeo.org/postgis/trunk@10461
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Correct usage of memset() git-svn-id: http://svn.osgeo.org/postgis/trunk@10460
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Cleanup description for ST_SetValues() git-svn-id: http://svn.osgeo.org/postgis/trunk@10459
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added items to NEWS and docs for
	ST_DumpValues git-svn-id: http://svn.osgeo.org/postgis/trunk@10458
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_dumpvalues.sql,
	raster/test/regress/rt_dumpvalues_expected: Addition of
	ST_DumpValues() and regression tests. Ticket #2011 git-svn-id: http://svn.osgeo.org/postgis/trunk@10457
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Add fallback method of getting
	maximum extent for extent constraint.  Ticket is #2050 git-svn-id: http://svn.osgeo.org/postgis/trunk@10455
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h: Move
	trim_trailing_zeros out of liblwgeom.h (#2054) git-svn-id: http://svn.osgeo.org/postgis/trunk@10454
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@10453
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_geojson.c, liblwgeom/lwout_geojson.c,
	liblwgeom/lwutil.c: Do not print more digits than available from
	lwgeom_to_geojson See http://trac.osgeo.org/postgis/ticket/2051 Adds tests for the
	ticket cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10451
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwout_geojson.c: It is OUT_MAX_DOUBLE_PRECISION, not
	OUT_MAX_DIGS_DOUBLE, we should use These macros should really get out of liblwgeom.h and be properly
	documented...  git-svn-id: http://svn.osgeo.org/postgis/trunk@10449
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_geojson.c, liblwgeom/lwout_geojson.c: Fix
	buffer overflow in lwgeom_to_geojson (#2052) git-svn-id: http://svn.osgeo.org/postgis/trunk@10448
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Added optional
	interpolate_nodata flag as function parameter to ST_HillShade,
	ST_Aspect and ST_Slope.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10445
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10444
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Fixed xml issues that are making debbie
	mad.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10443
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added news blurb and docs
	regarding expression variants of ST_MapAlgebra.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10442
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebra_expr.sql,
	raster/test/regress/rt_mapalgebra_expr_expected: Added 2-raster
	expression variant of ST_MapAlgebra() and regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10441
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10440
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_mapalgebra.sql,
	raster/test/regress/rt_mapalgebra_expected: Corrected handling of
	NULL raster resulting from NO intersection of input rasters in map
	algebra. Fixed spelling mistakes. Additional tests for intersections
	of more than 3 rasters that don't actually intersect in
	ST_MapAlgebra git-svn-id: http://svn.osgeo.org/postgis/trunk@10439
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_mapalgebra_expr.sql,
	raster/test/regress/rt_mapalgebra_expr_expected: Added one-raster
	expression variant for ST_MapAlgebra and appropriate regression
	tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10438
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Enhance documentation about TopoElement
	domain git-svn-id: http://svn.osgeo.org/postgis/trunk@10437
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: tweak DEBUG line git-svn-id: http://svn.osgeo.org/postgis/trunk@10436
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/manage/TopologySummary.sql.in.c: Improve
	TopologySummary output Add unregistered layers and orphaned TopoGeom count git-svn-id: http://svn.osgeo.org/postgis/trunk@10435
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-16  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql.in.c: Have TopologySummary
	use the word "Mixed" for collection layers git-svn-id: http://svn.osgeo.org/postgis/trunk@10434
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Fixed incorrect use of RASTER_DEBUGF().  git-svn-id: http://svn.osgeo.org/postgis/trunk@10432
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-15  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: More poking at the docs for
	ST_MapAlgebra git-svn-id: http://svn.osgeo.org/postgis/trunk@10431
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-15  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Add another example of ST_MapAlgebra()
	and some formatting cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@10430
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebra.sql,
	raster/test/regress/rt_mapalgebra_expected: Changed how
	ST_MapAlgebra regression test runs on PostgreSQL 9.0 as usage of
	"GROUP BY raster" does not work.  Ticket is #2048.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10429
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-14  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rt_pg.c: #2046: fix 2.1 doesn't compile with
	postgresql 9.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@10428
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-14  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml: updategeometrysrid was describing
	old behavior. Update to new and provide alternative syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@10427
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets_expected: Remove odd srs error line from expected git-svn-id: http://svn.osgeo.org/postgis/trunk@10425
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Reduce precision test to 1cm2.
	There is no doubt that this approach is less numerically stable than
	the last. (#2043) Though in exchange, it covers the globe more
	completely.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10424
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Reduce the precision of the double
	test... it passes here.. (#2043) git-svn-id: http://svn.osgeo.org/postgis/trunk@10423
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebra_expected: 
	Bug fix where pos array size was incorrect.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10422
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Removed warning block for
	ST_MapAlgebra() doc page. Rearranged warning boxes git-svn-id: http://svn.osgeo.org/postgis/trunk@10421
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: More documentation changes
	regarding deprecation status of ST_MapAlgebraFct() variants. Added
	news item regarding deprecation status of ST_MapAlgebraFct and
	ST_MapAlgebraFctNgb variants git-svn-id: http://svn.osgeo.org/postgis/trunk@10420
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_4ma.sql,
	raster/test/regress/rt_4ma_expected,
	raster/test/regress/rt_invdistweight4ma.sql,
	raster/test/regress/rt_invdistweight4ma_expected: Duplicated and
	refactored the ST_XXX4ma() functions for ST_MapAlgebra usage.
	Exception for ST_InvDistWeight4ma() and ST_MinDist4ma(), both of
	which are new for 2.1. Added regression tests as well.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10419
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-cli.c: Exit with non-zero code when commandline
	is malformed It still exists with zero code when user explictly asks for the help
	screen (with -? as documented and with no switch as popular habit
	[well, mine]) git-svn-id: http://svn.osgeo.org/postgis/trunk@10418
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Add pdf-localized rule for building localized pdf
	manual git-svn-id: http://svn.osgeo.org/postgis/trunk@10417
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignoring generated files in tiger_geocoder extension git-svn-id: http://svn.osgeo.org/postgis/trunk@10416
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: Fix compiler warnings in lwgeom_geos.c git-svn-id: http://svn.osgeo.org/postgis/trunk@10415
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwalgorithm.c: Fix a "set but not used" warning.  This was about the return from getPoint2d_p, but it really only
	returns zero on error and after lwerror was called, and only if a
	PARANOIA compile time macro is set...  git-svn-id: http://svn.osgeo.org/postgis/trunk@10414
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10413
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10412
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Add more uses of <command> and <filename> in
	installation.xml Also fixes a missing dash in "make comments-install" git-svn-id: http://svn.osgeo.org/postgis/trunk@10411
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Put <comment> tags in <para>, fixing #2041 git-svn-id: http://svn.osgeo.org/postgis/trunk@10410
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-12  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml, doc/po/it_IT/installation.xml.po,
	doc/po/pt_BR/installation.xml.po,
	doc/po/templates/installation.xml.pot: Consistently use <command>
	tag for "make comments" Fixes complains by msgmerge (internationalization) git-svn-id: http://svn.osgeo.org/postgis/trunk@10409
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	regress/tickets.sql, regress/tickets_expected: Improve support for
	ST_Area(geography) over dateline and poles (#2006, #2039) git-svn-id: http://svn.osgeo.org/postgis/trunk@10407
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-11  Sandro Santilli <strk@kbt.io>

	* doc/po/pt_BR/introduction.xml.po: Translation of intruduction.xml
	to pt_BR by George Silva git-svn-id: http://svn.osgeo.org/postgis/trunk@10406
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-11  Sandro Santilli <strk@kbt.io>

	* doc/po/it_IT/extras_tigergeocoder.xml.po,
	doc/po/it_IT/extras_topology.xml.po,
	doc/po/it_IT/reference_measure.xml.po,
	doc/po/it_IT/reference_raster.xml.po,
	doc/po/pt_BR/extras_tigergeocoder.xml.po,
	doc/po/pt_BR/extras_topology.xml.po,
	doc/po/pt_BR/reference_measure.xml.po,
	doc/po/pt_BR/reference_raster.xml.po,
	doc/po/templates/extras_tigergeocoder.xml.pot,
	doc/po/templates/extras_topology.xml.pot,
	doc/po/templates/reference_measure.xml.pot,
	doc/po/templates/reference_raster.xml.pot: Update po files git-svn-id: http://svn.osgeo.org/postgis/trunk@10405
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwpoly.c, liblwgeom/measures.c, liblwgeom/ptarray.c: Move
	area core calculation to ptarray.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10404
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore build artifacts from geocoder git-svn-id: http://svn.osgeo.org/postgis/trunk@10403
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-11  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in: Get rid of
	hard-coded paths git-svn-id: http://svn.osgeo.org/postgis/trunk@10400
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-11  Sandro Santilli <strk@kbt.io>

	* README.postgis: Update json-c url git-svn-id: http://svn.osgeo.org/postgis/trunk@10399
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-10  Regina Obe <lr@pcorp.us>

	*
	extensions/postgis_tiger_geocoder/sql_bits/norm_addy_create.sql.in: 
	create norm_addy git-svn-id: http://svn.osgeo.org/postgis/trunk@10397
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-10  Regina Obe <lr@pcorp.us>

	* configure.ac, doc/extras_tigergeocoder.xml,
	extensions/Makefile.in,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control.in: 
	#1627 : more cleanup of extension install, add configure of tiger
	extension script to configure.ac. Fix comment in tiger comments
	preventing install git-svn-id: http://svn.osgeo.org/postgis/trunk@10396
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-10  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added missing Availability details for
	various raster docs.  Ticket is #2037 git-svn-id: http://svn.osgeo.org/postgis/trunk@10395
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-10  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tables/lookup_tables_2011.sql: 
	fix error in index column name picked up when trying to install as
	extension git-svn-id: http://svn.osgeo.org/postgis/trunk@10394
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #2037: flag some new raster functions as
	new in this release.  Hmm I merged hopefully didn't screw things up git-svn-id: http://svn.osgeo.org/postgis/trunk@10393
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-10  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_mapalgebra.sql,
	raster/test/regress/rt_mapalgebra_expected,
	raster/test/regress/rt_union_expected: Added n-raster
	ST_MapAlgebra(). Additional error checking in rt_raster_iterator().
	Added regression checks for n-raster ST_MapAlgebra(). Ticket is
	#2030. Added news and docs for ST_MapAlgebra().  git-svn-id: http://svn.osgeo.org/postgis/trunk@10392
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-10  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_tiger_geocoder/sql_bits/mark_editable_objects.sq
	l.in,
	extensions/postgis_tiger_geocoder/sql_bits/remove_from_extension.sq
	l.in,
	extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder--unpackag
	ed.sql.in: Just enough to  make it compile but doesn't work yet git-svn-id: http://svn.osgeo.org/postgis/trunk@10391
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c,
	liblwgeom/measures.h: Add in arc ptarray vs ptarray and arc ptarray
	vs arc ptarray distance functions. (#2018) git-svn-id: http://svn.osgeo.org/postgis/trunk@10390
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added HASH opclass and = operator
	for raster.  This permits GROUP BY raster usage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10389
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Syntax cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@10388
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/measures.c, liblwgeom/measures.h: Add in arc ptarray vs
	point distance function (#2018) git-svn-id: http://svn.osgeo.org/postgis/trunk@10387
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_typmod.c: Fix comment per rcoup git-svn-id: http://svn.osgeo.org/postgis/trunk@10386
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, liblwgeom/measures.c, liblwgeom/ptarray.c: 
	Fix up some errors in ptarray_arc iteration and the cunit test cases
	for arc p-i-p. (#2018) git-svn-id: http://svn.osgeo.org/postgis/trunk@10385
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, liblwgeom/ptarray.c: Point-in-polygon
	function for arc-based point-arrays. (#2018) git-svn-id: http://svn.osgeo.org/postgis/trunk@10384
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-09  Regina Obe <lr@pcorp.us>

	* extensions/postgis_tiger_geocoder/META.json,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extensions/postgis_tiger_geocoder/doc/postgis_tiger_geocoder.md,
	extensions/postgis_tiger_geocoder/postgis_tiger_geocoder.control.in: 
	#1627: Start work on packaging as an extension -- it's not
	functioning yet git-svn-id: http://svn.osgeo.org/postgis/trunk@10383
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-05  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c,
	topology/test/regress/topogeo_addpoint.sql,
	topology/test/regress/topogeo_addpoint_expected: Fix adding a
	splitting point into a 2.5d topology (#2033) git-svn-id: http://svn.osgeo.org/postgis/trunk@10381
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-05  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: link to ST_3DClosestPoint from
	ST_ClosestPoint.  Some people didn't notice we had a 3D variant and
	looked in the wrong place.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10379
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-05  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/Makefile.in: #2027: change order of operation -- have
	cleanup happen first since the drop sometimes tries to drop
	functions that use types that don't exist in older versions git-svn-id: http://svn.osgeo.org/postgis/trunk@10377
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-04  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: update st_union examples (single should
	always specify band number to be safe) and all bands can be done now
	with just union git-svn-id: http://svn.osgeo.org/postgis/trunk@10374
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Bborie Park <dustymugs@gmail.com>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@10373
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Updated NEWS and docs regarding
	ST_Union(raster) behavior change.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10372
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Tweak what value to initialize new band to
	when NODATA isn't present git-svn-id: http://svn.osgeo.org/postgis/trunk@10371
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10370
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/test/core/testapi.c: Added
	regression test for rt_raster_clone() and added missing SRID copy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10369
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Addition of
	shortcut function rt_raster_clone() git-svn-id: http://svn.osgeo.org/postgis/trunk@10368
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/postgis--unpackaged.sql.in: update
	unpackaged to include new raster (e.g. unionarg) git-svn-id: http://svn.osgeo.org/postgis/trunk@10367
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: #2027: Add
	unionarg git-svn-id: http://svn.osgeo.org/postgis/trunk@10366
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.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: ST_AddEdge*: make
	update of old face edges more robust (#2025) Include tests for adding an edge that splits an hole in a face while
	forming a left ring which constitutes an invalid polygon ring.  Also fixes one case of invalid topology creation (when the formed
	ring has a dangling edge but not a new area on the other side).  git-svn-id: http://svn.osgeo.org/postgis/trunk@10365
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: oops forgot to finish the changed
	statement git-svn-id: http://svn.osgeo.org/postgis/trunk@10363
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: revise st_union example to show new and
	faster way of doing multi-band union git-svn-id: http://svn.osgeo.org/postgis/trunk@10362
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Minor addition of debug messages git-svn-id: http://svn.osgeo.org/postgis/trunk@10361
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-02  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c, raster/test/core/testapi.c,
	raster/test/regress/rt_neighborhood_expected,
	raster/test/regress/rt_union.sql,
	raster/test/regress/rt_union_expected, utils/create_undef.pl: Added
	multi-band support for ST_Union.  Ticket is #2021 git-svn-id: http://svn.osgeo.org/postgis/trunk@10360
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #1938 document addition of addbandarg
	and swap out old example with example utilizing addbandarg git-svn-id: http://svn.osgeo.org/postgis/trunk@10359
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/ptarray.c: Rename lwcircle_calculate_gbox_cartesian_2d to
	lw_arc_calculate_gbox_cartesian_2d git-svn-id: http://svn.osgeo.org/postgis/trunk@10358
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwsegmentize.c,
	liblwgeom/measures.c: Rename lwcircle_center to lw_arc_center to
	match other lwalgorithm signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@10357
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/g_box.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwsegmentize.c,
	liblwgeom/lwtree.c, liblwgeom/measures.c, liblwgeom/ptarray.c: Anal
	retentive code re-organization. Try and move the primitive
	computational geometry functions into lwalgorithm.c git-svn-id: http://svn.osgeo.org/postgis/trunk@10356
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-01  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Do not confuse CREATE OPERATOR FAMILY
	with a CREATE OPERATOR git-svn-id: http://svn.osgeo.org/postgis/trunk@10355
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Accept array properties in GML input
	multi-geom input (#1928) Patch by Kashif Rasul and Shoaib Burq / SpacialDB git-svn-id: http://svn.osgeo.org/postgis/trunk@10354
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-10-01  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: Create target dir if non-existing git-svn-id: http://svn.osgeo.org/postgis/trunk@10351
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-29  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/postgis--unpackaged.sql.in: update
	postgis unpackaged script. postgis_topology was already up to date.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10346
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-29  Sandro Santilli <strk@kbt.io>

	* extensions/opt_out.sh: Provide a script to opt out of extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@10345
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, 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, raster/test/core/testapi.c,
	raster/test/regress/rt_union.sql,
	raster/test/regress/rt_union_expected: Addition of C-based
	ST_Union(raster) aggregate function (ticket #1364).  Renamed low
	level function rt_raster_has_no_band() to raster_has_band().
	Updated docs and NEWS for ST_Union.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10344
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/measures.c: Remove unused
	point in poly function git-svn-id: http://svn.osgeo.org/postgis/trunk@10343
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, liblwgeom/measures.c, liblwgeom/ptarray.c: 
	Add ptarray_contains_point to ptarray file, so that all other
	liblwgeom functions can use the one routine.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10342
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/measures.c: Remove no longer used function,
	lwgeom_pt_inside_circle.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10341
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Add new
	pointer-based coordinate access method, now that aligned storage is
	the new normal.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10340
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
	liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwin_wkb.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c,
	liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c: Anal retentive
	function renaming: ptarray_isclosed -> ptarray_is_closed git-svn-id: http://svn.osgeo.org/postgis/trunk@10339
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
	postgis/lwgeom_functions_basic.c: Move some ptarray functions out of
	postgis and back into liblwgeom from silly old function that
	shouldn't even exist anymore (LWGEOM_inside_circle_point) git-svn-id: http://svn.osgeo.org/postgis/trunk@10338
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c,
	liblwgeom/measures.h: Measurement support for arcs (#2018) git-svn-id: http://svn.osgeo.org/postgis/trunk@10337
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/Makefile.in, postgis/geometry_inout.c,
	postgis/postgis.sql.in.c, regress/out_geometry.sql,
	regress/out_geometry_expected: Add casts from geometry::path,
	geometry::point, geometry::polygon, polygon::geometry,
	path::geometry, point::geometry to allow easier migration to PostGIS
	for folks who start with the Pg types.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10336
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_tree.c,
	liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwsegmentize.c, liblwgeom/measures.c,
	liblwgeom/measures.h: Distance calculation support for arc features
	(#2018). Commit adds lowest level primitive support for distance
	calculations on single arcs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10335
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_neighborhood.sql,
	raster/test/regress/rt_neighborhood_expected: Additional regression
	tests for ST_Neighborhood and tweaked to support a distance values
	of zero for one axis.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10333
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added docs
	regarding the callback function for rt_raster_iterator() git-svn-id: http://svn.osgeo.org/postgis/trunk@10332
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/test/core/testapi.c: Added
	regression tests, bug fixes and code cleanup for
	rt_raster_iterator().  git-svn-id: http://svn.osgeo.org/postgis/trunk@10331
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Added
	rt_raster_iterator(), which is feature complete.  Now need to add
	lots of regression tests before moving on to the PostgreSQL side to
	hook into it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10330
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_neighborhood_expected: Changed behavior when
	there is no pixels in the neighborhood for ST_Neighborhood.  It
	should still return an array as the pixel of interest could have a
	value... just surrounded by NODATA.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10329
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Additional
	documentation regarding memory ownership git-svn-id: http://svn.osgeo.org/postgis/trunk@10328
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-25  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/test/core/testapi.c: Added correct
	handling of rt_band's ownsdata flag indicating if the memory used
	for the band's data (only for inline, not offline) is managed
	internally.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10327
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-25  Regina Obe <lr@pcorp.us>

	* regress/regress_management.sql,
	regress/regress_management_expected, regress/wmsservers.sql,
	regress/wmsservers_expected: #2012: Change client_min_messages to
	warning instead of relying on default notice.  9.3's idea of notice
	doesn't seem to include notice about create of new tables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10326
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/regress/rt_neighborhood_expected: 
	Changed output array of ST_Neighborhood to have dimensions of Y,X
	instead of X,Y. This matches that found for GDAL blocks.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10323
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-24  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_neighborhood.sql,
	raster/test/regress/rt_neighborhood_expected: Additional tests for
	ST_Neighborhood() git-svn-id: http://svn.osgeo.org/postgis/trunk@10322
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-22  Regina Obe <lr@pcorp.us>

	* postgis/geometry_estimate.c: #2010: Include for 9.3 move to below
	postgis_config.h so version number of postgresql is picked up before
	the conditional include is attempted git-svn-id: http://svn.osgeo.org/postgis/trunk@10321
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-22  Regina Obe <lr@pcorp.us>

	* postgis/geometry_estimate.c: #2010: compile support for 9.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@10320
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: Add link to OpenGeo workshop on KNN to
	KNN operator.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10318
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_misc.xml: Remove now obsolete note.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10314
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/bnf-wkb.txt, doc/bnf-wkt.txt: Document ISO WKT/WKB (#1451) git-svn-id: http://svn.osgeo.org/postgis/trunk@10313
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-20  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_intersection.sql: 
	#1991: speed issue with 9.2 on geocode and geocoder_intersection,
	seems to be 10-50 times faster by forcing join_collapse limit = 2 git-svn-id: http://svn.osgeo.org/postgis/trunk@10310
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-20  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2011/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2011/regress/normalize_address_regress.
	sql,
	extras/tiger_geocoder/tiger_2011/tables/lookup_tables_2011.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
	extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql,
	extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat: remark out
	regress and also put in name in database #2009 turn off loading of
	addrfeat #1614 add U.S. and COUNTY RD as street_type highways git-svn-id: http://svn.osgeo.org/postgis/trunk@10309
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/test/core/testapi.c: Additional
	regression tests for rt_raster_get_nearest_pixel() git-svn-id: http://svn.osgeo.org/postgis/trunk@10306
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-19  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Added
	docs for ST_InvDistWeight4ma() and ST_MinDist4ma().  Changed
	function signature for ST_Neighborhood() to support specifying
	distances on both X and Y axis.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10305
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-19  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, 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, raster/test/core/testapi.c,
	raster/test/regress/rt_neighborhood.sql,
	raster/test/regress/rt_neighborhood_expected: Tweaked
	ST_Neighborhood() to use two separate distance parameters for X and
	Y axes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10304
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-19  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10303
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-19  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/rt_invdistweight4ma.sql,
	raster/test/regress/rt_invdistweight4ma_expected: Added regression
	tests for ST_InvDistWeight4ma() git-svn-id: http://svn.osgeo.org/postgis/trunk@10302
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added Inverse Distance Weighting
	function for use with ST_MapAlgebraFctNgb git-svn-id: http://svn.osgeo.org/postgis/trunk@10301
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-18  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/generator.c: #2055: (L burned in all subsequent
	images after Delaunay)  increase remove to remove images 0-9 before
	building next.  The remove went from 0-5 and I guess Kevin wasn't
	counting on anyone crazy enough to have 6 image layers.  This code
	definitely needs some work, but this will do for now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10300
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-17  Sandro Santilli <strk@kbt.io>

	* .gitignore, doc/Makefile.in, doc/po/Makefile.local,
	doc/po/README, doc/po/it_IT/Makefile, doc/po/it_IT/extras.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/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_exception.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_transaction.xml.po,
	doc/po/it_IT/reference_type.xml.po,
	doc/po/it_IT/release_notes.xml.po, doc/po/it_IT/reporting.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/pt_BR/Makefile,
	doc/po/pt_BR/extras.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/postgis.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_exception.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_transaction.xml.po,
	doc/po/pt_BR/reference_type.xml.po,
	doc/po/pt_BR/release_notes.xml.po, doc/po/pt_BR/reporting.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/README,
	doc/po/templates/extras.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/postgis.xml.pot,
	doc/po/templates/reference.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_exception.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_transaction.xml.pot,
	doc/po/templates/reference_type.xml.pot,
	doc/po/templates/release_notes.xml.pot,
	doc/po/templates/reporting.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: Initial support for
	documentatin translation Adds "update-po" Makefile target under doc/ Adds "local-html"
	Makefile target under doc/po/<lang> git-svn-id: http://svn.osgeo.org/postgis/trunk@10299
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-17  Sandro Santilli <strk@kbt.io>

	* java/jdbc/build.xml: Update URL of Maven jar (thanks Sandeep
	Thakkar) git-svn-id: http://svn.osgeo.org/postgis/trunk@10298
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-14  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: reference_type.xml has been missing from XML
	sources for years ! git-svn-id: http://svn.osgeo.org/postgis/trunk@10290
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-14  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml, doc/introduction.xml,
	doc/reference_raster.xml, doc/release_notes.xml: Other double quotes
	needed by poxml git-svn-id: http://svn.osgeo.org/postgis/trunk@10289
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-14  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, doc/reference_constructor.xml,
	doc/reference_lrs.xml, doc/reference_management.xml,
	doc/reference_measure.xml, doc/reference_output.xml,
	doc/reference_processing.xml, doc/reference_raster.xml,
	doc/template.xml: More Double quote tag attribute values for poxml
	support git-svn-id: http://svn.osgeo.org/postgis/trunk@10288
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-14  Sandro Santilli <strk@kbt.io>

	* doc/extras_tigergeocoder.xml: Double quote tag attribute values
	and use open&close for <paramdef> This format plays nicely with xml2pot and po2xml...  git-svn-id: http://svn.osgeo.org/postgis/trunk@10287
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: PostGIS 2.1 changes 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10286
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-14  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Distinguish between generated and source XML
	inputs git-svn-id: http://svn.osgeo.org/postgis/trunk@10285
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-14  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Rewrite header file to have full credits Used git history to figure out authors and commit years git-svn-id: http://svn.osgeo.org/postgis/trunk@10284
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-14  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
	changed section for 2.1 and mark ST_Segmentize as having a breaking
	change git-svn-id: http://svn.osgeo.org/postgis/trunk@10283
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-13  Sandro Santilli <strk@kbt.io>

	* doc/reference_misc.xml: Fix ST_Estimated_Extent name change
	documentation encoding git-svn-id: http://svn.osgeo.org/postgis/trunk@10282
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c, postgis/gserialized_gist_2d.c,
	postgis/gserialized_gist_nd.c, postgis/lwgeom_accum.c: Remove code
	in #ifdefs for PgSQL 8.4 and under, per #1880 git-svn-id: http://svn.osgeo.org/postgis/trunk@10281
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Test for #1780 git-svn-id: http://svn.osgeo.org/postgis/trunk@10280
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-13  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_misc.xml, postgis/postgis.sql.in.c,
	regress/tickets.sql, regress/tickets_expected: ST_Estimated_Extent
	renamed to ST_EstimatedExtent (#1994) ST_Estimated_Extent is kept but deprecated, testcases test both
	signatures. Documentation documents the new name and warns about it
	being renamed in 2.1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@10279
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwalgorithm.c, postgis/geography.sql.in.c,
	postgis/lwgeom_functions_basic.c: #1780 ST_GeoHash should support
	geography type without cast git-svn-id: http://svn.osgeo.org/postgis/trunk@10278
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-12  Bborie Park <dustymugs@gmail.com>

	* raster/loader/Makefile.in: Reverted some of the changes committed
	in r10238 git-svn-id: http://svn.osgeo.org/postgis/trunk@10277
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-11  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: forgot to commit ST_Delaun...
	reference in last git-svn-id: http://svn.osgeo.org/postgis/trunk@10276
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-11  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_delaunaytriangles04.wkt,
	doc/html/image_src/styles.conf: ST_DelaunayTriangle examples and a
	3D example git-svn-id: http://svn.osgeo.org/postgis/trunk@10275
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_summarystatsagg.sql: Fixed the state and
	final functions when count is zero or initial sum is null git-svn-id: http://svn.osgeo.org/postgis/trunk@10268
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-10  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: #1869 note that ST_Asbinary on unknown
	is now illegal. Have to backport to 2.0 as well.  I will add to full
	legacy though for those who can't change code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10266
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-08  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Update PSC list git-svn-id: http://svn.osgeo.org/postgis/trunk@10262
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-08  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added docs for new variant of
	ST_SetValues() git-svn-id: http://svn.osgeo.org/postgis/trunk@10261
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_setvalues_array.sql,
	raster/test/regress/rt_setvalues_array_expected: Added new variant
	on existing ST_SetValues where instead of a noset 2D array of
	booleans, the parameter nosetvalue can be used instead.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10260
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-08  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Minor message tweaks regarding GDAL/OGR detection git-svn-id: http://svn.osgeo.org/postgis/trunk@10259
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/lwsegmentize.c, regress/tickets.sql,
	regress/tickets_expected: correct length for closed circles (#1978) git-svn-id: http://svn.osgeo.org/postgis/trunk@10257
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_in_gml.c, regress/tickets.sql,
	regress/tickets_expected: ST_GeomFromGML on CurvePolygon causes
	server crash (#1936) git-svn-id: http://svn.osgeo.org/postgis/trunk@10255
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in: Fix cunit crash due to lack of proper
	signature for lwgeom_segmentize_sphere in header.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10252
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/measures.c, regress/tickets.sql,
	regress/tickets_expected: ST_Distance to a one-point LineString
	returns NULL (#1957) git-svn-id: http://svn.osgeo.org/postgis/trunk@10251
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-06  Bborie Park <dustymugs@gmail.com>

	* NEWS: Added item for fixes regarding ticket #1981 git-svn-id: http://svn.osgeo.org/postgis/trunk@10241
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Removed unnecessary/unused variables and
	assignments.  Ticket is #1981 git-svn-id: http://svn.osgeo.org/postgis/trunk@10239
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-06  Bborie Park <dustymugs@gmail.com>

	* raster/loader/Makefile.in: Minor cleanup of raster2pgsql Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@10238
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-06  Sandro Santilli <strk@kbt.io>

	* README.postgis, configure.ac: Encode dependency on GEOS >= 3.3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@10237
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-06  Sandro Santilli <strk@kbt.io>

	* configure.ac: Encode dependency on PROJ >= 4.6.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@10236
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-06  Sandro Santilli <strk@kbt.io>

	* README.postgis, configure.ac: Encode dependency on PostgreSQL 9.0
	or higher git-svn-id: http://svn.osgeo.org/postgis/trunk@10235
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-05  Regina Obe <lr@pcorp.us>

	* topology/test/regress/copytopology.sql,
	topology/test/regress/copytopology_expected: #1970 - 9.2rc1 regress
	failure change layer_id_seq from select * to explicitly select
	fields. log_cnt now returns 0 for 9.2rc1 so fails regress otherwise git-svn-id: http://svn.osgeo.org/postgis/trunk@10234
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-04  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/styles.conf: #1974 evidentally Unix really
	needs the RGB, RGBA quoted and windows doesn't like single quotes.
	Change to double quotes to satisfy both :) git-svn-id: http://svn.osgeo.org/postgis/trunk@10226
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-04  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/generator.c: #1974 revision of () escaping to
	work on Posix git-svn-id: http://svn.osgeo.org/postgis/trunk@10225
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-04  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/styles.conf: Re-quote the styles, needed here Here is ImageMagick 6.5.7-8 2012-08-17 Q16 Didn't look what exactly
	parses styles.conf git-svn-id: http://svn.osgeo.org/postgis/trunk@10224
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-04  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Properly escape imagemagic paren
	arguments git-svn-id: http://svn.osgeo.org/postgis/trunk@10223
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-04  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/generator.c, doc/html/image_src/styles.conf: 
	#1974 revise style colors and generator.c convert calls so they work
	with windows ImageMagick 6.7.9 Q16 git-svn-id: http://svn.osgeo.org/postgis/trunk@10222
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-09-01  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Add missing signatures from 1.5,
	closing #1391 These are: st_asukml and {x,y}{min,max}(box2d) git-svn-id: http://svn.osgeo.org/postgis/trunk@10217
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-28  Regina Obe <lr@pcorp.us>

	* java/jdbc/src/org/postgis/DriverWrapper.java,
	java/jdbc/src/org/postgis/java2d/Java2DWrapper.java: #1960 JDK7
	compatibility patch git-svn-id: http://svn.osgeo.org/postgis/trunk@10206
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-28  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in: Fix for #1969 (and test buildbot) make
	postgis_upgrade_21_minor.sql same as postgis_upgrade_20_21.sql for
	now since we are in prerelease mode.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10202
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-27  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in, postgis/Makefile.in: #1897 relabel
	currently mislabeled postgis_upgrade_20_minor.sql to
	postgis_upgrade_20_21.sql  (still need to do the same for raster and
	topology) git-svn-id: http://svn.osgeo.org/postgis/trunk@10201
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-25  Regina Obe <lr@pcorp.us>

	* java/jdbc/pom.xml: Up version number from 2.0.1.SVN to 2.1.0SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@10199
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-23  Regina Obe <lr@pcorp.us>

	* regress/regress.sql: 1963: Cast text to geometry for ST_Segmentize
	-- introduction of geography means no more laziness allowed git-svn-id: http://svn.osgeo.org/postgis/trunk@10198
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-23  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: update about enhancements in geography
	ST_DWithin and ST_Distance.  Done for ST_Intersects too I think?
	Paul? But haven't marked ST_Intersects since wasn't sure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10197
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-23  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: document ST_Segmentize new geography
	function.  Will provide example later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10196
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	postgis/geography.sql.in.c, postgis/geography_measurement.c: 
	ST_Segmentize(geography, maxseglength) (#1962) git-svn-id: http://svn.osgeo.org/postgis/trunk@10195
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c: 
	ST_Intersects(geography) returns incorrect result for pure-crossing
	cases (line cross line, line crosses polygon) (#1958) git-svn-id: http://svn.osgeo.org/postgis/trunk@10194
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-20  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Cleanup of required versions and link to new
	page that lists pre-packaged distros for various OS git-svn-id: http://svn.osgeo.org/postgis/trunk@10191
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement_trees.c: Error in ST_Intersects:
	lwgeom_covers_lwgeom_sphere: only POLYGON and POINT types are
	currently supported (#1949) git-svn-id: http://svn.osgeo.org/postgis/trunk@10190
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal.sql,
	topology/test/regress/st_newedgeheal_expected: Fix ST_ModEdgeHeal
	and ST_NewEdgeHeal for doubly connected edges Includes testcases, closes #1955 git-svn-id: http://svn.osgeo.org/postgis/trunk@10189
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c: 
	Crash in ST_Distance (#1951) git-svn-id: http://svn.osgeo.org/postgis/trunk@10183
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README,
	extras/tiger_geocoder/tiger_2010/census_loader.sql,
	extras/tiger_geocoder/tiger_2010/create_geocode.bat,
	extras/tiger_geocoder/tiger_2010/create_geocode.sh,
	extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/census_tracts_functions.sq
	l, extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
	extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.s
	ql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
	extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tig
	er_shps.sh,
	extras/tiger_geocoder/tiger_2010/normalize/count_words.sql,
	extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
	extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_countys
	ub_exact.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_countys
	ub_fuzzy.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_e
	xact.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_f
	uzzy.sql,
	extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
	extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql, extras/tiger_geocoder/tiger_2010/regress/regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sq
	l, extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
	extras/tiger_geocoder/tiger_2010/topology/README,
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql
	, extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
	extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh,
	extras/tiger_geocoder/tiger_2010/utility/cull_null.sql,
	extras/tiger_geocoder/tiger_2010/utility/levenshtein_ignore_case.sq
	l,
	extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql,
	extras/tiger_geocoder/tiger_2010/utility/utmzone.sql: remove
	tiger_2010 from 2.1.  So just need to update for 2.0 branch. too
	much hassle to backport and most people will want to use tiger_2011 git-svn-id: http://svn.osgeo.org/postgis/trunk@10181
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-13  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/census_loader.sql: #1838 for
	tabblock name and tabblock_id are not big enough for california.
	Will only alter the columns if they have not already been increased
	in size git-svn-id: http://svn.osgeo.org/postgis/trunk@10179
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-11  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/census_loader.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql: #1838 --
	tabblock not loading.  oops committed wrong change.  Revert previous
	change and make correct change.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10178
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-11  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql: #1838
	tabblock not loading git-svn-id: http://svn.osgeo.org/postgis/trunk@10177
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	postgis/geography_measurement.c: Switch from gnomic to LAEA for the
	projection for the custom zones. Less perfect intersections, but
	measure metric fidelity for distances, areas, etc. (#1610) git-svn-id: http://svn.osgeo.org/postgis/trunk@10176
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-09  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile.in: #1944: Support for
	2.1.0SVN/2.1.0SVN extension for topology ALTER EXTENSION
	postgis_topology UPDATE TO "2.1.0SVNnext"; ALTER EXTENSION
	postgis_topology UPDATE TO "2.1.0SVN"; git-svn-id: http://svn.osgeo.org/postgis/trunk@10175
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-09  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: fix typo revision to previous
	commit in support of #1944 git-svn-id: http://svn.osgeo.org/postgis/trunk@10174
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added clamped
	value comparisons and updated comments for
	rt_band_get_pixel_of_value() git-svn-id: http://svn.osgeo.org/postgis/trunk@10173
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-08  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: revision to previous commit --
	forgot one and change Next to next git-svn-id: http://svn.osgeo.org/postgis/trunk@10172
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-08  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: #1944 Extensions Migration path
	from 2.1.0 to 2.1.0 - yoyo upgrade to allow upgrade 2.1.0SVN to
	2.1.0SVNNext to 2.1.0SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@10171
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-07  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: #1945 for upgrade
	from pre 2.1.0 release to 2.1.0 -- create samealignment agg and
	addbandarg types if they don't exist.  Get rid of pre-9.0 code -- WE
	CAN DO now since we don't support 8.4 in 2.1 :) git-svn-id: http://svn.osgeo.org/postgis/trunk@10170
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Refactor data
	type cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@10169
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-06  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/remove_from_extension.sql.in: #1948
	drop types from extension no longer needed by raster. Still can't
	upgrade because addbandarg can't be altered if it doesn't exist.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10168
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Simplify code underlying ST_AddBand(raster,
	raster[]) git-svn-id: http://svn.osgeo.org/postgis/trunk@10167
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-05  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Another example for ST_DumpPoints
	which is the most common use case git-svn-id: http://svn.osgeo.org/postgis/trunk@10165
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Replaced last
	commit with something much simpler and possibly more effective git-svn-id: http://svn.osgeo.org/postgis/trunk@10162
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Added logic for
	when to DROP and/or CREATE TYPEs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10161
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-03  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: #1947 try again forget end
	mark git-svn-id: http://svn.osgeo.org/postgis/trunk@10160
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-03  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: #1947 define upgrade path from
	2.0.1 to 2.1.0SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@10159
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-03  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Added
	missing variant of ST_SetValues without nband parameter.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10158
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: Added new TYPEs
	that need to be added when doing a minor upgrade.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10157
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-03  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Cleanup of GDAL checks and additional check for OGR git-svn-id: http://svn.osgeo.org/postgis/trunk@10156
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added
	rt_util_gdal_register_all() to prevent multiple calls to
	GDALAllRegister() git-svn-id: http://svn.osgeo.org/postgis/trunk@10155
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-02  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_band.sql,
	raster/test/regress/rt_nearestvalue.sql: Tweaked tests to use new
	variants of ST_AddBand and ST_SetValues git-svn-id: http://svn.osgeo.org/postgis/trunk@10154
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Code and comments
	cleanup.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10153
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Additional comments regarding use of
	PG_DETOAST_DATUM_COPY git-svn-id: http://svn.osgeo.org/postgis/trunk@10152
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Added comments regarding use of
	PG_DETOAST_DATUM* git-svn-id: http://svn.osgeo.org/postgis/trunk@10151
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-01  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_addband_expected: Rewrote ST_AddBand(raster,
	...) array version in C.  Ticket is #1363 git-svn-id: http://svn.osgeo.org/postgis/trunk@10150
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-08-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql: Fix
	raise notice that only shows in debug mode git-svn-id: http://svn.osgeo.org/postgis/trunk@10149
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-31  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_setvalues_array.sql,
	raster/test/regress/rt_setvalues_array_expected: Added regression
	tests and docs for two of the ST_SetValues variants git-svn-id: http://svn.osgeo.org/postgis/trunk@10148
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-31  Bborie Park <dustymugs@gmail.com>

	* 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".  git-svn-id: http://svn.osgeo.org/postgis/trunk@10147
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-31  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10146
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-31  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: First steps
	of add ST_SetValues() variant for array of values git-svn-id: http://svn.osgeo.org/postgis/trunk@10145
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-31  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Fixed forgotten type casting for
	ST_DWithin and ST_DFullyWithin() git-svn-id: http://svn.osgeo.org/postgis/trunk@10144
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-30  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_polygon.sql: Make PostgreSQL 8.4 happy with
	the rt_polygon regression test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10143
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-30  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Added final touches of
	removing output-only data types git-svn-id: http://svn.osgeo.org/postgis/trunk@10138
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-29  Bborie Park <dustymugs@gmail.com>

	* NEWS: Added news regarding #1939 git-svn-id: http://svn.osgeo.org/postgis/trunk@10137
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-29  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10136
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Removed valuecount data type.
	Ticket is #1939 git-svn-id: http://svn.osgeo.org/postgis/trunk@10135
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-29  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10134
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-29  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10133
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-27  Bborie Park <dustymugs@gmail.com>

	* 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() git-svn-id: http://svn.osgeo.org/postgis/trunk@10132
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-27  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Updated docs for new type
	addbandarg and new ST_AddBand() variant git-svn-id: http://svn.osgeo.org/postgis/trunk@10131
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_addband_expected: Refactored ST_AddBand to
	permit adding one or more new bands in one call.  Ticket is #1938.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10130
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-27  Bborie Park <dustymugs@gmail.com>

	* 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...  git-svn-id: http://svn.osgeo.org/postgis/trunk@10129
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added examples to a bunch of functions git-svn-id: http://svn.osgeo.org/postgis/trunk@10128
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10127
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* doc/using_raster_dataman.xml: Added info about a few undocumented
	raster2pgsql flags git-svn-id: http://svn.osgeo.org/postgis/trunk@10125
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* NEWS: Added #1932 to NEWS git-svn-id: http://svn.osgeo.org/postgis/trunk@10124
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Fixed syntax for setting tablespace
	for index.  Ticket is #1932.  Thanks kib.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10123
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Sandro Santilli <strk@kbt.io>

	* doc/using_postgis_dataman.xml: Do not advertise broken type
	"geometry(srid)" (#1934) git-svn-id: http://svn.osgeo.org/postgis/trunk@10119
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_set_band_properties.sql: Removed garbage
	comments git-svn-id: http://svn.osgeo.org/postgis/trunk@10118
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/create_rt_band_properties_test.sql,
	raster/test/regress/create_rt_band_properties_test_expected,
	raster/test/regress/create_rt_empty_raster_test.sql,
	raster/test/regress/create_rt_empty_raster_test_expected,
	raster/test/regress/create_rt_gist_test.sql,
	raster/test/regress/create_rt_gist_test_expected,
	raster/test/regress/create_rt_mapalgebra_test.sql,
	raster/test/regress/create_rt_mapalgebra_test_expected,
	raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
	raster/test/regress/create_rt_mapalgebrafctngb_test_expected,
	raster/test/regress/create_rt_properties_test.sql,
	raster/test/regress/create_rt_properties_test_expected,
	raster/test/regress/create_rt_utility_test.sql,
	raster/test/regress/drop_rt_band_properties_test.sql,
	raster/test/regress/drop_rt_band_properties_test_expected,
	raster/test/regress/drop_rt_empty_raster_test.sql,
	raster/test/regress/drop_rt_empty_raster_test_expected,
	raster/test/regress/drop_rt_gist_test.sql,
	raster/test/regress/drop_rt_gist_test_expected,
	raster/test/regress/drop_rt_mapalgebra_test.sql,
	raster/test/regress/drop_rt_mapalgebra_test_expected,
	raster/test/regress/drop_rt_mapalgebrafctngb_test.sql,
	raster/test/regress/drop_rt_mapalgebrafctngb_test_expected,
	raster/test/regress/drop_rt_properties_test.sql,
	raster/test/regress/drop_rt_properties_test_expected,
	raster/test/regress/rt_above.sql,
	raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_below.sql,
	raster/test/regress/rt_contain.sql,
	raster/test/regress/rt_contained.sql,
	raster/test/regress/rt_dimensions.sql,
	raster/test/regress/rt_georeference.sql,
	raster/test/regress/rt_hasnoband.sql,
	raster/test/regress/rt_isempty.sql,
	raster/test/regress/rt_left.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_overabove.sql,
	raster/test/regress/rt_overbelow.sql,
	raster/test/regress/rt_overlap.sql,
	raster/test/regress/rt_overleft.sql,
	raster/test/regress/rt_overright.sql,
	raster/test/regress/rt_pixelsize.sql,
	raster/test/regress/rt_pixelvalue.sql,
	raster/test/regress/rt_right.sql,
	raster/test/regress/rt_rotation.sql,
	raster/test/regress/rt_same.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_upperleft.sql,
	raster/test/regress/rt_utility.sql: Consolidated create_* and drop_*
	scripts into respective regression tests.  Should make things easier
	to build a valgrind test suite.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10117
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added docs for
	ST_DFullyWithin(raster, raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@10116
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_dfullywithin.sql,
	raster/test/regress/rt_dfullywithin_expected: Added
	ST_DFullyWithin(raster, raster) and regression tests.  Ticket is
	#1920 git-svn-id: http://svn.osgeo.org/postgis/trunk@10115
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10114
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added docs for ST_DWithin(raster,
	raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@10113
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_dwithin.sql,
	raster/test/regress/rt_dwithin_expected: Added ST_DWithin(raster,
	raster) and regression tests.  Ticket is #1922 git-svn-id: http://svn.osgeo.org/postgis/trunk@10112
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-25  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10111
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-24  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.h,
	raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_disjoint.sql,
	raster/test/regress/rt_disjoint_expected: Added ST_Disjoint(raster,
	raster), regression tests and docs.  Ticket is git-svn-id: http://svn.osgeo.org/postgis/trunk@10110
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added to docs for ST_CoveredBy git-svn-id: http://svn.osgeo.org/postgis/trunk@10109
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_coveredby.sql,
	raster/test/regress/rt_coveredby_expected: Added ST_CoveredBy and
	regression tests.  Ticket is #1917.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10108
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Fixed missing closing tag git-svn-id: http://svn.osgeo.org/postgis/trunk@10107
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10106
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added docs for ST_Covers() git-svn-id: http://svn.osgeo.org/postgis/trunk@10105
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in, raster/test/regress/rt_covers.sql,
	raster/test/regress/rt_covers_expected: Added ST_Covers() and
	regression tests.  Ticket is #1916 git-svn-id: http://svn.osgeo.org/postgis/trunk@10104
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Added rt_raster_covers() and regression
	tests git-svn-id: http://svn.osgeo.org/postgis/trunk@10103
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10102
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_contains.sql,
	raster/test/regress/rt_contains_expected,
	raster/test/regress/rt_containsproperly.sql,
	raster/test/regress/rt_containsproperly_expected: Added
	ST_ContainsProperly(raster, raster) and regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@10101
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10100
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10099
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Minor fixups to ST_Polygon in docs.
	Ticket is #1929.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10098
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Minor changes to comments git-svn-id: http://svn.osgeo.org/postgis/trunk@10097
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Addition of docs for
	ST_Within(raster, raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@10096
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_intersects.sql,
	raster/test/regress/rt_intersects_expected: Reintroduced
	ST_Intersects(geometry, raster) and ST_Intersects(raster, geometry).
	Added notes regarding the use of ST_Polygon when needing to test the
	spatial relationship between a raster and a geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10095
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added docs for ST_Contains(raster,
	raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@10094
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_contains.sql,
	raster/test/regress/rt_contains_expected,
	raster/test/regress/rt_intersects.sql,
	raster/test/regress/rt_intersects_expected,
	raster/test/regress/rt_overlaps.sql,
	raster/test/regress/rt_overlaps_expected,
	raster/test/regress/rt_touches.sql,
	raster/test/regress/rt_touches_expected: Updated regression tests to
	reflect the removal of various functions git-svn-id: http://svn.osgeo.org/postgis/trunk@10093
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Removed all raster/geometry
	variants of ST_Intersects, ST_Overlaps, ST_Touches and ST_Contains.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10092
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10091
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Removed vector-space
	(geometry-based) variants of ST_Overlaps.  Only raster-space
	versions remain.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10090
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_contains.sql,
	raster/test/regress/rt_contains_expected: Addition of ST_Contains
	and regression tests.  Ticket is #1914 git-svn-id: http://svn.osgeo.org/postgis/trunk@10089
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Added rt_raster_contains() and
	regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@10088
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Removed some commented out code and added
	more debug output git-svn-id: http://svn.osgeo.org/postgis/trunk@10087
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #1929 document behavior change and speed
	improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@10086
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-20  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/test/regress/rt_touches.sql,
	raster/test/regress/rt_touches_expected: Addition debug messages and
	disabled one regression test for ST_Touches due to floating point
	issues.  Will need to see the WKB output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10081
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Code cleanup and additional debug output git-svn-id: http://svn.osgeo.org/postgis/trunk@10080
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Updated NEWS and docs for
	ST_Touches() git-svn-id: http://svn.osgeo.org/postgis/trunk@10079
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_touches.sql,
	raster/test/regress/rt_touches_expected: Addition of ST_Touches()
	for rasters and related regression tests.  Ticket is #1921 git-svn-id: http://svn.osgeo.org/postgis/trunk@10078
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@10077
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Extracted most of code in
	rt_raster_overlaps to create generic GEOS spatial relationship
	testing function rt_raster_geos_spatial_relationship().  Refactored
	rt_raster_overlaps() call rt_raster_geos_spatial_relationship().
	Added rt_raster_touches() and associated regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@10076
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added docs for ST_Overlaps git-svn-id: http://svn.osgeo.org/postgis/trunk@10075
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_intersects.sql,
	raster/test/regress/rt_overlaps.sql,
	raster/test/regress/rt_overlaps_expected: Added ST_Overlaps() and
	associated regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@10074
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10073
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Removed code preventing use of
	rt_raster_intersects on offline bands as offline bands are supported git-svn-id: http://svn.osgeo.org/postgis/trunk@10072
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Minor
	documentation change regarding && operator and tweaked one variant
	of st_intersects git-svn-id: http://svn.osgeo.org/postgis/trunk@10071
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Add in geography note git-svn-id: http://svn.osgeo.org/postgis/trunk@10070
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-17  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_polygon.sql,
	raster/test/regress/rt_polygon_expected: Fixed ST_Polygon regression
	tests to properly handle different GEOS versions git-svn-id: http://svn.osgeo.org/postgis/trunk@10069
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Fix function creation statement git-svn-id: http://svn.osgeo.org/postgis/trunk@10068
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Added cleanup code for
	removing ST_BandSurface git-svn-id: http://svn.osgeo.org/postgis/trunk@10067
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-17  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/{rt_bandsurface.sql => rt_polygon.sql},
	raster/test/regress/{rt_bandsurface_expected =>
	rt_polygon_expected}: Regression tests intended for ST_BandSurface
	are now for ST_Polygon git-svn-id: http://svn.osgeo.org/postgis/trunk@10066
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-17  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/core/testapi.c,
	raster/test/regress/rt_bandsurface_expected: Removed ST_BandSurface
	as ST_Polygon does the same thing, just in SQL.  Changed ST_Polygon
	to point use C function instead of sql.  Refactored
	rt_raster_surface to match performance of SQL-only ST_Polygon.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10065
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-16  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/regress/regress.sql: additional
	cleanup to insure settings are consistent git-svn-id: http://svn.osgeo.org/postgis/trunk@10064
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-16  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress,
	extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress.sq
	l: #1913 regress check git-svn-id: http://svn.osgeo.org/postgis/trunk@10063
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-16  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql: 
	#1913 reverse geocoder sometimes gives least optimal answer because
	of sorting issue git-svn-id: http://svn.osgeo.org/postgis/trunk@10062
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-14  Bborie Park <dustymugs@gmail.com>

	* raster/TODO: Updated TODO since a bunch of functions just had
	tickets created.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10061
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-13  Bborie Park <dustymugs@gmail.com>

	* raster/TODO, raster/rt_pg/rtpostgis.sql.in.c: Updated TODO and
	refactored ST_Intersects(geometry, raster) to use ST_BandSurface() git-svn-id: http://svn.osgeo.org/postgis/trunk@10060
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-13  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added docs and updated NEWS for
	ST_BandSurface git-svn-id: http://svn.osgeo.org/postgis/trunk@10059
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_bandsurface.sql,
	raster/test/regress/rt_bandsurface_expected: Addition of
	ST_BandSurface and regressions tests.  Ticket is #1911 git-svn-id: http://svn.osgeo.org/postgis/trunk@10058
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-13  Bborie Park <dustymugs@gmail.com>

	* raster/test/core/testapi.c: Additional tests for
	rt_raster_surface() git-svn-id: http://svn.osgeo.org/postgis/trunk@10057
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Additional comments regarding use of
	lwgeom_as_multi() and the lwgeom_clone_deep() git-svn-id: http://svn.osgeo.org/postgis/trunk@10056
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-13  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10055
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Initial commit of rt_raster_surface()
	with base regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@10054
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/regress_index_nulls.sql,
	regress/regress_index_nulls_expected: Add in test for node splitting
	with nulls and empties (#1905) git-svn-id: http://svn.osgeo.org/postgis/trunk@10051
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-12  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Changed word choice "Supported"
	instead of "Available" git-svn-id: http://svn.osgeo.org/postgis/trunk@10050
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_tree.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwgeodetic_tree.c, liblwgeom/lwgeodetic_tree.h: Allow
	circtree nodes to have more than 2 children (#1910) git-svn-id: http://svn.osgeo.org/postgis/trunk@10046
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic_tree.c: Comment on methodology behind tree
	node merging git-svn-id: http://svn.osgeo.org/postgis/trunk@10045
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_measurement.c,
	postgis/geography_measurement_trees.c,
	postgis/geography_measurement_trees.h, regress/Makefile.in,
	regress/geography.sql, regress/geography_expected: Complete
	geography performance work (#1796), move testing functions into
	_ST_* name space for privacy, add regression tests for issues
	encountered during development.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10044
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Add note for future pain git-svn-id: http://svn.osgeo.org/postgis/trunk@10043
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic_tree.c,
	postgis/geography_measurement_trees.c: Fix issue with projecting
	from the poles, retain the source longitude for more sensible
	result.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10042
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwgeodetic_tree.c, postgis/geography_measurement_trees.c: 
	Fix a NaN result leaking into the tree building algorithm (optimized
	32 bit code only!).  git-svn-id: http://svn.osgeo.org/postgis/trunk@10041
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-10  Sandro Santilli <strk@kbt.io>

	* extensions/postgis_topology/Makefile.in: Create target dir if
	non-existing git-svn-id: http://svn.osgeo.org/postgis/trunk@10039
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.c,
	postgis/geography_measurement.c, regress/bestsrid_expected: Handle
	best SRID finding for shapes the cross the poles and dateline. Also
	add some new larger zones in gnomic for larger shapes. (#1610) git-svn-id: http://svn.osgeo.org/postgis/trunk@10038
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic_tree.c, postgis/geography_measurement.c,
	postgis/geography_measurement_trees.c: Fix issue where the cached
	object is a point and the uncached one is a polygon. (#1796) git-svn-id: http://svn.osgeo.org/postgis/trunk@10037
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	postgis/geography_measurement.c: Support for larger objects in
	ST_Intersection(geography) (#1610) This adds a set of larger regions
	that are handled with a gnomic projection. It could also use an
	orthographic. There's still a case to be handled for objects that
	cross the dateline or poles.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10036
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic_tree.c: Fix problems with circtree building on
	short edges near the poles. (#1796) git-svn-id: http://svn.osgeo.org/postgis/trunk@10035
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-04  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c: Fix pgsql2shp for big-endian systems
	(#1900) Submitted By: Ryan Oliver <ryan.oliver@dse.vic.gov.au> git-svn-id: http://svn.osgeo.org/postgis/trunk@10034
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Changed return value of
	rt_pixtype_get_min_value() when pixel type is unknown git-svn-id: http://svn.osgeo.org/postgis/trunk@10031
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/test/regress/rt_histogram.sql,
	raster/test/regress/rt_histogram_expected,
	raster/test/regress/rt_nearestvalue.sql,
	raster/test/regress/rt_nearestvalue_expected,
	raster/test/regress/rt_neighborhood.sql,
	raster/test/regress/rt_neighborhood_expected,
	raster/test/regress/rt_pixelaspolygons.sql,
	raster/test/regress/rt_pixelaspolygons_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,
	raster/test/regress/rt_valuecount.sql,
	raster/test/regress/rt_valuecount_expected: Fixed how the minimum
	possible value of a pixel type was being determined.  Added
	regression tests for band without NODATA.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10029
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed handling of
	pixel value check for NODATA git-svn-id: http://svn.osgeo.org/postgis/trunk@10028
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml: Added docs for ST_PixelAsPoints
	and ST_PixelAsCentroids and update NEWS git-svn-id: http://svn.osgeo.org/postgis/trunk@10027
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Addition of notes differentiating
	ST_DumpPolygons and ST_PixelsAsPolygons git-svn-id: http://svn.osgeo.org/postgis/trunk@10026
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_pixelascentroids.sql,
	raster/test/regress/rt_pixelascentroids_expected,
	raster/test/regress/rt_pixelaspoints.sql,
	raster/test/regress/rt_pixelaspoints_expected: Addition of
	regression tests for ST_PixelAsCentroids and ST_PixelAsPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@10025
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in: 
	Addition of ST_PixelAsPoints and ST_PixelAsCentroids git-svn-id: http://svn.osgeo.org/postgis/trunk@10024
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Removed RASTER_getPixelPolygon as it has
	been replaced with RASTER_getPixelPolygons git-svn-id: http://svn.osgeo.org/postgis/trunk@10023
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected,
	raster/test/regress/rt_pixelaspolygons.sql,
	raster/test/regress/rt_pixelaspolygons_expected: Change signature of
	ST_PixelAsPolygons() and added regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10022
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Added check for empty raster to
	RASTER_getPixelPolygons git-svn-id: http://svn.osgeo.org/postgis/trunk@10021
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, 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, raster/test/core/testapi.c,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected: Refactored
	ST_PixelAsPolygons to call a C function and have enhanced
	capabilities.  Additional variants and regression tests are next.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10020
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed "hasnodata" function
	parameter to "exclude_nodata_value" git-svn-id: http://svn.osgeo.org/postgis/trunk@10019
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@10018
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_delaunaytriangles02.wkt,
	doc/html/image_src/st_delaunaytriangles03.wkt,
	doc/reference_processing.xml: Admit defeat and render geometries
	old-fashoined way git-svn-id: http://svn.osgeo.org/postgis/trunk@10017
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_delaunaytriangles02.wkt: let see if a geom
	collection works git-svn-id: http://svn.osgeo.org/postgis/trunk@10016
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_delaunaytriangles02.wkt: lets take out
	completely for now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10015
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_delaunaytriangles02.wkt: break out multiline
	into separate linestrings hopefully wkt parser can deal with this
	better git-svn-id: http://svn.osgeo.org/postgis/trunk@10014
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_measurement.c,
	postgis/geography_measurement_trees.c,
	postgis/geography_measurement_trees.h: Add in ST_DistanceTree for
	testing purposes. Do not document.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10013
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_delaunaytriangles02.wkt: one more try git-svn-id: http://svn.osgeo.org/postgis/trunk@10012
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_delaunaytriangles02.wkt,
	doc/html/image_src/st_delaunaytriangles03.wkt: forgot to commit wkt
	files git-svn-id: http://svn.osgeo.org/postgis/trunk@10011
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in, doc/reference_processing.xml: some
	examples of delaunay triangles git-svn-id: http://svn.osgeo.org/postgis/trunk@10010
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Be tolerant with
	regressing against GEOS-3.2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@10009
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: cleanup of examples for
	ST_Raster2WorldCoord() git-svn-id: http://svn.osgeo.org/postgis/trunk@10008
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-03  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/postgis--unpackaged.sql.in: update
	unpackaged.  Need to make this an automated task perhaps thru
	jenkins first.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10007
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-07-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic_tree.c: Fix problem thresholded distance
	searching in circ-trees. (#1796) git-svn-id: http://svn.osgeo.org/postgis/trunk@10006
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_cache.c: Fix cache coherence error where the
	trees were being built on top of geometries which would get freed
	out from underneath them. Instead build them on the cached
	representations we're carrying around anyways (#1796) git-svn-id: http://svn.osgeo.org/postgis/trunk@10005
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: int32 instead of int4 as per Peter
	Eisentraut on postgis-devel.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10004
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-29  Bborie Park <dustymugs@gmail.com>

	* raster/TODO: Added svn:keywords entry and removed TODO item as
	ticket already exists.  git-svn-id: http://svn.osgeo.org/postgis/trunk@10002
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-29  Sandro Santilli <strk@kbt.io>

	* regress/run_test, regress/run_test.pl: Let testing temp dir be
	settable using PGIS_REG_TMPDIR Prior to this change you could change it using the TMPDIR variable
	but that one could have been used by other software as well.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9999
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-29  Bborie Park <dustymugs@gmail.com>

	* raster/TODO: Fixed line issues.  Added another TODO item.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9997
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-29  Bborie Park <dustymugs@gmail.com>

	* raster/TODO: Line formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@9996
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-28  Bborie Park <dustymugs@gmail.com>

	* raster/TODO: Added raster TODO.  Ticket is #1672 git-svn-id: http://svn.osgeo.org/postgis/trunk@9995
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-27  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_processing.xml, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in.c, regress/Makefile.in,
	regress/delaunaytriangles.sql, regress/delaunaytriangles_expected: 
	Add ST_DelaunayTriangles (#1215) git-svn-id: http://svn.osgeo.org/postgis/trunk@9994
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-27  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9993
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-27  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Use LDFLAGS environment when building
	liblwgeom (#1891) Thanks mweisman git-svn-id: http://svn.osgeo.org/postgis/trunk@9992
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Int32GetDatum() not Int64GetDatum() git-svn-id: http://svn.osgeo.org/postgis/trunk@9989
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Cleanup of needless dynamic memory
	allocations git-svn-id: http://svn.osgeo.org/postgis/trunk@9988
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-26  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, 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, raster/test/core/testapi.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_pixelofvalue.sql,
	raster/test/regress/rt_pixelofvalue_expected: Addition of
	ST_PixelOfValue.  Ticket is #1889.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9987
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Removed improper freeing of memory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9986
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-25  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_clean.c: #1866 -- apply same geom_equal hack as
	we did in build area so differnt order of geometries in resulting
	geomcollection is ignored git-svn-id: http://svn.osgeo.org/postgis/trunk@9983
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-24  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: 2.0.1 ticket notes git-svn-id: http://svn.osgeo.org/postgis/trunk@9982
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: Fix a currently defined-out function
	signature mismatch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9974
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-22  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/create_geocode.sh: fix census
	tract loader for sh git-svn-id: http://svn.osgeo.org/postgis/trunk@9973
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Remove auto-resizing columns from text
	fields in shp2pgsql-gui as they seem to be the cause of #1881.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9971
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/check_gdal.sql: Changed
	the string "MISSING GDAL DATA" to "GDAL_DATA not found".  git-svn-id: http://svn.osgeo.org/postgis/trunk@9969
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/check_gdal.sql,
	raster/test/regress/check_gdal_expected: Added method that includes
	the string "MISSING GDAL DATA" in the output of
	postgis_gdal_version() if GDAL is unable to access its data files git-svn-id: http://svn.osgeo.org/postgis/trunk@9968
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-21  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c: #1759: ST_Transform fix for geography git-svn-id: http://svn.osgeo.org/postgis/trunk@9965
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement_trees.c: Hey kid, here's quarter, go
	buy yourself a compiler.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9963
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement_trees.c: Don't try to do tree
	caching tricks when the arguments are both points, that's silly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9962
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-20  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: might as well change last geos version to latest
	release we technically don't even support 3.3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@9961
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-20  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Change minimum postgres version from 8.4 to 9.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@9960
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/lwlinearreferencing.c: 
	ST_LocateAlong chokes on some value combinations (#1874) git-svn-id: http://svn.osgeo.org/postgis/trunk@9958
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/rt_samealignment.sql,
	raster/test/regress/rt_samealignment_expected: Refactored aggregate
	ST_SameAlignment to return NULL if one of the rasters passed in is
	NULL.  Added regression tests for aggegrate ST_SameAlignment.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9957
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: 
	ST_InterpolatePoint returns empty M value (#1873) git-svn-id: http://svn.osgeo.org/postgis/trunk@9955
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-19  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: 
	Addition of aggregate variant of ST_SameAlignment.  Ticket is #1661.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9953
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Minor cleanup of comments git-svn-id: http://svn.osgeo.org/postgis/trunk@9952
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c: Fix
	mistake in tree p-i-p return value.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9951
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Fix mistaken error trap in
	st_dwithincached git-svn-id: http://svn.osgeo.org/postgis/trunk@9950
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwpoly.c,
	liblwgeom/ptarray.c, postgis/geography.sql.in.c,
	postgis/geography_measurement.c,
	postgis/geography_measurement_trees.c,
	postgis/geography_measurement_trees.h: Add in SQL binding for
	circ-tree cached searching. Currently in *Cached variants to allow
	comparisons.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9949
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c: Fix
	mistake in handling crossings-at-a-vertex git-svn-id: http://svn.osgeo.org/postgis/trunk@9948
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* NEWS: Updated NEWS of recent fixes to trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@9947
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9946
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Addition of comments to RASTER_mapAlgebra2() git-svn-id: http://svn.osgeo.org/postgis/trunk@9945
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/Makefile.in: Added check
	before calling PG_FREE_IF_COPY() in RASTER_mapAlgebra2() git-svn-id: http://svn.osgeo.org/postgis/trunk@9944
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_asraster_expected,
	raster/test/regress/rt_summarystats_expected: When no pixels are
	counted for summary stats, all other elements of stats output should
	be NULL.  Ticket is #1875 git-svn-id: http://svn.osgeo.org/postgis/trunk@9943
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Cleanup of dev comments git-svn-id: http://svn.osgeo.org/postgis/trunk@9942
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Finished work implementing use of
	PG_FREE_IF_COPY() and better handling of rt_pgraster variables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9941
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/rt_core/rt_api.c,
	raster/test/regress/rt_summarystats.sql,
	raster/test/regress/rt_summarystats_expected: Fix division by zero
	in ST_ApproxSummaryStats and the situation where band is empty.
	Added regression tests for both situations.  Ticket is #1872 git-svn-id: http://svn.osgeo.org/postgis/trunk@9940
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: More work implementing use of
	PG_FREE_IF_COPY() and better handling of rt_pgraster variables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9939
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: First chunk of code reintroducting
	PG_FREE_IF_COPY() and prevent arbitrary reuse of rt_pgraster
	variables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9938
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwtree.h: Silence a warning git-svn-id: http://svn.osgeo.org/postgis/trunk@9935
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	postgis/Makefile.in, postgis/geography_measurement_trees.c,
	postgis/geography_measurement_trees.h: Move the circ tree caching
	code out of libpgcommon and into the geography area that actually
	uses it git-svn-id: http://svn.osgeo.org/postgis/trunk@9934
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in: Fix missing symbols problem with
	lwgeom_calculate_circ_tree (#1876) git-svn-id: http://svn.osgeo.org/postgis/trunk@9933
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Quiet some warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9930
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h,
	postgis/lwgeom_rtree.c: Remove dead code, add commentary on caching
	system.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9929
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_cache.c, libpgcommon/lwgeom_cache.h,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h,
	postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h: Update caching code
	to be more generic, using call-backs to allocate/build/free specific
	cache structures.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9928
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Regina Obe <lr@pcorp.us>

	* NEWS, doc/reference_processing.xml: more additions and
	clarifications git-svn-id: http://svn.osgeo.org/postgis/trunk@9927
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: take out interruptibility from 2.0.1
	release notes - got pushed to 2.1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@9925
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-18  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Add in 2.0.1 news git-svn-id: http://svn.osgeo.org/postgis/trunk@9924
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-16  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: put link to user contributed install guides
	(more nicely organized than the dev one) git-svn-id: http://svn.osgeo.org/postgis/trunk@9920
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tree.c, liblwgeom/lwgeodetic_tree.c,
	liblwgeom/lwgeodetic_tree.h: Hide internal arguments for tree
	calculations and shut up the print output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9919
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/Makefile.in, libpgcommon/lwgeom_cache.c,
	libpgcommon/lwgeom_cache.h, libpgcommon/lwgeom_pg.h,
	libpgcommon/lwgeom_transform.c, postgis/Makefile.in,
	postgis/lwgeom_cache.c, postgis/lwgeom_cache.h,
	postgis/lwgeom_functions_analytic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos.h, postgis/lwgeom_geos_prepared.c,
	postgis/lwgeom_geos_prepared.h, postgis/lwgeom_ogc.c,
	postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h: Update the caching
	infrastructure to allow for arbitrary new caching systems to be
	combined into one fn_extra pointer slot. Clean up the 1-d r-tree
	code a little bit. Make the cache handling code for geometry caching
	generic so it can be re-used across different internal indexing
	approaches git-svn-id: http://svn.osgeo.org/postgis/trunk@9918
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Change ignore parameters on directory git-svn-id: http://svn.osgeo.org/postgis/trunk@9917
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-15  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_clip_expected: Fixed expected output.
	Ticket is #1848 git-svn-id: http://svn.osgeo.org/postgis/trunk@9915
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-15  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_clip.sql: Additional sorting of rt_clip
	regression test.  Ticket is #1848 git-svn-id: http://svn.osgeo.org/postgis/trunk@9913
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Make the sql in rtpg_getSR slightly more
	flexible when handling auth_name and auth_srid.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9910
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* : update ignore to ignore generated doxygen file git-svn-id: http://svn.osgeo.org/postgis/trunk@9909
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Don't strip comment lines in the
	middle of COPY commands (#1865) Patch by J Smith <dark.panda@gmail.com> git-svn-id: http://svn.osgeo.org/postgis/trunk@9906
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Move sqldefine include on top of the
	file (#1822) git-svn-id: http://svn.osgeo.org/postgis/trunk@9904
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_module.c: Fix call to
	GEOS_interruptRegisterCallback (win32) git-svn-id: http://svn.osgeo.org/postgis/trunk@9902
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* postgis/geography.sql.in.c, postgis/postgis.sql.in.c: Only show
	readable relations in metadata tables (#1813) Affects both geometry_columns and geography_columns.  No easy way to
	put this under automated regression testing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9901
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Clearer error on
	setting an geometry to an invalid one (#1774) Include testcase git-svn-id: http://svn.osgeo.org/postgis/trunk@9899
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected,
	topology/topology.sql.in.c: Drop temporary table at end of
	ValidateTopology (#1797) git-svn-id: http://svn.osgeo.org/postgis/trunk@9896
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml, postgis/lwgeom_geos_clean.c,
	regress/clean.sql, regress/clean_expected: Really accept collections
	and multipoints from ST_MakeValid (#1719) Also updates documentation and SQL level tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9894
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_clean.c: Add test for MULTIPOINT processing git-svn-id: http://svn.osgeo.org/postgis/trunk@9893
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/cunit/cu_clean.c, liblwgeom/lwgeom_geos_clean.c: 
	Add GEOMETRYCOLLECTION input support for ST_MakeValid (#1719) git-svn-id: http://svn.osgeo.org/postgis/trunk@9892
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Regina Obe <lr@pcorp.us>

	* regress/regress.sql: part fix for #1860 ST_SRID not unique git-svn-id: http://svn.osgeo.org/postgis/trunk@9891
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-12  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Install comments when available, even withouth
	XSLTPROC (#1779) git-svn-id: http://svn.osgeo.org/postgis/trunk@9889
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Build and install comments when if possible
	(#1779) git-svn-id: http://svn.osgeo.org/postgis/trunk@9887
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, doc/reference_raster.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: Mislabeled function (raster missing
	new flag and ST_ASGML mislabeled as new instead of enhanced) git-svn-id: http://svn.osgeo.org/postgis/trunk@9884
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: get rid of 2.1 enhancements
	section -- probably causing pdflatex issues because we have no
	enhancements git-svn-id: http://svn.osgeo.org/postgis/trunk@9883
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix unclosed tag git-svn-id: http://svn.osgeo.org/postgis/trunk@9882
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Add a what's new in 2.1 section git-svn-id: http://svn.osgeo.org/postgis/trunk@9881
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP statements for
	st_intersection variants that were removed before 2.0.  Ticket is
	#1749 git-svn-id: http://svn.osgeo.org/postgis/trunk@9879
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Regina Obe <lr@pcorp.us>

	* doc/html/style.css: warnings too dark git-svn-id: http://svn.osgeo.org/postgis/trunk@9878
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Regina Obe <lr@pcorp.us>

	* doc/html/style.css, doc/installation.xml: warnings should be more
	prominent.  Move extension warning up a bit. correct misspelling git-svn-id: http://svn.osgeo.org/postgis/trunk@9877
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-11  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #1815 put a big warning about this
	unexpected behavior when trying to explicitly backup tables that are
	part of an extension git-svn-id: http://svn.osgeo.org/postgis/trunk@9875
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-10  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/installation.xml,
	doc/reference_accessor.xml, doc/reference_management.xml,
	doc/reference_processing.xml, doc/reference_raster.xml,
	doc/using_raster_dataman.xml: #1859 commit doc corrections from
	Kashif Rasul.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9872
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-08  Regina Obe <lr@pcorp.us>

	* regress/loader/MultiToSinglePoint-w.select.expected,
	regress/loader/MultiToSinglePoint.select.expected,
	regress/loader/MultiToSinglePoint.select.sql,
	regress/loader/NotReallyMultiPoint-w.select.expected,
	regress/loader/NotReallyMultiPoint.select.expected,
	regress/loader/NotReallyMultiPoint.select.sql: snaptogrid to get rid
	of false failures on mingw-64 resulting from single digit rounding
	differences git-svn-id: http://svn.osgeo.org/postgis/trunk@9871
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-cli.c: Rename references to -r to -s in
	shp2pgsql-cli.c and also move argument combination validation to a
	separate phase.  This is based upon a report from Lauri Kajan who was having issues
	using -D and -s TO_SRID on Windows.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9868
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-08  Regina Obe <lr@pcorp.us>

	* extensions/compute_srid_contiguous_ranges.sql,
	extensions/postgis/sql_bits/mark_editable_objects.sql.in: #1834
	itemize srid ranges we include and set filter to not back these up.
	It's long and ugly I know.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9867
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.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 failure to
	detect endpoint mismatch in ST_AddEdge*Face* (#1857) Affects calls with start_node = end_node and matching start point.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9865
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Remove unused variables git-svn-id: http://svn.osgeo.org/postgis/trunk@9862
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-08  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2011/geocode_settings.sql: minor
	improvements to prefer a named road over an unnamed one if within 20
	meters, also #1856 ability to control preferred name for highways,
	county and state roads (whether numbered or local name) git-svn-id: http://svn.osgeo.org/postgis/trunk@9861
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-07  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Properly set permissions on backend temp dir git-svn-id: http://svn.osgeo.org/postgis/trunk@9860
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-07  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_clip.sql,
	raster/test/regress/rt_clip_expected,
	raster/test/regress/rt_mapalgebraexpr.sql,
	raster/test/regress/rt_mapalgebraexpr_expected: Tweaked rt_clip
	queries to have the output ordered.  Changed the round() call to a
	ceil() call due to the question of rounding 27.5 (is it 28 or 27?).
	Ticket is 1848.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9858
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-07  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9857
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-07  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rt_pg.c: Remove unused code git-svn-id: http://svn.osgeo.org/postgis/trunk@9856
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-07  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated Makefile (a new one) git-svn-id: http://svn.osgeo.org/postgis/trunk@9855
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-07  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Fix scoping of TEST variable (#1853) I didn't really understand why it is only TEST needing to be "our"
	but it seems to work.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9854
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Wrong parameters for EPSG:3844 in
	spatial_ref_sys (#1851) git-svn-id: http://svn.osgeo.org/postgis/trunk@9852
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-06  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Have run_test.pl use strict mode git-svn-id: http://svn.osgeo.org/postgis/trunk@9851
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-06-02  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: Forgot to add gisgraphy as another
	PostGIS geocoder.  I know I am missing others.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9848
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, raster/test/regress/Makefile.in,
	raster/test/regress/run_test.in, regress/Makefile.in,
	regress/run_test.pl, topology/test/{Makefile => Makefile.in}: 
	Convert to using run_test.pl instead of run_test.sh git-svn-id: http://svn.osgeo.org/postgis/trunk@9847
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Works for MinGW now git-svn-id: http://svn.osgeo.org/postgis/trunk@9846
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/test/Makefile: back out run_test.pl change, that was an
	accident git-svn-id: http://svn.osgeo.org/postgis/trunk@9845
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Sandro Santilli <strk@kbt.io>

	* regress/run_test.pl: Use our own diff, avoid using Which. Works
	for me. Tests welcome.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9844
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* topology/Makefile.in, topology/test/Makefile: Change from sed to
	perl git-svn-id: http://svn.osgeo.org/postgis/trunk@9843
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/test/regress/Makefile.in: Convert sed to perl git-svn-id: http://svn.osgeo.org/postgis/trunk@9842
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/Makefile.in: Switch from sed to perl git-svn-id: http://svn.osgeo.org/postgis/trunk@9841
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in: Switch from sed to perl git-svn-id: http://svn.osgeo.org/postgis/trunk@9840
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9838
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Bborie Park <dustymugs@gmail.com>

	* doc/using_raster_dataman.xml: Added more verbiage regarding
	setting SRID with -s for raster2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@9837
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Bborie Park <dustymugs@gmail.com>

	* doc/using_raster_dataman.xml: Correct spelling mistakes git-svn-id: http://svn.osgeo.org/postgis/trunk@9836
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Bborie Park <dustymugs@gmail.com>

	* doc/installation.xml, doc/introduction.xml: Updated docs to
	reflect change to minimum GDAL version git-svn-id: http://svn.osgeo.org/postgis/trunk@9835
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Bumped up the minimum version of GDAL from 1.6 to
	1.8 git-svn-id: http://svn.osgeo.org/postgis/trunk@9834
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Regina Obe <lr@pcorp.us>

	* regress/regress_bdpoly.sql, regress/regress_bdpoly_expected: #1812
	change to use sT_Equals to account for polygon order difference
	under windows (mingw) git-svn-id: http://svn.osgeo.org/postgis/trunk@9832
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@9831
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-31  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2011/geocode_settings.sql: #1843
	document new geocode_setting set/get functions, make publically
	readable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9830
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: Convert calls to 'sed' to calls to 'perl' git-svn-id: http://svn.osgeo.org/postgis/trunk@9829
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/test/regress/loader/Basic-post.pl,
	raster/test/regress/loader/Basic-pre.pl,
	raster/test/regress/loader/BasicCopy-post.pl,
	raster/test/regress/loader/BasicCopy-pre.pl,
	raster/test/regress/loader/Tiled10x10-post.pl,
	raster/test/regress/loader/Tiled10x10-pre.pl,
	raster/test/regress/loader/Tiled10x10Copy-post.pl,
	raster/test/regress/loader/Tiled10x10Copy-pre.pl: Perl-based
	pre/post hooks for the raster loader tests git-svn-id: http://svn.osgeo.org/postgis/trunk@9828
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/README, regress/run_test.pl: Update the run_test.pl script
	to handle the raster loader pre/post rules git-svn-id: http://svn.osgeo.org/postgis/trunk@9827
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-30  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/census_loader.sql: #1845 fix
	tracts/bg/tabblock loading git-svn-id: http://svn.osgeo.org/postgis/trunk@9826
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-28  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_createindexraster.sql: Replace the x, y
	iteration with a call to ST_MapAlgebraExpr() now that it supports
	[rast.x] and [rast.y]. Much faster! This is not (yet) part of
	rtpostgis.sql. Should be in 2.1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9825
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-28  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_module.c: Install a signal handler to request GEOS
	interruption (#1802) Requires GEOS-3.4.0SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@9824
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-27  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/create_geocode.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_intersection.sql,
	extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2011/geocode_settings.sql,
	extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql: #1843  - logic
	to add the new settings table, a get and set function,  and changed
	debug variables in various functions to lookup value from table git-svn-id: http://svn.osgeo.org/postgis/trunk@9823
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-25  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: Handle exceptions from
	GEOSUnionCascaded() in LWGEOM_GEOS_buildArea git-svn-id: http://svn.osgeo.org/postgis/trunk@9821
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/test/core/testapi.c: Code cleanup
	related to rt_band_load_offline_data() git-svn-id: http://svn.osgeo.org/postgis/trunk@9819
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-24  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/rt_api.c: Do not call OGRCleanupAll() within API
	functions Valgrind didn't show any leak.  Eventually we can do cleanups in
	_PG_fini.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9818
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-24  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Do not assume geos allocates using malloc.
	Reduce memory use too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9817
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Fixed GDALDriverH * to GDALDriverH.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9816
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Use GDALIdentifyDriver() to detect
	whether or not a raster is supported by raster2pgsql.  Thanks to
	rouault for the suggestion git-svn-id: http://svn.osgeo.org/postgis/trunk@9813
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/legacy.sql.in.c: Fix ST_AsGML prototype in legacy. Related
	to #1823 git-svn-id: http://svn.osgeo.org/postgis/trunk@9812
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/geography.sql.in.c: Fix geography prototype for ST_AsGML.
	Related to #1823 git-svn-id: http://svn.osgeo.org/postgis/trunk@9811
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/loader/raster2pgsql.c: Correct when to compute number
	of tiles. Ticket is #1840 git-svn-id: http://svn.osgeo.org/postgis/trunk@9810
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Bborie Park <dustymugs@gmail.com>

	* NEWS, raster/loader/raster2pgsql.c: Add support for GeoTIFF
	subdatasets.  Ticket is #1839 git-svn-id: http://svn.osgeo.org/postgis/trunk@9809
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: force casting to text for band types in
	various examples prevent unknown warnings (alibo noted) git-svn-id: http://svn.osgeo.org/postgis/trunk@9805
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Regina Obe <lr@pcorp.us>

	* NEWS: backout changes about 2.0.1 already accounted for in 2.0
	branch git-svn-id: http://svn.osgeo.org/postgis/trunk@9803
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-23  Regina Obe <lr@pcorp.us>

	* NEWS: add section for 2.0.1 and more items in 2.1.0 -- sitll a lot
	of gaps to fill in.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9802
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added missing "See Also" sections for
	ST_NearestValue and ST_Neighborhood git-svn-id: http://svn.osgeo.org/postgis/trunk@9801
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Fix unbalanced tags git-svn-id: http://svn.osgeo.org/postgis/trunk@9800
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* NEWS: Added ST_World2RasterCoord, ST_Raster2WorldCoord,
	ST_NearestValue, ST_Neighborhood to New Features section git-svn-id: http://svn.osgeo.org/postgis/trunk@9799
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added docs for ST_NearestValue and
	ST_Neighborhood git-svn-id: http://svn.osgeo.org/postgis/trunk@9798
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9797
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Added docs for ST_World2RasterCoord()
	and ST_Raster2WorldCoord() git-svn-id: http://svn.osgeo.org/postgis/trunk@9796
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_raster2worldcoord.sql,
	raster/test/regress/rt_raster2worldcoord_expected,
	raster/test/regress/rt_world2rastercoord.sql,
	raster/test/regress/rt_world2rastercoord_expected: Expansion of
	regression tests and fix error messages git-svn-id: http://svn.osgeo.org/postgis/trunk@9795
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Lowercase language due to
	case-sensitivity of PostgreSQL 9.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@9794
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/create_rt_utility_test.sql,
	raster/test/regress/rt_raster2worldcoord.sql,
	raster/test/regress/rt_raster2worldcoord_expected,
	raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected,
	raster/test/regress/rt_world2rastercoord.sql,
	raster/test/regress/rt_world2rastercoord_expected: Added regression
	tests for ST_World2RasterCoord and ST_Raster2WorldCoord.  Updated
	existing tests use the same functions git-svn-id: http://svn.osgeo.org/postgis/trunk@9793
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added ST_Raster2WorldCoord and
	ST_World2RasterCoord functions to consume RASTER_rasterToWorldCoord
	and RASTER_worldToRasterCoord functions.  Refactored existing
	ST_Raster2WorldCoord(X|Y) and ST_World2RasterCoord(X|Y) functions to
	call new functions git-svn-id: http://svn.osgeo.org/postgis/trunk@9792
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Removed unnecessary/unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@9791
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Drop ST_Neighborhood
	variants due to output datatype changes git-svn-id: http://svn.osgeo.org/postgis/trunk@9790
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c,
	raster/test/regress/rt_neighborhood_expected: Modified
	ST_Neighborhood and underlying functions to return 2D double
	precision array.  This allows the output to be readily passed onto
	the ST_xxx4ma functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9789
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Updated copyright git-svn-id: http://svn.osgeo.org/postgis/trunk@9788
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Added SRID
	check to ST_NearestValue git-svn-id: http://svn.osgeo.org/postgis/trunk@9787
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_nearestvalue.sql,
	raster/test/regress/rt_nearestvalue_expected,
	raster/test/regress/rt_neighborhood.sql,
	raster/test/regress/rt_neighborhood_expected: addition of
	ST_NearestValue and ST_Neighborhood git-svn-id: http://svn.osgeo.org/postgis/trunk@9786
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_output.xml, postgis/geography_inout.c,
	postgis/lwgeom_export.c, postgis/postgis.sql.in.c: Fix wrong SQL
	prototype, wrong PostGIS version number, and use NULL as default
	value rather than empty string, related to #1823 git-svn-id: http://svn.osgeo.org/postgis/trunk@9785
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: #1837 dupe refentry git-svn-id: http://svn.osgeo.org/postgis/trunk@9784
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: detail how to upgrade from tiger_2010 to
	tiger_2011 data git-svn-id: http://svn.osgeo.org/postgis/trunk@9783
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Add upgrade mode and start to get raster
	working. Bah, going to need to handle pre/post actions after all.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9782
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/upgradeable_versions.mk: Upgrade from 2.0 only git-svn-id: http://svn.osgeo.org/postgis/trunk@9781
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: Add new functions and notes that 2.1
	is tiger_2011 instead of tiger_2010.  More on upgrade instructions
	from tiger_2010 to tiger_2011 git-svn-id: http://svn.osgeo.org/postgis/trunk@9780
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql: rename
	function drop_national_tables_generate_script() to
	drop_nation_tables_generate_script(), revise regex to prevent psql
	warning in 9.2 psql git-svn-id: http://svn.osgeo.org/postgis/trunk@9779
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_out_gml.c: Use NULL value as default for id on
	ST_AsGML cunit tests. Related to #1823 git-svn-id: http://svn.osgeo.org/postgis/trunk@9778
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Sandro Santilli <strk@kbt.io>

	* authors.git, authors.svn: More entries in authors.* With this I could complete a git-svn-clone operation git-svn-id: http://svn.osgeo.org/postgis/trunk@9777
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_out_gml.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Fix some unintialized vars. Fix becoming
	wrong prototype call in GML3 cunit tests. Related to #1823 git-svn-id: http://svn.osgeo.org/postgis/trunk@9775
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test.pl: Initial commit of the run_test.pl perl port
	of the regression harness.  This version runs the postgis loader and
	sql tests. It does not yet run in --upgrade mode or handle the
	raster or topology tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9774
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-22  Sandro Santilli <strk@kbt.io>

	* .gitignore, authors.git, authors.svn: Update authors file for both
	SVN and GIT git-svn-id: http://svn.osgeo.org/postgis/trunk@9773
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_output.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwout_gml.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c, postgis/postgis.sql.in.c: First
	implementation of gml:id support for ST_AsGML. Related to #1823. Not
	yet really tested. Cunit still missing git-svn-id: http://svn.osgeo.org/postgis/trunk@9772
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2006andbefore/INSTALL,
	extras/tiger_geocoder/tiger_2006andbefore/README,
	extras/tiger_geocoder/tiger_2006andbefore/create_geocode.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address.s
	ql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_c
	ountysub_exact.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_c
	ountysub_fuzzy.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_p
	lace_exact.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_p
	lace_fuzzy.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_s
	tate.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_z
	ip.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_get_point
	.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_location.
	sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_zip.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/includes_address.
	sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/interpolate_from_
	address.sql,
	extras/tiger_geocoder/tiger_2006andbefore/geocode/rate_attributes.s
	ql, extras/tiger_geocoder/tiger_2006andbefore/import/load_tiger.sh,
	extras/tiger_geocoder/tiger_2006andbefore/import/newdb.sh,
	extras/tiger_geocoder/tiger_2006andbefore/import/tigerimport.sh,
	extras/tiger_geocoder/tiger_2006andbefore/import/tigerpoly2.py,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/count_words.sql
	,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/end_soundex.sql
	,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/get_last_words.
	sql,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extrac
	t.sql,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extrac
	t_countysub_exact.sql,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extrac
	t_countysub_fuzzy.sql,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extrac
	t_place_exact.sql,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extrac
	t_place_fuzzy.sql,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/normalize_addre
	ss.sql,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/pprint_addy.sql
	,
	extras/tiger_geocoder/tiger_2006andbefore/normalize/state_extract.s
	ql,
	extras/tiger_geocoder/tiger_2006andbefore/orig/tiger_geocoder.sql,
	extras/tiger_geocoder/tiger_2006andbefore/tables/lookup_tables.sql,
	extras/tiger_geocoder/tiger_2006andbefore/tables/roads_local.sql,
	extras/tiger_geocoder/tiger_2006andbefore/tables/tiger_geocode_road
	s.sql,
	extras/tiger_geocoder/tiger_2006andbefore/utility/cull_null.sql,
	extras/tiger_geocoder/tiger_2006andbefore/utility/levenshtein_ignor
	e_case.sql,
	extras/tiger_geocoder/tiger_2006andbefore/utility/nullable_levensht
	ein.sql,
	extras/tiger_geocoder/tiger_2006andbefore/utility/utmzone.sql: get
	rid of old stuff can always be pulled from prior versions git-svn-id: http://svn.osgeo.org/postgis/trunk@9770
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2011/README,
	extras/tiger_geocoder/tiger_2011/census_loader.sql,
	extras/tiger_geocoder/tiger_2011/create_geocode.bat,
	extras/tiger_geocoder/tiger_2011/create_geocode.sh,
	extras/tiger_geocoder/tiger_2011/create_geocode.sql,
	extras/tiger_geocoder/tiger_2011/geocode/census_tracts_functions.sq
	l, extras/tiger_geocoder/tiger_2011/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_intersection.sql,
	extras/tiger_geocoder/tiger_2011/geocode/geocode_location.sql,
	extras/tiger_geocoder/tiger_2011/geocode/includes_address.sql,
	extras/tiger_geocoder/tiger_2011/geocode/interpolate_from_address.s
	ql,
	extras/tiger_geocoder/tiger_2011/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2011/geocode/rate_attributes.sql,
	extras/tiger_geocoder/tiger_2011/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2011/legacy_import/tiger2008/import_tig
	er_shps.sh,
	extras/tiger_geocoder/tiger_2011/normalize/count_words.sql,
	extras/tiger_geocoder/tiger_2011/normalize/end_soundex.sql,
	extras/tiger_geocoder/tiger_2011/normalize/get_last_words.sql,
	extras/tiger_geocoder/tiger_2011/normalize/location_extract.sql,
	extras/tiger_geocoder/tiger_2011/normalize/location_extract_countys
	ub_exact.sql,
	extras/tiger_geocoder/tiger_2011/normalize/location_extract_countys
	ub_fuzzy.sql,
	extras/tiger_geocoder/tiger_2011/normalize/location_extract_place_e
	xact.sql,
	extras/tiger_geocoder/tiger_2011/normalize/location_extract_place_f
	uzzy.sql,
	extras/tiger_geocoder/tiger_2011/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2011/normalize/pprint_addy.sql,
	extras/tiger_geocoder/tiger_2011/normalize/state_extract.sql,
	extras/tiger_geocoder/tiger_2011/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2011/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2011/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2011/regress/normalize_address_regress.
	sql, extras/tiger_geocoder/tiger_2011/regress/regress.sql,
	extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress,
	extras/tiger_geocoder/tiger_2011/regress/reverse_geocode_regress.sq
	l, extras/tiger_geocoder/tiger_2011/tables/lookup_tables_2011.sql,
	extras/tiger_geocoder/tiger_2011/tiger_loader_2011.sql,
	extras/tiger_geocoder/tiger_2011/topology/README,
	extras/tiger_geocoder/tiger_2011/topology/tiger_topology_loader.sql
	, extras/tiger_geocoder/tiger_2011/upgrade_geocode.sql,
	extras/tiger_geocoder/tiger_2011/upgrade_geocoder.bat,
	extras/tiger_geocoder/tiger_2011/upgrade_geocoder.sh,
	extras/tiger_geocoder/tiger_2011/utility/cull_null.sql,
	extras/tiger_geocoder/tiger_2011/utility/levenshtein_ignore_case.sq
	l,
	extras/tiger_geocoder/tiger_2011/utility/nullable_levenshtein.sql,
	extras/tiger_geocoder/tiger_2011/utility/set_search_path.sql,
	extras/tiger_geocoder/tiger_2011/utility/utmzone.sql: move
	tiger_2011 work to 2.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@9769
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Sandro Santilli <strk@kbt.io>

	* authors.svn: UTF8 author names git-svn-id: http://svn.osgeo.org/postgis/trunk@9768
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, regress/tickets_expected: Back
	out ST_CollectionExtract changes, too many regression failures git-svn-id: http://svn.osgeo.org/postgis/trunk@9766
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets_expected: Harmonize regression to new
	ST_CollectionExtract behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@9765
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: ST_CollectionExtract:
	inconsistent EMPTY results (#1778) git-svn-id: http://svn.osgeo.org/postgis/trunk@9764
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config: Bump numbers for 2.1 on
	trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@9763
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: Accept PostGIS 1.5 WKB type numbers in WKB
	parser (#1807) git-svn-id: http://svn.osgeo.org/postgis/trunk@9761
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: Revert #1830 git-svn-id: http://svn.osgeo.org/postgis/trunk@9760
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: loader dumper / gui About have version
	correct credits (#1743) git-svn-id: http://svn.osgeo.org/postgis/trunk@9759
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: the pgsql2shp tool should qualify its
	query against pg_class to ensure it gets the correct table to dump
	(#1814) <chander> git-svn-id: http://svn.osgeo.org/postgis/trunk@9758
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News update git-svn-id: http://svn.osgeo.org/postgis/trunk@9757
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: pgsql2shp fix for "XInvalid endian flag
	value encountered" on PostgreSQL 9.2 (#1830) git-svn-id: http://svn.osgeo.org/postgis/trunk@9756
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Update NEWS with some bug fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@9754
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-18  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/lwgeom_in_geojson.c: Fix uninitialized read in
	GeoJSON parser (#1829) git-svn-id: http://svn.osgeo.org/postgis/trunk@9753
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-17  Sandro Santilli <strk@kbt.io>

	* NEWS: Last bugfix item...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9750
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-17  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_prepared.c: Do not compare uninitialized
	memory (#1825) May fix prepared geometry cache sub-uses (misses) git-svn-id: http://svn.osgeo.org/postgis/trunk@9749
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-17  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Fix topology loader against PostgreSQL
	9.2 (#1822) git-svn-id: http://svn.osgeo.org/postgis/trunk@9748
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: configure enabling extension reads 9.1 even on 9.2
	(#1821) git-svn-id: http://svn.osgeo.org/postgis/trunk@9747
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Put back 900913 srid (#1805) git-svn-id: http://svn.osgeo.org/postgis/trunk@9746
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Error in empty short circuit (#1828) git-svn-id: http://svn.osgeo.org/postgis/trunk@9744
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-17  Sandro Santilli <strk@kbt.io>

	* NEWS: Link lwgeom_normalize change to its ticket #1812 git-svn-id: http://svn.osgeo.org/postgis/trunk@9743
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-17  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/cunit/cu_buildarea.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_geos.c: Add lwgeom_normalize in LIBLWGEOM, use in
	cu_buildarea tester git-svn-id: http://svn.osgeo.org/postgis/trunk@9742
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-16  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Use the proper function to release returns
	from GEOS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9741
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Cleanly handle database creation error git-svn-id: http://svn.osgeo.org/postgis/trunk@9740
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-16  Bborie Park <dustymugs@gmail.com>

	* NEWS: Updated to note bug #1819 git-svn-id: http://svn.osgeo.org/postgis/trunk@9739
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected: Added ST_Raster2WorldCoord
	and ST_World2RasterCoord functions to consume
	RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord functions.
	Refactored existing ST_Raster2WorldCoord(X|Y) and
	ST_World2RasterCoord(X|Y) functions to call new functions git-svn-id: http://svn.osgeo.org/postgis/trunk@9738
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Addition of RASTER_rasterToWorldCoord and
	RASTER_worldToRasterCoord functions git-svn-id: http://svn.osgeo.org/postgis/trunk@9737
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Additional lower-casing of
	language for PostgreSQL 9.2 as per r9735 git-svn-id: http://svn.osgeo.org/postgis/trunk@9736
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-16  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c, postgis/geometry_estimate.c,
	postgis/legacy.sql.in.c, postgis/legacy_minimal.sql.in.c,
	postgis/long_xact.c, postgis/long_xact.sql.in.c,
	postgis/lwgeom_triggers.c, postgis/postgis.sql.in.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c,
	topology/sql/populate.sql.in.c,
	topology/sql/topogeometry/type.sql.in.c, topology/topology.sql.in.c: 
	#1820 part fix 9.2 language is case sensitive if quoted -- change
	'C' and 'SQL' to 'c' and 'sql' git-svn-id: http://svn.osgeo.org/postgis/trunk@9735
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-14  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9734
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c,
	raster/test/regress/rt_pixelvalue_expected: Changed function
	parameter datatypes from uint16_t to int to better handle
	out-of-range values git-svn-id: http://svn.osgeo.org/postgis/trunk@9733
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c: Cleanup
	new BuildArea code, add profiling prints (#1806) git-svn-id: http://svn.osgeo.org/postgis/trunk@9732
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-09  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/cunit/cu_buildarea.c, liblwgeom/lwgeom_geos.c: 
	Significatively speedup BuildArea with complex input (#1806) Affects ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.  Replaces the iterated SymDifference used since 2005 with a more
	scalable algorithm. The new algorithm removes from the polygonized
	result all polygons whose rings are known to be already represented
	by holes or shells of other polygons and finally runs a single
	overlay operation (unary union).  With the case attached to ticket #1806, ST_BuildArea completes
	within 12 seconds using the new code while it takes 27 _minutes_
	with the old. Both versions return the same result (according to
	ST_Equals).  git-svn-id: http://svn.osgeo.org/postgis/trunk@9731
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_buildarea.c,
	liblwgeom/cunit/cu_tester.c: Add unit test for lwgeom_buildarea
	(useful for #1806) git-svn-id: http://svn.osgeo.org/postgis/trunk@9730
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: ST_BuildArea: arrange polygonized output
	reducing overlay cost (#1806) By running SymDifference against items with less points first we
	reduce the overall cost (output vertices tend to always grow).  git-svn-id: http://svn.osgeo.org/postgis/trunk@9729
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-08  Sandro Santilli <strk@kbt.io>

	* regress/clean.sql: Make ST_MakeValid tests immune by coordinates
	order (using ST_Equals) git-svn-id: http://svn.osgeo.org/postgis/trunk@9728
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-08  Sandro Santilli <strk@kbt.io>

	* doc/reference_constructor.xml, doc/reference_processing.xml: Cross
	reference ST_BuildArea with ST_MakePolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@9727
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-07  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: who is in charge of QA here? 1.5.4
	completely missing from trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@9725
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-07  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: postgis_raster_lib_version is also in
	rtpostgis.sql, not topology.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@9723
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-07  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: postgis_raster_scripts_installed is in
	rtpostgis.sql, not topology.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@9722
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: README Installation error (#1804) git-svn-id: http://svn.osgeo.org/postgis/trunk@9717
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-04  Sandro Santilli <strk@kbt.io>

	* NEWS: Sort bugfixes by ticket number, add an item for #1802 git-svn-id: http://svn.osgeo.org/postgis/trunk@9716
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-04  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_pg.c: Turn custom allocators into an occasion
	for interruption (#1802) This change allows interrupting any function at allocation time.
	Doesn't allow interrupting loops not invoking custom allocators
	(includes GEOS, so far).  git-svn-id: http://svn.osgeo.org/postgis/trunk@9715
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-04  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_basic.c, regress/tickets.sql,
	regress/tickets_expected: Protect ST_Segmentize from max_length=0
	(#1799) git-svn-id: http://svn.osgeo.org/postgis/trunk@9712
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Additional refactoring of rtpg_getSR().  git-svn-id: http://svn.osgeo.org/postgis/trunk@9710
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-05-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_resample.sql,
	raster/test/regress/rt_resample_expected: Additional fixups in
	rtpg_getSR() for better handling of spatial_ref_sys.  Also inclusion
	of several regression tests to stress rtpg_getSR().  git-svn-id: http://svn.osgeo.org/postgis/trunk@9709
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Restrict the
	coverage of the geography polar interesction slightly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9705
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-30  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: update stats git-svn-id: http://svn.osgeo.org/postgis/trunk@9698
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-30  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: drop_state_tables_generate_script
	state arg misnamed as address instead of param_state git-svn-id: http://svn.osgeo.org/postgis/trunk@9697
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-26  Sandro Santilli <strk@kbt.io>

	* NEWS: Add note about clang build fix (#1694) git-svn-id: http://svn.osgeo.org/postgis/trunk@9685
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-26  Sandro Santilli <strk@kbt.io>

	* NEWS: Fix wrong ticket reference git-svn-id: http://svn.osgeo.org/postgis/trunk@9684
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-26  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/test/Makefile,
	topology/test/regress/validatetopology.sql,
	topology/test/regress/validatetopology_expected,
	topology/topology.sql.in.c: Fix false edge-node crossing report in
	ValidateTopology (#1625) git-svn-id: http://svn.osgeo.org/postgis/trunk@9683
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-26  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/lwgeom_functions_basic.c, regress/tickets.sql,
	regress/tickets_expected: Give ST_Azimuth a chance with close but
	distinct points (#1791) git-svn-id: http://svn.osgeo.org/postgis/trunk@9682
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-25  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: meida /print wasn't working on
	all cheatsheets because too specific.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9679
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: AddGeometryColumns allow dims = 0
	(#1573) git-svn-id: http://svn.osgeo.org/postgis/trunk@9678
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-25  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/topogeometry/totopogeom.sql.in.c,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Fix toTopoGeom handling
	of duplicated primitives (#1790) git-svn-id: http://svn.osgeo.org/postgis/trunk@9675
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c, regress/tickets.sql,
	regress/tickets_expected: st_dwithin(geog, geog, 0) doesn't work
	(#1264) git-svn-id: http://svn.osgeo.org/postgis/trunk@9669
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Forward port test
	from #1170 git-svn-id: http://svn.osgeo.org/postgis/trunk@9666
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: don't underline and color
	hyperlinks in print mode git-svn-id: http://svn.osgeo.org/postgis/trunk@9663
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: run_test hangs on MSYS (#1788) git-svn-id: http://svn.osgeo.org/postgis/trunk@9662
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: run_test hangs on MSYS (#1788) git-svn-id: http://svn.osgeo.org/postgis/trunk@9661
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-24  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml: Azimuth on the 9th hour of the clock is
	3PI/2, not 3PI/4 (thanks ij) git-svn-id: http://svn.osgeo.org/postgis/trunk@9660
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: libjson configure test doesn't include support for
	DLL (#1787) git-svn-id: http://svn.osgeo.org/postgis/trunk@9659
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-24  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Hush debugging in ST_DumpPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@9657
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-24  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/Makefile.in: liblwgeom depends on postgis_config.h
	and postgis_svn_revision.h (#1786) git-svn-id: http://svn.osgeo.org/postgis/trunk@9656
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-24  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Fix deps of postgis on
	postgis_svn_revision.h, pgcommon and lwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@9655
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-23  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: make igst index link tag friendly
	and provide example of nd index.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9654
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-20  Bborie Park <dustymugs@gmail.com>

	* doc/using_raster_dataman.xml: Added note related to overviews not
	being aligned though the source rasters are aligned for specific
	overview factors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9653
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-20  Bborie Park <dustymugs@gmail.com>

	* NEWS, doc/introduction.xml: Added ticket #1782 to NEWS.  Updated
	contributors section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9652
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos_clean.c: Fix incorrect call to geom->type
	where geom->flags is needed git-svn-id: http://svn.osgeo.org/postgis/trunk@9651
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoly.c: 
	st_isclosed() doesn't return false for unclosed POLYGONS only
	LINESTRINGS (#1756) git-svn-id: http://svn.osgeo.org/postgis/trunk@9650
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Removed emptry string check that prevented
	use of proj4text or srtext in rtpg_getSR().  Ticket is #1782 git-svn-id: http://svn.osgeo.org/postgis/trunk@9649
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: minor comments changed git-svn-id: http://svn.osgeo.org/postgis/trunk@9648
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Fix handling of tuples as described in #1782 git-svn-id: http://svn.osgeo.org/postgis/trunk@9647
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-16  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Replaced testing of two rasters'
	geotransform matrix with alignment test git-svn-id: http://svn.osgeo.org/postgis/trunk@9645
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Fix #1468: shp2pgsql-gui table column
	schema get shifted A couple of copy/paste errors meant that the update handler was
	being invoked a second time on the loader shapefile column name,
	rather than just once on the schema column.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9644
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: shp2pgsql-gui: don't allow the user to
	edit the schema name in the listview.  This brings the behaviour in line with that of the table name, and
	since these entries are generated from the table selector there
	should be no need to do this.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9643
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-13  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Regress-test
	ST_ChangeEdgeGeom with 2-vertext target (#1775) This case was actually fixed by previous commit (ST_SymDifference) git-svn-id: http://svn.osgeo.org/postgis/trunk@9642
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-13  Sandro Santilli <strk@kbt.io>

	* NEWS, liblwgeom/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: fix ST_SymDifference(empty, geom) to
	return geom (#1776) git-svn-id: http://svn.osgeo.org/postgis/trunk@9641
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-13  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_addedgemodface_expected,
	topology/test/regress/st_addedgenewfaces_expected,
	topology/test/regress/st_changeedgegeom_expected: Give more detail
	on topology editing function exception git-svn-id: http://svn.osgeo.org/postgis/trunk@9640
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-12  Sandro Santilli <strk@kbt.io>

	* configure.ac, postgis/Makefile.in, raster/rt_pg/Makefile.in,
	topology/Makefile.in: Use an SQLPP command for pre-processing SQL
	files (#1694) The SQLPP command is figured at ./configure time.  It will use
	cpp(1) or gpp(1) if any is found in that order or fallback to
	whatever CPP expands to (usually the compiler with -E) git-svn-id: http://svn.osgeo.org/postgis/trunk@9639
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-12  Sandro Santilli <strk@kbt.io>

	* postgis/sqldefines.h.in: Use more compatible '#define' syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@9638
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-12  Sandro Santilli <strk@kbt.io>

	* NEWS, utils/postgis_restore.pl.in: Do not assume ndims check
	statements are fully qualified (#1708) git-svn-id: http://svn.osgeo.org/postgis/trunk@9637
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-12  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Automate test for
	toTopoGeom usage with custom search_path (#1763) git-svn-id: http://svn.osgeo.org/postgis/trunk@9636
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Do not consider RESET outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@9635
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-12  Sandro Santilli <strk@kbt.io>

	* NEWS: Rephrase item for about topology functions and full
	qualification git-svn-id: http://svn.osgeo.org/postgis/trunk@9634
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-12  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9630
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_split.c: Fix comment doc about
	lwline_split_by_point_to git-svn-id: http://svn.osgeo.org/postgis/trunk@9629
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-11  Sandro Santilli <strk@kbt.io>

	* NEWS: Add note about ST_RemEdgeModFace and ST_RemEdgeNewFace fix
	(#1766) git-svn-id: http://svn.osgeo.org/postgis/trunk@9628
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-11  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_remedgemodface.sql,
	topology/test/regress/st_remedgemodface_expected,
	topology/test/regress/st_remedgenewface.sql,
	topology/test/regress/st_remedgenewface_expected: Don't let
	ST_RemEdge* destroy TopoGeometry objects (#1766) git-svn-id: http://svn.osgeo.org/postgis/trunk@9627
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-11  Sandro Santilli <strk@kbt.io>

	* NEWS: Add note aboute #1714 bugfix git-svn-id: http://svn.osgeo.org/postgis/trunk@9626
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-11  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected,
	topology/test/regress/topogeo_addpolygon_expected: Cleanup lines
	after (bad) snapping (#1714) git-svn-id: http://svn.osgeo.org/postgis/trunk@9625
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-10  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Have ST_ModEdgeSplit and
	ST_NewEdgesSplit to use ST_Spit (#1715) git-svn-id: http://svn.osgeo.org/postgis/trunk@9624
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Call config.status if liblwgeom.h.in newer
	than liblwgeom.h (#1691) git-svn-id: http://svn.osgeo.org/postgis/trunk@9623
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-10  Sandro Santilli <strk@kbt.io>

	* NEWS: Add bug fixes committed so far in the 2.0 branch git-svn-id: http://svn.osgeo.org/postgis/trunk@9622
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-10  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c: #1759 transform functionality doesn't
	work if you have raster installed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9621
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-09  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Added handling of subdatasets coming
	from NetCDF, HDF4 and HDF5.  Associated ticket is #1761.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9620
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql.in.c: Fully qualify calls
	to topology functions (#1763) git-svn-id: http://svn.osgeo.org/postgis/trunk@9619
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-07  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: #1757 -- change in behavior of
	ST_3Dlength_spheroid not noted and changed name incorrectly stated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9618
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-06  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: hyperlink function names to
	section in online manual git-svn-id: http://svn.osgeo.org/postgis/trunk@9617
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-05  Chris Hodgson <chodgson@refractions.net>

	* java/jdbc/pom.xml: updated version number in pom.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@9616
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Geometry has Z
	dimension but column does not (#1755) git-svn-id: http://svn.osgeo.org/postgis/trunk@9615
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: Send an "unknown" typmod into
	gserialized constructor from ST_GeographyFromText (#1755) git-svn-id: http://svn.osgeo.org/postgis/trunk@9614
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_in_wkt.c: Allow for 1.#INF to be threated as
	Inf (#1736) git-svn-id: http://svn.osgeo.org/postgis/trunk@9613
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-05  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql: Threat Infinite and 1.#INF the same (#1736) git-svn-id: http://svn.osgeo.org/postgis/trunk@9612
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-05  Sandro Santilli <strk@kbt.io>

	* : Drop java/pljava dir (#1411) git-svn-id: http://svn.osgeo.org/postgis/trunk@9611
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-05  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Fixed missing SVN revision tag in
	raster2pgsql's help git-svn-id: http://svn.osgeo.org/postgis/trunk@9609
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-04  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add note about topology.Polygonize not
	doing edge linking git-svn-id: http://svn.osgeo.org/postgis/trunk@9608
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-04  Sandro Santilli <strk@kbt.io>

	* topology/sql/polygonize.sql.in.c: Tabs to spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@9607
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/release_notes.xml: Update release date for 2.0.0 (TODO more
	readable release notes) git-svn-id: http://svn.osgeo.org/postgis/trunk@9606
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis: Set up for 2.0.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@9604
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Prep for 2.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@9602
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Fix error message git-svn-id: http://svn.osgeo.org/postgis/trunk@9601
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Sandro Santilli <strk@kbt.io>

	* NEWS: Use full URL to trac query git-svn-id: http://svn.osgeo.org/postgis/trunk@9600
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Add extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@9599
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Convert text to UTF8 git-svn-id: http://svn.osgeo.org/postgis/trunk@9598
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Final answer? git-svn-id: http://svn.osgeo.org/postgis/trunk@9597
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: rewrite breaking section git-svn-id: http://svn.osgeo.org/postgis/trunk@9596
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: More minor edits git-svn-id: http://svn.osgeo.org/postgis/trunk@9595
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Sandro Santilli <strk@kbt.io>

	* NEWS: Add ST_Node item git-svn-id: http://svn.osgeo.org/postgis/trunk@9594
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Minor reorg of NEWS, more to come git-svn-id: http://svn.osgeo.org/postgis/trunk@9593
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Sandro Santilli <strk@kbt.io>

	* 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 ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9592
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-03  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Add note about input noding for
	ST_Polygonize and ST_BuildArea git-svn-id: http://svn.osgeo.org/postgis/trunk@9591
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog: Update changelog on trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@9590
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-04-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Version bumps for RC2 git-svn-id: http://svn.osgeo.org/postgis/trunk@9586
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-31  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Minor tweak to message regarding GEOS <
	3.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@9585
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_core/rt_api.c: Comment out noise in the GEOS 3.2 case.
	(#1740) git-svn-id: http://svn.osgeo.org/postgis/trunk@9584
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Make sure that we clear any previously
	selected files when (re)opening the import file selector in the
	shapefile GUI.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9583
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Fix #1741: Build error --with-gui, gtk
	problem.  Older versions of GTK (< 2.14.0) don't have
	gtk_dialog_get_content_area(). Work around this by providing a
	compatibility #define for these older GTK versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9582
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-30  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_clean.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/lwgeom_geos.c: Have BuildArea
	catch exception from GEOSSymDifference (#1738) git-svn-id: http://svn.osgeo.org/postgis/trunk@9581
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: wrong proj4text in spatial_ref_sys for SRID
	31300 and 31370  (#1389) git-svn-id: http://svn.osgeo.org/postgis/trunk@9578
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-29  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_gist_nd.c, regress/tickets.sql,
	regress/tickets_expected: Fix crash on NULL item in ND index (#1734) Add regression testing for the case git-svn-id: http://svn.osgeo.org/postgis/trunk@9577
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/Makefile.in: make install doesn't install postgis_restore.pl
	(#1732) git-svn-id: http://svn.osgeo.org/postgis/trunk@9575
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Bump versions for 2.0.0rc1
	release git-svn-id: http://svn.osgeo.org/postgis/trunk@9572
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-28  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Strip schemas from search_path as part of
	uninstall procedures git-svn-id: http://svn.osgeo.org/postgis/trunk@9570
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-28  Sandro Santilli <strk@kbt.io>

	* configure.ac: Reduce extensions requirements (#1724) Build extensions even w/out topology, and even w/out xsltproc if
	comments are already built.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9569
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-28  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile,
	topology/test/regress/gettopogeomelements.sql,
	topology/test/regress/gettopogeomelements_expected,
	topology/topology.sql.in.c: Fix GetGopoGeomElementArray code (#1730) Includes regression testing for both GetGopoGeomElements and
	GetGopoGeomElementArray git-svn-id: http://svn.osgeo.org/postgis/trunk@9568
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-28  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9567
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-28  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_gist_nd.c: Fix crash in n-dimensional GiST
	index on EMPTY geoms (#1697) This is Paul's patch with the unrelated btree changes removed and
	the memset removed too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9563
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: detail how to use create extension .. from
	unpackaged git-svn-id: http://svn.osgeo.org/postgis/trunk@9562
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Regina Obe <lr@pcorp.us>

	* extensions/make_unpackaged.sql, extensions/postgis/Makefile.in,
	extensions/postgis/sql_bits/postgis--unpackaged.sql.in,
	extensions/postgis_topology/Makefile.in,
	extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in: 
	#1727 this will make statements like CREATE EXTENSION postgis FROM
	unpackaged; CREATE EXTENSION postgis_topology FROM unpackaged;
	work.  It's sadly static at the moment.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9561
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9560
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Bborie Park <dustymugs@gmail.com>

	* : 13	7	raster/rt_core/rt_api.c 1	1	raster/rt_core/rt_api.h 2	2
	raster/rt_pg/rt_pg.c

2012-03-27  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Wrap most topology.sql into a
	transaction CREATE SCHEMA is left out because uninstall_topology isn't getting
	rid of it (to be fixed later) git-svn-id: http://svn.osgeo.org/postgis/trunk@9557
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Sandro Santilli <strk@kbt.io>

	* doc/xsl/topology_comments.sql.xsl: Do not mess with search_path
	when installing comments (#1723) git-svn-id: http://svn.osgeo.org/postgis/trunk@9556
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Sandro Santilli <strk@kbt.io>

	* extensions/README: Update extensions/README (#1720) - reStructuredText Markup, 80 column text - Rewrite several paragraphs - Add requirements section - Make it clear that --with-raster is required, and that postgis
	  also includes the raster support Patch by Mike Toews git-svn-id: http://svn.osgeo.org/postgis/trunk@9555
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c, regress/clean.sql,
	regress/clean_expected: Accept POINT types in ST_MakeValid (#1719) git-svn-id: http://svn.osgeo.org/postgis/trunk@9554
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-cli.c: 80 cols wrap for pgsql2shp help screen
	(#1722) Patch by Mike Toews git-svn-id: http://svn.osgeo.org/postgis/trunk@9553
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Sandro Santilli <strk@kbt.io>

	* doc/README: Update doc/README (#1721) - reStructuredText Markup, 80 column text limit - Structure the make targets using definition lists - It turns out that graphviz is required for make doxygen Patch by Mike Toews git-svn-id: http://svn.osgeo.org/postgis/trunk@9552
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Sandro Santilli <strk@kbt.io>

	* java/pljava/README.txt, java/pljava/build.xml,
	java/pljava/functions.sql, java/pljava/install.sh,
	java/pljava/src/org/postgis/pljava/Aggregates.java,
	java/pljava/src/org/postgis/pljava/HelloWorld.java,
	java/pljava/src/org/postgis/pljava/PLJGeometry.java,
	java/pljava/src/org/postgis/pljava/PLJtsParser.java,
	java/pljava/src/org/postgis/pljava/PLJtsWriter.java,
	java/pljava/update.sh: Drop pljava (#1411) git-svn-id: http://svn.osgeo.org/postgis/trunk@9551
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Regina Obe <lr@pcorp.us>

	* utils/create_undef.pl: #1693, #1704 - twofer - change DROP
	AGGREGATE and DROP VIEW to be DROP .. IF EXISTS git-svn-id: http://svn.osgeo.org/postgis/trunk@9550
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-27  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: minor typo correction git-svn-id: http://svn.osgeo.org/postgis/trunk@9549
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h: Rework code from r9204 (bug #900:
	shp2pgsql: a switch to drop M from 4d imports) to fix bug #1710:
	shp2pgsql -t option is not working properly.  The original implementation set the has_z/has_m flags directly based
	upon the -t parameter; however this lost the information as to how
	many dimensions were specified. Resolve this by specifying a new
	force_output configuration variable and setting it to an enumerated
	constant, so that we can then implement a simple switch() to set
	both the output dimension and output flags correctly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9548
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Remove istypeM
	state variable from loader as it isn't used anymore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9547
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Improve
	readability in the loader by fixing various whitespace issues.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9546
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-26  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: change example for totopogeom git-svn-id: http://svn.osgeo.org/postgis/trunk@9545
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-26  Sandro Santilli <strk@kbt.io>

	* MIGRATION: Wrap within 80 cols git-svn-id: http://svn.osgeo.org/postgis/trunk@9544
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-26  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Add an example for toTopoGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@9543
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* CREDITS, MIGRATION: Updates for 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@9542
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql: Add topology
	validity checking (extra paranoia) git-svn-id: http://svn.osgeo.org/postgis/trunk@9541
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9540
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.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: Enhance edge
	splitting robustness (#1711) git-svn-id: http://svn.osgeo.org/postgis/trunk@9539
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Skip over geodetic check for empty
	geometries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9538
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Allow build to work under DEBUG=5 git-svn-id: http://svn.osgeo.org/postgis/trunk@9537
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Add debugging lines to sqlmm edge
	splitting functions git-svn-id: http://svn.osgeo.org/postgis/trunk@9536
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql: Add missing
	ticket reference to it's regression test git-svn-id: http://svn.osgeo.org/postgis/trunk@9535
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/html/style.css: Made the red color for parameters a bit
	darker...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9534
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: flesh out upgrade a bit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9533
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-23  Regina Obe <lr@pcorp.us>

	* doc/html/style.css: make variables names red to stand out better git-svn-id: http://svn.osgeo.org/postgis/trunk@9532
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/wkt_expected: Update regression to handle new
	collection(empty) possibilities git-svn-id: http://svn.osgeo.org/postgis/trunk@9531
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwout_wkt.c: Parse error on WKT for multi with empty
	elements (#1703) git-svn-id: http://svn.osgeo.org/postgis/trunk@9530
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-22  Sandro Santilli <strk@kbt.io>

	* regress/simplify.sql, regress/simplify_expected: Add collapsed
	polygon case to ST_Simplify test (#1698) git-svn-id: http://svn.osgeo.org/postgis/trunk@9529
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwline.c,
	liblwgeom/lwpoly.c, liblwgeom/ptarray.c, regress/simplify.sql: Add a
	ptarray_simplify parameter to preserve min vertices (#1698) A polygon ring collapsed to a segment is still better handled by
	mapnik than the same ring collapsed to a single point. This commit
	retains at least 3 vertices for polygons.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9528
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwpoly.c: Do not drop collapsed polygon shells (#1698) git-svn-id: http://svn.osgeo.org/postgis/trunk@9527
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-22  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: missing para tag git-svn-id: http://svn.osgeo.org/postgis/trunk@9526
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-22  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: explain geometry_columns is now a
	view and that spatial tables can be created in 1 step.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9525
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-22  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: more expounding on typmod vs.
	constraint based geometry columns git-svn-id: http://svn.osgeo.org/postgis/trunk@9524
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in, doc/html/image_src/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in, libpgcommon/Makefile.in,
	libpgcommon/cunit/Makefile.in, loader/Makefile.in,
	loader/cunit/Makefile.in, postgis/Makefile.in, raster/Makefile.in,
	raster/loader/Makefile.in, raster/rt_core/Makefile.in,
	raster/rt_pg/Makefile.in, raster/scripts/Makefile.in,
	raster/scripts/python/Makefile.in, raster/test/Makefile.in,
	raster/test/core/Makefile.in, raster/test/regress/Makefile.in,
	regress/Makefile.in, topology/Makefile.in: Change @rm to rm for
	visibility git-svn-id: http://svn.osgeo.org/postgis/trunk@9523
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile.in, doc/Makefile.in, doc/html/image_src/Makefile.in,
	extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in, liblwgeom/Makefile.in,
	libpgcommon/Makefile.in, libpgcommon/cunit/Makefile.in,
	loader/Makefile.in, loader/cunit/Makefile.in, postgis/Makefile.in,
	raster/Makefile.in, raster/loader/Makefile.in,
	raster/rt_core/Makefile.in, raster/scripts/Makefile.in,
	raster/scripts/python/Makefile.in, raster/test/Makefile.in,
	raster/test/core/Makefile.in, raster/test/regress/Makefile.in,
	regress/Makefile.in, topology/Makefile.in: Make distclean should
	remove all the Makefile's generated by ./configure git-svn-id: http://svn.osgeo.org/postgis/trunk@9522
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Bump versions for beta4 git-svn-id: http://svn.osgeo.org/postgis/trunk@9519
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore some files git-svn-id: http://svn.osgeo.org/postgis/trunk@9518
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-19  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
	regress/tickets_expected: ST_SnapToGrid: retain type on empty return
	(#1695) git-svn-id: http://svn.osgeo.org/postgis/trunk@9516
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml: Fix typo puffered -> buffered git-svn-id: http://svn.osgeo.org/postgis/trunk@9515
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwpoly.c: Be quieter on polygon ring collapse (in
	ST_Simplify) git-svn-id: http://svn.osgeo.org/postgis/trunk@9514
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo in example was adding band 1
	twice git-svn-id: http://svn.osgeo.org/postgis/trunk@9513
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: surreal clipping git-svn-id: http://svn.osgeo.org/postgis/trunk@9512
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: slightly more efficient (and hmm my last
	timing was with 2 buildings instead of 3) git-svn-id: http://svn.osgeo.org/postgis/trunk@9511
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: minor adjustment to example git-svn-id: http://svn.osgeo.org/postgis/trunk@9510
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Provide summarizing summary stats
	example using intersection of geometry. Pretty fast.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9509
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Sandro Santilli <strk@kbt.io>

	* .gitignore, postgis/Makefile.in, postgis/legacy.sql.in.c,
	postgis/{legacy_compatibility_layer.sql.in.c =>
	legacy_minimal.sql.in.c}: Rename legacy_compatibility_layer.sql to
	legacy_minimal.sql As per

	http://postgis.refractions.net/pipermail/postgis-devel/2012-March/019663.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@9508
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_transform.c: Do not take PROJ4 errno value as a
	sign of error (#1580, #1690) Dejavu...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9507
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c,
	postgis/legacy_compatibility_layer.sql.in.c: Add more descriptive
	notes detailing difference between files git-svn-id: http://svn.osgeo.org/postgis/trunk@9506
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: fix spelling typos git-svn-id: http://svn.osgeo.org/postgis/trunk@9505
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-16  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Put in a section for crowd sourcing
	campaigns git-svn-id: http://svn.osgeo.org/postgis/trunk@9504
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-15  Sandro Santilli <strk@kbt.io>

	* configure.ac: Bail out if user specified json dir isn't correct
	(#1688) git-svn-id: http://svn.osgeo.org/postgis/trunk@9503
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: put note about slowness of raster
	st_union and promise it will be better in later versions git-svn-id: http://svn.osgeo.org/postgis/trunk@9502
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: change example to be more efficient
	(prior version was taking 9-10 seconds this much improved one takes
	3.5 seconds) git-svn-id: http://svn.osgeo.org/postgis/trunk@9501
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Bborie Park <dustymugs@gmail.com>

	* raster/test/core/Makefile.in: Updated to have C API tests use
	libtool git-svn-id: http://svn.osgeo.org/postgis/trunk@9500
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB for
	checking GDAL libraries git-svn-id: http://svn.osgeo.org/postgis/trunk@9499
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Sandro Santilli <strk@kbt.io>

	* configure.ac: Don't re-implement AC_PATH_PROG for gdal-config git-svn-id: http://svn.osgeo.org/postgis/trunk@9498
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis, Version.config,
	extensions/upgradeable_versions.mk: Prepare for 2.0.0beta3 release git-svn-id: http://svn.osgeo.org/postgis/trunk@9495
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Encode dependency of raster _scripts_ to
	postgis_svn_revision.h git-svn-id: http://svn.osgeo.org/postgis/trunk@9494
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Encode postgis_svn_revision.h dependency
	for raster lib git-svn-id: http://svn.osgeo.org/postgis/trunk@9493
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Make sure to rebuild topology.sql on
	postgis_svn_revision.h change git-svn-id: http://svn.osgeo.org/postgis/trunk@9492
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9491
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_inout.c: Simplify ST_AsLatLonText code and possily
	fix #1657 The possible bug was a call to pg_do_encoding_conversion w/out a
	defined string size argument.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9490
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_inout.c: Use existing text2cstring and cstring2text
	wheel git-svn-id: http://svn.osgeo.org/postgis/trunk@9489
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Explicitly set NULL character to
	snprintf outputs as Windows does not do so automatically.  Ticket is
	#1682.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9488
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_stringbuffer.c,
	liblwgeom/cunit/cu_tester.c: Add simple tests to stringbuffer class
	(#1668) Hopefully these fail on windows so it's easier to test.  It may take
	a memory debugger to really see the failure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9487
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_misc.c: Rename misc testsuite to "misc" git-svn-id: http://svn.osgeo.org/postgis/trunk@9486
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/Makefile.in,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_geos.c,
	liblwgeom/snprintf.c, liblwgeom/stringbuffer.c,
	liblwgeom/vsprintf.c, libpgcommon/lwgeom_pg.c, macros/snprintf.m4,
	postgis_config.h.in, raster/rt_pg/rt_pg.c: Roll  back changes for
	autodetecting C99 vsnprintf (#1688) git-svn-id: http://svn.osgeo.org/postgis/trunk@9485
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_asraster.sql,
	raster/test/regress/rt_asraster_expected,
	raster/test/regress/rt_bandmetadata.sql,
	raster/test/regress/rt_bandmetadata_expected,
	raster/test/regress/rt_clip.sql,
	raster/test/regress/rt_clip_expected,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected,
	raster/test/regress/rt_mapalgebraexpr_2raster.sql,
	raster/test/regress/rt_mapalgebraexpr_2raster_expected,
	raster/test/regress/rt_mapalgebrafct_2raster.sql,
	raster/test/regress/rt_mapalgebrafct_2raster_expected: Removed
	"hasnodata" column output of ST_BandMetaData as per #1681.  If a
	band does NOT have a NODATA value, the "nodatavalue" column will be
	NULL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9484
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Sandro Santilli <strk@kbt.io>

	* topology/README: Add upgrade instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@9483
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Sandro Santilli <strk@kbt.io>

	* topology/README: Drop SRID constraint issue (not an issue anymore
	with typmod) git-svn-id: http://svn.osgeo.org/postgis/trunk@9482
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Sandro Santilli <strk@kbt.io>

	* topology/README: Add note about toTopoGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@9481
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Sandro Santilli <strk@kbt.io>

	* README.postgis: Set Version to match Version.config (HOWTO_RELEASE
	file mentions you need to edit it anyway) git-svn-id: http://svn.osgeo.org/postgis/trunk@9480
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Sandro Santilli <strk@kbt.io>

	* README.postgis: Add note about topology/README git-svn-id: http://svn.osgeo.org/postgis/trunk@9479
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-13  Sandro Santilli <strk@kbt.io>

	* README.postgis: Update README.postgis (#1670) - Use consistent formatting in reStructuredText; see   formatted result with rst2pdf or rst2html, or if you don't   want to install docutils, you can copy/paste the text to   http://www.tele3.cz/jbar/rest/rest.html - Wrap lines to 80 columns, trim trailing whitespace, replace tabs   with space chars - Fix typos, and use consistent case and punctuation - Alphabetize the directory structure - Add ./libpgcommon to directory structure, and attempt to   describe it - Arrange style of REQUIREMENTS section a bit more consistent   across components: removing repetition, stating what is required   or optional, etc.  - When referencing PostGIS SQL functions, use the "ST_" prefix,   where applicable - Mention that both Raster and Topology extensions are built by   default, add notes how build without them Patch by Mike Toews git-svn-id: http://svn.osgeo.org/postgis/trunk@9478
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/Makefile.in,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_geos.c,
	liblwgeom/snprintf.c, liblwgeom/stringbuffer.c,
	liblwgeom/vsprintf.c, libpgcommon/lwgeom_pg.c, macros/snprintf.m4,
	postgis/compat.h, postgis_config.h.in, raster/rt_pg/rt_pg.c: 
	Complete alternate implementation of vsnprintf, vasprintf for
	non-C99 systems. (#1668) git-svn-id: http://svn.osgeo.org/postgis/trunk@9477
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-12  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_transform.c, regress/tickets.sql,
	regress/tickets_expected: Fix UTM zone reserved SRID interpretation
	(#1680) git-svn-id: http://svn.osgeo.org/postgis/trunk@9476
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Check docs as part of "make check" Adds "xmllint" to the requirements for running "make check" git-svn-id: http://svn.osgeo.org/postgis/trunk@9475
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/release_notes.xml: Introduce use of <simplelist>. I think we
	should use it more..  git-svn-id: http://svn.osgeo.org/postgis/trunk@9474
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/release_notes.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@9473
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Drop commented out lines git-svn-id: http://svn.osgeo.org/postgis/trunk@9472
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/release_notes.xml: Add credits to Salvatore git-svn-id: http://svn.osgeo.org/postgis/trunk@9471
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/release_notes.xml: No <para> allowed after <simplesect> in
	<sect1> (xmllint) -- add Vizzuality credit git-svn-id: http://svn.osgeo.org/postgis/trunk@9470
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/extras_tigergeocoder.xml: <sect1info> goes before <title> git-svn-id: http://svn.osgeo.org/postgis/trunk@9469
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/extras_tigergeocoder.xml: <note> cannot be direct child of
	<abstract> (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9468
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/extras_tigergeocoder.xml: choice is a <paramdef> attribute,
	not <type>'s git-svn-id: http://svn.osgeo.org/postgis/trunk@9467
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/extras_tigergeocoder.xml: <abstract> can't contain <note>
	(xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9466
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Use empty params as placeholders, add
	missing refsection title (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9465
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: More <para> wrapping (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9464
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: wrap more <informalfigure> content in
	<para> (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9463
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: choice is a <paramdef> attribute, not
	<type>'s git-svn-id: http://svn.osgeo.org/postgis/trunk@9462
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: wrap <informalfigure> content in <para>
	(xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9461
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: wrap <listitem> content in <para>
	(xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9460
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: choice belongs to <paramdef>, not
	<parameter> (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9459
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: <sect1info> goes before <title> git-svn-id: http://svn.osgeo.org/postgis/trunk@9458
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: <informalfigure> goes in <para>
	(xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9457
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_operator.xml: Use <para> as appropriate (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9456
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: <informalfigure> must be in <para>
	(xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9455
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_constructor.xml: Put semicolon where it belongs
	(xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9454
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/using_raster_dataman.xml: Use <para> elements according to the
	DTD (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9453
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/faq.xml: <strong> to <emphasis> (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9452
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: <filename> is not a valid child of
	<listitem>, <para> is (xmllint) git-svn-id: http://svn.osgeo.org/postgis/trunk@9451
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/xsl/postgis_aggs_mm.xml.xsl: More linked -> linkend typos git-svn-id: http://svn.osgeo.org/postgis/trunk@9450
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Fix xref (thanks make check) git-svn-id: http://svn.osgeo.org/postgis/trunk@9449
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml, doc/release_notes.xml: linked -> linkend
	(thanks make check) git-svn-id: http://svn.osgeo.org/postgis/trunk@9448
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/introduction.xml: Add credit to Avencia  (#1671) git-svn-id: http://svn.osgeo.org/postgis/trunk@9447
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/introduction.xml: More credits git-svn-id: http://svn.osgeo.org/postgis/trunk@9446
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* doc/introduction.xml: Add postgis topology signers to credits
	section (#1601) I also formatted the names to be one-per-line. Output won't care but
	it's easier to sort alphabetically ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9445
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* CREDITS: Substitute CREDITS content with pointers to manual
	(#1601) git-svn-id: http://svn.osgeo.org/postgis/trunk@9444
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Be quiet when postgis_svn_revision.h isn't needed
	(#1666) git-svn-id: http://svn.osgeo.org/postgis/trunk@9443
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Cleanup for testing GDAL include files git-svn-id: http://svn.osgeo.org/postgis/trunk@9442
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Bborie Park <dustymugs@gmail.com>

	* configure.ac: This should do it.  Debugging Hudson is fun... like
	entertaining a grumpy old man.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9441
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Removed multiple AC_ARG_WITH calls for raster git-svn-id: http://svn.osgeo.org/postgis/trunk@9440
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Another attempt to fix hudson...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9439
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-10  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Comment cleanup as hudson isn't happy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9438
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-09  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Fixed GDAL configuration as hudson wasn't getting
	GDALFPolygonize.  This may be the cause for Windows not detecting
	GDALFPolygonize either.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9437
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-09  Bborie Park <dustymugs@gmail.com>

	* raster/loader/Makefile.in, raster/loader/raster2pgsql.h,
	raster/rt_core/rt_api.c: Initialize variables that may cause
	compile-time warnings in rt_api.c.  Added additional NLS items to
	raster2pgsql.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9436
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c: Work around difference between behavior
	of MS snprintf and C99 snprintf. (#1668) git-svn-id: http://svn.osgeo.org/postgis/trunk@9435
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: minor correction in title of example git-svn-id: http://svn.osgeo.org/postgis/trunk@9434
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix mapalgebra2 syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@9433
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-08  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore all html files under doc/html/ (also chunked) git-svn-id: http://svn.osgeo.org/postgis/trunk@9432
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-08  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9431
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-08  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Remove .svnignore files (#1665) git-svn-id: http://svn.osgeo.org/postgis/trunk@9430
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-08  Sandro Santilli <strk@kbt.io>

	* doc/html/.cvsignore, extras/ogc_test_suite/.cvsignore,
	extras/wkb_reader/.cvsignore, java/jdbc/.cvsignore,
	loader/.cvsignore, postgis/.cvsignore, topology/.cvsignore,
	topology/ER/.cvsignore, topology/test/.cvsignore: Drop .cvsignore
	files git-svn-id: http://svn.osgeo.org/postgis/trunk@9429
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* Version.config, extensions/upgradeable_versions.mk: Update trunk
	versions for next cycle git-svn-id: http://svn.osgeo.org/postgis/trunk@9427
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis: Update for beta2 release git-svn-id: http://svn.osgeo.org/postgis/trunk@9425
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, regress/Makefile.in: Fix need to hack regress source
	path git-svn-id: http://svn.osgeo.org/postgis/trunk@9424
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, raster/loader/Makefile.in,
	raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in,
	raster/test/core/Makefile.in, raster/test/regress/Makefile.in,
	raster/test/regress/{testgdalraster.in => testgdalraster}: Remove
	reliance on `pwd` for raster build and test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9423
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Replace " with ' in mingw pwd call git-svn-id: http://svn.osgeo.org/postgis/trunk@9422
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: MinGW configure for regression dir git-svn-id: http://svn.osgeo.org/postgis/trunk@9421
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_debug.c: ST_Summary output contains a spurious
	"+" sign (#1663) git-svn-id: http://svn.osgeo.org/postgis/trunk@9420
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Sandro Santilli <strk@kbt.io>

	* configure.ac, regress/Makefile.in: Actually run GeoJSON input
	tests when libjson is available git-svn-id: http://svn.osgeo.org/postgis/trunk@9419
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_in_geojson.c, postgis/postgis.sql.in.c: Report
	libjson availability from postgis_full_version (#1660) This commit adds a postgis_libjson_version() although the library
	doesn't give any version information. We just return NULL if not
	using the library and "UNKNOWN" otherwise.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9418
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Sandro Santilli <strk@kbt.io>

	* README.postgis: Add note about installing json-c library on
	apt-based systems git-svn-id: http://svn.osgeo.org/postgis/trunk@9417
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Sandro Santilli <strk@kbt.io>

	* README.postgis: Update REQUIREMENTS section, add JSON-C (#1660) git-svn-id: http://svn.osgeo.org/postgis/trunk@9416
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Sandro Santilli <strk@kbt.io>

	* TODO: I didn't realize we had ST_AsLatLonText already :) git-svn-id: http://svn.osgeo.org/postgis/trunk@9415
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Crash in ST_Project on NULL input
	(#1658) git-svn-id: http://svn.osgeo.org/postgis/trunk@9414
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-07  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9413
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Sandro Santilli <strk@kbt.io>

	* TODO: Update TODO list dropping done items git-svn-id: http://svn.osgeo.org/postgis/trunk@9412
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: Work around default rule for lexer
	generation. (#1644) git-svn-id: http://svn.osgeo.org/postgis/trunk@9411
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: I'm not sure this "fix" was actually a fix so
	I'm removing it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9410
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Sandro Santilli <strk@kbt.io>

	* NEWS, topology/sql/populate.sql.in.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Snap new lines
	over existing nodes (#1654) Also add Salvatore to the list of testing heroes :) git-svn-id: http://svn.osgeo.org/postgis/trunk@9409
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9408
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Skip collapsed
	edges after snapping (#1650) git-svn-id: http://svn.osgeo.org/postgis/trunk@9407
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Uncomment new
	tests for #1641 git-svn-id: http://svn.osgeo.org/postgis/trunk@9406
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9405
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql.in.c,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Fix toTopoGeom to actualy
	_use_ to given tolerance (#1647) git-svn-id: http://svn.osgeo.org/postgis/trunk@9404
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Rename LOADER_OBJS to the more direct
	SHPLIB_OBJS git-svn-id: http://svn.osgeo.org/postgis/trunk@9403
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in: Defines are picked up from
	../../postgis_config.h via ../liblwgeom_internal.h git-svn-id: http://svn.osgeo.org/postgis/trunk@9402
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Add static link directive to libtool (#1644)
	allows build on Debian Wheezy git-svn-id: http://svn.osgeo.org/postgis/trunk@9401
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* authors.svn: Update kneufeld contact info git-svn-id: http://svn.osgeo.org/postgis/trunk@9400
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/topology.sql.in.c: Add
	GetTopologySRID (#1182) git-svn-id: http://svn.osgeo.org/postgis/trunk@9399
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Optimize ST_AddIsoNode (#983) git-svn-id: http://svn.osgeo.org/postgis/trunk@9398
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Move topology reference entries from
	"processing" to "constructors" git-svn-id: http://svn.osgeo.org/postgis/trunk@9397
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c: _ST_MinTolerance isn't IMMUTABLE,
	due to db lookup...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9396
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c,
	topology/sql/topogeometry/totopogeom.sql.in.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: Handle 0
	tolerance by using topology.precision or min float one This handling fixes the #1641 case w/out passing an explicit
	tolerance and makes a step toward #785.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9395
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-05  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Fix typos (FUNCION), drop duplicate
	entries git-svn-id: http://svn.osgeo.org/postgis/trunk@9394
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-04  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: put in libiconv path specification if it
	needs to be done.  For some reason my mingw64 can't find it unless
	its explicitly set.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9393
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-03  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: Link postgis raster contributors to raster
	funding page.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9392
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-03  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml, doc/release_notes.xml: add in missing
	credits and link to Paul's credit description blog pages.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9391
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Add an SRID to
	box3d to allow lossless casts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9390
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* utils/postgis_restore.pl.in: Finish fix for ticket #1635. Added
	operator function to skip when restoring.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9389
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Fix for ticket #1589. Removed misleading
	example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9388
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Fix for ticket #1589. Removed misleading
	example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9387
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Bborie Park <dustymugs@gmail.com>

	* 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 desired.  Now
	preferentially use EPSG:SRID if available.  Ticket is #1618.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9386
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/remove_from_extension.sql.in: #1630
	and drop type raster_columns.  Good grief how many hidden objects
	are there.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9385
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: #1630 Add missing
	permutations of st_clip that exist in older versions so trimraster
	can be renamed to crop git-svn-id: http://svn.osgeo.org/postgis/trunk@9384
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/remove_from_extension.sql.in: oops
	type in last commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9383
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/remove_from_extension.sql.in: #1630 --
	this has got to be a bug in the PostgreSQL extensions model that I
	have to drop dependent types of views and types from extension when
	drop view and type.  Will confirm later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9382
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Add section about soft upgrade with
	extensions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9381
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-02  Bborie Park <dustymugs@gmail.com>

	* 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
	when clamped pixel values is equal to the band's clamped NODATA
	value.  Ticket is #1139.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9380
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  David Zwarg <dzwarg@azavea.com>

	* raster/test/regress/rt_mapalgebraexpr.sql,
	raster/test/regress/rt_mapalgebraexpr_expected: Added regression
	test for error case reported in #1638.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9379
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c,
	raster/test/regress/rt_asraster_expected,
	raster/test/regress/rt_clip_expected,
	raster/test/regress/rt_intersects_expected,
	raster/test/regress/rt_resample_expected: Refactored how skewed
	rasters are computed as the extents were not correct.  Rewrote parts
	of rt_raster_gdal_warp and rt_raster_gdal_rasterize.  Related ticket
	is #1615.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9378
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Fix for #1589 and #1633.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9377
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* extensions/postgis/Makefile.in: postgis_drop_before.sql.in.c =>
	postgis_drop_before.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@9376
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make --prefix note a warning rather than a failure.
	(#1628) git-svn-id: http://svn.osgeo.org/postgis/trunk@9375
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c: Add an internal
	topology._st_mintolerance funtion This function computes the minimum tolerance for a given geometry.
	It works by computing the smallest floating point difference that
	could be expressed on any vertex of the geometry.  Currently it's only used to workaround the ST_DWithin/ST_Within
	inconsistency (#1625) but could probably be used everytime 0 is
	passed as a tolerance, possibly fixing #1641 as well.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9374
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_mapalgebraexpr.sql: Update regression tests
	for 1-raster ST_MapAlgebraExpr due to commit r9371 git-svn-id: http://svn.osgeo.org/postgis/trunk@9373
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_contain.sql,
	raster/test/regress/rt_contain_expected,
	raster/test/regress/rt_overlap.sql,
	raster/test/regress/rt_overlap_expected: Fix for ticket #1635. Added
	explicit ~ and && operators on raster and geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9372
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Forced casting of output from 1-raster
	ST_MapAlgebraExpr.  Ticket is #1639.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9371
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* doc/README: MathML DTDs are also needed for the HTML git-svn-id: http://svn.osgeo.org/postgis/trunk@9370
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* doc/README: added MathML 3 DTD to requirements in doc git-svn-id: http://svn.osgeo.org/postgis/trunk@9369
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9368
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql: Add test for
	#1641 (disabled as it would fail) git-svn-id: http://svn.osgeo.org/postgis/trunk@9367
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql: Cleanup the face
	table as well (you just can't drop the universe) git-svn-id: http://svn.osgeo.org/postgis/trunk@9366
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Add more items in the skip list
	(#1640) git-svn-id: http://svn.osgeo.org/postgis/trunk@9365
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Add tests for ptarray_insert_point
	(see #1640) git-svn-id: http://svn.osgeo.org/postgis/trunk@9364
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
	liblwgeom/ptarray.c: Check args passed to ptarray_set_point4d git-svn-id: http://svn.osgeo.org/postgis/trunk@9363
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* doc/reference_management.xml: Drop reference to postgis_uses_stats
	(#1632) git-svn-id: http://svn.osgeo.org/postgis/trunk@9362
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Properly exit the loop parsing
	spatial_ref_sys population (#1640) git-svn-id: http://svn.osgeo.org/postgis/trunk@9361
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c, postgis/postgis_drop_after.sql: Drop
	postgis_uses_stats (#1632) git-svn-id: http://svn.osgeo.org/postgis/trunk@9360
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/{postgis_drop.sql.in.c =>
	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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9359
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-03-01  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/postgis.sql.in.c: Stop including drop
	calls from main postgis.sql file Upgrade file is still generated with the drop file included git-svn-id: http://svn.osgeo.org/postgis/trunk@9358
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c: make parse location error test a
	little more lenient git-svn-id: http://svn.osgeo.org/postgis/trunk@9357
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* Version.config, extensions/upgradeable_versions.mk: Update for
	post-Beta1 git-svn-id: http://svn.osgeo.org/postgis/trunk@9354
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis: Update for beta1 git-svn-id: http://svn.osgeo.org/postgis/trunk@9353
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9352
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Get the deprecated function
	right (fixes previous commit) git-svn-id: http://svn.osgeo.org/postgis/trunk@9351
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Drop removed st_clip
	function (#1630) git-svn-id: http://svn.osgeo.org/postgis/trunk@9350
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Do not install intermediary files
	(#1621) git-svn-id: http://svn.osgeo.org/postgis/trunk@9349
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* utils/svn_repo_revision.pl: Don't override postgis_svn_revision.h
	with a fake revision (#1634) git-svn-id: http://svn.osgeo.org/postgis/trunk@9348
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Stop using postgis_uses_stats() from
	postgis_full_version() (#1632) git-svn-id: http://svn.osgeo.org/postgis/trunk@9347
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* doc/reference_management.xml: Integrate upgrade tips in
	postgis_full_version reference git-svn-id: http://svn.osgeo.org/postgis/trunk@9346
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Mention rtpostgis_upgrade* and
	topology_upgrade* in manual (#1611) git-svn-id: http://svn.osgeo.org/postgis/trunk@9345
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Have XSLTPROCFLAGS default to --nonet This way you can drop by redefining it as in: make XSLTPROCFLAGS= git-svn-id: http://svn.osgeo.org/postgis/trunk@9344
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Add support for a user-defined XSLTPROCFLAGS
	variable to append Example: make -C doc html XSLTPROCFLAGS=--nonet Still defaults to allow net access, I couldn't find an option to
	override --nonet with its contraty...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9343
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: #1630: Swap the order of
	dropping - you have to drop the function first before the type git-svn-id: http://svn.osgeo.org/postgis/trunk@9342
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/remove_from_extension.sql.in: #1630:
	drop wktgeomval type from extension, but still can't drop because of
	function _st_dumpaswktpolygons git-svn-id: http://svn.osgeo.org/postgis/trunk@9341
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in,
	extensions/postgis/sql_bits/mark_editable_objects.sql.in,
	extensions/postgis_topology/Makefile.in,
	extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in: 
	#1619: Logic to mark spatial_ref_sys, topology, layers tables as
	user editable so that the data in them gets backed up during pg_dump git-svn-id: http://svn.osgeo.org/postgis/trunk@9340
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: 
	git-svn-id: http://svn.osgeo.org/postgis/trunk@9339
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Other minor fix.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9338
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: fix doc typo.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9337
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_clip.sql,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected: Fix for ticket 1536.
	Added a nodataval[] parameter to ST_Intersection and removed the
	otheruserfunc one.  Changed the ST_Clip trimraster parameter name to crop and set it to
	true by default.  Updated the doc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9336
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Fix for MinGW! git-svn-id: http://svn.osgeo.org/postgis/trunk@9335
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make our --prefix policy crystal clear git-svn-id: http://svn.osgeo.org/postgis/trunk@9333
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_gml.c: Fix regression due to new error
	message in GML generation git-svn-id: http://svn.osgeo.org/postgis/trunk@9332
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_gml.c: Make error message on GML2 calls for TIN
	more instructive (#1591) git-svn-id: http://svn.osgeo.org/postgis/trunk@9331
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c,
	topology/test/regress/topogeo_addlinestring.sql,
	topology/test/regress/topogeo_addlinestring_expected: 
	TopoGeo_addPoint: use a more functional tolerance when snapping
	(#1613) All of this looks like magic but it isn't.  I actually wonder if
	ST_ModEdgeSplit and ST_ModEdgesSplit and ST_Split itself should do
	this internally, and if in doing so we wouldn't need to do it from
	higher levels. It doesn't indeed feel comfortable to do all this
	noise on such an high level.  Anyway this commit adds a now-passing regression test for the
	topology building issue and that's A Good Thing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9330
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Hush debugging lines unless requested git-svn-id: http://svn.osgeo.org/postgis/trunk@9329
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore extension sql target dirs git-svn-id: http://svn.osgeo.org/postgis/trunk@9328
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Sandro Santilli <strk@kbt.io>

	* configure.ac, doc/Makefile.in, doc/postgis.xml: Have configure
	look for mathml2.dtd, rework doc build scripts (#1157) git-svn-id: http://svn.osgeo.org/postgis/trunk@9327
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correct proto output type -- ST_Union of
	rasters always returns a raster git-svn-id: http://svn.osgeo.org/postgis/trunk@9326
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Set eol-style to LF git-svn-id: http://svn.osgeo.org/postgis/trunk@9325
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* extras/tiger_geocoder/tiger_2006andbefore/import/load_tiger.sh,
	extras/tiger_geocoder/tiger_2006andbefore/import/newdb.sh,
	extras/tiger_geocoder/tiger_2006andbefore/import/tigerimport.sh,
	extras/tiger_geocoder/tiger_2006andbefore/import/tigerpoly2.py,
	extras/tiger_geocoder/tiger_2010/create_geocode.bat,
	extras/tiger_geocoder/tiger_2010/create_geocode.sh,
	extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tig
	er_shps.sh, extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
	extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh, make_dist.sh,
	postgis/uninstall_legacy.sql.in.c,
	raster/scripts/python/rtgdalraster.py,
	raster/scripts/python/rtreader.py, utils/read_scripts_version.pl: 
	Set appropriate mime types and text file types on all files. (#1605) git-svn-id: http://svn.osgeo.org/postgis/trunk@9323
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/legacy.sql: Load the "right" legacy.sql file (warning:
	hard coding 00-regress-install into a sql file).  git-svn-id: http://svn.osgeo.org/postgis/trunk@9322
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_split.c: Quiet compile warning.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9321
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Use rounder numbers
	in tests (fixes a regression on 32bit system) git-svn-id: http://svn.osgeo.org/postgis/trunk@9320
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Ignore LF/CRLF differences when differencing sql
	output files in raster tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9319
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/legacy.sql, regress/legacy_expected: 
	Add regression test for legacy.sql and uninstall_legacy.sql (#915) git-svn-id: http://svn.osgeo.org/postgis/trunk@9318
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* regress/loader/ReprojectPts-post.sql,
	regress/loader/ReprojectPts-pre.sql,
	regress/loader/ReprojectPtsGeog-post.sql,
	regress/loader/ReprojectPtsGeog-pre.sql: Properly cleanup
	spatial_ref_sys after loader tests git-svn-id: http://svn.osgeo.org/postgis/trunk@9317
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* regress/regress_proj.sql: Properly cleanup spatial_ref_sys git-svn-id: http://svn.osgeo.org/postgis/trunk@9316
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* postgis/legacy.sql.in.c: Define the legacy 'within' as a proxy to
	ST_Within as the C entry point was dropped git-svn-id: http://svn.osgeo.org/postgis/trunk@9315
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/uninstall_legacy.sql.in.c: Generate
	uninstall_legacy.sql from legacy.sql (#949) git-svn-id: http://svn.osgeo.org/postgis/trunk@9314
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9313
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Fix "make clean" to drop all generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@9312
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Encode dependency of topology script on
	sqldefines (for version) git-svn-id: http://svn.osgeo.org/postgis/trunk@9311
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Have postgis_full_version() check
	versions of all objects (#1608) git-svn-id: http://svn.osgeo.org/postgis/trunk@9310
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rt_pg.c: Have postgis_raster_lib_version() include
	SVN revision (#1608) git-svn-id: http://svn.osgeo.org/postgis/trunk@9309
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: st_clip signature changed
	(#1620) git-svn-id: http://svn.osgeo.org/postgis/trunk@9308
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in.c: Add
	postgis_raster_scripts_installed() function (#1608) git-svn-id: http://svn.osgeo.org/postgis/trunk@9307
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Add
	postgis_topology_scripts_installed() function (#1608) git-svn-id: http://svn.osgeo.org/postgis/trunk@9306
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: update to March.  Seems likely we'll
	miss the February boat.  Maybe shoot for March.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9305
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-27  Sandro Santilli <strk@kbt.io>

	* configure.ac, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Set script
	version to master version + svn revision (#1608) Affects postgis_scripts_released() and posgis_scripts_installed().
	Needs some wider testing of upgrade scripts and then will attach the
	same version to raster and topology.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9304
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-26  Bborie Park <dustymugs@gmail.com>

	* raster/test/core/testapi.c: Additional test of
	rt_raster_to_gdal().  git-svn-id: http://svn.osgeo.org/postgis/trunk@9303
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: Minor update to comments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9302
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: Simplify table/schema copying, hopefully
	fix windows.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9301
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/test/regress/run_test.in, regress/run_test: Compress sed
	calls into one to make life better for MSYS git-svn-id: http://svn.osgeo.org/postgis/trunk@9300
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c, regress/tickets_expected: Correct
	fix for win32 crasher, it was proj returning a null error string.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9299
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: SPI_finish before dropping out on
	NULL proj4text git-svn-id: http://svn.osgeo.org/postgis/trunk@9298
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets_expected: Match to new behavior on null proj4text git-svn-id: http://svn.osgeo.org/postgis/trunk@9297
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Remove Win32 crasher on NULL proj4
	string git-svn-id: http://svn.osgeo.org/postgis/trunk@9296
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/svn_repo_revision.pl: Quote out the svn and git commands for
	windoze git-svn-id: http://svn.osgeo.org/postgis/trunk@9295
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_asraster_expected: Forgot to update
	regression tests for changes made in r9293 git-svn-id: http://svn.osgeo.org/postgis/trunk@9294
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Fixed conversion of pixel types between
	PostGIS raster and GDAL.  Essentially PostGIS raster 8BSI is now a
	GDT_Int16.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9293
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Minor corrections.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9292
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-cli.c, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-gui.c: Fix up the revision info in the usage lines git-svn-id: http://svn.osgeo.org/postgis/trunk@9291
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Make sure the created backend temp directory is
	world writeable git-svn-id: http://svn.osgeo.org/postgis/trunk@9290
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Additional fixups to not increase extent
	if an alignment is to take place in rt_raster_gdal_rasterize().  git-svn-id: http://svn.osgeo.org/postgis/trunk@9289
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/sqlmm.sql,
	topology/test/regress/sqlmm_expected: Be immune from topology
	sequence advancements git-svn-id: http://svn.osgeo.org/postgis/trunk@9288
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Make sure the regress tmp directory exists
	before trying to write to it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9287
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9286
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9285
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9284
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Properly drop the temporary directory setup for
	backend output This prevents errors when running "make check" against backends
	owned by different users.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9283
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c,
	raster/test/regress/rt_above.sql, raster/test/regress/rt_below.sql,
	raster/test/regress/rt_bytea.sql,
	raster/test/regress/rt_contain.sql,
	raster/test/regress/rt_contained.sql,
	raster/test/regress/rt_left.sql,
	raster/test/regress/rt_overabove.sql,
	raster/test/regress/rt_overbelow.sql,
	raster/test/regress/rt_overlap.sql,
	raster/test/regress/rt_overleft.sql,
	raster/test/regress/rt_overright.sql,
	raster/test/regress/rt_right.sql, raster/test/regress/rt_same.sql: 
	Set all raster CASTs to be ASSIGNMENT not IMPLICIT.  Related ticket
	is #490.  Knowing my luck, I'll be reverting this due to some
	showstopper.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9282
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-23  Bborie Park <dustymugs@gmail.com>

	* 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().  git-svn-id: http://svn.osgeo.org/postgis/trunk@9281
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-23  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/rt_pg/rtpostgis_drop.sql.in.c, raster/test/core/testapi.c: 
	Renamed rt_raster_dump_as_wktpolygons() to
	rt_raster_gdal_polygonize().  Refactored rt_raster_gdal_polygonize()
	to use LWPOLY objects instead of WKT strings.  Also added cleanup
	code to make invalid dumped geometries valid.  Associated tickets
	are #1586 and #637.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9280
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-23  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_in_gml.c: Don't deep clone POINTARRAY in GML input
	routine.  Let's see if doing so exposes more memory errors (#1591).  Does run
	valgrind clean here.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9279
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-23  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Rewrote most of ST_AsRaster. Grouped
	similar variants to make everything a bit more readable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9278
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-23  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Set the default regression temp dir to
	/tmp/pgis_reg (#1607) git-svn-id: http://svn.osgeo.org/postgis/trunk@9277
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-23  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9276
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-23  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop_before.sql.in.c: Drop the UpdateGeometrySRID
	version with old param name (#1606) git-svn-id: http://svn.osgeo.org/postgis/trunk@9275
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* astyle.sh: Correctly handle the new lexer/parser output files git-svn-id: http://svn.osgeo.org/postgis/trunk@9272
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c, raster/test/regress/rt_asraster.sql,
	raster/test/regress/rt_asraster_expected,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected,
	raster/test/regress/rt_resample_expected: Rewrote chunks of
	rt_raster_gdal_warp() and rt_raster_gdal_rasterize() to correctly
	generate skewed rasters.  Related ticket is #1395.  This should also
	resolve #1586.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9271
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Set svn:eol-style native (#1598) git-svn-id: http://svn.osgeo.org/postgis/trunk@9270
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Regina Obe <lr@pcorp.us>

	* : put in LF instruction to prevent my windows from putting in
	windows offensive line breaks git-svn-id: http://svn.osgeo.org/postgis/trunk@9266
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@9264
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_x3d.c, liblwgeom/measures.c,
	liblwgeom/measures.h, postgis/lwgeom_export.c,
	postgis/lwgeom_rtree.h, postgis/postgis.sql.in.c: Revert dos
	lineending commit that blew away those files...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9262
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_x3d.c, liblwgeom/measures.c,
	liblwgeom/measures.h, postgis/lwgeom_export.c,
	postgis/lwgeom_rtree.h, postgis/postgis.sql.in.c: Use consistent
	UNIX line endings (#1598) fix up those files that pass through the C
	preprocessor at least.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9261
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/test/regress/bug_test_car5_expected,
	raster/test/regress/rt_histogram_expected,
	raster/test/regress/rt_quantile_expected,
	raster/test/regress/rt_summarystats_expected,
	raster/test/regress/rt_valuecount_expected,
	regress/regress_expected, regress/run_test,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly_expected, regress/tickets.sql,
	regress/tickets_expected, regress/wkt_expected: Switch to evaluating
	tests using psql with verbosity=terse git-svn-id: http://svn.osgeo.org/postgis/trunk@9260
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/polygonize.sql,
	regress/polygonize_expected: Fix ST_Polygonize aggregate to retain Z
	(#1602) git-svn-id: http://svn.osgeo.org/postgis/trunk@9258
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Sandro Santilli <strk@kbt.io>

	* LICENSE.TXT: Stay within 80 cols git-svn-id: http://svn.osgeo.org/postgis/trunk@9257
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Parametrize max
	user SRID in the SQL file too git-svn-id: http://svn.osgeo.org/postgis/trunk@9256
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c, regress/tickets.sql,
	regress/tickets_expected: Check SRID passed to UpdateGeometrySRID,
	patch by Mike Toews (#1596) Adds regression testing git-svn-id: http://svn.osgeo.org/postgis/trunk@9253
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c: Forward port fix to #1595,
	although there's no way to expose in 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@9252
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-22  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correct st_clip raster so eimage matches
	the code.  the behavior changed butthe code was wrong (showing old
	behavior).  Also put back the multiband case using new syntax which
	is probably more common usaage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9251
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-21  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Added single quote around 8BUI since the
	XSL now escape them. See #1588.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9249
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-21  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Added one missign default value for the
	value parameter of ST_AsRaster and added one missing variant.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9248
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_transform.c: Add a
	ptarray_transform function in liblwgeom API git-svn-id: http://svn.osgeo.org/postgis/trunk@9247
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-21  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9246
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-21  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Print SRID in decimal form, not hex
	(#1593) git-svn-id: http://svn.osgeo.org/postgis/trunk@9245
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-21  Sandro Santilli <strk@kbt.io>

	* doc/using_postgis_dataman.xml: Update documentation about
	shp2pgsql -s/-g flag (#1524) git-svn-id: http://svn.osgeo.org/postgis/trunk@9244
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-21  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Add an --extensions switch to run_test (#964) When passing that switch the install and uninstall of spatial db
	happens using the EXTENSION model. It's currently not run as part of
	"make check" because some tests fail due to use of ambiguos calls
	when both core and raster modules are installed (there's no way to
	separate them in the EXTENSION model).  git-svn-id: http://svn.osgeo.org/postgis/trunk@9243
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-21  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Put prepare/upgrade/uninstall operations in
	their own functions git-svn-id: http://svn.osgeo.org/postgis/trunk@9242
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-20  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: More work on ST_Resample and
	ST_Intersection git-svn-id: http://svn.osgeo.org/postgis/trunk@9241
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-20  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated extensions and java files git-svn-id: http://svn.osgeo.org/postgis/trunk@9240
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-20  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_in_gml.c: Do not printf from potgis library.
	Possibly fixes #1570 git-svn-id: http://svn.osgeo.org/postgis/trunk@9239
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-20  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated java/jdbc/Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@9238
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-20  Sandro Santilli <strk@kbt.io>

	* doc/xsl/raster_comments.sql.xsl: Escape single quotes in param
	list when generating raster comments Closes ticket #1588 git-svn-id: http://svn.osgeo.org/postgis/trunk@9237
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-20  Sandro Santilli <strk@kbt.io>

	* configure.ac, java/Makefile, java/jdbc/Makefile,
	java/jdbc/Makefile.in, java/jdbc/build.xml: Ant rules to excecute
	maven by Maria Arias de Reyna  (#1437) Also simplify java Makefile to be simple proxies of ant git-svn-id: http://svn.osgeo.org/postgis/trunk@9236
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-20  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9235
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-20  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Enhance documentation for
	ST_ChangeEdgeGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@9234
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Link to my office base article on
	how to display postgis rasters in base reports.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9233
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Rewrote the ST_Rescale documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9232
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: This works but it makes estimated
	extent case sensitive both ways (no weaseling out and giving upper
	case versions of lower case tables) (#1585) git-svn-id: http://svn.osgeo.org/postgis/trunk@9230
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Ticket
	#1536. First revision of st_intersection(). Removal of the extent
	parameter and first documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9229
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Check edge
	disposition around endnodes (#1571) Includes a couple new testcases, for closed and non-closed edges
	changing disposition around their end nodes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9228
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Many more small typo fixes...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9227
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Rework edge motion
	range construction (#1571) Includes a new testcase which was failing before this change git-svn-id: http://svn.osgeo.org/postgis/trunk@9226
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Add another test
	for ST_ChangeEdgeGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@9225
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Handle some (not
	all) cases of non-isomorphic edge changes (#1571) The problem is much harder than it looks ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9224
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Add test numbers
	to ST_ChangeEdgeGeom regression cases git-svn-id: http://svn.osgeo.org/postgis/trunk@9223
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-17  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore utils/postgis_restore.pl (now generated) git-svn-id: http://svn.osgeo.org/postgis/trunk@9222
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-16  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Update comment, hopefully clearer now git-svn-id: http://svn.osgeo.org/postgis/trunk@9221
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-16  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Fixed a number of small problem.
	Capitalized x and y.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9220
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-16  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/Makefile.in,
	topology/sql/query/GetNodeEdges.sql.in.c,
	topology/test/regress/getnodeedges.sql,
	topology/test/regress/getnodeedges_expected,
	topology/topology.sql.in.c: Add a topology.GetNodeEdges function This function is a fundamental topological primitive to do things
	like SQL-based poligonization.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9219
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-16  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore postgis_svn_revision.h git-svn-id: http://svn.osgeo.org/postgis/trunk@9218
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-16  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Set availability of ST_ChangeEdgeGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@9217
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml: Fix cross reference git-svn-id: http://svn.osgeo.org/postgis/trunk@9216
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Remove now-obsolete TODO comment git-svn-id: http://svn.osgeo.org/postgis/trunk@9215
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Prepare for Proj4.8 with spheroid
	info handling git-svn-id: http://svn.osgeo.org/postgis/trunk@9214
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add generated files to svn:ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@9213
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Fix XML typo git-svn-id: http://svn.osgeo.org/postgis/trunk@9209
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_processing.xml: Negative distance argument to
	ST_Buffer not documented (#1535) git-svn-id: http://svn.osgeo.org/postgis/trunk@9208
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_dataman.xml: shp2pgsql: a switch to drop M from
	4d imports (#900) git-svn-id: http://svn.osgeo.org/postgis/trunk@9205
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h: shp2pgsql: a switch to drop M from 4d
	imports (#900) git-svn-id: http://svn.osgeo.org/postgis/trunk@9204
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Updated the version returned by the
	PostGIS_Raster_Lib_Version() example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9203
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: Removed some garbage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9202
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/upgradeable_versions.mk: Remove fugitive EOL white
	space git-svn-id: http://svn.osgeo.org/postgis/trunk@9201
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/upgradeable_versions.mk: Add minor version upgradeable git-svn-id: http://svn.osgeo.org/postgis/trunk@9200
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* Version.config: Push trunk version forward git-svn-id: http://svn.osgeo.org/postgis/trunk@9198
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis: Update meta for alpha5 git-svn-id: http://svn.osgeo.org/postgis/trunk@9196
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_clip.sql,
	raster/test/regress/rt_clip_expected: Fix for #1576 & #1569. ST_Clip
	now works on multiband rasters and accept an array of nodata values.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9195
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_transform.c, regress/tickets.sql,
	regress/tickets_expected: Do not take PROJ4 errno value as a sign of
	error (#1580) git-svn-id: http://svn.osgeo.org/postgis/trunk@9194
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-15  Sandro Santilli <strk@kbt.io>

	* utils/svn_repo_revision.pl: dd support for fetching SVN revision
	from pure-git clones (#1579) git-svn-id: http://svn.osgeo.org/postgis/trunk@9193
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Example of how to use only psql to
	output a raster image.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9192
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
	regress/tickets_expected: Fix crash with empty polygons in P-I-P
	tests (#1578) git-svn-id: http://svn.osgeo.org/postgis/trunk@9191
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: #1494: documentation of new census
	tract loader and get_tract functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9190
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/census_loader.sql,
	extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/census_tracts_functions.sq
	l, extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1494: done
	with programming need to finish documenting and regress test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9189
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in, raster/test/regress/rt_clip.sql: 
	Readded rt_clip regression test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9188
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Fixed handling of negative X-scale or
	positive Y-scale in rt_raster_gdal_rasterize().  Ticket is #1574.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9187
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: We don't use a profiler anymore git-svn-id: http://svn.osgeo.org/postgis/trunk@9186
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c: Reverting changes that optimize
	ST_MapAlgebraExpr. Re-advertise x and y parameters as int32. Reverts
	changes from r9137, closes #1557.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9185
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: Make one-point lines convertible to GEOS,
	see #1543 git-svn-id: http://svn.osgeo.org/postgis/trunk@9184
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/test/regress/Makefile.in: Temporarily remove st_clip
	regress...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9183
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Configured without raster still tries to make
	raster/rt_pg/rtpostgis.sql (#1575) only try to build extensions if
	we have both raster and topology as well as pgsql 9.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@9182
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/test/regress/Makefile.in, raster/test/regress/rt_clip.sql,
	raster/test/regress/rt_clip_expected: Closing ticket #597. Added
	regression tests for ST_Clip. More tests to come when fixing #1576.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9181
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Encode dependency of topology comments and
	cheatsheet Same should be done for raster and tiger...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9180
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Fix documentation of GetRingEdges git-svn-id: http://svn.osgeo.org/postgis/trunk@9179
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Install topology comments too, when regressing
	topology git-svn-id: http://svn.osgeo.org/postgis/trunk@9178
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.comments.in: Install topology_comments.sql as well git-svn-id: http://svn.osgeo.org/postgis/trunk@9177
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: Fix for ticket #1572.
	ST_PixelAsPolygons() return NULL values when the requested band or
	no band exist.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9176
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml, utils/postgis_restore.pl.in: Allow retaining
	all custom spatial_ref_sys entries, even clashing Update manual accordingly (hard upgrade procedure) git-svn-id: http://svn.osgeo.org/postgis/trunk@9175
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl.in: Fix regexp renaming srid enforcement
	check git-svn-id: http://svn.osgeo.org/postgis/trunk@9174
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Add a note about handling of out-of-range
	SRIDs on hard upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@9173
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addtopogeometrycolumn.sql,
	topology/test/regress/addtopogeometrycolumn_expected,
	topology/topology.sql.in.c: Accept more feature type names from
	AddTopoGeometryColumn (#1470) With this commit you can pass return of ST_GeometryType or return
	GeometryType as input to the function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9172
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/predicates.sql.in.c, topology/sql/sqlmm.sql.in.c: 
	More VOLATILE -> STRICT (#955). Let's call it completed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9171
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Some VOLATILE functions turned to
	STABLE (#955) A noticeable exception is the Geometry(TopoGeometry) cast which
	triggers a regression when made STABLE.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9170
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/test/regress/create_rt_band_properties_test.sql,
	raster/test/regress/create_rt_utility_test.sql,
	raster/test/regress/rt_spatial_relationship.sql: Fix regression
	broken by the limit imposed to SRID < 999999. Anyway the srid
	provided was not the right one. Changed from 4269 to 26919.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9169
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/census_loader.sql: #1494 -
	ability to load census tract, block group, tabblock - boy did I
	screw this one.  Should be all fixed now and tested (loading part),
	still need to write the function, but that's the easy part git-svn-id: http://svn.osgeo.org/postgis/trunk@9168
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* .gitignore, configure.ac, liblwgeom/liblwgeom.h.in,
	utils/Makefile, utils/Makefile.in, utils/{postgis_restore.pl =>
	postgis_restore.pl.in}: Move SRID max and user-max definitions to
	configure.ac This should help keeping postgis_restore.pl and core in sync wrt
	SRID ranges.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9167
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Refine user feedback about SRID
	conversion and reserved zones git-svn-id: http://svn.osgeo.org/postgis/trunk@9166
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql.in.c, topology/sql/populate.sql.in.c,
	topology/sql/sqlmm.sql.in.c: Drop (SRF()).* constructs (#956) git-svn-id: http://svn.osgeo.org/postgis/trunk@9165
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Have regress install comments adn throw an error
	on failure (#1532) git-svn-id: http://svn.osgeo.org/postgis/trunk@9164
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, configure.ac, doc/Makefile.comments.in,
	doc/Makefile.in, regress/Makefile.in: Have staged-install install
	comments when possible (#1532) git-svn-id: http://svn.osgeo.org/postgis/trunk@9163
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Report svn revision git-svn-id: http://svn.osgeo.org/postgis/trunk@9162
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Encode postgis_svn_revision dependency git-svn-id: http://svn.osgeo.org/postgis/trunk@9161
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Cleanup postgis_svn_revision.h makefile rule
	(PHONY) git-svn-id: http://svn.osgeo.org/postgis/trunk@9160
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* utils/svn_repo_revision.pl: Do not override postgis_svn_revision.h
	if revision didn't change git-svn-id: http://svn.osgeo.org/postgis/trunk@9159
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-13  Sandro Santilli <strk@kbt.io>

	* utils/svn_repo_revision.pl: Add support for fetching SVN revision
	from local git-svn repository git-svn-id: http://svn.osgeo.org/postgis/trunk@9158
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-11  Sandro Santilli <strk@kbt.io>

	* utils/svn_repo_revision.pl: It's "svn", not "svnn". And a TODO
	item...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9157
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/test/regress/rt_rotation.sql,
	raster/test/regress/rt_rotation_expected: Fix regression in OSX (-0
	vs 0) git-svn-id: http://svn.osgeo.org/postgis/trunk@9156
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile.in, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in.c, postgis_config.h.in,
	utils/svn_repo_revision.pl: Report SVN revision in
	PostGIS_Full_Version (#1518) git-svn-id: http://svn.osgeo.org/postgis/trunk@9155
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/core/testwkb.c,
	raster/test/regress/bug_test_car5_expected,
	raster/test/regress/create_rt_mapalgebra_test.sql,
	raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
	raster/test/regress/create_rt_properties_test.sql,
	raster/test/regress/create_rt_utility_test.sql,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_band.sql,
	raster/test/regress/rt_bytea_expected,
	raster/test/regress/rt_count.sql,
	raster/test/regress/rt_histogram.sql,
	raster/test/regress/rt_mapalgebraexpr.sql,
	raster/test/regress/rt_mapalgebrafct.sql,
	raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_expected,
	raster/test/regress/rt_metadata.sql,
	raster/test/regress/rt_metadata_expected,
	raster/test/regress/rt_quantile.sql,
	raster/test/regress/rt_reclass.sql,
	raster/test/regress/rt_summarystats.sql,
	raster/test/regress/rt_valuecount.sql,
	raster/test/regress/rt_valuepercent.sql: Added checks of SRID to
	make sure that SRIDs are within the permitted range.  Ticket is
	#1568.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9154
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: ST_Clip returns all bands when no band
	is specified.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9153
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: Fix for ticket #1569. ST_Clip
	variants defaulting to band 1 should default to NULL so that they
	return all bands.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9152
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile.in, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in.c, postgis_config.h.in,
	utils/read_scripts_version.pl: Back out SVN generation stuff.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9151
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/Makefile, utils/svn_repo_revision.pl: Try to fail better on
	SVN snatching...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9150
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
	postgis_config.h.in: Report SVN revision in PostGIS_Full_Version
	(#1518) git-svn-id: http://svn.osgeo.org/postgis/trunk@9149
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: ST_PixelAsPolygon() does not have
	a band parameter anymore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9148
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/census_loader.sql,
	extras/tiger_geocoder/tiger_2010/create_geocode.bat,
	extras/tiger_geocoder/tiger_2010/create_geocode.sh,
	extras/tiger_geocoder/tiger_2010/tables/census_tracts_tables.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1494: move
	parent table creation to a function so logic is in single place, add
	a new census_loader.sql script with census specific load logic,
	revise create and update scripts to load the new census logic and
	create tables if not present. Still need to test and write a
	function to return census info given a point before can mark this as
	done.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9147
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* regress/Makefile.in: Have perl to backup the file before editing.
	'make check' is failing on Windows 7 without that.  See

	http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018482.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@9146
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwutil.c, utils/postgis_restore.pl: Clamp SRID valuesu >
	SRID_MAXIMUM to fall in the reserved range (#1505) The reserved range is SRID_USER_MAXIMUM+1 to SRID_MAXIMUM.  Core
	takes care of typmod clamping, postgis_restore.pl takes care of
	clamping table definition and spatial_ref_sys entries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9145
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in: Add SRID_USER_MXIMUM define git-svn-id: http://svn.osgeo.org/postgis/trunk@9144
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_app.xml: Fix syntax error in MS example git-svn-id: http://svn.osgeo.org/postgis/trunk@9143
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Sandro Santilli <strk@kbt.io>

	* .gitignore, extensions/Makefile.in: Drop the now-generated
	Makefile on distclean, and ignore it git-svn-id: http://svn.osgeo.org/postgis/trunk@9141
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Sandro Santilli <strk@kbt.io>

	* configure.ac, extensions/Makefile, extensions/Makefile.in: Fix
	builds --without-topology (#1565) git-svn-id: http://svn.osgeo.org/postgis/trunk@9140
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-10  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile.in: #1564 fix typo in cat
	call preventing other files from being concatenated git-svn-id: http://svn.osgeo.org/postgis/trunk@9139
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/remove_from_extension.sql.in: #1563:
	remove raster_columns view from extension so it can be dropped
	without complaint.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9138
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c: Performance improvement by keeping x and y
	pixel coordinates as floats.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9137
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_cache.c: Actually save Grand Unified Geom Cache
	rather than just building it Fixes #547 git-svn-id: http://svn.osgeo.org/postgis/trunk@9136
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Sandro Santilli <strk@kbt.io>

	* 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: 
	More postgis_config.h inclusion removal from headers git-svn-id: http://svn.osgeo.org/postgis/trunk@9135
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_pg.h,
	libpgcommon/lwgeom_transform.c, postgis/geography_estimate.c,
	postgis/geometry_estimate.c, postgis/long_xact.c,
	postgis/lwgeom_accum.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_btree.c,
	postgis/lwgeom_cache.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_export.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_in_geojson.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_rtree.c, postgis/lwgeom_spheroid.c,
	postgis/lwgeom_sqlmm.c, postgis/lwgeom_transform.c,
	postgis/lwgeom_triggers.c, postgis/postgis_module.c,
	raster/rt_pg/rt_pg.c: Drop postgis_config.h include from lwgeom_pg.h
	header.  Generally, package config files should _not_ be included by package
	headers. In this specific case the aim is overriding
	POSTGIS_DEBUG_LEVEL in implementation files for the sake of enabling
	debugging of a single file.  Also part of this commit is addition of copyright header in two
	files which were missing it (used git history to figure assignments) git-svn-id: http://svn.osgeo.org/postgis/trunk@9134
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Sandro Santilli <strk@kbt.io>

	* libpgcommon/pgsql_compat.h, raster/rt_pg/pgsql_compat.h: Fix
	header guard of pgsql_compat.h and drop the duplicate git-svn-id: http://svn.osgeo.org/postgis/trunk@9133
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: Hmm double added a file -- #1563
	which was causing the can't drop because postgis extension depends
	on it error git-svn-id: http://svn.osgeo.org/postgis/trunk@9132
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Sandro Santilli <strk@kbt.io>

	* extensions/Makefile: Forward distclean to extensions subdirs git-svn-id: http://svn.osgeo.org/postgis/trunk@9131
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: Don't delete the comments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9130
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #1562 replace string with text git-svn-id: http://svn.osgeo.org/postgis/trunk@9129
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: More verbose message, per DFuhriman git-svn-id: http://svn.osgeo.org/postgis/trunk@9128
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c: Invalid
	geography polygons: BOOM! Could not generate outside point! (#1046) git-svn-id: http://svn.osgeo.org/postgis/trunk@9127
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c: Fixed bug where PG_DETOAST_DATUM args were
	incorrect.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9126
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-09  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c: Changed DATUM_SLICE to DATUM in
	setGeotransform.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9125
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  David Zwarg <dzwarg@azavea.com>

	* doc/reference_raster.xml: Added documentation for raster
	processing builtin functions: st_min4ma, st_max4ma, st_mean4ma,
	st_sum4ma, st_range4ma, st_distinct4ma, st_stddev4ma.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9124
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/read_scripts_version.pl: Change from scripts-based script
	versions to repository based versions. Should also be more robust?
	ha ha ha. (#1282) git-svn-id: http://svn.osgeo.org/postgis/trunk@9123
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/read_scripts_version.pl: Make the scripts version get read
	again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9122
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Bborie Park <dustymugs@gmail.com>

	* raster/test/core/Makefile.in: Fix to correct building of testapi
	in MinGW. Ticket is #1560.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9121
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c: Do not allocate inside of 1 raster
	mapalgebra loop for datum values and nulls.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9120
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: ./configure still display the old raster version
	number (#1599) git-svn-id: http://svn.osgeo.org/postgis/trunk@9119
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@9118
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Remove deleted function signature for
	ST_PixelAsPolygon. Ticket is #1529 git-svn-id: http://svn.osgeo.org/postgis/trunk@9117
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: test for termios.h in case we want to do password
	prompting in the future git-svn-id: http://svn.osgeo.org/postgis/trunk@9116
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Values for [rast1.x], [rast1.y], [rast2.x]
	and [rast2.y] should be INT4 instead of FLOAT8.  Ticket is #1557 git-svn-id: http://svn.osgeo.org/postgis/trunk@9115
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_rotation.sql,
	raster/test/regress/rt_rotation_expected: Removed geotransform type.
	Fixed rounding, so Hudson will be my friend in raster regression
	tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9114
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rt_pg.c: do not heap-allocate SPI arg types git-svn-id: http://svn.osgeo.org/postgis/trunk@9113
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rt_pg.c: ST_MapAlgebraExpr: advertise X and Y params
	as integers (#1557) Also stop doing 3 string matches per pixel for no reason git-svn-id: http://svn.osgeo.org/postgis/trunk@9112
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  David Zwarg <dzwarg@azavea.com>

	* doc/reference_raster.xml: Added documentation for 1 and 2 raster
	map algebra user callback function documentation for pixel position
	array parameter to userfunc. #1525 git-svn-id: http://svn.osgeo.org/postgis/trunk@9111
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/svn_repo_revision.pl: Handle French svn? git-svn-id: http://svn.osgeo.org/postgis/trunk@9110
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  David Zwarg <dzwarg@azavea.com>

	* 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,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
	raster/test/regress/rt_rotation_expected: Added geotransform methods
	and correction to basis vectors during raster rotation. #1353 git-svn-id: http://svn.osgeo.org/postgis/trunk@9109
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	libpgcommon/lwgeom_transform.c, postgis/geography.h: Stop relying on
	private projects.h PROJ header (#1541) git-svn-id: http://svn.osgeo.org/postgis/trunk@9108
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/Makefile: Add missing target git-svn-id: http://svn.osgeo.org/postgis/trunk@9107
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE, Version.config, extensions/upgradeable_versions.mk: 
	Push forward version numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@9105
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis: Commit in preparation for
	2.0.0alpha4 git-svn-id: http://svn.osgeo.org/postgis/trunk@9102
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
	raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
	ST_StdDev4ma raster neighborhood processing function. #1318 git-svn-id: http://svn.osgeo.org/postgis/trunk@9101
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_sqlmm.c: lwgeom_release (#699) move free if copy
	calls to end of functions in any place where there is any chance
	that a problem might occur git-svn-id: http://svn.osgeo.org/postgis/trunk@9100
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Minor debug message tweak git-svn-id: http://svn.osgeo.org/postgis/trunk@9099
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/test/regress/Makefile.in,
	raster/test/regress/loader/Basic-post.sh,
	raster/test/regress/loader/Basic-pre.sh,
	raster/test/regress/loader/Basic.select.expected,
	raster/test/regress/loader/Basic.select.sql,
	raster/test/regress/loader/Basic.sql.expected,
	raster/test/regress/loader/BasicCopy-post.sh,
	raster/test/regress/loader/BasicCopy-pre.sh,
	raster/test/regress/loader/BasicCopy.opts,
	raster/test/regress/loader/BasicCopy.select.expected,
	raster/test/regress/loader/BasicCopy.select.sql,
	raster/test/regress/loader/BasicCopy.sql.expected,
	raster/test/regress/loader/Tiled10x10-post.sh,
	raster/test/regress/loader/Tiled10x10-pre.sh,
	raster/test/regress/loader/Tiled10x10.opts,
	raster/test/regress/loader/Tiled10x10.select.expected,
	raster/test/regress/loader/Tiled10x10.select.sql,
	raster/test/regress/loader/Tiled10x10Copy-post.sh,
	raster/test/regress/loader/Tiled10x10Copy-pre.sh,
	raster/test/regress/loader/Tiled10x10Copy.opts,
	raster/test/regress/loader/Tiled10x10Copy.select.expected,
	raster/test/regress/loader/Tiled10x10Copy.select.sql,
	regress/run_test: Added regression tests for raster2pgsql loader.
	Ticket is #1388 git-svn-id: http://svn.osgeo.org/postgis/trunk@9098
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/libtgeom.c, liblwgeom/libtgeom.h: Bugfixes related to
	#1552, and somehow to #665. Thanks to Sandro for report and valgrind
	stuff ! git-svn-id: http://svn.osgeo.org/postgis/trunk@9097
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document topology.GetRingEdges (#959) git-svn-id: http://svn.osgeo.org/postgis/trunk@9096
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Do not release serialized input until
	output is deserialized See

	http://postgis.refractions.net/pipermail/postgis-devel/2012-February/018336.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@9095
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: configure_json.patch (#1539) from Evan Roualt git-svn-id: http://svn.osgeo.org/postgis/trunk@9094
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c: restore (at least) tin_geom and
	psurface_geom unit tests call. Related to #665 git-svn-id: http://svn.osgeo.org/postgis/trunk@9093
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/libtgeom.c: Fix BBOX handling in serialization. Still
	related to #665 git-svn-id: http://svn.osgeo.org/postgis/trunk@9092
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/libtgeom.c: Change BBOX double to float in
	serialization. Related to #665 git-svn-id: http://svn.osgeo.org/postgis/trunk@9091
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
	raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
	ST_Distinct4ma helper neighborhood processing function. See #1318 git-svn-id: http://svn.osgeo.org/postgis/trunk@9090
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  David Zwarg <dzwarg@azavea.com>

	* configure.ac: Fixed typo in configure.ac git-svn-id: http://svn.osgeo.org/postgis/trunk@9089
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/loader/Latin1.select.sql, regress/run_test: loader/Latin1
	regression failure with database SQL_ASCII encoding (#1465) from
	Greg Troxel git-svn-id: http://svn.osgeo.org/postgis/trunk@9088
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_surface.c: Remove another dying test git-svn-id: http://svn.osgeo.org/postgis/trunk@9087
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_surface.c: Remove failing test git-svn-id: http://svn.osgeo.org/postgis/trunk@9086
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in: Remove dependency on svnrevision.h git-svn-id: http://svn.osgeo.org/postgis/trunk@9085
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: docs-install uses bare cp (#1528) from Greg
	Troxel git-svn-id: http://svn.osgeo.org/postgis/trunk@9084
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore svnrevision.h git-svn-id: http://svn.osgeo.org/postgis/trunk@9083
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Add a warning for lower numbers of GEOS git-svn-id: http://svn.osgeo.org/postgis/trunk@9081
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/libtgeom.c: Still several bugfixes related to #665 git-svn-id: http://svn.osgeo.org/postgis/trunk@9080
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile.in, make_dist.sh, postgis/Makefile.in,
	utils/svn_repo_revision.pl: Force generation of an svnrevision.h
	file when building in a repo and the svn executable is available.
	Ensure that when building a tarball with make_dist.sh the revision
	is read from the tag in the remote svn repository.  This should
	cover both development and distribution cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9079
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* authors.svn: Add dzwarg git-svn-id: http://svn.osgeo.org/postgis/trunk@9078
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Bborie Park <dustymugs@gmail.com>

	* raster/test/Makefile.in, raster/test/core/testapi.c,
	raster/test/regress/Makefile.in: Clean up raster regression and move
	loader regression directory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9077
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/libtgeom.c: Still bugfixes. Related to #665 git-svn-id: http://svn.osgeo.org/postgis/trunk@9076
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/wkb.sql, regress/wkb_expected: Test non-empty new types in
	regress/wkb (#1477) git-svn-id: http://svn.osgeo.org/postgis/trunk@9075
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c: Restore
	surface cunit tests git-svn-id: http://svn.osgeo.org/postgis/trunk@9074
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix some
	bugfixes. Handle EMPTY use cases. Minor changes. Related to #665 git-svn-id: http://svn.osgeo.org/postgis/trunk@9073
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_split.c, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_geos_node.c, liblwgeom/lwline.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwtin.c, liblwgeom/lwtriangle.c,
	postgis/geography_measurement.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_functions_lrs.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_rtree.c,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c: lwgeom_release
	(#699), reviewed all usage of lwgeom_release and replaced with
	lwgeom_free where possible. Changed the def'n of lwgeom_release so
	that it only frees the containing objects, and not any sub-objects,
	for those few remaining cases that required a gentler freeing of
	objects.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9072
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Minor cleanup of parameter
	names of ST_Intersection(raster, geometry) git-svn-id: http://svn.osgeo.org/postgis/trunk@9071
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/create_rt_mapalgebra_test.sql,
	raster/test/regress/drop_rt_mapalgebra_test.sql,
	raster/test/regress/rt_mapalgebrafct.sql,
	raster/test/regress/rt_mapalgebrafct_expected: Added positional
	parameters to 1 raster version of ST_MapAlgebraFct. Closes #1525 git-svn-id: http://svn.osgeo.org/postgis/trunk@9070
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_tile.sql: Added ST_TileAsGeom()
	returning only the extent of the planned tiles as polygons git-svn-id: http://svn.osgeo.org/postgis/trunk@9069
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebraexpr.sql,
	raster/test/regress/rt_mapalgebraexpr_expected,
	raster/test/regress/rt_mapalgebrafct_expected: Corrected clamped
	values in tests for ST_MapAlgebraExpr and ST_MapAlgebraFct.
	Implemented prepared statements in ST_MapAlgebraExpr.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9068
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/extras_tigergeocoder.xml, doc/extras_topology.xml,
	doc/faq_raster.xml, doc/installation.xml, doc/introduction.xml,
	doc/performance_tips.xml, doc/reference_accessor.xml,
	doc/reference_constructor.xml, doc/reference_editor.xml,
	doc/reference_lrs.xml, doc/reference_management.xml,
	doc/reference_measure.xml, doc/reference_misc.xml,
	doc/reference_processing.xml, doc/reference_raster.xml,
	doc/reference_transaction.xml, doc/reference_type.xml,
	doc/release_notes.xml, doc/reporting.xml,
	doc/using_postgis_dataman.xml: Documentation URLs, visible
	whitespace, and minor touchups (#1548) from mwtoews git-svn-id: http://svn.osgeo.org/postgis/trunk@9067
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/Makefile.in: Reorder the include flags, per Greg
	Troxel git-svn-id: http://svn.osgeo.org/postgis/trunk@9066
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_tile.sql: First plpgsql prototype for
	ST_Tile(rast raster, width integer, height integer, padwithnodata
	boolean, nodatavalue double precision) git-svn-id: http://svn.osgeo.org/postgis/trunk@9065
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Fix a couple of compiler warnings in
	shp2pgsql-gui caused by uninitialised variables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9064
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@9063
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Sandro Santilli <strk@kbt.io>

	* .gitignore, install-sh: Re-add install-sh in the repository to
	support libtool < 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@9062
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore install-sh git-svn-id: http://svn.osgeo.org/postgis/trunk@9061
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Sandro Santilli <strk@kbt.io>

	* install-sh: install-sh is generated by ./autogen.sh, needs not be
	in repository git-svn-id: http://svn.osgeo.org/postgis/trunk@9060
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-07  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_tester.c: temp desactivation of surface unit
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@9059
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Whoops, slight error in the empty geometry
	handling fixed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9058
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/Makefile.in: Temp remove su_surface till
	everything fixed on it...  git-svn-id: http://svn.osgeo.org/postgis/trunk@9057
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c,
	topology/test/regress/legacy_query_expected: Have ST_Union aggregate
	use UnaryUnion from GEOS-3.0.0 (#922) git-svn-id: http://svn.osgeo.org/postgis/trunk@9056
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Make sure new bands when added using
	ST_AddBand are correctly clamping NODATA values.  Ticket is #1546.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9055
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Remove dead prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@9054
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix a bug in
	tgeom_free, related to #665 git-svn-id: http://svn.osgeo.org/postgis/trunk@9053
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_mapalgebrafct_2raster.sql: Added support to
	pass pixel positions of both rasters to user function in 2-raster
	ST_MapAlgebraFct.  This provides similar functionality to the
	keywords described in #1525.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9052
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Change searched location of proj
	files when no proj variable (#1022) git-svn-id: http://svn.osgeo.org/postgis/trunk@9051
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: Quiet rm git-svn-id: http://svn.osgeo.org/postgis/trunk@9050
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/Makefile: quiet echo git-svn-id: http://svn.osgeo.org/postgis/trunk@9049
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/Makefile: Dummy up a check target git-svn-id: http://svn.osgeo.org/postgis/trunk@9048
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile.in: Move regres forward again git-svn-id: http://svn.osgeo.org/postgis/trunk@9047
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, doc/Makefile.in, extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in: Make exensions depend on
	comments, so also depend on xsltproc git-svn-id: http://svn.osgeo.org/postgis/trunk@9046
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Duplicate
	named case-insensitive XML refentry ids / HTML files (#1511) git-svn-id: http://svn.osgeo.org/postgis/trunk@9045
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile.in, configure.ac, extensions/Makefile,
	extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in: PostGIS extensions should
	build/install automatically if PostGIS is compiled against 9.1
	(#1490) git-svn-id: http://svn.osgeo.org/postgis/trunk@9044
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE, extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in,
	extensions/upgradeable_versions.mk: Change how we calculate minor
	versions suitable for extension upgrade.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9043
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c: Checked connection to SPI manager in
	ST_MapAlgebraExpr git-svn-id: http://svn.osgeo.org/postgis/trunk@9042
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Whitespace changes to
	_st_hillshade4ma git-svn-id: http://svn.osgeo.org/postgis/trunk@9041
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  David Zwarg <dzwarg@azavea.com>

	* raster/test/core/Makefile.in: Reordered linking order for core
	regression tests. Follow up to

	http://postgis.refractions.net/pipermail/postgis-devel/2011-December/016646.html and r8399git-svn-id: http://svn.osgeo.org/postgis/trunk@9040
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Tabs to spaces (2) git-svn-id: http://svn.osgeo.org/postgis/trunk@9039
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Sandro Santilli <strk@kbt.io>

	* topology/test/invalid_topology.sql,
	topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in.c: Don't let ValidateTopology choke on
	invalid edges (#1544) git-svn-id: http://svn.osgeo.org/postgis/trunk@9038
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/Makefile.in, topology/Makefile.in: Allow 'make check'
	to run all the way through on OSX (the sed implementation must be
	slightly different, so let's see if Perl is any more standard).
	Hopefully other platforms will be happy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9037
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Try out the pj_get_def() method of
	finding the spheroid parameters, but: it doesn't work.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9036
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-05  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: put in an FAQ about the common function is not
	unique error that I suspect a lot of people will be running into
	because they don't cast their geometry inputs and that a lot of
	raster functions have overloaded functions similar to the geometry
	ones.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9035
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c: Change encoding reference URL to that
	used for libiconv rather than PostgreSQL since that's what we are
	using to do the encoding conversion (as per #1303).  git-svn-id: http://svn.osgeo.org/postgis/trunk@9033
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Fix for #1540: Fix segfault in
	shp2pgsql-gui when no port is specified. Prevent dereferencing a
	NULL pointer if the string is empty.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9032
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-04  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_mapalgebraexpr.sql: 
	Implemented new keywords for 1-raster ST_MapAlgebraExpr (#1525) git-svn-id: http://svn.osgeo.org/postgis/trunk@9031
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Fix an issue in the shapefile GUI caused
	by saving the original shapefile name before processing.  This was a bug caused by having two separate passes during export;
	we were saving the original export shapefile name during the first
	loop, and so when we came to free() the temporary name at the end of
	export it would only free the shapefile name from the last
	iteration, and do it multiple times causing random crashes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9030
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_transform.c, libpgcommon/lwgeom_transform.c,
	libpgcommon/lwgeom_transform.h, postgis/geography.h,
	postgis/geography_inout.c, postgis/geography_measurement.c,
	postgis/lwgeom_transform.c, regress/out_geography_expected: 
	Geography should support SRIDs other than 4326 (#1538) git-svn-id: http://svn.osgeo.org/postgis/trunk@9029
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Alter the shapefile GUI so that multiple
	shapefiles can be selected in the import file chooser.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9028
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Add GUI support for the shp2pgsql -S
	(simple geometries) switch. This closes #660.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9027
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Update shapefile GUI "About" text and
	window title to reflect that it now handles export as well as
	import.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9026
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Add shapefile dumper (table export) to the
	shp2pgsql GUI. This closes ticket #1480.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9025
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-04  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9024
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/scripts/plpgsql/st_clip.sql,
	raster/scripts/plpgsql/st_union.sql,
	raster/test/regress/rt_mapalgebraexpr_2raster.sql: Implemented
	keywords for 2-raster ST_MapAlgebraExpr as described in #1525.  Will
	do 2-raster ST_MapAlgebraFct next.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9023
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_transform.c: 
	Separate the cache handling code from the transform function git-svn-id: http://svn.osgeo.org/postgis/trunk@9022
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Fix pgsql2shp crash when dumping a table
	without a geo column.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9021
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Fix construction of pgsql2shp's main
	retrieval query in ShpDumperOpenTable().  This fixes a regression which caused pgsql2shp to generate an
	incorrect SQL query for tables without any geo columns.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9020
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Move initialisation of pgsql2shp state
	endian flag to the same location all the other initialisers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9019
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgeom_geos_node.c: Fix missing #ifdef
	POSTGIS_GEOS_VERSION ... #endif preventing liblwgeom from compiling
	on GEOS < 3.3.0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9018
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_mapalgebraexpr_expected: Fixed optimization
	bug in 1-raster ST_MapAlgebraExpr.  Ticket is #1515.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9017
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile.in: #1530: fix typo in full upgrade --
	was using the postgis only script instead of the combined postgis +
	raster script.  Still need to test, will close out once tested.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9016
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/Makefile.in: Reverted r9014.  Hudson ain't happy with
	sed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9015
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/Makefile.in: Merge of patch provided in #1533.
	Thanks gdt.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9014
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Message cleanup by removing unnecessary
	newlines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9013
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-02  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Refactored stderr messaging so that
	C API messages are properly emitted.  Based on suggestion in comment
	4 of #1531.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9012
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-02  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Additional error checking and
	formatting of error messages git-svn-id: http://svn.osgeo.org/postgis/trunk@9011
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_editor.xml: Add lwcollection_homogenize and
	ST_Homogenize (#375) git-svn-id: http://svn.osgeo.org/postgis/trunk@9010
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwhomogenize.c, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in.c: Add lwcollection_homogenize and
	ST_Homogenize (#375) git-svn-id: http://svn.osgeo.org/postgis/trunk@9009
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_homogenize.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwhomogenize.c, liblwgeom/lwhomogenize.h: Support curves
	in lwgeom_homogenize (#1526) git-svn-id: http://svn.osgeo.org/postgis/trunk@9008
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added check of values being
	passed to atan2() in _st_hillshade4ma() git-svn-id: http://svn.osgeo.org/postgis/trunk@9007
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_editor.xml, postgis/postgis.sql.in.c,
	regress/affine.sql, regress/affine_expected: Enhance ST_Rotate by
	adding offset origin parameters (#1251) from mwtoews git-svn-id: http://svn.osgeo.org/postgis/trunk@9006
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: ST_Azimuth,
	ST_Project regression tests (#1398) git-svn-id: http://svn.osgeo.org/postgis/trunk@9005
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* make_dist.sh: Also remove .gitignore files from tarbal distro git-svn-id: http://svn.osgeo.org/postgis/trunk@9004
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis, Version.config: Push forward
	versions for weekly snap git-svn-id: http://svn.osgeo.org/postgis/trunk@9001
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tables/census_tracts_tables.sql: 
	#1494: build parent structures to support census tract reporting by
	geocoder.  git-svn-id: http://svn.osgeo.org/postgis/trunk@9000
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebraexpr_2raster.sql: Additional
	cleanup of a few functions using ST_PixelAsPolygon(raster, int, int,
	int).  Also, made map algebra expression case-sensitive in 2-raster
	ST_MapAlgebraExpr.  Now, the keywords must be RAST1 and RAST2.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8999
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_pixelvalue.sql: Refactored regression test
	for ST_PixelAsPolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@8998
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Deleted deprecated
	ST_PixelAsPolygon(raster, int, int, int) variant.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8997
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_mapalgebraexpr.sql: Make test more readable git-svn-id: http://svn.osgeo.org/postgis/trunk@8996
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@8995
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Sandro Santilli <strk@kbt.io>

	* doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_mapalgebraexpr.sql,
	raster/test/regress/rt_mapalgebraexpr_expected: Implement RAST.X and
	RAST.Y keyword substitution in ST_MapAlgebraExpr Includes regression test and documentation update. See #1519.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8994
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Sandro Santilli <strk@kbt.io>

	* 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
	ST_PixelAsPolygon in C, provide a core API entry for it The API entry point is expected to be useful for #1519 git-svn-id: http://svn.osgeo.org/postgis/trunk@8993
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Try again to fix #1292 git-svn-id: http://svn.osgeo.org/postgis/trunk@8992
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: VACUUM cannot be executed from a function or
	multi-command string (#1517) git-svn-id: http://svn.osgeo.org/postgis/trunk@8991
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Fix include to be pathless git-svn-id: http://svn.osgeo.org/postgis/trunk@8990
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Update spatial_ref_sys to latest GDAL
	generated version (#1493) git-svn-id: http://svn.osgeo.org/postgis/trunk@8987
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_analytic.c: ST_Line_Interpolate_Point
	doesn't interpolate M-values (#639) git-svn-id: http://svn.osgeo.org/postgis/trunk@8986
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, loader/pgsql2shp-cli.c,
	loader/pgsql2shp-core.h, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Remove some compile
	warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8984
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: Gah, someone else can do this...  git-svn-id: http://svn.osgeo.org/postgis/trunk@8982
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/faq.xml: Really, I do know how to write XML.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8981
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
	postgis/geography_inout.c: ST_SnapToGrid returns a value out of
	range (#1292) git-svn-id: http://svn.osgeo.org/postgis/trunk@8980
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c, postgis/legacy.sql.in.c: Rename
	ST_BuildArea backend function git-svn-id: http://svn.osgeo.org/postgis/trunk@8979
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/faq.xml: Fix missing tag git-svn-id: http://svn.osgeo.org/postgis/trunk@8978
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: Drop Equals(geom,geom) - deprecated in
	1.2.3 (#1486) git-svn-id: http://svn.osgeo.org/postgis/trunk@8977
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/faq.xml: FAQ about licensing (#1262) git-svn-id: http://svn.osgeo.org/postgis/trunk@8976
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8975
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8974
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Added check of band # passed to
	ST_DumpAsPolygons.  Fixes #1514.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8973
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c: Pgsql2shp: Dumping: XWKB structure does
	not match expected size! (#1479) git-svn-id: http://svn.osgeo.org/postgis/trunk@8972
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: ST_Segmentize returns invalid LINESTRING for
	zero-length input (#1304) git-svn-id: http://svn.osgeo.org/postgis/trunk@8971
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c: ST_LocateBetweenElevations should
	return NULL and not fail if intersection is void (#1250) git-svn-id: http://svn.osgeo.org/postgis/trunk@8969
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: ST_Within not
	using prepared geometries (#962) git-svn-id: http://svn.osgeo.org/postgis/trunk@8968
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
	loader/safileio.c, loader/shapefil.h, loader/shp2pgsql-core.h: 
	(#393) shp2pgsql returns "fseek(-xxx) failed on DBF file." for large
	(>2GB) DBF files git-svn-id: http://svn.osgeo.org/postgis/trunk@8967
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
	postgis/geography_inout.c, postgis/lwgeom_export.c,
	postgis/lwgeom_in_gml.c, regress/empty_expected,
	regress/tickets.sql, regress/tickets_expected: GML for empty
	geometries should be NULL (#1377) git-svn-id: http://svn.osgeo.org/postgis/trunk@8966
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures.c, regress/measures.sql,
	regress/measures_expected: Increase robustness in
	distance-calculations when point is on segment.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8965
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-29  Sandro Santilli <strk@kbt.io>

	* postgis/geometry_estimate.c: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8964
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_gml.c, regress/in_gml_expected: Be more liberal
	in accepting "empty" tags in constructing geometries from GML
	(#1059) git-svn-id: http://svn.osgeo.org/postgis/trunk@8963
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-29  Sandro Santilli <strk@kbt.io>

	* CREDITS: Give me psc status git-svn-id: http://svn.osgeo.org/postgis/trunk@8962
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Fix _ST_AddFaceSplit code against
	PostgreSQL 9.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@8961
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c: Don't put constant geometries in
	CTE, which confuses estimator git-svn-id: http://svn.osgeo.org/postgis/trunk@8960
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Simplify code in _ST_AddFaceSplit,
	reduce edges table scans.  Also set debugging off by default git-svn-id: http://svn.osgeo.org/postgis/trunk@8959
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Switch ST_AddEdgeNewFaces from
	ST_Polygonize to _ST_AddSplitFace See ticket #1508 git-svn-id: http://svn.osgeo.org/postgis/trunk@8958
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Stop using ST_Polygonize from
	ST_AddEdgeModFace.  This commit also estrapolates an internal _ST_AddSplitFace function
	for reuse by ST_AddEdgeModFaces git-svn-id: http://svn.osgeo.org/postgis/trunk@8957
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Rename topogeometry column check to be
	more readable git-svn-id: http://svn.osgeo.org/postgis/trunk@8956
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgemodface.sql,
	topology/test/regress/st_addedgemodface_expected,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: New test for
	closing multi-edge ring in a face (ST_AddEdge*Face*) git-svn-id: http://svn.osgeo.org/postgis/trunk@8955
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Allow multiple topogeometry columns in
	one table (again) Dunno why this piece was missing from previous commit, sorry git-svn-id: http://svn.osgeo.org/postgis/trunk@8954
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addtopogeometrycolumn.sql,
	topology/test/regress/addtopogeometrycolumn_expected: Allow multiple
	TopoGeometry column in the same table git-svn-id: http://svn.osgeo.org/postgis/trunk@8953
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-28  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: add protos for ST_Quantile raster table
	coverage.  Still some more to add as well as examples of usage git-svn-id: http://svn.osgeo.org/postgis/trunk@8952
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_gml.c: Fix one remaining crasher for
	ST_AsGML('SRID=4326;POLYGON EMPTY'); git-svn-id: http://svn.osgeo.org/postgis/trunk@8951
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: #1504 (Segfault running
	ST_EstimatedExtent()) git-svn-id: http://svn.osgeo.org/postgis/trunk@8950
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Bborie Park <dustymugs@gmail.com>

	* 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
	linked list being used to get the quantile's value.  Ticket is
	#1506.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8949
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwsegmentize.c: Tighten up
	on-arc test a bit more.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8948
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in.c: Add "face has no rings" validity
	checking git-svn-id: http://svn.osgeo.org/postgis/trunk@8947
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/safileio.c, loader/shapefil.h: Revert accidental inclusion
	of shape file size patch in curve patch git-svn-id: http://svn.osgeo.org/postgis/trunk@8946
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* install-sh, liblwgeom/cunit/cu_ptarray.c, liblwgeom/lwin_wkt.c,
	liblwgeom/lwsegmentize.c, loader/safileio.c, loader/shapefil.h,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
	regress/tickets_expected: #920 (ST_LineToCurve generating invalid
	CURVEPOLYGON) git-svn-id: http://svn.osgeo.org/postgis/trunk@8945
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgemodface.sql,
	topology/test/regress/st_addedgemodface_expected,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: More test for
	face splitting and inside holes git-svn-id: http://svn.osgeo.org/postgis/trunk@8944
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgemodface.sql,
	topology/test/regress/st_addedgemodface_expected,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: More test for
	update of isolated nodes in split-faces.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8943
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addisonode.sql,
	topology/test/regress/st_addisonode_expected: Rewrite test for
	ST_AddIsoNode (see #1503) git-svn-id: http://svn.osgeo.org/postgis/trunk@8942
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Simplify the code looking for face
	containment in ST_AddIsoNode Fixes bug #1503 for me, altough I didn't handle to produce a
	testcase for it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8941
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-27  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgemodface.sql,
	topology/test/regress/st_addedgemodface_expected,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: Add test for
	update of isolated nodes in split-faces.  Affects both ST_AddEdgeModFace and ST_AddEdgeNewFaces (both work) git-svn-id: http://svn.osgeo.org/postgis/trunk@8940
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in, regress/{wmsservers_new.sql =>
	wmsservers.sql}, regress/{wmsservers_new_expected =>
	wmsservers_expected}, regress/wmsservers_old.sql,
	regress/wmsservers_old_expected: Complete #737 git-svn-id: http://svn.osgeo.org/postgis/trunk@8939
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, postgis_config.h.in: Detect asprintf, vasprintf,
	fseeko git-svn-id: http://svn.osgeo.org/postgis/trunk@8938
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Sandro Santilli <strk@kbt.io>

	* regress/regress_expected, regress/tickets_expected: Change
	expectations from tests involving ST_MakeLine git-svn-id: http://svn.osgeo.org/postgis/trunk@8937
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shpopen.c: Clean up and exit when shp file missing git-svn-id: http://svn.osgeo.org/postgis/trunk@8936
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* java/jdbc/src/org/postgis/LineString.java: Fix contact per a
	message on postgis-users from Markus Innerebner git-svn-id: http://svn.osgeo.org/postgis/trunk@8932
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Sandro Santilli <strk@kbt.io>

	* doc/reference_constructor.xml, postgis/lwgeom_functions_basic.c,
	regress/ctors.sql, regress/ctors_expected: Add support for
	linestrings in ST_MakeLine (#1500) Affects both the aggregate and the 2-parameters function.
	Regression testing included.  Documentation was updated, but lacks
	examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8931
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwline.c: Implement
	lwline_from_lwgeom_array (untested) git-svn-id: http://svn.osgeo.org/postgis/trunk@8930
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Don't let
	ptarray_append_ptarray change read-only pointarrays git-svn-id: http://svn.osgeo.org/postgis/trunk@8929
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Test that mixed dimensionality is
	not allowed by ptarray_append_ptarray git-svn-id: http://svn.osgeo.org/postgis/trunk@8928
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c: Add more test for FLAGS_GET_ and
	FLAGS_SET_ git-svn-id: http://svn.osgeo.org/postgis/trunk@8927
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/ptarray.c: Implement ptarray_append_ptarray, and change
	its signature This is propedeutic to ticket #1500 git-svn-id: http://svn.osgeo.org/postgis/trunk@8926
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-26  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Tweak debug messages not to clutter
	output git-svn-id: http://svn.osgeo.org/postgis/trunk@8925
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* Version.config: Bump version string forward git-svn-id: http://svn.osgeo.org/postgis/trunk@8924
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis: Prep for alpha2 git-svn-id: http://svn.osgeo.org/postgis/trunk@8921
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_svg.c, regress/tickets.sql,
	regress/tickets_expected: SVG empty geometries gives invalid memory
	alloc (#1038) git-svn-id: http://svn.osgeo.org/postgis/trunk@8920
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c, loader/pgsql2shp-core.c, loader/safileio.c,
	loader/shapefil.h, loader/shp2pgsql-core.c, loader/shpopen.c: Update
	shplib to the latest release (1.3.0b3) and stitch in our special
	date and logical handling. (#393) git-svn-id: http://svn.osgeo.org/postgis/trunk@8919
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Double guard against geos versions of 3.4.dev form.
	(#1488) git-svn-id: http://svn.osgeo.org/postgis/trunk@8917
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/populate.sql.in.c: Stop
	WARNING from AddFace about next_left_edge/next_right_edge git-svn-id: http://svn.osgeo.org/postgis/trunk@8916
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Optimize ST_AddEdge*Face* detection
	of face split conditions (#1497) git-svn-id: http://svn.osgeo.org/postgis/trunk@8915
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/query/GetRingEdges.sql.in.c: Protect DEBUG lines in
	compile-time conditional git-svn-id: http://svn.osgeo.org/postgis/trunk@8914
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Test for #1150,
	null entry in spatial_ref_sys git-svn-id: http://svn.osgeo.org/postgis/trunk@8913
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c, topology/test/Makefile,
	topology/test/regress/st_newedgessplit.sql,
	topology/test/regress/st_newedgessplit_expected: Fix linking bugs
	with ST_NewEdgesSplit function (#1496) Includes test coverage for this other function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8912
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c, topology/test/Makefile,
	topology/test/regress/st_modedgesplit.sql,
	topology/test/regress/st_modedgesplit_expected: Fix edge-linking in
	ST_ModEdgeSplit (#1496) Includes regression test. ST_NewEdgesSplit still needs testing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8911
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: Prevent people from inserting
	entries in spatial_ref_sys with no proj4text (#1150) git-svn-id: http://svn.osgeo.org/postgis/trunk@8910
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make topology enabled the default git-svn-id: http://svn.osgeo.org/postgis/trunk@8908
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Allow raster to actually turn on by default git-svn-id: http://svn.osgeo.org/postgis/trunk@8907
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Move raster/topology status to the bottom of the
	report git-svn-id: http://svn.osgeo.org/postgis/trunk@8906
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Report on raster status whether enabled or not git-svn-id: http://svn.osgeo.org/postgis/trunk@8905
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* Version.config: Push forward the trunk version to match release
	march git-svn-id: http://svn.osgeo.org/postgis/trunk@8904
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-22  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Fix ambiguos references (with
	postgresql 9.x) git-svn-id: http://svn.osgeo.org/postgis/trunk@8903
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-22  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addtopogeometrycolumn.sql,
	topology/test/regress/addtopogeometrycolumn_expected,
	topology/topology.sql.in.c: AddTopoGeometryColumn: check child layer
	before incrementing sequence git-svn-id: http://svn.osgeo.org/postgis/trunk@8902
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-22  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8901
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-22  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8900
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-22  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addlinestring.sql: Comment typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8899
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-21  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, extensions/README: update build extensions
	to include the make comments if building from source repo and also
	that it requires a separate compile step (until #1490) git-svn-id: http://svn.osgeo.org/postgis/trunk@8898
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8897
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make raster on by default and --without-raster the
	configuration parameter to disable it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8896
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8895
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Add a plpython example for
	outputting raster images git-svn-id: http://svn.osgeo.org/postgis/trunk@8894
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopogeom_expected,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/topo2.5d_expected,
	topology/test/regress/totopogeom_expected,
	topology/topology.sql.in.c: Have TopoGeometry::Geometry always
	return a MULTI* (#1462) git-svn-id: http://svn.osgeo.org/postgis/trunk@8893
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c, regress/tickets.sql, regress/tickets_expected: 
	Don't let ST_Multi create collections of a single EMPTY (#1489) git-svn-id: http://svn.osgeo.org/postgis/trunk@8892
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #1487: add out_db argument to
	AddRasterConstraints and DropRasterConstraints documentation so
	extensions can install again git-svn-id: http://svn.osgeo.org/postgis/trunk@8891
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Sandro Santilli <strk@kbt.io>

	* regress/wkt.sql, regress/wkt_expected: Test new types in
	regress/wkt (#1476) git-svn-id: http://svn.osgeo.org/postgis/trunk@8890
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/tickets.sql,
	raster/test/regress/tickets_expected: Exclude raster_columns from
	geometry_columns (#1122) Add regress test, with a newborn "tickets" testcase for raster git-svn-id: http://svn.osgeo.org/postgis/trunk@8889
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_cache.c: Fix a missing return introduced with fix
	to #547 git-svn-id: http://svn.osgeo.org/postgis/trunk@8888
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
	regress/empty.sql, regress/empty_expected: Change ST_Equals to use
	the ~= operator (#1453) Doing so it will consistently return TRUE for EMPTY-EMPTY, while
	previously _ST_Equals returned TRUE but ST_Equals returned FALSE.  The commit also changes signature of the C function from
	'geomequals' to 'ST_Equals' and marks an SQL 'Equals' signature as a
	candidate for dropping before 2.0.0 final git-svn-id: http://svn.osgeo.org/postgis/trunk@8886
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Sandro Santilli <strk@kbt.io>

	* doc/reference_operator.xml: Revert "remove ~= from documentation
	-- we don't want people using this operator" This reverts r8799 git-svn-id: http://svn.osgeo.org/postgis/trunk@8885
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Regina Obe <lr@pcorp.us>

	* extensions/README: readme was outdated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8884
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, HOWTO_RELEASE: Update for alpha1? git-svn-id: http://svn.osgeo.org/postgis/trunk@8881
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_transform.c: Transforming from SRID 4267 to 4326
	returns incorrect result (#1301) git-svn-id: http://svn.osgeo.org/postgis/trunk@8880
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Stop configure if we don't find perl. (#1484) git-svn-id: http://svn.osgeo.org/postgis/trunk@8879
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-19  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, raster/rt_pg/Makefile.in,
	topology/Makefile.in: In 9.1, it is datamoduledir driving module
	install dir, not MODULEDIR git-svn-id: http://svn.osgeo.org/postgis/trunk@8878
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-19  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/lwgeom_cache.c,
	postgis/lwgeom_cache.h, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_rtree.c,
	postgis/lwgeom_rtree.h: Have both RTREE and PREPARED_GEOM caches
	cohexist (#547) Fixes a memory leak and improves performances when both p-i-p and
	other kind of overlays are requested during the same statement.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8877
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-19  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_spatial_relationship_expected: Update
	expected raster intersection results after fix to #852 I've carefully checked the cases and where indeed expecting wrong
	results (the point is very close to the raster's convex hull
	boundary but slightly outside, ST_Distance reports
	1.58882185807825e-14 units) git-svn-id: http://svn.osgeo.org/postgis/trunk@8876
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-19  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Add test for cached
	version of point_in_ring (#852) git-svn-id: http://svn.osgeo.org/postgis/trunk@8874
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-19  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
	regress/tickets_expected: Drop use of tolerance in PIP (#852) Affects point_in_ring and point_in_ring_rtree.  Includes regress
	test but not hitting the cache.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8873
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-19  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Do not run the upgrade test if the normal
	test failed git-svn-id: http://svn.osgeo.org/postgis/trunk@8872
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-19  Sandro Santilli <strk@kbt.io>

	* regress/binary.sql: Oops, forgot to cleanup after debugging
	(triggered testsuite failure) git-svn-id: http://svn.osgeo.org/postgis/trunk@8871
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* postgis/geometry_estimate.c, regress/run_test,
	regress/tickets.sql, regress/tickets_expected: Rework
	st_estimated_extent to deal with analyzed empty tables (#818) Still doesn't distinguish between empty and not analyzed recently
	(might be improved in that reguard) git-svn-id: http://svn.osgeo.org/postgis/trunk@8870
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Drop &Z_support in ST_Summary, see
	#649 comment:2 git-svn-id: http://svn.osgeo.org/postgis/trunk@8869
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml, liblwgeom/lwgeom_debug.c,
	postgis/geography.sql.in.c: Add ST_Summary(geography), "G" flag
	(#1277), document (#649) git-svn-id: http://svn.osgeo.org/postgis/trunk@8868
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* regress/typmod.sql, regress/typmod_expected: Complete binary IO
	testing in presence of typmod (#850) git-svn-id: http://svn.osgeo.org/postgis/trunk@8867
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Do proper cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@8866
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_inout.c: Check typmod on binary geometry input
	(#850) Testcase will follow git-svn-id: http://svn.osgeo.org/postgis/trunk@8865
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_typmod.c, regress/tickets.sql,
	regress/tickets_expected: Have geography typmod threat unkonwn srid
	an omitted srid (#1482) git-svn-id: http://svn.osgeo.org/postgis/trunk@8864
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Add --expect switch to save obtained output as
	expected Will help generating testcases git-svn-id: http://svn.osgeo.org/postgis/trunk@8863
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Drop the support for multiple expected files
	(not needed anymore) The support was also broken, btw...  git-svn-id: http://svn.osgeo.org/postgis/trunk@8862
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-18  Sandro Santilli <strk@kbt.io>

	* regress/binary.sql, regress/run_test: Test roundtrip with a binary
	cursor for both geometry and geography With this commit the binary.sql testcase doesn't test the actual
	binary output anymore but rather uses canonical binary output to
	copy objects to a temporary file, then uses canonical binary input
	to read the objects again into a new table and then compares the
	original and the final tables.  In order for this to work run_test was modified to pass a :tmpfile
	variable to testcases. Next stop: typmod for canonical binary input.  See ticket #850 for more info git-svn-id: http://svn.osgeo.org/postgis/trunk@8861
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* postgis/geography.sql.in.c, postgis/geography_inout.c,
	regress/binary.sql: Implement canonical input-output for geography
	(#850) Note: canonical output is tested, input isn't.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8860
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/binary.sql: Test canonical binary
	output for geometry (#850) NOTE: big-endian machines are expected to fail this new test       please send your actual output for a fix git-svn-id: http://svn.osgeo.org/postgis/trunk@8859
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Support alternate expected files Useful to test WKB output on different byte-endian machines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8858
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Support for binary output  (#850) git-svn-id: http://svn.osgeo.org/postgis/trunk@8857
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* postgis/geography.sql.in.c, regress/tickets.sql,
	regress/tickets_expected: Override geometrytype for geography
	(#1450).  The testusite runs without problems so I didn't also add a
	geometrytype(text) function [I want the implicit cast!] git-svn-id: http://svn.osgeo.org/postgis/trunk@8856
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/Makefile.in, regress/Makefile.in,
	topology/test/Makefile: Run the testsuite again after upgrading
	(#1326) git-svn-id: http://svn.osgeo.org/postgis/trunk@8855
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Reword loading of upgrade scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@8854
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, raster/rt_pg/Makefile.in,
	raster/test/regress/Makefile.in, regress/Makefile.in,
	regress/run_test, topology/Makefile.in, topology/test/Makefile: 
	Enhance staged install to include raster, topology and all scripts Add an --upgrade switch to regress/run_test in preparation of
	regress testing upgrade scripts (#1326) git-svn-id: http://svn.osgeo.org/postgis/trunk@8853
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-17  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop.sql.in.c: Do not drop legacy getSRID in
	postgis_drop (#1401) This commit reverts r8837 git-svn-id: http://svn.osgeo.org/postgis/trunk@8852
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/installation.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwlinearreferencing.c: 
	Rename lwpoint_interpolate to point_interpolate git-svn-id: http://svn.osgeo.org/postgis/trunk@8851
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8850
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_split.c, regress/tickets.sql,
	regress/tickets_expected: Fix 2.5d split (#745) git-svn-id: http://svn.osgeo.org/postgis/trunk@8847
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@8846
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* postgis/geography.sql.in.c: Add an ST_AsEWKT(text) to prefer
	geometry over geography git-svn-id: http://svn.osgeo.org/postgis/trunk@8845
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml, postgis/geography.sql.in.c: Add ST_EWKT
	for geography type (#675) git-svn-id: http://svn.osgeo.org/postgis/trunk@8844
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c: The official unknown SRID is 0, not -1 git-svn-id: http://svn.osgeo.org/postgis/trunk@8843
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, doc/Makefile.in: Have 'make doc' build the
	single-page HTML git-svn-id: http://svn.osgeo.org/postgis/trunk@8842
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* README.postgis, macros/gettext.m4: Allow building with gettext
	0.14. Patch by Greg Troxel <gdt@ir.bbn.com> git-svn-id: http://svn.osgeo.org/postgis/trunk@8841
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* configure.ac, postgis/Makefile.in, raster/rt_pg/Makefile.in,
	topology/Makefile.in: Detect PERL locally git-svn-id: http://svn.osgeo.org/postgis/trunk@8840
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated extension files git-svn-id: http://svn.osgeo.org/postgis/trunk@8839
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, {postgis => liblwgeom}/lwgeom_debug.c,
	postgis/Makefile.in: Move lwgeom_summary to liblwgeom (#1446) git-svn-id: http://svn.osgeo.org/postgis/trunk@8838
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* postgis/postgis_drop.sql.in.c: Drop getsrid (#1401) git-svn-id: http://svn.osgeo.org/postgis/trunk@8837
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* regress/typmod.sql, regress/typmod_expected: Add test for
	insertion into typmod-ed table (#1414) git-svn-id: http://svn.osgeo.org/postgis/trunk@8836
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@8835
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* regress/wkb.sql, regress/wkb_expected: Add WKB round-trip test for
	TIN git-svn-id: http://svn.osgeo.org/postgis/trunk@8834
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_wkb.c, regress/wkb.sql, regress/wkb_expected: Fix
	reading TRIANGLE EMPTY in WKB form (#1474) git-svn-id: http://svn.osgeo.org/postgis/trunk@8833
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* regress/wkb.sql, regress/wkb_expected: Add POLYHEDRALSURFACE
	roundtrip WKB test git-svn-id: http://svn.osgeo.org/postgis/trunk@8832
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected: 
	Implement lwgeom_same for MULTICURVE and MULTISURFACE (#1475) git-svn-id: http://svn.osgeo.org/postgis/trunk@8831
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected: 
	Implement lwgeom_same for CURVEPOLYGON types (#1475) git-svn-id: http://svn.osgeo.org/postgis/trunk@8830
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c, regress/wkb.sql, regress/wkb_expected: 
	Implement lwgeom_same for COMPOUNDCURVE (#1475) git-svn-id: http://svn.osgeo.org/postgis/trunk@8829
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c, regress/wkb.sql,
	regress/wkb_expected: Implement lwgeom_same for circularstring
	(#1475) git-svn-id: http://svn.osgeo.org/postgis/trunk@8828
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c, regress/tickets.sql, regress/tickets_expected: 
	A CURVEPOLY is also a collection. Fixes #1473.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8827
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcollection.c: Prevent lwcollection_construct from
	creating non-collection types git-svn-id: http://svn.osgeo.org/postgis/trunk@8826
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql.in.c: Use a CTE for queries involving
	largs WKB input.  Reduces parsing and execution time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8825
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql.in.c: Comment out
	expensive DEBUG lines git-svn-id: http://svn.osgeo.org/postgis/trunk@8824
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-16  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql.in.c: Downgrade notice of face splitting to
	debug level git-svn-id: http://svn.osgeo.org/postgis/trunk@8823
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-15  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/{gml.sql => gml.sql.in.c},
	topology/sql/manage/{CopyTopology.sql => CopyTopology.sql.in.c},
	topology/sql/manage/{ManageHelper.sql => ManageHelper.sql.in.c},
	topology/sql/manage/{TopologySummary.sql =>
	TopologySummary.sql.in.c}, topology/sql/{polygonize.sql =>
	polygonize.sql.in.c}, topology/sql/{populate.sql =>
	populate.sql.in.c}, topology/sql/{predicates.sql =>
	predicates.sql.in.c}, topology/sql/query/{GetRingEdges.sql =>
	GetRingEdges.sql.in.c}, topology/sql/query/{getedgebypoint.sql =>
	getedgebypoint.sql.in.c}, topology/sql/query/{getfacebypoint.sql =>
	getfacebypoint.sql.in.c}, topology/sql/query/{getnodebypoint.sql =>
	getnodebypoint.sql.in.c}, topology/sql/{sqlmm.sql =>
	sqlmm.sql.in.c}, topology/sql/topoelement/{topoelement_agg.sql =>
	topoelement_agg.sql.in.c},
	topology/sql/topogeometry/{totopogeom.sql => totopogeom.sql.in.c},
	topology/sql/topogeometry/{type.sql => type.sql.in.c},
	topology/topology.sql.in.c: Wrap DEBUG output in ifdef
	POSTGIS_TOPOLOGY_DEBUG (#1469) git-svn-id: http://svn.osgeo.org/postgis/trunk@8822
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-15  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile,
	topology/test/regress/addtopogeometrycolumn.sql,
	topology/test/regress/addtopogeometrycolumn_expected,
	topology/topology.sql.in.c: Make AddTopoGeometryColumn less
	sequence-number-eager, regress-test git-svn-id: http://svn.osgeo.org/postgis/trunk@8821
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-15  Regina Obe <lr@pcorp.us>

	* doc/reference_lrs.xml: put in spaces in ST_InterpolatePoint See
	Also references git-svn-id: http://svn.osgeo.org/postgis/trunk@8820
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-15  Regina Obe <lr@pcorp.us>

	* doc/reference_lrs.xml: ditto for ST_LocateBetween - name change
	flag and minor other corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@8819
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-15  Regina Obe <lr@pcorp.us>

	* doc/reference_lrs.xml: put a note ST_LocateAlong name changed (and
	is a new name in 2.0 - old name is ST_Locate_Along_Measure) git-svn-id: http://svn.osgeo.org/postgis/trunk@8818
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-15  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: link to where to download pre-built cheat
	sheets git-svn-id: http://svn.osgeo.org/postgis/trunk@8817
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-15  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: revise docs about make installing extensions
	to note that extensions are now installed by default if compiling
	against 9.1+.  Also provide an example query to run to verify
	extensions are installed.  THANKS pramsey -- now if we can only have
	a real tagged release that would be SWEET.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8816
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-15  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	postgis/uninstall_legacy.sql.in.c: #1401 Goodbye getSRID() git-svn-id: http://svn.osgeo.org/postgis/trunk@8815
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Display "Creating Index..." text within
	the progress dialog rather than within the shp2pgsql-gui log window.  This should make it more obvious to users that something is still
	happening in the case that they are building on a index on larger
	shapefiles which can often take quite some time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8814
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Regina Obe <lr@pcorp.us>

	* : change eol from native to LF to try to resolve #1466 git-svn-id: http://svn.osgeo.org/postgis/trunk@8813
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_lrs.xml, liblwgeom/cunit/cu_node.c,
	liblwgeom/cunit/cu_ptarray.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom_geos_split.c,
	liblwgeom/lwlinearreferencing.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in.c,
	regress/regress_lrs.sql, regress/regress_lrs_expected,
	regress/tickets_expected: Add ST_InterpolatePoint, deprecate
	ST_Locate_Between_Measures and ST_Locate_Along_Measure. Document new
	functions. Alter regressions and docs to use AsText instead of
	AsEWKT.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8811
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, raster/rt_core/rt_api.c, raster/test/core/testapi.c: 
	Use normal autoconf convention of using #define to determine whether
	or not GDALFPOLYGONIZE is present, rather than always having it
	present and setting its value to either 0 or 1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8810
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom_internal.h: Switch
	liblwgeom to use the POSTGIS_* defines already generated by
	configure, rather than passing them in directly.  Similar to my previous commit, however here the aim is that by
	moving the logic outside of make then we can potentially allow other
	generators (such as CMake) to detect and use other compilers rather
	than embedding specific -D flags into the command line.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8809
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, loader/Makefile.in, loader/pgsql2shp-core.h,
	loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
	loader/shpcommon.h, postgis_config.h.in: Switch NLS build to use the
	in-built ENABLE_NLS define rather than USE_NLS.  The key concept here is that we eliminate all logic from the
	Makefile and put it in the build system (e.g. configure). By having
	the logic at this higher layer, we make it much easier to transition
	to another build system in future such as CMake.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8808
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac: Enable configure to accept the additional parameter
	--with-gettext=no to disable NLS builds.  This makes it possible to explicitly disable builds at configure
	time if required for platforms where this causes problems such as
	Windows (see bug #748).  git-svn-id: http://svn.osgeo.org/postgis/trunk@8807
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac: Fix incorrect camel-casing for HAVE_JSON within
	configure.ac.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8806
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, postgis_config.h.in: Fix up AC_DEFINE macros in
	configure.ac that don't have a description.  While autoheader emits a warning, it actually fails and does not
	regenerate postgis_config.h.in. Along with this fix, we commit an
	updated version of postgis_config.h created from a fresh invocation
	of autoheader minus the PACKAGE_* macros.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8805
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Sandro Santilli <strk@kbt.io>

	* regress/typmod.sql, regress/typmod_expected: Add test for creating
	tables with circularstring typmod (#1085) git-svn-id: http://svn.osgeo.org/postgis/trunk@8804
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/typmod.sql, regress/typmod_expected: 
	First draft of a test for typmod (#1085) This version simply creates the tables and checks geometry_columns.
	Should be enhanced to test effectiveness of constraints.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8803
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: remove dangling reference to
	geometry_same git-svn-id: http://svn.osgeo.org/postgis/trunk@8802
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Sandro Santilli <strk@kbt.io>

	* libpgcommon/Makefile.in: Virtualize ``make'' calls (#1464) git-svn-id: http://svn.osgeo.org/postgis/trunk@8801
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Rename geometry column header in
	shp2pgsql-gui to "geo column" to reduce its visible width based upon
	feedback from Regina.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8800
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: remove ~= from documentation -- we
	don't want people using this operator git-svn-id: http://svn.osgeo.org/postgis/trunk@8799
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Add all signature in the current
	repository git-svn-id: http://svn.osgeo.org/postgis/trunk@8798
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Add more signatures found in a more
	recent dump of mine git-svn-id: http://svn.osgeo.org/postgis/trunk@8797
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Make verbose output of
	postgis_restore.pl more useful for maintainance It will now avoid to collapse all spaces to keep the door open for
	better parsing in the future and to be more human readable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8796
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-13  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Make ~= operator GIST-indexable,
	following existing documentation NOTE: it takes a dump/reload for this to be in effect.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8795
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwlinearreferencing.c,
	postgis/lwgeom_functions_lrs.c: Add in an offset option to
	ST_LocateBetween git-svn-id: http://svn.osgeo.org/postgis/trunk@8794
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwlinearreferencing.c: Add support for MULTIPOINT and
	POINT to ST_LocateBetween git-svn-id: http://svn.osgeo.org/postgis/trunk@8793
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwlinearreferencing.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/postgis.sql.in.c: Flip ST_LocateBetween to use the same LRS
	code as ST_LocateBetweenElevations git-svn-id: http://svn.osgeo.org/postgis/trunk@8792
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addface.sql,
	topology/test/regress/addface_expected: Add regress test for
	topology.AddFace robustness (see #1383) git-svn-id: http://svn.osgeo.org/postgis/trunk@8791
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: Fix
	lw_dist2d_pt_seg(B, AB), see #1459 Includes regress testing. Should also fix #1383 git-svn-id: http://svn.osgeo.org/postgis/trunk@8790
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* regress/wkt.sql, regress/wkt_expected: Complete tests for higher
	coordinate dimensions (#1455) git-svn-id: http://svn.osgeo.org/postgis/trunk@8789
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c,
	regress/wkb_expected: Fix bug in dimension computer for collection
	WKT.  The parser got confused by inner M letters.  This commit also
	improves speed early breaking the loop over WKT.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8788
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* regress/wkt.sql, regress/wkt_expected: Add tests for higher
	coordinate dimensions (#1455) GEOMETRYCOLLECTION still fails git-svn-id: http://svn.osgeo.org/postgis/trunk@8787
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* regress/wkt.sql, regress/wkt_expected: Test roundtrip of WKT.
	Higher dimensions still needed (#1455) git-svn-id: http://svn.osgeo.org/postgis/trunk@8786
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c: Fix a bug
	in gserialized_read_gbox_p reading garbage in EMPTY point Includes cunit test. Fixes #1458.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8785
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_box.c: gbox_float_round: do not attempt to round M
	when not present git-svn-id: http://svn.osgeo.org/postgis/trunk@8784
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_box.c, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h.in: Expose gbox_float_round to liblwgeom API git-svn-id: http://svn.osgeo.org/postgis/trunk@8783
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, postgis/legacy.sql.in.c,
	postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
	postgis/postgis.sql.in.c: Change references to BOX2DFLOAT4 to just
	BOX2D and remove the struct. Ding dong.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8782
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_inout.c,
	postgis/lwgeom_ogc.c: Tie astext(geography) and asbinary(geography)
	directly to the lwgeom_ C functions, without a cast git-svn-id: http://svn.osgeo.org/postgis/trunk@8781
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_ogc.c, regress/wkb.sql, regress/wkb_expected: Allow
	higher dimensions in GeomFromWKB (#1452) Includes regress test for WKB roundtrip (failing as expected with
	point empty) git-svn-id: http://svn.osgeo.org/postgis/trunk@8780
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
	regress/tickets.sql, regress/tickets_expected: Fix bug in gbox_same
	-> lwgeom_same -> ST_OrderingEquals (#1454) Adds regression test for lwgeom_same and ST_OrderingEquals git-svn-id: http://svn.osgeo.org/postgis/trunk@8779
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_gist_2d.c, regress/empty.sql,
	regress/empty_expected, regress/tickets.sql,
	regress/tickets_expected: Fix EMPTY ~= EMPTY to return TRUE (#1453) This also fixes ST_OrderingEquals for empty geometries and adds the
	concept of NULL boxes to represent EMPTY boxes.  ST_Equals is still broken as it uses the overlap operator instead.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8778
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* libpgcommon/Makefile.in: Encode dependency of libpgcommon on
	postgis_config.h git-svn-id: http://svn.osgeo.org/postgis/trunk@8777
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml: Xref ST_AsBinary to its reverse
	ST_GeomFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@8776
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_in_wkb.c: Add paranoid test of another
	malformed WKB found in #168 git-svn-id: http://svn.osgeo.org/postgis/trunk@8775
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/postgis_drop.sql.in.c: Drop ST_AsBinary(text)
	wrapper, removed in previous commits git-svn-id: http://svn.osgeo.org/postgis/trunk@8774
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml: Add documentation about enhancements in
	ST_AsBinary (#288) git-svn-id: http://svn.osgeo.org/postgis/trunk@8773
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* postgis/geography.sql.in.c, postgis/geography_inout.c,
	regress/tickets_expected: Drop geography-specific C-side of AsBinary
	function. Proxy to geometry.  See #288 git-svn-id: http://svn.osgeo.org/postgis/trunk@8772
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Limit geometry_columns view definition
	within 80 columns.  This is to avoid issues like #1449 git-svn-id: http://svn.osgeo.org/postgis/trunk@8771
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8770
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* NEWS, postgis/lwgeom_ogc.c: Unlease higher dimensions in
	ST_AsBinary, using SQL/MM (#288) git-svn-id: http://svn.osgeo.org/postgis/trunk@8769
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* NEWS: ST_AsText item is an enhancement, not a new feature git-svn-id: http://svn.osgeo.org/postgis/trunk@8768
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* NEWS: Add note aboute AsText support for higher dimension git-svn-id: http://svn.osgeo.org/postgis/trunk@8767
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_ogc.c, regress/remove_repeated_points_expected,
	regress/simplify_expected, regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly_expected,
	regress/sql-mm-multicurve_expected,
	regress/sql-mm-multisurface_expected, regress/tickets.sql,
	regress/tickets_expected: Unleash SQL/MM WKT returned by ST_AsText
	(#287) git-svn-id: http://svn.osgeo.org/postgis/trunk@8766
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Use $(MAKE) to invoke whatever make was used by
	builder git-svn-id: http://svn.osgeo.org/postgis/trunk@8763
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Sandro Santilli <strk@kbt.io>

	* README.postgis: Update HARD UPGRADE section, mention
	--with-topology git-svn-id: http://svn.osgeo.org/postgis/trunk@8760
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/Makefile.in,
	extensions/postgis_topology/Makefile.in: Try an older bash syntax
	for robe? git-svn-id: http://svn.osgeo.org/postgis/trunk@8759
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c, postgis/lwgeom_functions_lrs.c: 
	Add ST_LocateAlong support for multipoints too (completeness) git-svn-id: http://svn.osgeo.org/postgis/trunk@8758
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwlinearreferencing.c, postgis/lwgeom_functions_lrs.c,
	postgis/postgis.sql.in.c: Bind ST_LocateAlong() to the new LRS
	function that supports offsets.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8757
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/Makefile.in: svn:ignore properties git-svn-id: http://svn.osgeo.org/postgis/trunk@8756
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Spacing, yes git-svn-id: http://svn.osgeo.org/postgis/trunk@8755
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #1444 fix typo in command (should be command
	not comand) git-svn-id: http://svn.osgeo.org/postgis/trunk@8754
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, extensions/postgis/{Makefile => Makefile.in},
	extensions/postgis/postgis.control,
	extensions/postgis/postgis.control.in,
	extensions/postgis_topology/{Makefile => Makefile.in},
	extensions/postgis_topology/postgis_topology.control,
	extensions/postgis_topology/postgis_topology.control.in: Bring the
	extensions into the autoconf environment git-svn-id: http://svn.osgeo.org/postgis/trunk@8753
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8752
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis_legacy.sql.in.c: 
	Fixed incorrect use of rt_band_destroy when loading offline band
	data.  ALso added rules to raster_columns and raster_overviews to
	gracefully handle insert/update/delete.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8751
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Fixed double free of memory when
	using out-of-database bands git-svn-id: http://svn.osgeo.org/postgis/trunk@8750
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl: Add rules
	on geometry_columns view to tolerate insert/update/delete Fixes OGR, see #1426. Raises no warning on operation (it should).
	This commit includes changes in postgis_proc_upgrade.pl to retain
	rules.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8749
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom.c: Reflect type of empty from ST_Dimension
	(#1441) No existing testcase fail, no new testcase is added.  This change
	doesn't invalidate any part of the reference manual.  Reference
	manual isn't updated.  Signed-off-by: Charlie Brown git-svn-id: http://svn.osgeo.org/postgis/trunk@8748
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcollection.c, regress/tickets_expected: Use a standard
	lwcollection_allows_subtype function to guard against bad input.  Fixes #698 (and #1445 in a better way) git-svn-id: http://svn.osgeo.org/postgis/trunk@8747
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: If the database settings are incorrect
	when attempting an import, display the connection settings dialog.  Also a minor bugfix: if the dialog is cancelled by closing the
	window, ensure that any unset fields are reset back to blank.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8746
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Switch shp2pgsql-gui to COPY mode by
	default for increased speed; the user doesn't really care what form
	the output takes when it's being loaded into the database directly
	rather than via a file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8745
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Raise an error within shp2pgsql-gui if the
	user clicks "Import" without having added any files to the list.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8744
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Alter shp2pgsql-gui so that we use one
	connection per file; this makes tracking error state on the server
	considerably easier, since upon abort we just disconnect from the
	server rather than trying to figure out what state we are in and
	handle it appropriately.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8743
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_in_wkb.c, liblwgeom/lwcollection.c,
	liblwgeom/lwin_wkb.c, regress/tickets.sql, regress/tickets_expected: 
	Check type of elements added to multi geometries. Fixes #1445.  Includes regress testing both at the liblwgeom and postgis levels.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8742
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_out_wkt.c,
	liblwgeom/lwout_wkt.c, regress/regress_lrs_expected,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly_expected,
	regress/sql-mm-multicurve_expected,
	regress/sql-mm-multisurface_expected, regress/sql-mm-serialize.sql: 
	Add "M" type modifiers on elements of GEOMETRYCOLLECTION Reflects specs in doc/ZMgeoms.txt and satisfies the parser.  Closes
	ticket #724.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8741
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Sandro Santilli <strk@kbt.io>

	* .gitignore: Other generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@8740
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore new generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@8739
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, doc/html/image_src/Makefile.in: Add images-clean
	rule and perform the cleanup on maintainer-clean git-svn-id: http://svn.osgeo.org/postgis/trunk@8738
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: put in missing title tag git-svn-id: http://svn.osgeo.org/postgis/trunk@8737
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: put in missing end paragraph end tag git-svn-id: http://svn.osgeo.org/postgis/trunk@8736
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8735
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-10  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #1442: Add sections on installing, upgrading
	and loading data into tiger geocoder.  Got at least 2 people who
	seem confused about how to upgrade their tiger installs and assume
	it follows the same steps as the rest of PostGIS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8734
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/rt_pg/rtpostgis_legacy.sql.in.c: Added column "out_db" to
	raster_columns.  "out_db" is of type boolean[] with each element
	indicating if that band of same index is out-of-database.  Updated
	relevant AddRasterConstraints and DropRasterConstraints functions.
	Related ticket is #1440.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8733
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Regina Obe <lr@pcorp.us>

	* extensions/postgis/sql_bits/remove_from_extension.sql.in,
	extensions/postgis_extension_helper.sql,
	extensions/postgis_extension_helper_uninstall.sql,
	extensions/postgis_topology/sql_bits/remove_from_extension.sql.in: 
	put in svn Author Date Id Revision keywords git-svn-id: http://svn.osgeo.org/postgis/trunk@8732
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8731
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Add read-only support for band data
	located outside the database in raster files.  All "get" and
	analysis functions should work for out of database bands.  Related
	ticket is #1440.  Also added a test raster file for use by an out of
	db band and future use for raster2pgsql loader regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8730
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Removed garbage whitespace.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8729
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added conditional check to
	ST_Intersects(raster, int, raster, int) to deal with STRICT being
	set on _st_intersects(raster, int, raster, int).  Fixes regression
	caused in r8714.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8728
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/Makefile: Remove whitespace git-svn-id: http://svn.osgeo.org/postgis/trunk@8727
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwline.c, liblwgeom/lwlinearreferencing.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwpoint.c, liblwgeom/measures.c,
	liblwgeom/measures3d.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c: Interim
	progress on LRS work.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8726
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c,
	regress/dump_expected, regress/tickets_expected: Change
	lwgeom_is_empty to return spatial emptiness (#671) git-svn-id: http://svn.osgeo.org/postgis/trunk@8725
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Allow manual resizing of the filename
	column within shp2pgsql-gui if required, as per request from Regina.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8724
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Further cleanup of ST_CollectionExtract
	documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@8723
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Document new ST_CollectionExtract
	behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@8722
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_basic.c, regress/regress_expected,
	regress/tickets_expected: Switch back ST_CollectionExtract to return
	EMPTY rather than NULL on no matches (#835) This behavior seems closer to the one requested in original #457
	testcase, and is still consistent. Is also closer to documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8721
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c: Add
	lwgeom_construct_empty API call git-svn-id: http://svn.osgeo.org/postgis/trunk@8720
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcompound.c: Implement lwcompound_construct_empty git-svn-id: http://svn.osgeo.org/postgis/trunk@8719
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_basic.c, regress/regress_expected,
	regress/tickets.sql, regress/tickets_expected: Alwas return NULL on
	type miss from ST_CollectionExtract (#835) git-svn-id: http://svn.osgeo.org/postgis/trunk@8718
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwcollection.c: Return
	typed empties from lwcollection_extract git-svn-id: http://svn.osgeo.org/postgis/trunk@8717
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in, make_dist.sh: Distribute comments in tarball.
	Stop distributing pdf or html (#626) git-svn-id: http://svn.osgeo.org/postgis/trunk@8716
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos.c: Fix compiler
	warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@8715
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Make _ST_Intersects(raster,
	raster) STRICT as per comments in #1412.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8714
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql: #1392:
	Can't geocode intersecting highways or areas where no zip available git-svn-id: http://svn.osgeo.org/postgis/trunk@8713
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* raster/loader/Makefile.in: Build the libtool wrapper script
	version of raster2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@8712
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml, doc/release_notes.xml: Add Maria Arias de
	Reyna to credits git-svn-id: http://svn.osgeo.org/postgis/trunk@8711
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* java/jdbc/README,
	java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	java/jdbc/jtssrc/pom.xml, java/jdbc/pom.xml,
	java/jdbc/src/examples/TestServer.java,
	java/jdbc/src/org/postgis/DriverWrapper.java,
	java/jdbc/src/org/postgis/Geometry.java,
	java/jdbc/src/org/postgis/Version.java,
	java/jdbc/src/org/postgis/binary/BinaryParser.java,
	java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
	java/jdbc/src/org/postgis/version.properties, java/jdbc/todo.txt: 
	Update Java components to support SRID<=0 as unknown SRID (#1221) This is first patch by Maria Arias de Reyna taking on maintainance
	of the Java components. It includes tweaks in README file and a new
	maven based build system. It also includes some indenting changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8710
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Fix memory leak in shapefile loader
	(#1436) git-svn-id: http://svn.osgeo.org/postgis/trunk@8709
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-09  Regina Obe <lr@pcorp.us>

	* extensions/postgis/postgis.control: fix typo in extension version git-svn-id: http://svn.osgeo.org/postgis/trunk@8707
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in, loader/cunit/Makefile.in,
	loader/cunit/cu_list.c, loader/cunit/cu_list.h,
	loader/cunit/cu_tester.c, loader/pgsql2shp-core.c,
	loader/pgsql2shp-core.h, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
	loader/shpcommon.h, loader/structure.c, loader/structure.h: Commit
	reworked version of shp2pgsql-gui to the repository.  As per my email to postgis-devel, this commit contains a major
	reworking of the inner core, with many bugfixes. The primary changes
	are: - Elimination of FILENODE, since we can just use pointers to   SHPLOADERCONFIG - Abstract the configuration structures from the GUI interface - Restrict entry to either drag/drop or file chooser - Instead of constantly destroying/creating new dialogs, create   them once and then just show/hide them (in particular this   enables the file chooser to open at its previous directory) - Add separate connection details and progress bar dialogs - Rework both internals and GUI in preparation for adding dumper   support Note that the dumper integration changes are being worked on
	separately and will be included in a later commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8706
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-08  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Fix typo in manual and more
	description about schema.  Evidentially some people do try to read
	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-windowsgit-svn-id: http://svn.osgeo.org/postgis/trunk@8705
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Code cleanup related to registering and
	deregistering GDAL drivers git-svn-id: http://svn.osgeo.org/postgis/trunk@8704
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: lots of corrections, also add
	integer[] arg recognition git-svn-id: http://svn.osgeo.org/postgis/trunk@8703
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: more cleanup -- issue with
	raster / raster functions and output convexhull instead of raster
	when result type is raster or geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@8702
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: revise to recognize array of
	raster arguments git-svn-id: http://svn.osgeo.org/postgis/trunk@8701
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: get rid of dropraster
	addrastercolumn and replace with create table, apply constraints.
	Still a lot of cleanup to go git-svn-id: http://svn.osgeo.org/postgis/trunk@8700
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: #1435: fix function proto typo of
	TopoGeo_AddPoint in docs git-svn-id: http://svn.osgeo.org/postgis/trunk@8699
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/postgis_topology.control: fix typo in
	version number git-svn-id: http://svn.osgeo.org/postgis/trunk@8698
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Regina Obe <lr@pcorp.us>

	* extensions/postgis/postgis.control,
	extensions/postgis_topology/postgis_topology.control: change alpha1
	to a14.  It appears we won't be releasing an alpha1 this weekend
	bah.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8697
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: update instructions to reflect changes that need to
	be made to extensions before tagged release.  Hopefully we can
	automate this part in the future -- but have no clue how.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8696
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Have rt_raster_from_gdal_dataset attempt
	to determine the SRID of the raster using OSR.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8695
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Additional tweaks for the NODATA
	values constraint.  Continues changes made in r8691.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8694
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: bump version
	to alpha1 in preparation for alpha1 shuttle launch git-svn-id: http://svn.osgeo.org/postgis/trunk@8693
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/in_geojson.sql, regress/in_geojson_expected,
	regress/tickets.sql, regress/tickets_expected: Move geojson test
	into geojson.sql file git-svn-id: http://svn.osgeo.org/postgis/trunk@8692
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Fixed handling of NODATA value
	constraint as band with no NODATA was being constrained with the
	value of zero.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8691
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_geojson.c, regress/tickets.sql,
	regress/tickets_expected: ST_GeomFromGeoJSON - Malformed GeoJSON
	causes SIGSEGV in postgres process (#1434) git-svn-id: http://svn.osgeo.org/postgis/trunk@8690
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwalgorithm.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwlinearreferencing.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_in_geojson.c,
	postgis/postgis.sql.in.c, regress/offsetcurve_expected: Move offset
	curve generation into liblwgeom with other geos functionality git-svn-id: http://svn.osgeo.org/postgis/trunk@8689
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix tag typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8688
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: example of AddRasterConstraint that
	takes listing of constraints to apply git-svn-id: http://svn.osgeo.org/postgis/trunk@8687
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-06  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: Accidentally took out ST_WKTToSQL during
	#1443. ST_WKTToSQL is documented SQL/MM alias (extension didn't
	install as a result since the documentation comment installation
	failed) git-svn-id: http://svn.osgeo.org/postgis/trunk@8686
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add files to svn:ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@8685
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Syntax cleanup as part of memory bugs audit.
	Related to ticket #1432.  This should be the last of it for now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8683
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in, postgis/postgis.sql.in.c,
	postgis/sqlmm.sql.in.c: #1433: Part 2 - merge what is left of
	sqlmm.sql.in.c into postgis.sql.in.c git-svn-id: http://svn.osgeo.org/postgis/trunk@8682
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/core/testwkb.c,
	raster/test/regress/rt_asgdalraster.sql,
	raster/test/regress/rt_asgdalraster_expected,
	raster/test/regress/rt_asraster.sql,
	raster/test/regress/rt_asraster_expected,
	raster/test/regress/rt_metadata.sql,
	raster/test/regress/rt_metadata_expected,
	raster/test/regress/rt_resample.sql,
	raster/test/regress/rt_resample_expected: Additional regression
	tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample,
	ST_Metadata.  Syntax cleanup in rt_pg.c and testwkb.c git-svn-id: http://svn.osgeo.org/postgis/trunk@8681
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/sqlmm.sql.in.c,
	postgis/uninstall_legacy.sql.in.c: #1433: part 1 -- get rid of SE
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@8680
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, 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_reclass.sql,
	raster/test/regress/rt_reclass_expected,
	raster/test/regress/rt_summarystats.sql,
	raster/test/regress/rt_summarystats_expected,
	raster/test/regress/rt_valuecount.sql,
	raster/test/regress/rt_valuecount_expected: Memory bug fixes and
	additional regression tests for ST_SummaryStats, ST_Histogram,
	ST_ValueCount, ST_Reclass and ST_Quantile.  Ticket is #1432.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8679
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rt_pg.c: Switch memory context back before returning
	in RASTER_bandmetadata Fixes second case in #1432 git-svn-id: http://svn.osgeo.org/postgis/trunk@8678
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Sandro Santilli <strk@kbt.io>

	* configure.ac: It takes GEOS-3.3.2 for a sane topology (noding
	fixes in there) git-svn-id: http://svn.osgeo.org/postgis/trunk@8677
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Regina Obe <lr@pcorp.us>

	* topology/Makefile.in, topology/topology_drop_after.sql.in.c,
	topology/topology_drop_before.sql.in.c: #1430: create
	topology_drop_before and topology_drop_after to allow changing names
	of input args and allow changing functions to use default args git-svn-id: http://svn.osgeo.org/postgis/trunk@8676
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-05  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop_before.sql.in.c: svn tags git-svn-id: http://svn.osgeo.org/postgis/trunk@8675
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-04  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rt_pg.c: Fix deallocation of terminating NULL in
	RASTER_asGDALRaster (#1432) git-svn-id: http://svn.osgeo.org/postgis/trunk@8674
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-04  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_remedgemodface.sql,
	topology/test/regress/st_remedgenewface.sql: Work around a
	PostgreSQL 8.4+ bug with CREATE INTO (#1431) git-svn-id: http://svn.osgeo.org/postgis/trunk@8673
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-04  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document topology.toTopoGeometry (#1017) git-svn-id: http://svn.osgeo.org/postgis/trunk@8672
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-04  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: Complete implementation
	and regress test for toTopoGeom (#1017) You can start playing with this. Lacks documentation.  Expect
	troubles. Feel free to report them.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8671
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-04  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopogeom_expected,
	topology/topology.sql.in.c: Implement TopoGeometry->Geometry
	converter for COLLECTION types git-svn-id: http://svn.osgeo.org/postgis/trunk@8670
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Don't allow --with-topology when GEOS version < 3.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@8669
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Try to make json-c detection slightly more
	automatic.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8668
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	regress/tickets.sql, regress/tickets_expected: Change to GNU macro
	NAN. Still not feeling The Confidence.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8667
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwspheroid.c: Make numerical stability fix actually be
	present git-svn-id: http://svn.osgeo.org/postgis/trunk@8666
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Hm, nan() function? git-svn-id: http://svn.osgeo.org/postgis/trunk@8665
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document TopoGeo_AddPolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@8664
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/Makefile,
	topology/test/regress/topogeo_addpolygon.sql,
	topology/test/regress/topogeo_addpolygon_expected: Implement and
	regress-test TopoGeo_addPolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@8663
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
	postgis/geography_measurement.c, postgis/lwgeom_functions_basic.c: 
	Make ST_Azimuth(p1, p1) return NULL and make ST_Project(p1, 0, NULL)
	return p1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8662
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* TODO: ST_Split was implemented - a lot more to remove from TODO git-svn-id: http://svn.osgeo.org/postgis/trunk@8661
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql: Change parameter names
	to use the "athing" convention. See #1427 git-svn-id: http://svn.osgeo.org/postgis/trunk@8660
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql,
	topology/test/regress/topogeo_addlinestring_expected: Fix typo in
	exception message, change signature of TopoGeo_addPolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@8659
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/postgis.sql.in.c,
	utils/postgis_restore.pl: Reorganize SQL definitions a bit: type
	creation at the start, indexes and operators after, then other
	stuff. Probably further ordering would be C-stuff before PL/PgSQL
	stuff.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8658
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topogeo_addpoint.sql,
	topology/test/regress/topogeo_addpoint_expected: Test invalid calls
	to topogeo_addpoint git-svn-id: http://svn.osgeo.org/postgis/trunk@8657
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document TopoGeo_addLineString git-svn-id: http://svn.osgeo.org/postgis/trunk@8656
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, postgis/geography_measurement.c,
	postgis/lwgeom_functions_basic.c, regress/tickets.sql,
	regress/tickets_expected: Change units to radians and add some tests
	(#657 and #1305) git-svn-id: http://svn.osgeo.org/postgis/trunk@8655
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8654
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_legacy.sql.in.c: Removed DROP VIEW
	statements as per suggestion by robe in ticket #1422.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8653
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document TopoGeo_addPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@8652
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile,
	topology/test/regress/topogeo_addpoint.sql,
	topology/test/regress/topogeo_addpoint_expected: Add regression test
	for TopoGeo_AddPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@8651
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/topology.sql.in.c: Move
	TopoGeom_addXXX functions to populate.sql and refine signatures Implement TopoGeom_addPoint (misses regression testing yet) git-svn-id: http://svn.osgeo.org/postgis/trunk@8650
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Don't consider the
	old self edge when checking integrity Fixes a bug introduced by previous commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8649
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-03  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8648
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in,
	raster/rt_pg/{legacy.sql.in.c => rtpostgis_legacy.sql.in.c}: Renamed
	legacy.sql.in.c to rtpostgis_legacy.sql.in.c to not conflict with
	postgis' legacy.sql.  Associated ticket is #1422.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8647
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-02  Regina Obe <lr@pcorp.us>

	* regress/measures.sql, regress/sql-mm-general.sql: #722 more
	regress fixes for GeomFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@8646
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-02  Regina Obe <lr@pcorp.us>

	* regress/tickets.sql: #722: regress replace GeomFromText with
	ST_GeomFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@8645
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c,
	postgis/legacy_compatibility_layer.sql.in.c,
	postgis/postgis.sql.in.c, postgis/uninstall_legacy.sql.in.c: #722:
	Good bye GeomFromWKB, GeomFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@8644
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in,
	raster/rt_pg/legacy.sql.in.c: Added legacy.sql which adds renamed
	and removed columns to raster_columns and raster_overviews.  This
	will allow 3rd party software that hasn't been updated to the
	current structures of raster_columns and raster_overviews to still
	operate successfully.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8643
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c: #961: Change ST_GeoHash to use
	default args git-svn-id: http://svn.osgeo.org/postgis/trunk@8642
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: update to include ST_Azimuth for
	geography -- still need example.  Also provide example for using
	degrees git-svn-id: http://svn.osgeo.org/postgis/trunk@8641
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, postgis/geography.sql.in.c,
	postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: #961:
	ST_AsGeoJSON change to use default args git-svn-id: http://svn.osgeo.org/postgis/trunk@8640
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop.sql.in.c: over dropped ST_AsKML protos git-svn-id: http://svn.osgeo.org/postgis/trunk@8639
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, postgis/geography.sql.in.c,
	postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c,
	postgis/postgis_drop_before.sql.in.c: changed name of prec to
	maxdecimaldigits for ST_AsX3D to be consistent with other ST_As*
	functions, change ST_AsKML to use default args git-svn-id: http://svn.osgeo.org/postgis/trunk@8638
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: fix incorrect arg name in ST_AsGML git-svn-id: http://svn.osgeo.org/postgis/trunk@8637
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c,
	postgis/legacy_compatibility_layer.sql.in.c,
	postgis/postgis.sql.in.c, postgis/uninstall_legacy.sql.in.c: #722:
	Remove all functions with ST_ equivalents from core postgis.sql.
	Good bye SetSRID git-svn-id: http://svn.osgeo.org/postgis/trunk@8636
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c, postgis/postgis.sql.in.c: #1423:
	ST_AsGML regress fixes -- bah revert last change evidentally '' and
	NULL prefix do not mean the same thing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8635
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c, postgis/postgis.sql.in.c: #1423
	revision -- put back the strict but set default prefix to '' AND
	NULLIF it in the function git-svn-id: http://svn.osgeo.org/postgis/trunk@8634
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c: #1423 -- fix for geography ST_AsGML -
	take off strictness if we allow null for prefix git-svn-id: http://svn.osgeo.org/postgis/trunk@8633
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #1423: ST_AsGML fix - Can't have strict
	on funcs that take default args where a default arg defaults to
	NULL.  Really :) git-svn-id: http://svn.osgeo.org/postgis/trunk@8632
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop.sql.in.c: forgot a ST_AsGML drop
	version,geometry version git-svn-id: http://svn.osgeo.org/postgis/trunk@8631
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/loader/raster2pgsql.h: Added
	support for attempting to identify the EPSG from a raster's metadata
	if SRID is not provided with -s.  If unable to get geotransform
	matrix from raster, use generic default of (0, 1, 0, 0, 0, -1).  Associated ticket is #1421 git-svn-id: http://svn.osgeo.org/postgis/trunk@8630
	b70326c6-7e19-0410-871a-916f4a2858ee

2012-01-01  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, postgis/geography.sql.in.c,
	postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: #961:
	Change ST_AsGML to use default args git-svn-id: http://svn.osgeo.org/postgis/trunk@8629
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-31  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document new optional arguments to
	AddNode git-svn-id: http://svn.osgeo.org/postgis/trunk@8628
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addnode.sql,
	topology/test/regress/addnode_expected: topology.AddNode: add 2
	additional optional arguments to allow splitting edges and computing
	containing_face git-svn-id: http://svn.osgeo.org/postgis/trunk@8627
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Add parameter names git-svn-id: http://svn.osgeo.org/postgis/trunk@8626
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/query/getfacebypoint.sql: Use DEBUG level for
	printing SQL being executed...  git-svn-id: http://svn.osgeo.org/postgis/trunk@8625
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-31  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: bump up
	release numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@8624
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-31  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: forgot altitude arg for hillshade git-svn-id: http://svn.osgeo.org/postgis/trunk@8623
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, postgis/postgis.sql.in.c: quickly change
	the options name arg to agree with ST_AsGML docs git-svn-id: http://svn.osgeo.org/postgis/trunk@8622
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c: #1415 -- beginning support for
	options -- expose the currently useless opts flag git-svn-id: http://svn.osgeo.org/postgis/trunk@8621
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/sqlmm.sql.in.c, postgis/uninstall_sqlmm.sql.in.c: Stub in
	ST_LocateAlong and ST_LocateBetween for implementation before 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@8620
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: put in default values for ST_AsSVG
	geography git-svn-id: http://svn.osgeo.org/postgis/trunk@8619
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-30  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c: change ST_AsSVG(text) to explicilty
	list all args otherwise upgrade script fails -- since old signature
	exists causing ambiguous conflict during install.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8618
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, doc/reference_raster.xml,
	postgis/geography.sql.in.c, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c: change ST_AsSVG to use default args
	and support named args.  Also correct misstatement in geography code
	as to the ordering of args thought that ordering makes more logical
	sense to me (it ain't the way it is) git-svn-id: http://svn.osgeo.org/postgis/trunk@8617
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Conditionally drop loader test tables (requires
	PostgreSQL >= 8.2 to support IF EXISTS syntax) git-svn-id: http://svn.osgeo.org/postgis/trunk@8616
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.h, postgis/geography_inout.c,
	postgis/gserialized_typmod.c, postgis/lwgeom_inout.c: Fix
	postgis_valid_typmod to use gserialized* as an input instead of
	lwgeom* to get past in/out memory management issues (#1413) git-svn-id: http://svn.osgeo.org/postgis/trunk@8615
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopogeom.sql,
	topology/test/regress/createtopogeom_expected,
	topology/topology.sql.in.c: Retain type of TopoGeometry objects
	defined by NO element (#1017) Includes regression tests for conversion of typed empty objects from
	simple to topological model.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8614
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@8613
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopogeom.sql,
	topology/test/regress/createtopogeom_expected: Test more
	TopoGeometry creation git-svn-id: http://svn.osgeo.org/postgis/trunk@8612
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8611
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Complete parameter names git-svn-id: http://svn.osgeo.org/postgis/trunk@8610
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: Typos and argument names git-svn-id: http://svn.osgeo.org/postgis/trunk@8609
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Honour verbosity for database initialization
	errors git-svn-id: http://svn.osgeo.org/postgis/trunk@8608
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* topology/sql/predicates.sql: Tabs to spaces, a few TODO items...  git-svn-id: http://svn.osgeo.org/postgis/trunk@8607
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/predicates.sql,
	topology/topology.sql.in.c: Put overridden (for topology) spatial
	predicates in their own file git-svn-id: http://svn.osgeo.org/postgis/trunk@8606
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/totopogeom.sql,
	topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected: topology.toTopoGeom: add
	type compatibility checks (#1017) git-svn-id: http://svn.osgeo.org/postgis/trunk@8605
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-29  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Add geometry parameter names to
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@8604
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-28  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8603
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-28  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Force initialization of output GDAL
	raster from rt_raster_gdal_warp to band's NODATA value.  Also,
	spelling correction.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8602
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-28  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: I have difficulty with simple math git-svn-id: http://svn.osgeo.org/postgis/trunk@8601
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-28  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: more description of over view git-svn-id: http://svn.osgeo.org/postgis/trunk@8600
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-28  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Drop spurious white spaces. Should fix
	#1409. Thanks Peter Clark.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8599
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-28  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/rt_pg/rtpostgis.sql.in.c: 
	Correct output of INSERT statements for overviews in raster2pgsql.c.
	Associated ticket is #1404.  Aslo minor code formatting and
	additional code checks in rtpostgis.sql.in.c git-svn-id: http://svn.osgeo.org/postgis/trunk@8598
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: oops missing tag -- removed other copy
	paste mistakes git-svn-id: http://svn.osgeo.org/postgis/trunk@8597
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_HillShade (still need to put
	in examples) git-svn-id: http://svn.osgeo.org/postgis/trunk@8596
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-27  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: norm is right - powers of 2 are
	better especially since my file tiles are in powers of 2 so don't
	get scrap tiles git-svn-id: http://svn.osgeo.org/postgis/trunk@8595
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-27  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: link to npgsql download site.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8594
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-27  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix typo and provide link to java
	jdbc download site git-svn-id: http://svn.osgeo.org/postgis/trunk@8593
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: link to raster applications section that
	demonstrates how to use these functions in an application git-svn-id: http://svn.osgeo.org/postgis/trunk@8592
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-27  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: replace java example with a simpler
	more useful one git-svn-id: http://svn.osgeo.org/postgis/trunk@8591
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-27  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: provide a java console app example git-svn-id: http://svn.osgeo.org/postgis/trunk@8590
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: more description git-svn-id: http://svn.osgeo.org/postgis/trunk@8589
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: c# example using ST_AsPNG git-svn-id: http://svn.osgeo.org/postgis/trunk@8588
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: more cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@8587
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: use docbook paragraph tags git-svn-id: http://svn.osgeo.org/postgis/trunk@8586
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: some other minor cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@8585
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: wrap php code in cdata tags git-svn-id: http://svn.osgeo.org/postgis/trunk@8584
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Add php example using postgis raster git-svn-id: http://svn.osgeo.org/postgis/trunk@8583
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correct comment git-svn-id: http://svn.osgeo.org/postgis/trunk@8582
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: minor formatting cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@8581
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo in image names git-svn-id: http://svn.osgeo.org/postgis/trunk@8580
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: example of resample git-svn-id: http://svn.osgeo.org/postgis/trunk@8579
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: fix typo in cast
	check expression.  Should be checking for box3d existence not box2d git-svn-id: http://svn.osgeo.org/postgis/trunk@8578
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-26  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: bump up
	version numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@8577
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-25  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/topogeometry/totopogeom.sql,
	topology/test/Makefile, topology/test/regress/totopogeom.sql,
	topology/test/regress/totopogeom_expected,
	topology/topology.sql.in.c: Stub toTopoGeom function and testcase
	(#1017) git-svn-id: http://svn.osgeo.org/postgis/trunk@8576
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-25  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Add missing dependencies of topology.sql
	(includes) git-svn-id: http://svn.osgeo.org/postgis/trunk@8575
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: another minor typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8574
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo in column numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@8573
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: minor formatting change git-svn-id: http://svn.osgeo.org/postgis/trunk@8572
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix formatting of ST_Transform example
	and add another sub example demonstrating using different algorithm git-svn-id: http://svn.osgeo.org/postgis/trunk@8571
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: example for raster transform git-svn-id: http://svn.osgeo.org/postgis/trunk@8570
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: change docs to use unix style
	slashes which work correctly on both Unix and windows.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8569
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: If generating overviews and -F is
	set, overview tables will have "filename" column.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8568
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Testing the wrong variable when
	checking if two rasters is different.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8567
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Encode dependency of objects and scripts
	on configuration git-svn-id: http://svn.osgeo.org/postgis/trunk@8566
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated uninstall_rtpostgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8565
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/droptopology.sql: Drop created tables after
	run git-svn-id: http://svn.osgeo.org/postgis/trunk@8564
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topo2.5d.sql: Cleanup created tables after
	run git-svn-id: http://svn.osgeo.org/postgis/trunk@8563
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql: drop created table after run git-svn-id: http://svn.osgeo.org/postgis/trunk@8562
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Add support for dropping DOMAINs in
	create_undef.pl (#1407) git-svn-id: http://svn.osgeo.org/postgis/trunk@8561
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Enable uninstall_topology.sql testing git-svn-id: http://svn.osgeo.org/postgis/trunk@8560
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Allow fully-qualified basetype name for
	aggregates git-svn-id: http://svn.osgeo.org/postgis/trunk@8559
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Drop tables in reverse order, reducing
	probability of fkey troubles git-svn-id: http://svn.osgeo.org/postgis/trunk@8558
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/Makefile.in, regress/Makefile.in,
	topology/test/Makefile: run_test doesn't need USE_VERSION anymore git-svn-id: http://svn.osgeo.org/postgis/trunk@8557
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* .gitignore, topology/Makefile.in: Generate uninstall_topology.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8556
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Stop using USE_VERSION, assume pgsql is always >
	7.4.  Hopefully fixes #819 git-svn-id: http://svn.osgeo.org/postgis/trunk@8555
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Add support for objects schema definition
	in create_undef.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@8554
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_intersection.sql: Drop created function
	after run git-svn-id: http://svn.osgeo.org/postgis/trunk@8553
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/Makefile.in,
	raster/test/regress/drop_rt_mapalgebra_test.sql,
	raster/test/regress/drop_rt_mapalgebra_test_expected,
	raster/test/regress/drop_rt_mapalgebrafctngb_test.sql,
	raster/test/regress/drop_rt_mapalgebrafctngb_test_expected: Ensure
	mapalgebra test functions are dropped git-svn-id: http://svn.osgeo.org/postgis/trunk@8552
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8551
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8550
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8549
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/Makefile.in, raster/test/regress/box3d.sql,
	raster/test/regress/create_box3d_test.sql,
	raster/test/regress/create_box3d_test_expected,
	raster/test/regress/create_rt_bytea_test.sql,
	raster/test/regress/create_rt_bytea_test_expected,
	raster/test/regress/rt_bytea.sql: Move single-test data tables
	within the testfiles, cleanup after run git-svn-id: http://svn.osgeo.org/postgis/trunk@8548
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_io.sql: Cleanup after run git-svn-id: http://svn.osgeo.org/postgis/trunk@8547
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8546
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_spatial_relationship.sql: cleanup data
	tables git-svn-id: http://svn.osgeo.org/postgis/trunk@8545
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@8544
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/bug_test_car5.sql: Cleanup created objects git-svn-id: http://svn.osgeo.org/postgis/trunk@8543
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rtpostgis.sql.in.c: Avoid function calls in DEFAULT
	specifications for unknown SRID Matches what postgis.sql does as well.  Fixes generation of
	uninstall script for raster (#301) git-svn-id: http://svn.osgeo.org/postgis/trunk@8542
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Enhance DEFAULT specification stripper git-svn-id: http://svn.osgeo.org/postgis/trunk@8541
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Run uninstall test for raster, when enabled git-svn-id: http://svn.osgeo.org/postgis/trunk@8540
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Generate uninstall_rtpostgis.sql (#301) git-svn-id: http://svn.osgeo.org/postgis/trunk@8539
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Bborie Park <dustymugs@gmail.com>

	* utils/uninstall_script: Additional work to remove DROP FUNCTION
	statements depending upon prior DROP TYPE ... CASCADE statements
	that generate ERRORs git-svn-id: http://svn.osgeo.org/postgis/trunk@8538
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Bborie Park <dustymugs@gmail.com>

	* 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 WKT
	format, use PROJ.4 format when possible.  This does mean that in
	situations that require WKT format, rt_raster_gdal_sr must be called
	to convert from one format to the other.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8537
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-24  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8536
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: support multiline function signatures at
	the parsing stage too...  git-svn-id: http://svn.osgeo.org/postgis/trunk@8535
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Add support for multiline function
	signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@8534
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Overview constraints should always
	be added regardless of whether or not the user requests raster
	constraints.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8533
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Write header in the files generated by
	create_undef.pl Header includes license, creation timestamp and input filename git-svn-id: http://svn.osgeo.org/postgis/trunk@8532
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* .gitignore, postgis/Makefile.in,
	postgis/uninstall_postgis.sql.in.c: Simplify uninstall_postgis.sql
	rule, drop the manual edited version git-svn-id: http://svn.osgeo.org/postgis/trunk@8531
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Fixed erroneous addition of filename
	to overviews when the flags -l -F -Y are combined.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8530
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Bborie Park <dustymugs@gmail.com>

	* utils/uninstall_script: Fixed for better path handling git-svn-id: http://svn.osgeo.org/postgis/trunk@8529
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: put in sections for postgis extensions.
	Probably will need some cleanup.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8528
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated comment files git-svn-id: http://svn.osgeo.org/postgis/trunk@8527
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore generated raster files git-svn-id: http://svn.osgeo.org/postgis/trunk@8526
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Let create_undef.pl generate
	uninstall_postgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8525
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Cleanup after loader test runs, fixing uninstall
	testing git-svn-id: http://svn.osgeo.org/postgis/trunk@8524
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* regress/clean.sql, regress/sql-mm-serialize.sql: Drop objects
	created by the tests git-svn-id: http://svn.osgeo.org/postgis/trunk@8523
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Fix create_undef.pl script to generate
	correct uninstall script git-svn-id: http://svn.osgeo.org/postgis/trunk@8522
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Bborie Park <dustymugs@gmail.com>

	* utils/uninstall_script: Added uninstall_script to facilitate
	generation of uninstall_postgis.sql and uninstall_rtpostgis.sql.  It
	could still use additional validation and cleaning up of the output
	uninstall sql files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8521
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: minor code change to make example a bit
	shorter git-svn-id: http://svn.osgeo.org/postgis/trunk@8520
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix some erroneous statements about
	ST_Clip and provide example demonstrating trimraster argument effect git-svn-id: http://svn.osgeo.org/postgis/trunk@8519
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix unbalanced tag git-svn-id: http://svn.osgeo.org/postgis/trunk@8518
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: some cosmetic cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@8517
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: example of st_clip with pictures git-svn-id: http://svn.osgeo.org/postgis/trunk@8516
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: start documenting ST_Clip git-svn-id: http://svn.osgeo.org/postgis/trunk@8515
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fill in missing protos for
	droprasterconstraints / addrasterconstraints git-svn-id: http://svn.osgeo.org/postgis/trunk@8514
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: make title a little shorter git-svn-id: http://svn.osgeo.org/postgis/trunk@8513
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_app.xml, doc/using_raster_dataman.xml: changing
	titles -- raster data man I'm eventually going to throw in
	mapserver, .net, jdbc examples cause I'm too lazy to create a
	separate chapter.  The postgis app section is really specific to
	postgis geometry since it doesn't talk about raster or geography at
	all.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8512
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: minor error in statement git-svn-id: http://svn.osgeo.org/postgis/trunk@8511
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/uninstall_geography.sql.in.c,
	postgis/uninstall_postgis.sql.in.c: Drop operator families, not
	classes (#543) git-svn-id: http://svn.osgeo.org/postgis/trunk@8510
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Encode dependency of uninstall_postgis.sql on
	included files git-svn-id: http://svn.osgeo.org/postgis/trunk@8509
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/uninstall_postgis.sql.in.c: Add more uninstall objects
	found by uninstall test (#1397) git-svn-id: http://svn.osgeo.org/postgis/trunk@8508
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Count objects in the _regress_ database, not
	elsewhere (#1397) git-svn-id: http://svn.osgeo.org/postgis/trunk@8507
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Fix testing of uninstall script count [#1397] This commit also adds new utility functions and skips testing
	uninstall when raster or topology are enabled.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8506
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/uninstall_postgis.sql.in.c: Fix uninstall script [#1153] git-svn-id: http://svn.osgeo.org/postgis/trunk@8505
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c: Deprecate
	Polygonize and Collect aggregates [#1400] git-svn-id: http://svn.osgeo.org/postgis/trunk@8504
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Encode dependency of postgis.sql from
	included scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@8503
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Encode dependency of postgis objects on
	postgis_config.h Fixes ./configure && make check after switching between different
	PostgreSQL versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8502
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Add testing for uninstall_postgis.sql [#1397] The uninstall currently fails due to #1153 git-svn-id: http://svn.osgeo.org/postgis/trunk@8501
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Don't depend on
	bytea representation for unrelated tests.  Fix testing against PostgreSQL 9.0+.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8500
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_gist_2d.c: Replace INFINITY with MAXFLOAT.
	Should fix Solaris build [#1396] I don't think it makes a difference as those functions are not
	documented about the exceptional return, and no regression test
	fails with the change.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8499
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geometry_estimate.c: Move SPI_finish to after elog calls.
	This seems to fix the regression failure in 877, though why is not
	clear. Is SPI_finish removing a memory context that palloc has
	allocated things inside? This would explain the odd result (tbl and
	col variables get emptied upon call to SPI_finish).  git-svn-id: http://svn.osgeo.org/postgis/trunk@8498
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: change ST_Reclass example to use less
	verbose ST_AddBand array syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@8497
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
	postgis/geography.sql.in.c, postgis/geography_measurement.c: 
	ST_Azimuth on the spheroid (#1305) git-svn-id: http://svn.osgeo.org/postgis/trunk@8496
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_measure.xml, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
	postgis/geography_measurement.c: Add ST_Project(geography, distance,
	azimuth) (#657) to construct a new point given a heading and a
	distance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8495
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8494
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Add missing options in the help string git-svn-id: http://svn.osgeo.org/postgis/trunk@8493
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/run_test: Put staged postgis.sql with
	other staged intsall objects git-svn-id: http://svn.osgeo.org/postgis/trunk@8492
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Sandro Santilli <strk@kbt.io>

	* doc/man/shp2pgsql.1: Document the new -s from:to syntax of
	shp2pgsql [#994] git-svn-id: http://svn.osgeo.org/postgis/trunk@8491
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_inout.c: Add include for lwgeom_typmod_valid define git-svn-id: http://svn.osgeo.org/postgis/trunk@8490
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Add top-level and postgis/ dirs in
	include path for building scripts Fixes an error finding sqldefines.h git-svn-id: http://svn.osgeo.org/postgis/trunk@8489
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwin_wkb.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwutil.c: Use own implementation of
	endian detection, should fix #1172 git-svn-id: http://svn.osgeo.org/postgis/trunk@8488
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Sandro Santilli <strk@kbt.io>

	* java/jdbc/src/org/postgis/Geometry.java: Fix repeated modifier git-svn-id: http://svn.osgeo.org/postgis/trunk@8487
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/lwgeom_functions_basic.c,
	postgis/postgis_module.c: Put PostgreSQL module related code in a
	new postgis_module.c file Beside the existing MODULE_MAGIC macro we now also have _PG_init and
	_PG_fini which are called at module load and unload.  Such functions
	may be used to deal with GUC (and sample code for that is stubbed
	already). See #1393.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8486
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Regina Obe <lr@pcorp.us>

	* postgis/uninstall_legacy.sql.in.c: #1257 - drop mem_size git-svn-id: http://svn.osgeo.org/postgis/trunk@8485
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: #1345 write this off as an observed
	regression difference and document the behavior for those like me
	who will be adversely impacted and confused by application breakage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8484
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-21  Regina Obe <lr@pcorp.us>

	* doc/reference_lrs.xml: #1242 write this off as a documentation
	bug. I don't have 1.5.1 anymore to confirm ST_Line_Locate_Point ever
	worked with multilinestrings and doesn't work on my 1.5.3 install git-svn-id: http://svn.osgeo.org/postgis/trunk@8482
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-20  Sandro Santilli <strk@kbt.io>

	* java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
	java/jdbc/src/org/postgis/Geometry.java,
	java/jdbc/src/org/postgis/PGboxbase.java,
	java/jdbc/src/org/postgis/PGgeometry.java,
	java/jdbc/src/org/postgis/binary/BinaryParser.java,
	java/jdbc/src/org/postgis/binary/BinaryWriter.java,
	java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java,
	java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java,
	java/pljava/src/org/postgis/pljava/PLJtsParser.java,
	java/pljava/src/org/postgis/pljava/PLJtsWriter.java: Convert java
	components to SRID<=0 being unknown and 0 being the official one
	[#1221] NOTE: this is untested, as "make" didn't know what to do and so
	neither do I git-svn-id: http://svn.osgeo.org/postgis/trunk@8481
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-20  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: Different types _can_ be equal, see #756 git-svn-id: http://svn.osgeo.org/postgis/trunk@8480
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-20  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: link to windows supplementary hard upgrade
	instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@8479
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-20  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Add comments in current version,
	including topo and raster [#1390] git-svn-id: http://svn.osgeo.org/postgis/trunk@8478
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-20  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Add comments from pgis-1.4 [#1390] Also handle pg_restore errors more cleanly git-svn-id: http://svn.osgeo.org/postgis/trunk@8477
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-20  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Add more objects from a 1.5 install,
	including comments [#1390] git-svn-id: http://svn.osgeo.org/postgis/trunk@8476
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-20  Bborie Park <dustymugs@gmail.com>

	* raster/loader/Makefile.in, raster/scripts/Makefile.in: Finished
	support for make target "uninstall".  git-svn-id: http://svn.osgeo.org/postgis/trunk@8475
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-20  Bborie Park <dustymugs@gmail.com>

	* raster/Makefile.in, raster/loader/Makefile.in,
	raster/rt_pg/.svnignore, raster/rt_pg/Makefile.in,
	raster/scripts/Makefile.in, raster/scripts/python/Makefile.in,
	raster/test/Makefile.in, raster/test/regress/Makefile.in: Correct
	handling of make target "distclean".  Next is "uninstall".  git-svn-id: http://svn.osgeo.org/postgis/trunk@8474
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Sandro Santilli <strk@kbt.io>

	* regress/loader/ReprojectPts.opts,
	regress/loader/ReprojectPtsGeog.opts: Update loader tests to use the
	new reprojection switch [#994] git-svn-id: http://svn.osgeo.org/postgis/trunk@8473
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-cli.c: Drop -r switch, allow requesting
	reprojection with -s [#994] git-svn-id: http://svn.osgeo.org/postgis/trunk@8472
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Make sure input is at least 3
	characters long (#1146) git-svn-id: http://svn.osgeo.org/postgis/trunk@8471
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Report testing of pg-8.4.9/pgis-2.0.0SVN
	=> pg-9.1.2/pgis-2.0.0SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@8470
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Sandro Santilli <strk@kbt.io>

	* doc/installation.xml: Document postgis_restore.pl based HARD
	UPGRADE procedure Reviews are welcome.  The new description replaces the old one so
	the brute force noisy process is now undocumented. If really needed
	it may come back in a subsection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8469
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Allow keeping rows in spatial_ref_sys at
	postgis_restore.pl time After this commit the entries found in spatial_ref_sys at time of
	restore are retained w/out triggering ERROR lines in logfile or
	transaction aborts. Entries in dump with SRID not found in existing
	spatial_ref_sys are inserted.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8468
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Fix SRIDs in topology.topology after
	restore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8467
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control,
	extensions/postgis_extension_helper.sql,
	extensions/postgis_extension_helper_uninstall.sql,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: bump up
	numbers.  logic to drop raster casts from extension if they are
	present and script asks to drop.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8466
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: get rid of superfluous drop
	if exists _drop_st_samealignment git-svn-id: http://svn.osgeo.org/postgis/trunk@8465
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_columns_expected,
	raster/test/regress/check_raster_overviews.sql,
	raster/test/regress/check_raster_overviews_expected,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected: Fixed to suppress
	PL/pgSQL notices causing issues due to line # output.  Added order
	by to check_raster_overviews to ensure consistent output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8464
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c: revise upgrade
	script to take into consideration change in casts git-svn-id: http://svn.osgeo.org/postgis/trunk@8463
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: replace box2d with box3d in examples and
	remaining func git-svn-id: http://svn.osgeo.org/postgis/trunk@8462
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Clarify topology topoelement example that
	it is an example of WHAT NOT TO DO git-svn-id: http://svn.osgeo.org/postgis/trunk@8461
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: replace references to box2d with box3d git-svn-id: http://svn.osgeo.org/postgis/trunk@8460
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of remove ST_Intersection
	signatures and replace with new ones.  Add the raster outputting
	intersection signatures.  Still need to put in examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8459
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml, doc/reference_raster.xml,
	doc/using_raster_dataman.xml: update faq for raster to bring it more
	up to line with new loading , QGIS support etc., remove box2d and
	replace with box3d, minor rewording -- people who don't know GDAL
	don't know what a GDAL raster is.  Took that word out when
	describing -G since it confuses rather than adding value.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8458
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-19  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_columns_expected,
	raster/test/regress/check_raster_overviews.sql,
	raster/test/regress/check_raster_overviews_expected: Refactored and
	cleaned up the regressions checks of values in raster_columns and
	raster_overviews views.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8457
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-18  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Document darkblue test:
	pg-9.1b3/pgis-1.5 to pg-9.1.1/pgis-2.0.0SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@8456
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-18  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/check_raster_columns_expected,
	raster/test/regress/check_raster_overviews_expected: Do not expect
	things to happen in "userland" schema (what is it?) git-svn-id: http://svn.osgeo.org/postgis/trunk@8455
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-18  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: put in missing tag git-svn-id: http://svn.osgeo.org/postgis/trunk@8454
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-18  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: add in some missing raster2pgsql
	switches and provide an example of the -G list drivers option.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8453
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-18  Sandro Santilli <strk@kbt.io>

	* regress/tickets_expected: Update after typo fix for
	AddGeometryColumn error message git-svn-id: http://svn.osgeo.org/postgis/trunk@8452
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-18  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_box3d.c, regress/tickets.sql,
	regress/tickets_expected: Fix st_extent on empty relation (#1385) git-svn-id: http://svn.osgeo.org/postgis/trunk@8451
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-17  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: AddGeometryColumns => AddGeometryColumn git-svn-id: http://svn.osgeo.org/postgis/trunk@8450
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-17  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8449
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_columns_expected,
	raster/test/regress/check_raster_overviews.sql,
	raster/test/regress/check_raster_overviews_expected: Minor comment
	cleanup in rtpostgis.sql.in.c.  Added regression tests for
	AddRasterConstraints, AddOverviewConstraints, DropRasterConstraints
	and DropOverviewConstraints.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8448
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Do restore spatial_ref_sys from dump,
	temporarly disabling srid check Assuming you don't source spatial_ref_sys.sql prior to run
	postgis_restore.pl you would always end up with all your data in the
	table and if no SRIDS are out of the valid range you'd also have the
	constraint in place.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8447
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Add more signatures to skip on restore
	(raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@8446
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c: Report full exception string on
	ST_Intersection failure (see #1173) git-svn-id: http://svn.osgeo.org/postgis/trunk@8445
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Add test for #1344
	(can't dump invalid geometries) git-svn-id: http://svn.osgeo.org/postgis/trunk@8444
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix more typos git-svn-id: http://svn.osgeo.org/postgis/trunk@8442
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: more typo fix git-svn-id: http://svn.osgeo.org/postgis/trunk@8441
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix more typos git-svn-id: http://svn.osgeo.org/postgis/trunk@8440
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: flesh out creating rasters section a
	bit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8439
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: start best practices stuff and break
	up loading and creating into two separate sections.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8438
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: cosmetic change to lists git-svn-id: http://svn.osgeo.org/postgis/trunk@8437
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/scripts/plpgsql/st_clip.sql,
	raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
	raster/scripts/plpgsql/st_mapalgebrafctngb.sql,
	raster/scripts/plpgsql/st_minpossibleval.sql,
	raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected: Addition of C-based
	ST_MinPossibleValue to replace the existing ST_MinPossibleVal which
	uses hard-coded values.  Updated dependent functions and
	scripts/plpgsql to use new function.  Deleted
	scripts/plpgsql/st_minpossibleval.sql to stop people from using it.
	Associated ticket is #1298.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8436
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Just changes to the comments of
	ST_Intersection(geometry, raster) git-svn-id: http://svn.osgeo.org/postgis/trunk@8435
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_intersection.sql,
	raster/test/regress/rt_intersection_expected: Addition of two-raster
	ST_Intersection function set in raster-space well as another set for
	raster,geometry ST_Intersection in raster-space.  Associated ticket
	is #1381 git-svn-id: http://svn.osgeo.org/postgis/trunk@8434
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Renamed function parameters
	for ST_SameAlignment and ST_Intersects so that the names follow the
	convention used for similarly purposed parameters of other raster
	functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8433
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Sandro Santilli <strk@kbt.io>

	* postgis/geography_inout.c: Allow calling geography_in with less
	than 3 args (see #1320) git-svn-id: http://svn.osgeo.org/postgis/trunk@8432
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_inout.c, regress/tickets.sql,
	regress/tickets_expected: Check typmod on geometry input. Fixes
	before triggers (#1320) git-svn-id: http://svn.osgeo.org/postgis/trunk@8431
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml: Fix documentation for the new option for
	GML box output git-svn-id: http://svn.osgeo.org/postgis/trunk@8430
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: more error fixes and change ordered
	lists to itemized lists git-svn-id: http://svn.osgeo.org/postgis/trunk@8429
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: fix invalid link end git-svn-id: http://svn.osgeo.org/postgis/trunk@8428
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: get rid of extra tag git-svn-id: http://svn.osgeo.org/postgis/trunk@8427
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: correct regular_blocking definition,
	add descriptions for raster_overview columns git-svn-id: http://svn.osgeo.org/postgis/trunk@8426
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: more reasons why we have raster
	overviews git-svn-id: http://svn.osgeo.org/postgis/trunk@8425
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Start raster_overviews section git-svn-id: http://svn.osgeo.org/postgis/trunk@8424
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/rt_bytea.sql: Renamed st_bytea to bytea as per
	PostGIS convention.  Existing databases will not be affected if
	upgraded using the upgrade scripts.  Associated ticket is #1003 git-svn-id: http://svn.osgeo.org/postgis/trunk@8423
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-15  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8422
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/rt_above.sql,
	raster/test/regress/rt_above_expected,
	raster/test/regress/rt_below.sql,
	raster/test/regress/rt_below_expected,
	raster/test/regress/rt_contain.sql,
	raster/test/regress/rt_contain_expected,
	raster/test/regress/rt_contained.sql,
	raster/test/regress/rt_contained_expected,
	raster/test/regress/rt_left.sql,
	raster/test/regress/rt_left_expected,
	raster/test/regress/rt_overabove.sql,
	raster/test/regress/rt_overabove_expected,
	raster/test/regress/rt_overbelow.sql,
	raster/test/regress/rt_overbelow_expected,
	raster/test/regress/rt_overlap.sql,
	raster/test/regress/rt_overlap_expected,
	raster/test/regress/rt_overleft.sql,
	raster/test/regress/rt_overleft_expected,
	raster/test/regress/rt_overright.sql,
	raster/test/regress/rt_overright_expected,
	raster/test/regress/rt_right.sql,
	raster/test/regress/rt_right_expected,
	raster/test/regress/rt_same.sql,
	raster/test/regress/rt_same_expected: Renamed operator functions and
	made appropriate changes to associated operators to be inline with
	usage for geometry and geography.  Associated ticket is #633.
	Existing users will not be affected as the upgrade scripts do not
	drop or add new operators.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8421
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP CAST and DROP
	FUNCTION for box2d.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8420
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/{rt_box2d.sql => box3d.sql},
	raster/test/regress/{create_rt_box2d_test_expected =>
	box3d_expected}, raster/test/regress/{create_rt_box2d_test.sql =>
	create_box3d_test.sql}, raster/test/regress/{rt_box2d_expected =>
	create_box3d_test_expected}: Dropped casts to box2d and replaced
	with casts to box3d.  Associated ticket is #1330.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8419
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c,
	raster/test/core/testapi.c: Added option -G to get listing of
	supported raster types instead of calling ST_GDALDrivers in SQL.
	Had to tweak rt_raster_gdal_drivers in rt_api.c to not limit drivers
	based upon creation capabilities.  Associated ticket is #1374.
	Added ability to specify band indices with ranges for option -b.
	Example: -b 1-5,7,9-15.  Associated ticket is #1375.  Added warning
	messages when loader is processing more than one raster and rasters
	may have different number of bands, pixel types, hasnodata flags,
	NODATA values, geotransforms andtile sizes.  Associated ticket is
	#153.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8418
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: document raster_columns catalog view git-svn-id: http://svn.osgeo.org/postgis/trunk@8417
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Make dropping of log files fully controlled by
	switch (#1376) This is because hudson wants to report the regress.log in any case git-svn-id: http://svn.osgeo.org/postgis/trunk@8416
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_ogc.c, regress/empty.sql, regress/empty_expected: 
	Regress test all behaviors involving EMPTY geometries See http://trac.osgeo.org/postgis/wiki/DevWikiEmptyGeometry Changes
	ST_NumPoints and ST_ExteriorRing to behave requested.  Keeps
	ST_InteriorRingN returning NULL, as per "n is out of range" Closes #692 git-svn-id: http://svn.osgeo.org/postgis/trunk@8415
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Crossref ST_InteriorRingN with
	ST_ExteriorRing git-svn-id: http://svn.osgeo.org/postgis/trunk@8414
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Drop temporary files if there are no failures
	(#1376) git-svn-id: http://svn.osgeo.org/postgis/trunk@8413
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c,
	regress/empty.sql, regress/empty_expected: Fix crash on
	ST_AsGML('POLYGON EMPTY') (#681) Also tweak GML of empty types to be smaller and include regression
	testing both at the liblwgeom and sql level git-svn-id: http://svn.osgeo.org/postgis/trunk@8412
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* regress/empty.sql, regress/empty_expected: Fix a typo from last
	commit, stub test for GML emptyness git-svn-id: http://svn.osgeo.org/postgis/trunk@8411
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Enable a test for
	an old bugfix (#683) git-svn-id: http://svn.osgeo.org/postgis/trunk@8410
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* regress/empty.sql, regress/empty_expected, regress/tickets.sql,
	regress/tickets_expected: Move the EMPTY buffer test from
	tickets.sql to empty.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8409
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c, regress/Makefile.in,
	regress/empty.sql, regress/empty_expected: Return empty geoms
	snapped to a grid as immutated (#1089) Also introduces an "empty" regression test git-svn-id: http://svn.osgeo.org/postgis/trunk@8408
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: minor corrections / enhancements git-svn-id: http://svn.osgeo.org/postgis/trunk@8407
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* configure.ac, topology/Version.config: Drop topology specific
	versioning git-svn-id: http://svn.osgeo.org/postgis/trunk@8406
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Add more skip signatures, from interim
	builds git-svn-id: http://svn.osgeo.org/postgis/trunk@8405
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control,
	extensions/postgis/sql_bits/remove_from_extension.sql.in,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control,
	raster/rt_pg/rtpostgis_drop.sql.in.c: minor change to rtpostgis_drop
	so can more easily drop from extension for extension install.  Many
	changes to extensions so can use native postgis upgarde and raster
	upgrade scripts. bump up version numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@8404
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, doc/xsl/raster_comments.sql.xsl: fix
	errors in documentation and comment scripts preveningt comments
	install from installing cleanly git-svn-id: http://svn.osgeo.org/postgis/trunk@8403
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Get rid
	of removed AddRasterTable,Column etc and replace with newer
	AddRasterConstraints/DropRasterConstraints git-svn-id: http://svn.osgeo.org/postgis/trunk@8402
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Add -v switch to postgis_restore.pl,
	tweak usage and debug output git-svn-id: http://svn.osgeo.org/postgis/trunk@8401
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Add stub section describing the
	raster_columns and raster_overview catalog views.  Also fix typo.
	More coming.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8400
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/loader/Makefile.in: As per discussion in postgis-devel
	regarding Ubuntu 11.10, tweaked the order in which -lm is passed to
	LDFLAGS git-svn-id: http://svn.osgeo.org/postgis/trunk@8399
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-14  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c: Refactored for less memory usage by
	aggresively flushing string buffers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8398
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Disable triggers on the topology.layer
	table during restore, to allow population in random order (#1371) git-svn-id: http://svn.osgeo.org/postgis/trunk@8397
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: As per discussion in ticket
	#1373, convert raster constraints with floating point values
	(scalex, scaley, nodata values) into numeric(16,10) for comparison
	due to precision issues.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8396
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: Add -Y copy switch git-svn-id: http://svn.osgeo.org/postgis/trunk@8395
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Regina Obe <lr@pcorp.us>

	* doc/using_raster_dataman.xml: more examples -- put in a missing
	copy switch -- more switches to add.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8394
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* 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.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@8393
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* doc/postgis.xml: Fixed incorrect entity using_raster_dataman.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8392
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/postgis.xml, doc/reference_raster.xml,
	doc/using_raster_dataman.xml: break raste loder into its own data
	management chapter -- this chapter will expand in time.  Get rid of
	how to use old raster2pgsql.py and replace with instructions on
	using raster2pgsql executable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8391
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Removal of now-unsupported
	AddRasterColumn, DropRasterColumn and DropRasterTable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8390
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Added DROP AGGREGATE for new
	ST_Union signature.  Associated ticket is #1372.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8389
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8388
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl, utils/postgis_restore.pl: Drop the
	old postgis_restore.pl and substitute it with the new one git-svn-id: http://svn.osgeo.org/postgis/trunk@8387
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore more Makefiles git-svn-id: http://svn.osgeo.org/postgis/trunk@8386
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Strictness fixes, internal docs git-svn-id: http://svn.osgeo.org/postgis/trunk@8385
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* raster/loader/Makefile.in: Revert change made in r8383.  Install
	of loader doesn't work correctly without PGXS.  Still need to figure
	out why LDFLAGS is getting eaten.  Associated ticket is #1370.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8384
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* raster/loader/Makefile.in: Removed PGXS as per ticket #1370.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8383
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: Maintain the buffer-returns-areal
	invariant on empty input (#322) git-svn-id: http://svn.osgeo.org/postgis/trunk@8382
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* configure.ac: tabs to spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@8381
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Always output create ore replace
	view in upgrade scripts (#1097) git-svn-id: http://svn.osgeo.org/postgis/trunk@8380
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Allow function definitions to end
	with '$$ LANGUAGE' (#1365) git-svn-id: http://svn.osgeo.org/postgis/trunk@8379
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Use warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@8378
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in: Encode dependency of upgrade script from the
	tool generating it git-svn-id: http://svn.osgeo.org/postgis/trunk@8377
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl, utils/postgis_proc_upgrade.pl,
	utils/postgis_restore.pl: Add copyright headers, looking at SCM
	logs. Review welcome.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8376
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* raster/loader/raster2pgsql.c, raster/scripts/Makefile.in: Text
	format cleanup in loader/raster2pgsql.c.  Fixed missing target in
	scripts/Makefile.in git-svn-id: http://svn.osgeo.org/postgis/trunk@8375
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* raster/scripts/Makefile.in: Added missing Makefile.in for
	raster/scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@8374
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* : Set svn:keywords for "$Id$" git-svn-id: http://svn.osgeo.org/postgis/trunk@8373
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* configure.ac, raster/Makefile.in,
	raster/scripts/python/Makefile.in: With commit of C-based
	raster2pgsql in r8369, removed dependency checks on Python, NumPy
	and GDAL with Python bindings.  You will want to run autogen.sh with
	this commit.  With this commit, the python-based raster2pgsql.py is
	now retired and unsupported.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8371
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-13  Bborie Park <dustymugs@gmail.com>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@8370
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Bborie Park <dustymugs@gmail.com>

	* configure.ac, raster/Makefile.in, raster/loader/.svnignore,
	raster/loader/Makefile.in, raster/loader/raster2pgsql.c,
	raster/loader/raster2pgsql.h, raster/rt_pg/rtpostgis.sql.in.c: 
	Addition of C-based raster2pgsql in raster/loader.  No changes have
	been made to remove the existing python-based raster2pgsql.py nor
	remove the python dependency in configure.  Users will need to run
	autogen.sh after this revision.  Associated ticket is #1297.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8369
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Skip constraints on raster_columns
	and raster_overviews git-svn-id: http://svn.osgeo.org/postgis/trunk@8368
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix title git-svn-id: http://svn.osgeo.org/postgis/trunk@8367
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Rewrite spatial table constraints to
	add st_ prefix and use 0 rather than -1 for unknown git-svn-id: http://svn.osgeo.org/postgis/trunk@8366
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Filter OPERATOR at the ASCII dump
	phase to have finer control over which operators are really skipped
	(#1368) git-svn-id: http://svn.osgeo.org/postgis/trunk@8365
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: another example of ST_Union git-svn-id: http://svn.osgeo.org/postgis/trunk@8364
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: example of ST_Union git-svn-id: http://svn.osgeo.org/postgis/trunk@8363
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/lwgeom_gist.c,
	utils/new_postgis_restore.pl: Drop lwgeom_gist and dependent items,
	including from dumps (#1362) git-svn-id: http://svn.osgeo.org/postgis/trunk@8362
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Do not restore metadata tables which
	now became views git-svn-id: http://svn.osgeo.org/postgis/trunk@8361
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Cleanup item list: drop duplicates,
	add some missings git-svn-id: http://svn.osgeo.org/postgis/trunk@8360
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Remove duplicated entries, add some
	missing ones git-svn-id: http://svn.osgeo.org/postgis/trunk@8359
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c, postgis/postgis_drop_before.sql.in.c: 
	reduce ST_MakeEnvelope down to one function but make srid default to
	0 (would be nice if we defined an @SRID_UNKNOWN in the
	sqldefine.h.in so I don't have to hard code this).  Get rid of other
	variant. changing to use default parameters doesn't seem to require
	dropping the function so only had to drop one of them git-svn-id: http://svn.osgeo.org/postgis/trunk@8358
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: oops took out a tag by accident git-svn-id: http://svn.osgeo.org/postgis/trunk@8357
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: document the new ST_MakeEnvelope
	variant (pretend like its used default paramters already), will fix
	the code later git-svn-id: http://svn.osgeo.org/postgis/trunk@8356
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-12  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql: 
	#1366 -- don't rely on state field being capitalized.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8355
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: forgot about max /min git-svn-id: http://svn.osgeo.org/postgis/trunk@8354
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: change generateor to display name
	for aggregates instead of id.  For raster ids are different from
	name git-svn-id: http://svn.osgeo.org/postgis/trunk@8353
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: preliminary documentation for raster
	version of ST_Union aggregate function git-svn-id: http://svn.osgeo.org/postgis/trunk@8352
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-11  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/Makefile.in, raster/test/regress/rt_union.sql,
	raster/test/regress/rt_union_expected: Revisions to ST_Union for
	raster: get rid of dependency on rastexpr (and get rid of type), put
	in regress tests, get rid of many ST_Union permutations and limit to
	st_union(rast), st_union(rast,p_expression),
	st_union(rast,band_num), st_union(rast,band_num,p_expression).  Note
	for drop I'm not dropping those other versions in case people have
	installed them from scripts folder or are currently using them.
	just dropping the ones I'm replacing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8351
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-11  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix function name typo in
	geocode_intersection git-svn-id: http://svn.osgeo.org/postgis/trunk@8350
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: minor edit git-svn-id: http://svn.osgeo.org/postgis/trunk@8349
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix error in logic git-svn-id: http://svn.osgeo.org/postgis/trunk@8348
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: missed a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@8347
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: describe the example a bit better for
	ST_AddBand multi-band example git-svn-id: http://svn.osgeo.org/postgis/trunk@8346
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: #1361: fill in some more cases where
	hard/soft git-svn-id: http://svn.osgeo.org/postgis/trunk@8345
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: #1361: make it clearer that a hard upgrade
	is required of everyone.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8344
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_addband_expected: ST_AddBand version that
	takes an array of rasters git-svn-id: http://svn.osgeo.org/postgis/trunk@8343
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Fixed calls to the wrong memory allocation
	function in rtpg_XXX utility functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8342
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Bborie Park <dustymugs@gmail.com>

	* 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.* git-svn-id: http://svn.osgeo.org/postgis/trunk@8341
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-10  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8340
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Add all signatures found in a newly
	created PostGIS 2.0 database See #1360 git-svn-id: http://svn.osgeo.org/postgis/trunk@8339
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl, utils/postgis_restore.pl: Add box3d
	related objects to skip in the _restore scripts (#1359) git-svn-id: http://svn.osgeo.org/postgis/trunk@8338
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_surface.c: Restrict disabled code to the one
	really hurting See ticket #665 for more informations.  The commit also renames the
	test suite to "surface".  git-svn-id: http://svn.osgeo.org/postgis/trunk@8337
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_serialized.c: gbox_float_round: don't roundup Z value
	if the box doesn't have one Fixes #1309 git-svn-id: http://svn.osgeo.org/postgis/trunk@8336
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom.c,
	liblwgeom/lwout_gml.c: Add a public lwgeom_get_bbox function (#1324) git-svn-id: http://svn.osgeo.org/postgis/trunk@8335
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwgeom.c,
	liblwgeom/lwout_gml.c: Don't let lwgeom_add_bbox syntetize a fake
	box for empty geometries Empty geometries have no box. Period.  Update GML extent output for
	empty geometries to handle the special case by using empty tags.
	Regress test it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8334
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix segfault
	in GML3 extent output (#1323) Add support for srsDimension in GML3 extent output.  Add unit level
	comprensive regression testing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8333
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@8332
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in,
	postgis/lwgeom_geos.c: Add a gbox_overlaps_2d function, use when
	appropriate (#1357) git-svn-id: http://svn.osgeo.org/postgis/trunk@8331
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/lwgeom_geos.c,
	postgis/lwgeom_geos.c: Guard against NaN values in coordinates
	passing into GEOS (#627) git-svn-id: http://svn.osgeo.org/postgis/trunk@8328
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c: Check that NaN coordinate values
	find their way into bboxes, they do, NaN is bigger than Inf,
	apparently.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8327
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c: Test for bbox calculations when
	there's an infinite coordinate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8326
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Return use of GDAL "natural" blocking
	removed in r8313 and refactor pointer handling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8325
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_misc.xml, doc/reference_type.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl, postgis/legacy.sql.in.c,
	postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c,
	postgis/uninstall_postgis.sql.in.c: Remove box3d_extent hack git-svn-id: http://svn.osgeo.org/postgis/trunk@8324
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Make the ST_Equals test insensitive to
	minor box differences.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8323
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: Add Jose and
	Even to credits git-svn-id: http://svn.osgeo.org/postgis/trunk@8322
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Sandro Santilli <strk@kbt.io>

	* doc/reference_misc.xml: Add a note about ST_Estimated_Extent on
	empty or non-analyzed tables (#877) git-svn-id: http://svn.osgeo.org/postgis/trunk@8321
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Sandro Santilli <strk@kbt.io>

	* postgis/geometry_estimate.c, regress/tickets.sql,
	regress/tickets_expected: Have ST_Estimated_Extent return NULL when
	no stats are found for a table.  No stats means empty table or no run of analyze. Warn about that.
	These Fixes bug #877. Includes regress test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8319
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Hush VACUUM and ANALYZE backend feedback while
	running tests git-svn-id: http://svn.osgeo.org/postgis/trunk@8318
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-08  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/ManageHelper.sql: topology.AddToSearchPath:
	quote database identifier.  Thanks to Jose Carlos Martinez Llario <jomarlla@cgf.upv.es> git-svn-id: http://svn.osgeo.org/postgis/trunk@8315
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-07  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8314
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c: Refactored the GDALRasterIO part of
	rt_raster_from_gdal_dataset to use scanlines instead of "natural"
	blocks, which dramatically simplifies the code and makes it easier
	to maintain.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8313
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-07  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: alphabetize and update tester credits git-svn-id: http://svn.osgeo.org/postgis/trunk@8312
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-07  Regina Obe <lr@pcorp.us>

	* LICENSE.TXT: update license to provide detail about documentation
	license and copyright of data etc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8311
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-07  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8310
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Removed attempt to duplicate entire band
	in rt_raster_from_gdal_dataset git-svn-id: http://svn.osgeo.org/postgis/trunk@8309
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: put some obsolete notes in existing
	management functions.  Now that raster_columns is a view no longer
	need to use management functions to drop or add raster columns or
	tables.  Will document the new addconstraints etc. taht replaces
	much of these soon.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8308
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-06  Sandro Santilli <strk@kbt.io>

	* postgis/long_xact.c: Add copyright header. Date and attribution
	looked up by SCM history.  Verified by my own memory (I wrote the initial vesion of that file) git-svn-id: http://svn.osgeo.org/postgis/trunk@8307
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-06  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8306
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-05  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_overviews.sql: As per discussions
	and ticket #1319, raster_columns and raster_overviews are now
	constraint-based views.  AddRasterColumn, DropRasterColumn and
	DropRasterTable are now deprecated in favor of AddRasterConstraints
	and DropRasterConstraints.  Additional constraints are now available
	for enforcing the consistency of the rasters in a table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8305
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-05  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Removed division by bin-width for when
	bin-widths are specified in ST_Histogram git-svn-id: http://svn.osgeo.org/postgis/trunk@8304
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-05  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Correctly free raster memory when handling
	NULL rasters.  Associated ticket is #1349 git-svn-id: http://svn.osgeo.org/postgis/trunk@8303
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-03  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: #1343: get rid of geomvalxy
	and change ST_PixelAsPolygons to use default args and do without
	geomvalxy git-svn-id: http://svn.osgeo.org/postgis/trunk@8302
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-03  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #1338 - document ST_PixelWidth/Height git-svn-id: http://svn.osgeo.org/postgis/trunk@8301
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_bandmetadata.sql: Removed VARIADIC from
	ST_BandMetadata.  Associated ticket is #1343.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8300
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-02  Regina Obe <lr@pcorp.us>

	* topology/sql/manage/ManageHelper.sql: #1346: fix misuse of
	quote_literal causing topology, topology, topology, topology git-svn-id: http://svn.osgeo.org/postgis/trunk@8299
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-02  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Encode dependency of topology.sql on
	ManageHelper.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8298
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-02  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql: 
	more revisions to cross streets logic -- don't rely on start point
	working with multilinestrings. change tfid to be unique index on
	faces.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8297
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Added cleanup statements for
	bandmetatype type and change function signature for st_bandmetadata.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8296
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Removed the type bandmetadata as
	per #1343.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8295
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-02  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: move
	geocode_intersection.sql to user api section since it is documented.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8294
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-02  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: try to make emphasis bold by putting
	in a role='bold' git-svn-id: http://svn.osgeo.org/postgis/trunk@8293
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: replace ~= with ST_OrderingEquals
	(now that we got rid of recheck the older ~= no longer is a truish
	geometry equality operator git-svn-id: http://svn.osgeo.org/postgis/trunk@8292
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: emphasize approximate in KNN operators
	to reduce the chance of any misunderstandings git-svn-id: http://svn.osgeo.org/postgis/trunk@8291
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql: 
	make compatible with postgresql 8.4, more speed improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@8290
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: missed a spot about occasions where
	point distance is not same as <-> git-svn-id: http://svn.osgeo.org/postgis/trunk@8289
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: try to clarify accuracy etc. of <#>
	and <-> git-svn-id: http://svn.osgeo.org/postgis/trunk@8288
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: Ticket 1342. Integrate
	ST_PixelAsPolygons into rtpostgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8287
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_pixelaspolygons.sql: Return null when
	band number does not exist.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8286
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_mapalgebra.sql: Removed
	ST_MinPossibleVal defined in another script git-svn-id: http://svn.osgeo.org/postgis/trunk@8285
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_clip.sql: Added doc, more test and
	return null when band number does not exist.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8284
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: Ticket 1342. Integrate ST_Clip
	script into rtpostgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8283
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: Ticket #1340. Integrate ST_Union
	into rtpostgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8282
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_union.sql: Replaced AsBinary with
	ST_AsBinary in the test section git-svn-id: http://svn.osgeo.org/postgis/trunk@8281
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: #1337 clarify what sql is good for
	and get rid of some other obsolete syntax   (this really needs to be
	read with a fine-tooth comb).  The amount of obsolete info in this
	chapter is mesmerizing git-svn-id: http://svn.osgeo.org/postgis/trunk@8280
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1333
	geocode_intersections: would help to actually include the function
	to.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8276
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql: #1333
	geocode intersections git-svn-id: http://svn.osgeo.org/postgis/trunk@8275
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
	raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
	neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318 git-svn-id: http://svn.osgeo.org/postgis/trunk@8274
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_bandmetadata.sql,
	raster/test/regress/rt_bandmetadata_expected: Tweaked
	ST_BandMetadata so that calling the function with an empty array
	returns all metadata of all bands.  Example: ST_BandMetadata(rast,
	VARIADIC ARRAY[]::int[]) git-svn-id: http://svn.osgeo.org/postgis/trunk@8273
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_minpossibleval.sql: Copied from
	ST_MapAlgebra.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8272
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_multibandmapalgebra.sql: Copied from
	ST_Union git-svn-id: http://svn.osgeo.org/postgis/trunk@8271
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_union.sql: Some cleaning before
	inclusion in rtpostgis.sql Removed ST_MultiBandMapAlgebra and
	ST_HasNoBand git-svn-id: http://svn.osgeo.org/postgis/trunk@8270
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_pixelaspolygons.sql: Return the last
	band when the provided band number does not exist.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8269
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-12-01  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_clip.sql: Added some variants and tests git-svn-id: http://svn.osgeo.org/postgis/trunk@8268
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-30  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_clip.sql: plpgsql implementation for
	st_clip.sql(raster, geom) git-svn-id: http://svn.osgeo.org/postgis/trunk@8267
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-30  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_areaweightedsummarystats.sql: Added the
	id of the polygon in the example git-svn-id: http://svn.osgeo.org/postgis/trunk@8266
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-30  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
	raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
	ST_Aspect map algebra neighborhood shortcut function. #1318 git-svn-id: http://svn.osgeo.org/postgis/trunk@8265
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-30  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
	raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
	ST_Slope map algebra neighborhood shortcut function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8264
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-30  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/core/testapi.c, raster/test/regress/rt_asraster.sql: 
	Fixed ST_AsRaster to duplicate exactly the attributes of a reference
	raster.  Associated ticket is #1336.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8263
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-30  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
	raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_userfunc.sql,
	raster/test/regress/rt_mapalgebrafctngb_userfunc_expected: Added
	helper user functions for common MapAlgebra operations: Min, Max,
	Mean, Range. #1318 git-svn-id: http://svn.osgeo.org/postgis/trunk@8262
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-30  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_expected: Updated tests for
	'dog-ate-my-homework' test. Expanded comments and elaborated on
	complex conditionals in ST_MapAlgebraFctNgb git-svn-id: http://svn.osgeo.org/postgis/trunk@8261
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-30  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_expected: Added additional
	tests for ST_MapAlgebraFctNgb, changed string compare on nodatamode
	to != git-svn-id: http://svn.osgeo.org/postgis/trunk@8260
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_bandmetadata.sql,
	raster/test/regress/rt_bandmetadata_expected: In preparation of
	turning the table raster_columns into a view, refactored
	ST_BandMetadata to have the bandnum parameter be variadic.  Fleshed
	out regression tests for ST_BandMetadata.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8259
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-29  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore more generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@8258
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: ST_AddPoint returns incorrect result on Linux
	(#1335) from roualt git-svn-id: http://svn.osgeo.org/postgis/trunk@8257
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_summarystatsagg.sql: Replaced the
	summarystatsstate type with the summarystats type to avoid defining
	a new type.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8256
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_asraster.sql,
	raster/scripts/plpgsql/st_histogram.sql,
	raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_reclass.sql: Changed the note at the
	beginning of the file when the function is now implemented in C.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8255
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_pixelaspoints.sql,
	raster/scripts/plpgsql/st_querytables.sql,
	raster/scripts/plpgsql/st_splittable.sql: Some more useful functions git-svn-id: http://svn.osgeo.org/postgis/trunk@8254
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-29  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_areaweightedsummarystats.sql,
	raster/scripts/plpgsql/st_createindexraster.sql,
	raster/scripts/plpgsql/st_splittable.sql,
	raster/scripts/plpgsql/st_summarystatsagg.sql: Added some plpgsql
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@8253
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-29  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: Fix for #1310 git-svn-id: http://svn.osgeo.org/postgis/trunk@8252
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-28  Regina Obe <lr@pcorp.us>

	* doc/installation.xml, doc/reference_constructor.xml: Note: libxml2
	dependency of ST_Geom*ML functions and ref back to configuration
	section.  Also put in missing  --with-xml2config flag in
	installion_configuration section git-svn-id: http://svn.osgeo.org/postgis/trunk@8251
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-26  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: put a firmer sorta date in the sand git-svn-id: http://svn.osgeo.org/postgis/trunk@8250
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-26  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: more credit
	cleanup -- add people I missed, fix some minor typos git-svn-id: http://svn.osgeo.org/postgis/trunk@8249
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_svg.c: ST_AsSVG kills whole postgres server when
	fails (#1028) git-svn-id: http://svn.osgeo.org/postgis/trunk@8246
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-26  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: update credits
	to include hard-core testers git-svn-id: http://svn.osgeo.org/postgis/trunk@8244
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Revert per #1246 git-svn-id: http://svn.osgeo.org/postgis/trunk@8243
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-25  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, extensions/postgis/Makefile,
	extensions/postgis/postgis.control,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: remove more
	obsolete protos in docs and up extension alpha version numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@8242
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-25  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: remove more protos that have been
	removed and replaced with default args git-svn-id: http://svn.osgeo.org/postgis/trunk@8241
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Move the 'CREATE SCHEMA' query out of
	first column anchorage (#1325) Makes the upgrade script generator less confused...  git-svn-id: http://svn.osgeo.org/postgis/trunk@8239
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: Fix operator mis-referencing nd function
	for 2d op.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8238
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/topogeometry/type.sql, topology/test/Makefile,
	topology/test/hierarchy.sql,
	topology/test/regress/topogeometry_type.sql,
	topology/test/regress/topogeometry_type_expected,
	topology/topology.sql.in.c: Override GeometryType and
	ST_GeometryType for TopoGeometry (#1289) Includes regression testing.  NOTE: we'll always advertise MULTI as
	a safest bet git-svn-id: http://svn.osgeo.org/postgis/trunk@8237
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Sandro Santilli <strk@kbt.io>

	* topology/test/hierarchy.sql, topology/test/predicate.expected,
	topology/test/predicates.sql.in, topology/test/query_features.sql,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query_expected: Shake legacy testcase a
	bit to avoid to mix population with queries git-svn-id: http://svn.osgeo.org/postgis/trunk@8236
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: provide examples for
	ST_GeomFromGeoJSON now that I can compile it :) git-svn-id: http://svn.osgeo.org/postgis/trunk@8235
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update to include links to wiki for extra
	compilation help and pre-built binaries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8234
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Amend installation instructions to include
	json-dir configure option git-svn-id: http://svn.osgeo.org/postgis/trunk@8233
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: minor updates to bios git-svn-id: http://svn.osgeo.org/postgis/trunk@8232
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-24  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: update news / credits for
	ST_GeomFromGeoJSON git-svn-id: http://svn.osgeo.org/postgis/trunk@8231
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwout_gml.c: Const-correct GML
	signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@8229
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: change + to | to make strk happy git-svn-id: http://svn.osgeo.org/postgis/trunk@8228
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: update ST_AsGML with examples and
	include envelope bits option git-svn-id: http://svn.osgeo.org/postgis/trunk@8227
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: fix typo in GML description noted by
	strk git-svn-id: http://svn.osgeo.org/postgis/trunk@8226
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correct signatures of some functions
	changed to use more default args git-svn-id: http://svn.osgeo.org/postgis/trunk@8225
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Prefixed internal C utility functions with
	rtpg_.  This keeps the coding style inline with that for postgis.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8224
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Corrected incorrect drop
	function statement.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8223
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/rt_pg/rtpostgis_drop.sql.in.c: More SQL function cleanup with
	use of default parameter values.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8222
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-22  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: up the alpha
	numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@8221
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-22  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: missed a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@8220
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-22  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correct documentation to get rid of
	protos eradicated in r8218 (so extensions installs) git-svn-id: http://svn.osgeo.org/postgis/trunk@8219
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-22  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8218
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Fixed expression parsing in
	RASTER_mapAlgebra2.  Evidently, the count parameter of replace() is
	an input/output parameter.  Associated ticket is #1317.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8217
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Fixed behavior of one raster not having
	specified band and being sampled.  Associated ticket is #1316.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8216
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Fixed extent bug for UNION in
	rt_raster_from_two_rasters git-svn-id: http://svn.osgeo.org/postgis/trunk@8215
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: description corrections to
	ST_MapAlgebraNgbFct based on input from dzwarg git-svn-id: http://svn.osgeo.org/postgis/trunk@8214
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_union.sql: Many fix following the C
	implementation of the two raster version of ST_MapAlgebra.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8213
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos_split.c,
	liblwgeom/ptarray.c, postgis/lwgeom_functions_analytic.c: Add a
	vertex-snap-tolerance parameter to ptarray_substring This is aimed at improving robustness for ST_Split, which now uses
	an hard-coded tolerance of 1e-14 (see #1311) git-svn-id: http://svn.osgeo.org/postgis/trunk@8212
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: revise explanation based on trying to
	read the code to figure out what nodatamode in theory should be
	doing git-svn-id: http://svn.osgeo.org/postgis/trunk@8211
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* regress/regress_lrs.sql, regress/regress_lrs_expected: Numerate
	tests for line_substring git-svn-id: http://svn.osgeo.org/postgis/trunk@8210
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_union.sql: -Fix cut and paste error git-svn-id: http://svn.osgeo.org/postgis/trunk@8209
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of extra para tag git-svn-id: http://svn.osgeo.org/postgis/trunk@8208
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: ST_MapAlgebraFctNgb:add in the
	nodatamode to ST_ (forgot it last time).  I still have no clue what
	this parameter does -- doesn't seem to do anything for me like get
	rid of the border. Add in links to where to get example raster used.
	fix some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@8207
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_split.c: Add testcase for #1311 (lwgeom_split).  Also fix existing testcase (wasn't really testing it).  git-svn-id: http://svn.osgeo.org/postgis/trunk@8206
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_split.c: Fix memory leak in lwgeom_split git-svn-id: http://svn.osgeo.org/postgis/trunk@8205
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_serialized.c: Hush warning about missing prototype.  This is really a commit intended to amend the previous for the sake
	of pointing to the correct bug being closed by it: #1273 (not #1023
	which is more complex) git-svn-id: http://svn.osgeo.org/postgis/trunk@8204
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_serialized.c, regress/tickets.sql,
	regress/tickets_expected: Have gserialized_get_gbox_p always return
	a round-to-float box That is, even when computing the box from scratch.  This makes the
	box always float-oriented, consistently between cached and computed
	boxes.  Closes (hopefully forever) bug #1023.  Includes testcase
	otherwise failing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8203
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addface.sql,
	topology/test/regress/addface_expected: Add testcase for ticket
	#1302 (now passes) git-svn-id: http://svn.osgeo.org/postgis/trunk@8202
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/topoelement_expected: Update expected error
	messages not to include the "topology" namespace (now that it's part
	of the search_path).  git-svn-id: http://svn.osgeo.org/postgis/trunk@8201
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c: Rename "LibGeom Suite" to simply
	"libgeom", for easy of use git-svn-id: http://svn.osgeo.org/postgis/trunk@8200
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_ptarray.c: 
	Surrender to evidence of the narrow ring tested being clockwise git-svn-id: http://svn.osgeo.org/postgis/trunk@8199
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_api.c: Improve robustness of ptarray_isccw (see
	#1302) git-svn-id: http://svn.osgeo.org/postgis/trunk@8198
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Regina Obe <lr@pcorp.us>

	* topology/sql/manage/ManageHelper.sql, topology/topology.sql.in.c: 
	Logic to add topology to database search path on install or upgrade git-svn-id: http://svn.osgeo.org/postgis/trunk@8197
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis_drop.sql.in.c: 
	FIX upgrade script - complement to r8186 - drop all mapalgebra
	functions before upgrade because for pg9.0+ CREATE OR REPLACE
	FUNCTION fails if argument names have changed.  Also update docs to
	reflect new naming of userfunction to
	onerasteruderfunc,tworasteruserfunc,onerasternguserfunc git-svn-id: http://svn.osgeo.org/postgis/trunk@8196
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-20  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix some ST_MapAlgebra userfunc arg
	names to agree with code. Still ng ones to go and drop fix.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8195
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-20  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8194
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Do not memcpy to self in ptarray_reverse (see
	#1302) git-svn-id: http://svn.osgeo.org/postgis/trunk@8193
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c: Better indent for comparing
	obtained/expected git-svn-id: http://svn.osgeo.org/postgis/trunk@8192
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-20  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Fix 'clean' rule under loader to drop stuff
	under .libs git-svn-id: http://svn.osgeo.org/postgis/trunk@8191
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c: Add test for lwgeom_force_clockwise
	(see #1302) git-svn-id: http://svn.osgeo.org/postgis/trunk@8190
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c: Add test for ptarray_isccw (see
	#1302) git-svn-id: http://svn.osgeo.org/postgis/trunk@8189
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Addition of
	function rt_util_gdal_datatype_to_pixtype to complement
	rt_util_pixtype_to_gdal_datatype.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8188
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  David Zwarg <dzwarg@azavea.com>

	* doc/reference_raster.xml: Documented ST_Rotation and
	ST_SetRotation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8187
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Update parameter names for
	regprocedure data types git-svn-id: http://svn.osgeo.org/postgis/trunk@8186
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_expected: Nodata mode
	defaults to 'ignore' if it is NULL. Added tests for out of range
	neighborhoods.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8185
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  David Zwarg <dzwarg@azavea.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.h, raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_box2d.sql,
	raster/test/regress/rt_set_band_properties.sql,
	raster/test/regress/rt_set_properties.sql: Non-functional change.
	Updated author email address for dzwarg.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8184
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
	raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_expected: Refactored
	ST_MapAlgebraFctNgb to cache userfunction lookup, and accept NULL
	input and output values.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8183
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/Makefile.in,
	raster/test/regress/create_rt_mapalgebra_test.sql,
	raster/test/regress/create_rt_mapalgebrafctngb_test.sql,
	raster/test/regress/create_rt_mapalgebrafctngb_test_expected,
	raster/test/regress/rt_mapalgebrafct.sql,
	raster/test/regress/rt_mapalgebrafct_expected,
	raster/test/regress/rt_mapalgebrafctngb.sql: Refactored
	ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input
	and output values.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8182
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Bborie Park <dustymugs@gmail.com>

	* configure.ac, raster/raster_config.h.in, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_mapalgebraexpr_expected,
	raster/test/regress/rt_mapalgebrafct_expected,
	raster/test/regress/rt_mapalgebrafctngb_expected: Added a flag
	--with-raster-dblwarning so as to provide the software builder the
	option of enabling all the value truncation/clamping/conversion
	warnings, which can be many.  The new default is to suppress those
	warnings. All appropriate regression tests have been updated.  Associated ticket is #1307 git-svn-id: http://svn.osgeo.org/postgis/trunk@8181
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  David Zwarg <dzwarg@azavea.com>

	* raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_expected: Enabled all tests
	on ST_MapAlgebraFctNgb.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8180
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  David Zwarg <dzwarg@azavea.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed debug problem
	in #1308 git-svn-id: http://svn.osgeo.org/postgis/trunk@8179
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: fix minor typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8178
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: document new ST_GeomFromGeoJSON
	function.  Will provide examples later once resolved my JSON-C
	compilation issues git-svn-id: http://svn.osgeo.org/postgis/trunk@8177
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: minor corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@8176
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control: 
	increment alpha release number to allow upgrade with extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@8175
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix code comment git-svn-id: http://svn.osgeo.org/postgis/trunk@8174
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: forgot pixeltype in ngb arg list git-svn-id: http://svn.osgeo.org/postgis/trunk@8173
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo in linkends git-svn-id: http://svn.osgeo.org/postgis/trunk@8172
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: put in missing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@8171
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: ST_MapAlgebraFctNgb (and put in
	immuatable for other st_mapalgebras) git-svn-id: http://svn.osgeo.org/postgis/trunk@8170
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #1306: document rescale and provide
	examples, fix st_resample args. (still 2 more to go in this ticket) git-svn-id: http://svn.osgeo.org/postgis/trunk@8169
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Move library link to appropriate place.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8168
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, doc/installation.xml, postgis/Makefile.in,
	postgis/geometry_estimate.c, postgis/lwgeom_export.c,
	postgis/lwgeom_export.h, postgis/lwgeom_in_geojson.c,
	postgis/postgis.sql.in.c, postgis_config.h.in, regress/Makefile.in,
	regress/in_geojson.sql, regress/in_geojson_expected: Add
	ST_GeomFromGeoJSON (#376) git-svn-id: http://svn.osgeo.org/postgis/trunk@8167
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correct ST_Resample arguments to agree
	with implementation.  Still need to fill in descriptions of what all
	params mean git-svn-id: http://svn.osgeo.org/postgis/trunk@8166
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-17  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_mapalgebrafctngb.sql: Fix the 8.4 error
	only described in #1296.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8165
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-17  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8164
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Fixed a
	bunch of other nodataval datatype issues.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8163
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_asraster_expected: Fixed invalid handling of
	nodatavalue in ST_BandMetaData().  Issue arises due to C backend
	using Float8GetDatum while SQL frontend using real datatype.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8162
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/post_gis_day_cards.html.xsl: put in some spacing git-svn-id: http://svn.osgeo.org/postgis/trunk@8161
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/post_gis_day_cards.html.xsl: more event ideas git-svn-id: http://svn.osgeo.org/postgis/trunk@8160
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/post_gis_day_cards.html.xsl,
	doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl,
	doc/xsl/topology_comments.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl: put in missing svn:keywords
	fix formatting of cards so easier to break on pages git-svn-id: http://svn.osgeo.org/postgis/trunk@8159
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/post_gis_day_cards.html.xsl: Post GIS day commemorative
	cards generator git-svn-id: http://svn.osgeo.org/postgis/trunk@8158
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-16  Regina Obe <lr@pcorp.us>

	* topology/Makefile.in: logic to create a an
	topology_upgrade_20_minor.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@8157
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Removed hardcoded SRID of 0 and
	replaced with ST_SRID('Point(0 0)'::geometry) git-svn-id: http://svn.osgeo.org/postgis/trunk@8156
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-15  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: put in missing t in raster load examples git-svn-id: http://svn.osgeo.org/postgis/trunk@8155
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-14  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/scripts/plpgsql/st_mapalgebrafctngb.sql,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_mapalgebrafctngb.sql,
	raster/test/regress/rt_mapalgebrafctngb_expected: Added single
	version of map algebra that operates on neighborhoods.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8154
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-14  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/rt_pg/rtpostgis_drop.sql.in.c, raster/test/core/testapi.c,
	raster/test/regress/rt_resample.sql,
	raster/test/regress/rt_resample_expected: Added ability to specify
	raster width and height to ST_Resample.  Associated ticket is #1267 git-svn-id: http://svn.osgeo.org/postgis/trunk@8153
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-14  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control,
	extensions/postgis/sql_bits/remove_from_extension.sql.in: revise
	extension upgrade builder to use new remove functions from extension
	before attemtpting to readd them. Cool I can now upgrade my 2.0.0a3
	to 2.0.0a.6 without any complaints.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8152
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-14  Regina Obe <lr@pcorp.us>

	* extensions/postgis_extension_helper.sql,
	extensions/postgis_extension_helper_uninstall.sql,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control,
	extensions/postgis_topology/sql_bits/remove_from_extension.sql.in: 
	minor corrections to extension helper, create extension uninstall,
	incorporate in topology extension upgrade script git-svn-id: http://svn.osgeo.org/postgis/trunk@8151
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-14  Regina Obe <lr@pcorp.us>

	* extensions/postgis_extension_helper.sql: helper functions for
	creating upgrade extension script.  So far helper so I can
	sneakingly drop functions from an existing extension so I can
	reinstall them if a create or replace will not be sufficient.(so I
	avoid the dreaded error -- can't drop function /aggregate because
	its part of an extension.) git-svn-id: http://svn.osgeo.org/postgis/trunk@8150
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-13  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: #1288: correct some obsolete advice
	about how to create indexes and register a geometry column.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8149
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_createtopogeo.sql,
	topology/test/regress/st_createtopogeo_expected: Do not consider
	nodes with the same bounding box as being equal.  Fixes bug #1284. Includes regression test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8148
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-12  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis_drop.sql.in.c,
	raster/test/regress/rt_mapalgebrafct_2raster.sql,
	raster/test/regress/rt_mapalgebrafct_2raster_expected: Added checks
	to make sure user-function is valid.  Also added check for
	volatility of user-function with notice if function is volatile.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8147
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-12  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8146
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-12  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: escape html entitities in program
	listing of ST_MApAlgebrafct 2 band version git-svn-id: http://svn.osgeo.org/postgis/trunk@8145
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-12  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: add examples and fix arg list git-svn-id: http://svn.osgeo.org/postgis/trunk@8144
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-12  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Removed third variant as it
	conflicts with the second variant of 2-raster ST_MapAlgebraFct Related ticket is #1283 git-svn-id: http://svn.osgeo.org/postgis/trunk@8143
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: begin documentation of 2 band
	ST_MapAlgebraFct -- waiting for dustymugs to fix signature before
	providing examples git-svn-id: http://svn.osgeo.org/postgis/trunk@8142
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix arg list in ST_MapAlgebraExpr single
	band version (nodatavalexpr got relaplced with nodataval which is
	now double precision instead of text) git-svn-id: http://svn.osgeo.org/postgis/trunk@8141
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-11  David Zwarg <dzwarg@azavea.com>

	* raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added more test to
	plpgsql ST_MapAlgebraFctNgb prototype.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8140
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-11  David Zwarg <dzwarg@azavea.com>

	* raster/scripts/plpgsql/st_mapalgebrafctngb.sql: Added pl/pgsql
	prototype of the neighborhood map algebra function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8139
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Removed commented-out stubs for nonexistant
	RASTER_mapAlgebra2Fct git-svn-id: http://svn.osgeo.org/postgis/trunk@8138
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_mapalgebraexpr_2raster.sql,
	raster/test/regress/rt_mapalgebraexpr_2raster_expected,
	raster/test/regress/rt_mapalgebrafct_2raster.sql,
	raster/test/regress/rt_mapalgebrafct_2raster_expected: Add
	ST_MapAlgebraFct for 2 rasters.  This is the sibling of 2-raster
	ST_MapAlgebraExpr.  Renamed RASTER_mapAlgebra2Expr to
	RASTER_mapAlgebra2 as both 2-raster ST_MapAlgebraExpr and
	ST_MapAlgebraFct call the same function.  Associated ticket is #1281.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8137
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: put comment about expression git-svn-id: http://svn.osgeo.org/postgis/trunk@8136
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-10  David Zwarg <dzwarg@azavea.com>

	* doc/reference_raster.xml: Updated documentation for all variants
	of ST_MapAlgebraFct.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8135
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_serialized.c, regress/tickets.sql,
	regress/tickets_expected: Make sure to "round-to-float" boxes read
	from serialized, no matter if there was or not a cache. Fixes #1273.
	Includes regress testing. Note: would be worth to also test the
	2-points line case (I didn't in this specific commit, but the patch
	should fix that as well).  git-svn-id: http://svn.osgeo.org/postgis/trunk@8134
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: add missing references to other
	functions used git-svn-id: http://svn.osgeo.org/postgis/trunk@8133
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Add example of overlaying single rasters
	on same canvas git-svn-id: http://svn.osgeo.org/postgis/trunk@8132
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Signatures changed for
	ST_MapAlgebraExpr where nodatavaluerepl (text) is now nodataval
	(double precision) git-svn-id: http://svn.osgeo.org/postgis/trunk@8131
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Bborie Park <dustymugs@gmail.com>

	* raster/test/core/testapi.c: Removed all remaining memory leaks
	from testapi.c git-svn-id: http://svn.osgeo.org/postgis/trunk@8130
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8129
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Bborie Park <dustymugs@gmail.com>

	* 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
	output raster's extent calculation from RASTER_mapAlgebra2Expr() in
	rt_pg.c to rt_raster_from_two_rasters() in rt_api.c.  Added test of
	rt_raster_from_two_rasters() in testapi.c git-svn-id: http://svn.osgeo.org/postgis/trunk@8128
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typos, provide description for
	nodatanodataval (pierre / bborie /dzwarg -- please check my
	definitions to make sure they are right) git-svn-id: http://svn.osgeo.org/postgis/trunk@8127
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_mapalgebraexpr_2raster.sql,
	raster/test/regress/rt_mapalgebraexpr_2raster_expected: Fixed bug
	where an expression doesn't contain a placeholder (either rast1 or
	rast2).  Associated ticket is #1276.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8126
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix minor typos git-svn-id: http://svn.osgeo.org/postgis/trunk@8125
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Regina Obe <lr@pcorp.us>

	* extensions/postgis/postgis.control,
	extensions/postgis_topology/postgis_topology.control: increment
	version git-svn-id: http://svn.osgeo.org/postgis/trunk@8124
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: break out what all the different
	arguments are in 2 map algebra.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8123
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix some typos, revise example
	demonstrating difference between intersection and union.  include
	pictures.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8122
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-09  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Add ST_BandMetaData to drop
	target.  Upgrade can't install the new version otherwise since the
	output parameter data types changed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8121
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8120
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Bug fix for evaluating remainder when
	remainder is infinitely close to 1.  Basically, the check wasn't
	added to a block of code those similar blocks of code had the check.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8119
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: ST_MapAlgebraExpr - 2 band version -
	incorporate Pierre's corrections / additions git-svn-id: http://svn.osgeo.org/postgis/trunk@8118
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_MapAlgebraExpr (2 raster
	band version).  Need to clean up the example also figure out how I
	managed to crash my server with this.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8117
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Do the "are boxes different?" test in
	ST_Equals using a tolerance instead of exact comparisons.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8116
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@8115
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Sandro Santilli <strk@kbt.io>

	* regress/regress_lrs.sql, regress/regress_lrs_expected: Give unique
	names to linearref tests git-svn-id: http://svn.osgeo.org/postgis/trunk@8114
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_split.c: Add test for bug #1270 git-svn-id: http://svn.osgeo.org/postgis/trunk@8113
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Fix st_line_locate_point check for "last
	point" (#1271) git-svn-id: http://svn.osgeo.org/postgis/trunk@8112
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_mapalgebraexpr.sql,
	raster/test/regress/{rt_mapalgebra2expr.sql =>
	rt_mapalgebraexpr_2raster.sql},
	raster/test/regress/{rt_mapalgebra2expr_expected =>
	rt_mapalgebraexpr_2raster_expected}: Renamed ST_MapAlgebra2Expr to
	ST_MapAlgebra after concensus with Pierre and Regina.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8111
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebraexpr.sql,
	raster/test/regress/rt_mapalgebraexpr_expected: Replaced
	ST_MapAlgebraExpr's "nodatavalueexpr" parameter with "nodataval" and
	datatype changed from text to double precision.  This makes this
	parameter the same as "nodatanodataval" found in ST_MapAlgebra2Expr.  Associated ticket is #866 git-svn-id: http://svn.osgeo.org/postgis/trunk@8110
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-07  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml: Rephrased a sentence or two in
	ST_Resample.  Might not be the best.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8109
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-07  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_mapalgebra2expr.sql,
	raster/test/regress/rt_mapalgebra2expr_expected: Addition of
	2-raster map algebra function ST_MapAlgebra2Expr.  Next is
	ST_MapAlgebra2Fct.  Ticket is #1268.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8108
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-07  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/ptarray.c: Enhance
	robustness of ptarray_locate_point, fixing bug #1269.  Includes regression testcase.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8107
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-06  Bborie Park <dustymugs@gmail.com>

	* postgis/postgis.sql.in.c, postgis/sqldefines.h.in: Following the
	cleanup in r8104, additional cleanup to remove POSTGIS_GDAL_VERSION git-svn-id: http://svn.osgeo.org/postgis/trunk@8106
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_split.c: Double-check line splitting to
	avoid returning empty components It happened on my 32bit system based on presence or absence of an
	lwnotice call, probably a compiler bug...  git-svn-id: http://svn.osgeo.org/postgis/trunk@8105
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-06  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Don't change SQL at compile time. The
	code is safe enough.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8104
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_asraster.sql,
	raster/test/regress/rt_bandmetadata.sql: Renamed output parameter
	"hasnodatavalue" to "hasnodata" in ST_BandMetadata().  This makes
	the parameter name consistent with all other use of "hasnodata" and
	the docs for ST_BandMetadata.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8103
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-06  Bborie Park <dustymugs@gmail.com>

	* raster/Makefile.in, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Fixed the bug
	described in #1263.  Also fixed additional code that has the same
	problem.  Additional syntax cleaning and comments updated.  Fixed
	the problem with "make check" running test/core twice.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8102
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-05  Bborie Park <dustymugs@gmail.com>

	* postgis/Makefile.in, postgis/postgis.sql.in.c,
	raster/rt_pg/rtpostgis.sql.in.c: Reverted r8100 due to regression
	failures. Instead, I added an exception check to catch for when the
	client isn't able to find postgis_gdal_version in the search path.  Associated ticket is #1266 git-svn-id: http://svn.osgeo.org/postgis/trunk@8101
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-05  Bborie Park <dustymugs@gmail.com>

	* postgis/Makefile.in, postgis/postgis.sql.in.c,
	raster/rt_pg/rtpostgis.sql.in.c: Moved postgis_gdal_version() from
	rtpostgis.sql.in.c to postgis.sql.in.c.  Added additional sed
	command to postgis/Makefile.in to handle RASTER_MODULE_PATH so as to
	continue using the underlyiing RASTER_gdal_version().  Associated ticket is #1266.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8100
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-05  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Fix output of ST_Node -- evidentally
	we haven't yet instituted the change to output MULTILINESTRINGZ etc
	in WKT in ST_AsText nor ST_AsEWKT git-svn-id: http://svn.osgeo.org/postgis/trunk@8099
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control: 
	increment to 2.0.0a4 git-svn-id: http://svn.osgeo.org/postgis/trunk@8098
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: increment to
	2.0.0a4 git-svn-id: http://svn.osgeo.org/postgis/trunk@8097
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml,
	doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl: alphabatize
	reference_processing section.  Change postgis cheatsheet to output
	to 2 columns.  Minor adjusts to tiger cheatsheet git-svn-id: http://svn.osgeo.org/postgis/trunk@8096
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: #1206: put in example for ST_Node.
	Can't test yet since my geos is recompiling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8095
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Document ST_Node (#1206) git-svn-id: http://svn.osgeo.org/postgis/trunk@8094
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/node.sql, regress/node_expected: Add
	SQL-level tests for ST_Node (#1206) git-svn-id: http://svn.osgeo.org/postgis/trunk@8093
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Fix clean rule to get rid of .o files git-svn-id: http://svn.osgeo.org/postgis/trunk@8092
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Expose ST_Node at
	SQL level (#1206) git-svn-id: http://svn.osgeo.org/postgis/trunk@8091
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_cheatsheet.html.xsl: ability to turn off example
	generation, and change to turn off by default git-svn-id: http://svn.osgeo.org/postgis/trunk@8090
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos_node.c: Fix builds againts GEOS < 3.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@8089
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_node.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_geos_node.c: Add an
	lwgeom_node function in liblwgeom (see #1206) Includes testcase git-svn-id: http://svn.osgeo.org/postgis/trunk@8088
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml: Add enhanced note for
	AddGeometryColumn git-svn-id: http://svn.osgeo.org/postgis/trunk@8087
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-03  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwcollection.c: Add
	lwcollection_reserve internal function git-svn-id: http://svn.osgeo.org/postgis/trunk@8086
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-03  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c: Pass GEOS
	version to unit tests, skip test for SPLIT when building against
	older geos.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8085
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-03  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_split.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_geos_split.c: Add an line-by-point internal split
	function taking an output vector.  Regress test the new function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8084
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-02  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/summary.sql,
	regress/summary_expected: Add test for ST_Summary git-svn-id: http://svn.osgeo.org/postgis/trunk@8083
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-02  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop.sql.in.c: change order of
	populate_geometry_columns drop all one depends on oid one git-svn-id: http://svn.osgeo.org/postgis/trunk@8082
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-02  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop.sql.in.c: drop  populate_geometry_columns().
	This is needed because got replaced by
	populate_geometry_columns(use_typmod=true).  So if both exist get
	function is not unique error git-svn-id: http://svn.osgeo.org/postgis/trunk@8081
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-02  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop.sql.in.c: #1256 drop memgeomunion so
	geomunion can be dropped git-svn-id: http://svn.osgeo.org/postgis/trunk@8080
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl: more formatting experiments git-svn-id: http://svn.osgeo.org/postgis/trunk@8079
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
	postgis/MISSING_OBJECTS, postgis/lwgeom_debug.c: Composite
	geometries end up with nested BBOX caches (#1254) git-svn-id: http://svn.osgeo.org/postgis/trunk@8078
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Based upon mailing list
	discussion, changed call to ST_AsRaster in _st_intersects(raster,
	geometry) to _st_asraster.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8077
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
	liblwgeom/measures3d.c, postgis/lwgeom_debug.c: Make st_summary at
	least return consistent results (#1254) git-svn-id: http://svn.osgeo.org/postgis/trunk@8076
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_SameAlignment git-svn-id: http://svn.osgeo.org/postgis/trunk@8075
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: revise all to output arg list
	and conditionally show examples and descriptions git-svn-id: http://svn.osgeo.org/postgis/trunk@8074
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-11-01  Regina Obe <lr@pcorp.us>

	* GNUmakefile.in, doc/Makefile.in, doc/installation.xml,
	doc/xsl/postgis_cheatsheet.html.xsl,
	doc/xsl/raster_cheatsheet.html.xsl: xsl to generate postgis
	cheatsheet, add make cheatsheet to gnumake, better outptuting of
	functions with different protos.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8073
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_createtopogeo_expected: ST_CreateTopoGeo:
	speedup merged lines splitting [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@8069
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwpoly.c: Increase accuracy of area calculation (#810) git-svn-id: http://svn.osgeo.org/postgis/trunk@8068
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.h: Remove redundant prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@8067
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, libpgcommon/lwgeom_pg.c,
	postgis/geography_measurement.c: Move gserialized_get_gbox_p to
	liblwgeom and gserialized_read_gbox_p to liblwgeom_internal git-svn-id: http://svn.osgeo.org/postgis/trunk@8066
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/geography_measurement.c, postgis/lwgeom_box.c,
	postgis/lwgeom_btree.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_gist.c: Rename
	pglwgeom_box2d_p git-svn-id: http://svn.osgeo.org/postgis/trunk@8065
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/xsl/raster_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: add raster cheat sheet
	generator -- and a make cheatsheets command to generate all.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8064
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of word "Functions" in section
	headers git-svn-id: http://svn.osgeo.org/postgis/trunk@8063
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_createtopogeo.sql,
	topology/test/regress/st_createtopogeo_expected: ST_CreateTopoGeo:
	do not drop input nodes of degree 2 (#1258) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@8062
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_createtopogeo.sql,
	topology/test/regress/st_createtopogeo_expected: Fix generation of
	topology in presence of edges with same bounding box (#1261).  Includes regress test [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@8061
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix another erroneous statement - its
	ValidateTopology not ST_ValidateTopology git-svn-id: http://svn.osgeo.org/postgis/trunk@8060
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: get rid of word feature in description of
	AddTopGeometryColumn.  Table can be any kind of table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8059
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Regina Obe <lr@pcorp.us>

	* doc/xsl/tiger_geocoder_cheatsheet.html.xsl,
	doc/xsl/topology_cheatsheet.html.xsl: more cleanup -- only print
	example sections if they have examples git-svn-id: http://svn.osgeo.org/postgis/trunk@8058
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/xsl/tiger_geocoder_cheatsheet.html.xsl: build
	cheat sheet for tiger geocoder.  This one looks better laid out than
	topology one so have to revisit topology git-svn-id: http://svn.osgeo.org/postgis/trunk@8057
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-31  Regina Obe <lr@pcorp.us>

	* doc/xsl/topology_cheatsheet.html.xsl: logic to flag new functions
	and allow tags in listings to be displayed git-svn-id: http://svn.osgeo.org/postgis/trunk@8056
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-30  Regina Obe <lr@pcorp.us>

	* doc/xsl/topology_cheatsheet.html.xsl: get rid of unused styles git-svn-id: http://svn.osgeo.org/postgis/trunk@8055
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-30  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: AddEdgeModFace, AddEdgeNewFaces: simplify
	calls to AddEdge [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@8054
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/box2d.c, liblwgeom/g_box.c,
	liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
	liblwgeom/lwcircstring.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_transform.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c,
	liblwgeom/lwout_x3d.c, liblwgeom/lwsegmentize.c,
	liblwgeom/measures.c, liblwgeom/measures3d.c, liblwgeom/vsprintf.c,
	libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	libpgcommon/lwgeom_transform.c, postgis/geography_inout.c: Remove
	some duplicate headers (much of this to be done...) git-svn-id: http://svn.osgeo.org/postgis/trunk@8053
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/profile.h, libpgcommon/lwgeom_pg.h,
	postgis/SERIALIZED_FORM, postgis/profile.h: Remove SERIALIZED_FORM git-svn-id: http://svn.osgeo.org/postgis/trunk@8052
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/Makefile.in, postgis/geography.h,
	postgis/geography_inout.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.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_sqlmm.c,
	postgis/lwgeom_transform.c: Remove pglwgeom_serialize git-svn-id: http://svn.osgeo.org/postgis/trunk@8051
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-30  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add some hints about the visited table
	for topology.AsGML git-svn-id: http://svn.osgeo.org/postgis/trunk@8050
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-30  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/xsl/topology_cheatsheet.html.xsl: logic to
	build html cheatsheet -- some logic still needed to extract the
	examples correctly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8049
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-30  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: get rid of extra fluff words in section
	titles git-svn-id: http://svn.osgeo.org/postgis/trunk@8048
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Fix regression git-svn-id: http://svn.osgeo.org/postgis/trunk@8047
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c, libpgcommon/lwgeom_pg.c,
	libpgcommon/lwgeom_pg.h, postgis/geography_inout.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
	raster/rt_pg/rt_pg.c: Remove pglwgeom_ndims git-svn-id: http://svn.osgeo.org/postgis/trunk@8046
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_functions_basic.c: Remove pglwgeom_size git-svn-id: http://svn.osgeo.org/postgis/trunk@8045
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_functions_basic.c: Remove pglwgeom_get_zm git-svn-id: http://svn.osgeo.org/postgis/trunk@8044
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Fix odd formating in
	optimistic_overlap git-svn-id: http://svn.osgeo.org/postgis/trunk@8043
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_geos.c: Remove pglwgeom_is_empty git-svn-id: http://svn.osgeo.org/postgis/trunk@8042
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_inout.c: Remove pglwgeom_drop_bbox git-svn-id: http://svn.osgeo.org/postgis/trunk@8041
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in: Remove
	pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m git-svn-id: http://svn.osgeo.org/postgis/trunk@8040
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_gist.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: Remove
	pglwgeom_has_bbox, pglwgeom_has_z, pglwgeom_has_m git-svn-id: http://svn.osgeo.org/postgis/trunk@8039
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/geography_inout.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_spheroid.c: Remove
	pglwgeom_get_type git-svn-id: http://svn.osgeo.org/postgis/trunk@8038
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_btree.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_gist.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_transform.c: remove
	pglwgeom_get_srid, pglwgeom_set_srid git-svn-id: http://svn.osgeo.org/postgis/trunk@8037
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/geography_inout.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.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_clean.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_rtree.c, postgis/lwgeom_spheroid.c,
	postgis/lwgeom_sqlmm.c, postgis/lwgeom_transform.c: Remove
	pglwgeom_deserialize git-svn-id: http://svn.osgeo.org/postgis/trunk@8036
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Commit remaining
	removals of BOX2DFLOAT4 and PG_LWGEOM git-svn-id: http://svn.osgeo.org/postgis/trunk@8035
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/box2d.c, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	postgis/geography_inout.c, postgis/geometry_estimate.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.h,
	postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_prepared.c,
	postgis/lwgeom_geos_prepared.h, postgis/lwgeom_gist.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_spheroid.c, postgis/lwgeom_sqlmm.c,
	postgis/lwgeom_transform.c: Remove BOX2DFLOAT4->GBOX and
	PG_LWGEOM->GSERIALIZED #defines git-svn-id: http://svn.osgeo.org/postgis/trunk@8034
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c: Fix call to
	geometry_type_from_string to use right type.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8033
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h: Move
	clone support functions into internal git-svn-id: http://svn.osgeo.org/postgis/trunk@8032
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c, liblwgeom/measures.c,
	postgis/geography_estimate.c, postgis/geometry_estimate.c,
	postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_functions_basic.c: Replace min/max/abs macros with
	FP_* variants in liblwgeom/ and with pgsql variants in postgis/ git-svn-id: http://svn.osgeo.org/postgis/trunk@8031
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/box2d.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom_api.c, postgis/lwgeom_functions_analytic.c: Remove
	orphaned box3d and box2dfloat4 utility functions git-svn-id: http://svn.osgeo.org/postgis/trunk@8030
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c, liblwgeom/ptarray.c: 
	Remove orphaned _compute_box3d functions git-svn-id: http://svn.osgeo.org/postgis/trunk@8029
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h.in: Remove
	box2df_from_gbox and gbox_from_box2df git-svn-id: http://svn.osgeo.org/postgis/trunk@8028
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_util.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwutil.c,
	loader/pgsql2shp-core.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_debug.c, postgis/lwgeom_functions_basic.c: Ensure
	calls to lwgeom->type use type of uint8_t git-svn-id: http://svn.osgeo.org/postgis/trunk@8027
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos.h, postgis/lwgeom_inout.c: Remove old profiling
	code git-svn-id: http://svn.osgeo.org/postgis/trunk@8026
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c,
	liblwgeom/lwsegmentize.c, postgis/lwgeom_rtree.c: Remove old 8-bit
	type utility functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8025
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, postgis/geography_estimate.c,
	postgis/geometry_estimate.c, postgis/lwgeom_box.c,
	postgis/lwgeom_box3d.c: Remove LWGEOM_Min* and LWGEOM_Max* git-svn-id: http://svn.osgeo.org/postgis/trunk@8024
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
	postgis/BBOXCACHE_BEHAVIOURS: Remove serialized_form functions:
	lwpoint_serialize_size lwpoint_serialize lwpoint_serialize_buf
	lwline_serialize_size lwline_serialize lwline_serialize_buf
	lwpoly_serialize_size lwpoly_serialize lwpoly_serialize_buf
	lwtriangle_serialize_size lwtriangle_serialize
	lwtriangle_serialize_buf lwcircstring_serialize_size
	lwcircstring_serialize lwcircstring_serialize_buf
	lwcollection_serialize_size lwcollection_serialize_buf
	lwgeom_constructempty lwgeom_constructempty_buf lwgeom_empty_length
	lwgeom_serialize_size lwgeom_serialize lwgeom_serialized_construct
	lwgeom_getsrid git-svn-id: http://svn.osgeo.org/postgis/trunk@8023
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove
	printBYTES git-svn-id: http://svn.osgeo.org/postgis/trunk@8022
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in: Reorder header file a little.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8021
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_api.c: Complete removal of LWGEOM_INSPECTED git-svn-id: http://svn.osgeo.org/postgis/trunk@8020
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in: Remove LWGEOM_INSPECTED git-svn-id: http://svn.osgeo.org/postgis/trunk@8019
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwmsurface.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
	liblwgeom/lwpsurface.c, liblwgeom/lwtin.c, liblwgeom/lwtriangle.c: 
	Remove old deserialze and inspected functions.  serialized_lwgeom_size lwgeom_size_subgeom lwgeom_size_point
	lwgeom_size_line lwgeom_size_circstring lwgeom_size_poly
	lwgeom_size_triangle lwgeom_deserialize lwpoint_deserialize
	lwline_deserialize lwpoly_deserialize lwtriangle_deserialize
	lwcircstring_deserialize lwmpoint_deserialize lwmline_deserialize
	lwmpoly_deserialize lwcollection_deserialize lwcompound_deserialize
	lwcurvepoly_deserialize lwmcurve_deserialize lwmsurface_deserialize
	lwpsurface_deserialize lwtin_deserialize printMULTI lwgeom_inspect
	lwgeom_getpoint_inspected lwgeom_getpoint lwgeom_getline_inspected
	lwgeom_getline lwgeom_getpoly lwgeom_getpoly_inspected
	lwgeom_gettriangle lwgeom_gettriangle_inspected
	lwgeom_getcircstring_inspected lwgeom_getgeom_inspected
	lwgeom_getsubgeometry lwgeom_getsubgeometry_inspected
	lwgeom_getsubtype lwgeom_getsubtype_inspected
	lwgeom_getnumgeometries lwgeom_getnumgeometries_inspected git-svn-id: http://svn.osgeo.org/postgis/trunk@8018
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove
	compute_serialized_box3d git-svn-id: http://svn.osgeo.org/postgis/trunk@8017
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, postgis/lwgeom_geos.c,
	postgis/lwgeom_inout.c: Remove duplicate and unused
	is_worth_caching_serialized_bbox and is_worth_caching_lwgeom_bbox git-svn-id: http://svn.osgeo.org/postgis/trunk@8016
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add ignores for new built files git-svn-id: http://svn.osgeo.org/postgis/trunk@8015
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/.svnignore: Added rtpostgis_drop.sql,
	rtpostgis_drop.sql.in, rtpostgis_upgrade.sql and
	rtpostgis_upgrade_20_minor.sql to svn:ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@8012
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-27  Bborie Park <dustymugs@gmail.com>

	* raster/.svnignore, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/scripts/python/.svnignore: 
	Refactored rt_band_get_min_value() to call new function
	rt_pixtype_get_min_value().  Addition of function
	rt_util_extent_type().  git-svn-id: http://svn.osgeo.org/postgis/trunk@8011
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	postgis/lwgeom_btree.c: Remove PG_LWGEOM_construct git-svn-id: http://svn.osgeo.org/postgis/trunk@8010
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Remove orphaned
	pglwgeom function pglwgeom_compute_serialized_box3d git-svn-id: http://svn.osgeo.org/postgis/trunk@8009
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.c: Remove non-gserialized portions of
	utility functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8008
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/rfc/postgis_rfc_03_sheet.txt, liblwgeom/box2d.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/lwgeom_api.c: Remove more
	orphaned box2d support functions git-svn-id: http://svn.osgeo.org/postgis/trunk@8007
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
	liblwgeom/ptarray.c: Remove *_compute_box2d* functions that are now
	orphans.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8006
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_box3d.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, raster/rt_pg/rt_pg.c: Remove gserialized_on
	conditionals. Only type defines remain to be cleared out.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8005
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_pg.h, postgis/Makefile.in,
	postgis/lwgeom_box.c, postgis/lwgeom_box2dfloat4.c,
	postgis/lwgeom_box3d.c: Remove old box2dfloat4 in favor of gbox.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8004
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-25  Sandro Santilli <strk@kbt.io>

	* postgis/geometry_estimate.c: Add own copyright on the file. See

	http://postgis.refractions.net/pipermail/postgis-devel/2004-March/thread.html for historical mail exchanges about it :)git-svn-id: http://svn.osgeo.org/postgis/trunk@8003
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/{geometry_gist_selectivity.c =>
	geometry_estimate.c}, postgis/lwgeom_estimate.c: Remove old
	serialized_form index selectivity code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8002
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-21  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Explode the topology sections to keep
	primitive (sql/mm) topology management more separate from higher
	(TopoGeometry) management.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8001
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-21  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@8000
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/core/testapi.c,
	raster/test/regress/rt_samealignment_expected: Corrected
	rt_raster_same_alignment() and RASTER_sameAlignment() to behave as
	an end-user would expect it to.  So intead of errors when parameters
	don't match, return false.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7999
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-21  Bborie Park <dustymugs@gmail.com>

	* doc/reference_raster.xml, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/rt_pg/rt_pg.c: Changed
	rt_raster_has_no_band to use 0-based band index instead of 1-based.
	Removed function prototype ST_HasNoData(raster) as the other
	prototype ST_HasNoData(raster, nband) now uses the default value of
	1 for nband.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7998
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-21  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/rt_pg/rtpostgis_drop.sql.in.c: Changed those functions that
	is 1-based for band index to 0-based in rt_core.  This leaves only
	rt_raster_has_no_band, which may have other issues as well.  Associated ticket is #754 git-svn-id: http://svn.osgeo.org/postgis/trunk@7997
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-21  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: put
	in logic to st_setsrid to wgs84 before doing st_distance_sphere  in
	case Paul decides he doesn't want to fix the regression issue noted
	in #1243 git-svn-id: http://svn.osgeo.org/postgis/trunk@7996
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-20  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7995
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-20  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Removed use of PG_DETOAST_DATUM_COPY and
	PG_FREE_IF_COPY as all rasters should be detoasted using
	PG_DETOAST_DATUM as it doesn't create a copy, thus consuming more
	space.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7994
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-20  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Replaced missing signatures of
	ST_MapAlgebraFct.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7993
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-20  Regina Obe <lr@pcorp.us>

	* topology/sql/gml.sql,
	topology/sql/topoelement/topoelement_agg.sql: move function args to
	single line so CREATe EXTENSION topology FROM unpackaged script
	builds corectly git-svn-id: http://svn.osgeo.org/postgis/trunk@7992
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: add in missing ST_MapAlgebraFct protos git-svn-id: http://svn.osgeo.org/postgis/trunk@7991
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: evidentally missed one or get the wrong
	ST_MapAlgebraFct proto in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@7990
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Get rid of
	st_mapalgebrafct(raster,text,regprocedure,text[]) proto since there
	is no matching function - messing up my ability to test my
	extensions git-svn-id: http://svn.osgeo.org/postgis/trunk@7989
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #860 Get rid of some dup definitions in
	ST_MapAlgebraFct and add some missing ones.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7988
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-18  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in: Add postgis_before_drop for dropping
	functions that have arument names renamed before reinstall.  Just
	for upgrade script since can't do CREATE OR REPLACE if arg names
	have changed git-svn-id: http://svn.osgeo.org/postgis/trunk@7987
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-17  David Zwarg <dzwarg@azavea.com>

	* doc/reference_raster.xml: Fixed documentation code listing typo
	for ST_MapAlgebraFct, and added more information about userfunctions
	and variadic text args.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7986
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-17  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: update bios git-svn-id: http://svn.osgeo.org/postgis/trunk@7985
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-17  David Zwarg <dzwarg@azavea.com>

	* doc/reference_raster.xml: Added ST_MapAlgebraFct to documentation,
	with same examples as ST_MapAlgebraExpr git-svn-id: http://svn.osgeo.org/postgis/trunk@7984
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-16  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile, extensions/postgis/postgis.control,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: upgrade from
	a1-a3 for topology, beginning of upgrade extension for postgis --
	still need to resolve issue of ALTER EXTENSION not having a DROP IF
	EXISTS -- a bit annoying for aggs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7983
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-14  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/reference_misc.xml: Move XMin/Max
	etc out of miscellaneous into accessors -- Per Pierre's suggestion.
	Seems more logical.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7982
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-14  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Getr di of the word function in
	heard.  Guess it is kind of stupid git-svn-id: http://svn.osgeo.org/postgis/trunk@7981
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-14  David Zwarg <dzwarg@azavea.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/create_rt_mapalgebra_test.sql,
	raster/test/regress/{rt_mapalgebra.sql => rt_mapalgebraexpr.sql},
	raster/test/regress/{rt_mapalgebra_expected =>
	rt_mapalgebraexpr_expected},
	raster/test/regress/rt_mapalgebrafct.sql,
	raster/test/regress/rt_mapalgebrafct_expected: Implemented raster
	map algebra with user functions/callbacks. (#860) git-svn-id: http://svn.osgeo.org/postgis/trunk@7980
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Actually we use bash code, not sh code git-svn-id: http://svn.osgeo.org/postgis/trunk@7979
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-13  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Add _ST_Resample --
	evidentally arg names changed.   also got rid of arg names in
	_ST_AsRaster git-svn-id: http://svn.osgeo.org/postgis/trunk@7977
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-13  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop_before.sql.in.c: Some functions need to be
	dropped before upgrade minor if they need to be recreated.  This is
	required for functions where argument names change but fundamental
	types do not.  Will add this to upgrade minor script build later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7976
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-12  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Bug fix for
	_ST_Intersects(geometry, raster) where the buffering of the
	intersection could return NULL.  This happens if the buffer was
	passed zero for the buffer distance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7975
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-12  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: move ST_AddBand to raster constructors
	section per ticket #1240 and rename Raster Band Accessors and
	Constructors to just Raster Band Accessors git-svn-id: http://svn.osgeo.org/postgis/trunk@7974
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-12  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: another minor correction git-svn-id: http://svn.osgeo.org/postgis/trunk@7972
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-12  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: #1241 apply
	doc_vacuum_analyze_and_I_None_typo.patch git-svn-id: http://svn.osgeo.org/postgis/trunk@7971
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-11  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7970
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-11  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore more generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@7969
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Restrict valid spatial_ref_sys SRID
	values between 1 and 998999 (#1233) I guess it'll take some special handling for this change in the
	upgrade scripts. I didn't do any with this commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7968
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_typmod.c: Clamp SRID in typmod parser. Now we
	get NOTICE/clamp also on create table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7967
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/st_remedgemodface_expected,
	topology/test/regress/st_remedgenewface_expected: Clamp SRID in
	AddGeometryColumn, update expected topology test results to expect
	-1 being transformed to 0 (current official UNKNOWN SRID value).  git-svn-id: http://svn.osgeo.org/postgis/trunk@7966
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
	regress/sql-mm-multicurve.sql, regress/sql-mm-multicurve_expected,
	regress/sql-mm-multisurface.sql,
	regress/sql-mm-multisurface_expected: Do not use AddGeometryColumn,
	to avoid having to write an explicit unknown SRID value.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7965
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@7964
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwutil.c: Clamp SRID on serialization and deserialization.
	Raise an error when clamp_srid receives a number > 999999 git-svn-id: http://svn.osgeo.org/postgis/trunk@7963
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/create_rt_gist_test.sql: Do not input an
	explicit value to mean unknown SRID (in raster test) git-svn-id: http://svn.osgeo.org/postgis/trunk@7962
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql: Do not input an explicit value to mean
	unknown SRID git-svn-id: http://svn.osgeo.org/postgis/trunk@7961
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-10  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7960
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-07  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7959
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/Makefile.in: minor cleanup and prettiness.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7958
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Make use of clamp_srid function for SRID
	checks git-svn-id: http://svn.osgeo.org/postgis/trunk@7957
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwutil.c: Raise a NOTICE when a SRID <= 0 but !=
	SRID_UNKNOWN is converted git-svn-id: http://svn.osgeo.org/postgis/trunk@7956
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: Clamp literal SRID
	values occurring in WKB and WKT.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7955
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom_internal.h, liblwgeom/lwutil.c: Add clamp_srid
	internal function returning UNKNOWN for <= 0 values.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7954
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-06  Sandro Santilli <strk@kbt.io>

	* regress/out_geography.sql: Do not use an explicit SRID=-1 in EKWT.
	It's not needed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7953
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-06  Sandro Santilli <strk@kbt.io>

	* regress/relate.sql: Do not use an explicit SRID=-1 in EKWT. It's
	not needed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7952
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-05  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_samealignment.sql,
	raster/test/regress/rt_samealignment_expected: Implements
	ST_SameAlignment.  Associated ticket is #589.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7951
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-05  Bborie Park <dustymugs@gmail.com>

	* configure.ac: Fixed --with-gdalconfig parameter as per ticket
	#1167.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7950
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-05  Bborie Park <dustymugs@gmail.com>

	* 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,
	reduce the number of calculations when doing
	rt_raster_geopoint_to_cell by using an inverse geotransform matrix.
	Unlike the patch attached to the ticket, this commit does not change
	the structure of the rt_raster struct.  It may be worth changing the
	rt_raster struct eventually, but will cost us the single memcpy when
	serializing rt_raster.  Also, changes for testing SRID as "unknown"
	if value is lte SRID_UNKNOWN (presently 0).  Associated ticket is #1174.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7949
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-05  Bborie Park <dustymugs@gmail.com>

	* postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
	raster/rt_core/rt_api.c: Removed hackish use of POSTGIS_GDAL_VERSION
	in postgis/sqldefines.h.in and postgis/postgis.sql.in.c.  Added
	conditional compilation of extent resizing based upon GDAL version
	in rt_api.c git-svn-id: http://svn.osgeo.org/postgis/trunk@7948
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7947
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Sandro Santilli <strk@kbt.io>

	* regress/run_test: don't try to call postgis_gdal_version() if not
	testing raster (the signature is unavailable) git-svn-id: http://svn.osgeo.org/postgis/trunk@7946
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Bborie Park <dustymugs@gmail.com>

	* configure.ac, postgis/postgis.sql.in.c,
	raster/raster_config.h.in, 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, regress/run_test: Adds
	postgis_gdal_version() function as per ticket #1225.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7945
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Changed adjustment of extent by
	half-pixel to full-pixel for points and linestrings to ensure
	compatibility with GDAL 1.6, 1.7 and 1.8.  GDAL 1.9 (current trunk)
	appears to work fine with half-pixel adjustments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7944
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Regina Obe <lr@pcorp.us>

	* NEWS: add KNN GIST + credits to news release (was already in docs) git-svn-id: http://svn.osgeo.org/postgis/trunk@7943
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: minor correction to <#> description git-svn-id: http://svn.osgeo.org/postgis/trunk@7942
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_intersects.sql: For linestrings, use same
	logic for points where extent is increased by half a pixel to catch
	geometries on the edges.  Associated ticket is #1213 git-svn-id: http://svn.osgeo.org/postgis/trunk@7941
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Sandro Santilli <strk@kbt.io>

	* 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 !) git-svn-id: http://svn.osgeo.org/postgis/trunk@7940
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Sandro Santilli <strk@kbt.io>

	* topology/README: Simple review of the topology README. Wasn't that
	outdated :) git-svn-id: http://svn.osgeo.org/postgis/trunk@7939
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7938
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopology_expected,
	topology/test/regress/st_createtopogeo_expected: Tweak expected test
	output to expect unknown srid to be reported as 0 If this will change before release, git-revert is our friend git-svn-id: http://svn.osgeo.org/postgis/trunk@7937
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-04  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Make topology.CreateTopology
	unknown-srid-agnostic (uses ST_Srid to tell) Hopefully this makes the topology code stable during the SRID fights
	:) git-svn-id: http://svn.osgeo.org/postgis/trunk@7936
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: Guess Nicklas was right - should have
	looked at my explain.  Revised example to use geometry constants.
	Seems to be a limitation in KNN that it needs constants.  Same
	annoying behavior with my trigram KNN that only constant phrases
	work, not even constant phrases wrapped in alias work.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7935
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal_expected,
	topology/test/regress/st_remedgemodface_expected,
	topology/test/regress/st_remedgenewface_expected: Drop more
	non-ascii dashes, update regress tests (#1226) [RT-SIGTA] There's a still-failing regress test due to SRID 0 being considered
	!= 1 git-svn-id: http://svn.osgeo.org/postgis/trunk@7934
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Use ASCII dash, not UTF8 one. Fixes #1226.
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7933
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-02  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: Add in st_valuecount
	evidentally changed output in 2.0 series git-svn-id: http://svn.osgeo.org/postgis/trunk@7932
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: fixed _st_intersects(raster,
	geometry, integer) where call to ST_Intersects was hardcoding the
	first band of raster instead of using user-provided nband.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7931
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-02  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/Makefile.in, raster/rt_pg/rtpostgis_drop.sql.in.c: 
	preliminary logic to build an rtpostgis_upgrade_20_minor.sql script.
	Still missing a drop somewhere since my older db doesn't upgrade
	because complains about out parameters changed in some function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7930
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-01  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/Makefile.in: Fixed installation path of rtpostgis.sql
	to contrib/postgis-2.0.  Added build of rtpostgis_drop.sql Associated ticket is #615 git-svn-id: http://svn.osgeo.org/postgis/trunk@7929
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-01  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: itemize more removed
	functions for upgrade purposes git-svn-id: http://svn.osgeo.org/postgis/trunk@7928
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-01  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: add very paertinatnet ST_3DDistance
	reference to ST_3DDwithin git-svn-id: http://svn.osgeo.org/postgis/trunk@7927
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-10-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of obsolete proto, replace with
	new onesfor ST_Intersects. Clarify distinctions between
	raster/goemtry and geometry/raster operations git-svn-id: http://svn.osgeo.org/postgis/trunk@7926
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-30  David Zwarg <dzwarg@azavea.com>

	* doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_mapalgebra.sql: Changed ST_MapAlgebra to
	ST_MapAlgebraExpr. Also moved around the pixeltype parameter -- it
	is no longer optional. Also updated docs that referred to
	ST_MapAlgebra. (#860) git-svn-id: http://svn.osgeo.org/postgis/trunk@7925
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-30  David Zwarg <dzwarg@azavea.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Renamed
	'nodatavalueexpr' variable. (#866) git-svn-id: http://svn.osgeo.org/postgis/trunk@7924
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-30  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
	raster/test/regress/rt_asgdalraster.sql,
	raster/test/regress/rt_asjpeg.sql,
	raster/test/regress/rt_aspng.sql,
	raster/test/regress/rt_astiff.sql,
	raster/test/regress/rt_intersects.sql: Updated regression tests to
	correctly support change of unknown SRID from -1 to 0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7923
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in: Fix distclean
	rule to drop Makefile too git-svn-id: http://svn.osgeo.org/postgis/trunk@7922
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	loader/Makefile.in: Define SHELL (used by LIBTOOL and INSTALL)
	hopefully helps bug #1218 git-svn-id: http://svn.osgeo.org/postgis/trunk@7921
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Uncommented include of lwgeom_pg.h in
	rt_pg.c.  Fixed setting SRID to -1 to SRID_UNKNOWN.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7920
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-29  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_intersects.sql: Changed function
	ST_Intersects(raster, raster, int, int) to ST_Intersects(raster,
	raster).  Added additional comments to rt_raster_geopoint_to_cell().  Associated ticket is #1212 git-svn-id: http://svn.osgeo.org/postgis/trunk@7919
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-29  Sandro Santilli <strk@kbt.io>

	* doc/using_postgis_app.xml: Do not incentivate use of SRID=-1 in
	mapserver examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7918
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-29  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Do not suggest using "SRID=<unknown>"
	prefix in EWKT git-svn-id: http://svn.osgeo.org/postgis/trunk@7917
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-29  Regina Obe <lr@pcorp.us>

	* extensions/postgis/Makefile: start work building unpackaged git-svn-id: http://svn.osgeo.org/postgis/trunk@7916
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-29  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml, doc/release_notes.xml: add KNN gist and srid
	=0 breaking change.  Add Vizzuality to corporate sponsors git-svn-id: http://svn.osgeo.org/postgis/trunk@7915
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/gserialized.h: Remove gserialized.h define file
	(actual #define is now temporarily in liblwgeom.h) git-svn-id: http://svn.osgeo.org/postgis/trunk@7914
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, libpgcommon/gserialized.h,
	libpgcommon/lwgeom_pg.h, postgis/geography.h,
	postgis/geography.sql.in.c, postgis/legacy.sql.in.c,
	postgis/legacy_compatibility_layer.sql.in.c,
	postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
	raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c: Remove
	GSERIALIZED_ON from .sql files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7913
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/extras_topology.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/examples/Makefile, liblwgeom/examples/README,
	liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_geos_split.c,
	liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_rtree.c,
	postgis/lwgeom_transform.c, regress/out_geometry.sql,
	regress/out_geometry_expected, regress/regress_proj.sql,
	regress/regress_proj_expected,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly_expected: Change "no SRID" SRID to 0 (#286) git-svn-id: http://svn.osgeo.org/postgis/trunk@7912
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-28  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: document box distance KNN operator git-svn-id: http://svn.osgeo.org/postgis/trunk@7911
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c: Make the <-> operator return linear
	not square units, to match the <#> operator.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7910
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c: Add
	box-wise ORDER BY for KNN (#701) git-svn-id: http://svn.osgeo.org/postgis/trunk@7909
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-28  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Image generator also uses LWDEBUG
	macros... how popular ! git-svn-id: http://svn.osgeo.org/postgis/trunk@7908
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-28  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h.in,
	liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
	liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c,
	liblwgeom/lwgeom_log.h, liblwgeom/lwgeom_transform.c,
	liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
	liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.y, liblwgeom/lwline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwspheroid.c,
	liblwgeom/lwtin.c, liblwgeom/lwtree.c, liblwgeom/lwtriangle.c,
	liblwgeom/lwutil.c, liblwgeom/measures.c, liblwgeom/measures3d.c,
	liblwgeom/ptarray.c, libpgcommon/lwgeom_transform.c,
	loader/pgsql2shp-core.c, loader/shp2pgsql-core.c,
	postgis/geography_measurement.c, postgis/lwgeom_debug.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_lrs.c, postgis/lwgeom_rtree.c,
	postgis/lwgeom_spheroid.c: Move LWDEBUG macros in a new lwgeom_log.h
	header file (see #1220) Update all implementation files accordingly.  Fix some misuses out
	of liblwgeom.  Add missing copyright notices in a few files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7907
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* extensions/{postgis_core => postgis}/META.json,
	extensions/{postgis_core => postgis}/Makefile,
	extensions/{postgis_core => postgis}/doc/postgis.md,
	extensions/postgis/postgis.control,
	extensions/postgis_core/postgis_core.control,
	extensions/postgis_raster/META.json,
	extensions/postgis_raster/Makefile,
	extensions/postgis_raster/doc/postgis.md,
	extensions/postgis_raster/postgis_raster.control,
	extensions/postgis_topology/postgis_topology.control: merge postgis
	and raster into a single extension called "postgis", revise
	postgis_topology control to depend on this new extension git-svn-id: http://svn.osgeo.org/postgis/trunk@7906
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis_drop.sql.in.c: 
	more drop of functions that changed signature git-svn-id: http://svn.osgeo.org/postgis/trunk@7905
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: clarify current implementation is
	centroid of box not the geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7904
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Drop duplicated geometry_out definition git-svn-id: http://svn.osgeo.org/postgis/trunk@7903
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: correct the description on semantics
	of knn operator git-svn-id: http://svn.osgeo.org/postgis/trunk@7902
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/Makefile.in: 
	Removed ST_Intersects(raster, int, raster, int) version of two
	raster ST_Intersects.  Associated ticket is #1212 git-svn-id: http://svn.osgeo.org/postgis/trunk@7901
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: wrap examples in cdata tags so don't
	break parser git-svn-id: http://svn.osgeo.org/postgis/trunk@7900
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: document new knn gist operator --
	example mostly plagiarized from Paul's postgis-devel example with
	addition of care consideration of safe casting and SQL formatting.
	I know I'm getting lazy in my old age.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7899
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* raster/rt_pg/rtpostgis_drop.sql.in.c: preliminary work on drop
	deprecated functions.  Not tied into anything yet.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7898
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of obslete protos for
	ST_Intersects and revise description to describe new semantics of
	raster st_intersects git-svn-id: http://svn.osgeo.org/postgis/trunk@7897
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-27  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop.sql.in.c: put in svn keywords and forcce to
	LF git-svn-id: http://svn.osgeo.org/postgis/trunk@7896
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: Wrap <-> distance ordering into a PgSQL
	9.1+ block.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7895
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c, postgis/postgis.sql.in.c: Add
	support for KNN-GiST ops. First cut only, much testing required.
	(#701) git-svn-id: http://svn.osgeo.org/postgis/trunk@7894
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-26  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_createtopogeo.sql: Don't use the same
	name for input parameter and returned table description.  Hopefully fixes ticket #1210 [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7893
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-26  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document
	ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out
	ST_Intersects(rasta,nbanda,rastb,nbandb) - that one offends my
	senses.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7892
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-25  Regina Obe <lr@pcorp.us>

	* raster/test/core/Makefile.in: add missing geos flag to let it make
	check under mingw git-svn-id: http://svn.osgeo.org/postgis/trunk@7891
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.h: Removed unnecessary typedef for fmin and
	fmax on windows.  Possible fix to #1207.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7890
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/Makefile.in, raster/rt_core/rt_api.h,
	raster/test/core/Makefile.in: Tweaks to makefiles due to linker
	symbol errors in OSX.  Hopefully this can also resolve the issue
	with #1207.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7889
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-23  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: Add killer sed
	command to create a topology upgrade minor script from topology.sql.
	Also change release version to 2.0.0a1 since we haven't released
	yet. This will build a script to upgrade our mislabeled 2.0.0 to
	2.0.0a1 git-svn-id: http://svn.osgeo.org/postgis/trunk@7888
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-23  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tiger_loader.sql: #1209:
	redundant constraint chk_statefp on loading edges.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7887
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-23  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Update topology functions status.
	We've completed the SQL/MM set ! git-svn-id: http://svn.osgeo.org/postgis/trunk@7886
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-23  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql,
	topology/test/Makefile, topology/test/regress/st_createtopogeo.sql,
	topology/test/regress/st_createtopogeo_expected: Implement
	topology.ST_CreateTopoGeo (#1190) [RT-SIGTA] Includes regress testing and documentation update git-svn-id: http://svn.osgeo.org/postgis/trunk@7885
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-22  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_intersects.sql,
	raster/test/regress/rt_intersects_expected,
	raster/test/regress/rt_spatial_relationship.sql,
	raster/test/regress/rt_spatial_relationship_expected: Further tweaks
	to rt_raster_gdal_rasterize to correctly handle auto-computed
	extents of multipoints.  Addition of ST_Intersects for two rasters.
	Refactored the one raster and one geometry version of ST_Intersects.  Associated ticket is #1176 git-svn-id: http://svn.osgeo.org/postgis/trunk@7884
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_addedgenewfaces_expected: Make face
	creation order predictable in ST_AddEdgeNewFaces (#1205) Always create the face on the right first [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7883
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Add notes and TODO items about the
	edge-adding functions [RT-SIGTA] See ticket #1205 git-svn-id: http://svn.osgeo.org/postgis/trunk@7882
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Reduce noice produced by ST_AddEdgeModFace
	at NOTICE level [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7881
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-21  Sandro Santilli <strk@kbt.io>

	* 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...  git-svn-id: http://svn.osgeo.org/postgis/trunk@7880
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-21  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7879
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-21  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql,
	topology/test/regress/st_remedgemodface_expected: Make
	RemEdgeModFace symmetric to AddEdgeModFace about face retention Save the face on the right, so that running: ST_RemEdgeModFace(name,
	ST_AddEdgeModFace(name, ...)) ... will not modify the topology.
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7878
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-21  Regina Obe <lr@pcorp.us>

	* topology/sql/gml.sql, topology/sql/manage/CopyTopology.sql: move
	args to same line as func so extensions unpackaged adds them
	correctly will ahve to come up with a better way of doing this.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7877
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-21  Regina Obe <lr@pcorp.us>

	* extensions/postgis_raster/postgis_raster.control: makr
	postgis_core as required.  Admittedly this will go away once we
	merge postgis_core and raster.  Doing this gets rid of issues with
	raster not being able to find geometry etc if installed in separate
	schema from postgis_core git-svn-id: http://svn.osgeo.org/postgis/trunk@7876
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-21  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile,
	extensions/postgis_topology/postgis_topology.control: more changes
	to properly utilize extenions model, 1 remove create schema since
	extesnion creates it if not present, in control file designate
	postgis_core is required so create adds it to search path, more
	cleanup for unpackaged git-svn-id: http://svn.osgeo.org/postgis/trunk@7875
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-21  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile: pick up table, type,
	trigger, and schemas in unlogged add git-svn-id: http://svn.osgeo.org/postgis/trunk@7874
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-20  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile, topology/sql/gml.sql: get
	rid of linebreaks in function arg list so unpackaged builder works,
	fix logical error in sed expression git-svn-id: http://svn.osgeo.org/postgis/trunk@7873
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-20  Regina Obe <lr@pcorp.us>

	* extensions/postgis_topology/Makefile: preliminary logic to build
	install from unpackaged file git-svn-id: http://svn.osgeo.org/postgis/trunk@7872
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-20  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql,
	topology/test/Makefile,
	topology/test/regress/st_remedgemodface.sql,
	topology/test/regress/st_remedgemodface_expected: Implement
	ST_RemEdgeModFace (#1189)  [RT-SIGTA] Include regress testing and documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7871
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: additional code cleanup of
	rt_raster_gdal_rasterize git-svn-id: http://svn.osgeo.org/postgis/trunk@7870
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-19  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql,
	topology/test/regress/st_remedgenewface_expected: Have
	ST_RemEdgeNewFace return NULL when no face is created [RT-SIGTA] This is to match the ISO spec more closely. Docs and regress test
	updated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7869
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-19  Sandro Santilli <strk@kbt.io>

	* postgis/geometry_gist_selectivity.c: Fix ST_Estimated_Extent by
	correctly interpret histogram box (#1200) git-svn-id: http://svn.osgeo.org/postgis/trunk@7868
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-19  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql: TopologySummary: do not
	count the universe face in the face count git-svn-id: http://svn.osgeo.org/postgis/trunk@7867
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-19  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/regress/sqlmm_expected: 
	ST_InitTopoGeo: use named argument, drop trailing space from return
	text git-svn-id: http://svn.osgeo.org/postgis/trunk@7866
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-18  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #1202 -- also fixed issue with when typ
	mod application fails (because of mixed geometries) to properly
	catch error and raise warning instead of throw error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7865
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-18  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: fix typo in warning git-svn-id: http://svn.osgeo.org/postgis/trunk@7864
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-18  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #1201 don't error out when
	populate_geometry_columns is called on an empty table, just provide
	warning and don't do anything.  Exclude raster_columns from
	populate_geometry_columns inspection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7863
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: shp2pgsql gui wrong use of create spatial
	index (#1091) git-svn-id: http://svn.osgeo.org/postgis/trunk@7862
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-17  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_remedgenewface.sql,
	topology/test/regress/st_remedgenewface_expected: Typo in testcase
	label git-svn-id: http://svn.osgeo.org/postgis/trunk@7861
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7860
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/topology.sql.in.c: Minor inline
	documentation updates git-svn-id: http://svn.osgeo.org/postgis/trunk@7859
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-17  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql,
	topology/test/Makefile, topology/test/cache_geometries.sql,
	topology/test/regress/st_remedgenewface.sql,
	topology/test/regress/st_remedgenewface_expected: Implement
	ST_RemEdgeNewFace (#1188)  [RT-SIGTA] Includes regress testing and documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7858
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: fixups and code cleanups for the
	rt_raster_gdal_rasterize to better handle point and linestring
	geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@7857
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-15  Regina Obe <lr@pcorp.us>

	* extensions/postgis_core/Makefile,
	extensions/postgis_raster/META.json,
	extensions/postgis_raster/Makefile,
	extensions/postgis_raster/all.sql,
	extensions/postgis_topology/META.json,
	extensions/postgis_topology/Makefile: more cleanup and put in logic
	to also install in database help descriptors git-svn-id: http://svn.osgeo.org/postgis/trunk@7856
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-15  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix invalid st_summarystats proto git-svn-id: http://svn.osgeo.org/postgis/trunk@7855
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-15  Regina Obe <lr@pcorp.us>

	* extensions/README: now topology installs can get rid of error
	note.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7854
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-15  Regina Obe <lr@pcorp.us>

	* extensions/postgis_core/META.json,
	extensions/postgis_topology/META.json,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/all.sql, topology/topology.sql.in.c: 
	postgis_topology extension now installing right.  Had to get rid of
	ALTER TABLE .. hasz and merge it into the CREATE TABLE since that
	was the culprit causing extension install error git-svn-id: http://svn.osgeo.org/postgis/trunk@7853
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-15  Regina Obe <lr@pcorp.us>

	* extensions/postgis_core/META.json,
	extensions/postgis_core/Makefile, extensions/postgis_core/all.sql: 
	more cleanup -- this time no more errors when installing git-svn-id: http://svn.osgeo.org/postgis/trunk@7852
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-15  Regina Obe <lr@pcorp.us>

	* extensions/README, extensions/postgis_core/META.json,
	extensions/postgis_core/Makefile, extensions/postgis_core/all.sql,
	extensions/postgis_core/doc/postgis.md,
	extensions/postgis_core/postgis_core.control,
	extensions/postgis_raster/META.json,
	extensions/postgis_raster/Makefile,
	extensions/postgis_raster/all.sql,
	extensions/postgis_raster/doc/postgis.md,
	extensions/postgis_raster/postgis_raster.control,
	extensions/postgis_topology/META.json,
	extensions/postgis_topology/Makefile,
	extensions/postgis_topology/all.sql,
	extensions/postgis_topology/doc/postgis.md,
	extensions/postgis_topology/postgis_topology.control: Support for
	PostgreSQL 9.1 CREATE EXTENSION syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@7851
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-14  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: change & to html equivalent entity git-svn-id: http://svn.osgeo.org/postgis/trunk@7850
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-14  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: provide real world examples of how to use
	CreateTopoGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@7849
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-14  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: more fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@7848
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-14  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: put in new timings.  After speed fix
	loading is 3 times faster git-svn-id: http://svn.osgeo.org/postgis/trunk@7847
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-14  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix typo and create another link
	reference git-svn-id: http://svn.osgeo.org/postgis/trunk@7846
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-14  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_mapalgebra.sql: Commented some queries
	so that the file can be executed to load the functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7845
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-14  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop.sql.in.c: drop populate_geometry_columns
	version that just takes oid.  Has bene replaced with versoin that
	takes default arg use_typmod git-svn-id: http://svn.osgeo.org/postgis/trunk@7844
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-13  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Re-enable accidentally disabled prepared
	geoms. Fixes bug #1165.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7843
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-13  Chris Hodgson <chodgson@refractions.net>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_overlaps01.wkt,
	doc/html/image_src/st_overlaps02.wkt,
	doc/html/image_src/st_overlaps03.wkt, doc/reference_measure.xml: 
	Added some diagrams to the st_overlaps docmentation git-svn-id: http://svn.osgeo.org/postgis/trunk@7842
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-13  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in, raster/rt_pg/Makefile.in: fix for #1158 can't
	compile 8.4 under mingw windows git-svn-id: http://svn.osgeo.org/postgis/trunk@7841
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Handle db initialization errors earlier git-svn-id: http://svn.osgeo.org/postgis/trunk@7840
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: make topoelementarray examples make more
	sense git-svn-id: http://svn.osgeo.org/postgis/trunk@7839
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: put in more description about what type
	id means git-svn-id: http://svn.osgeo.org/postgis/trunk@7838
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-11  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Link several functions back to new
	Topology_Load_Tiger since that demonstrates use of these functions git-svn-id: http://svn.osgeo.org/postgis/trunk@7837
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/installation.xml: minor wording
	changes and reference to configuration part of documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@7836
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/extras_topology.xml: fix typo
	link to tiger topology loader git-svn-id: http://svn.osgeo.org/postgis/trunk@7835
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-10  Sandro Santilli <strk@kbt.io>

	* doc/extras_tigergeocoder.xml: Fix "no ID for constraint linkedn:
	Create_Topology" error git-svn-id: http://svn.osgeo.org/postgis/trunk@7834
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-10  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: Honour DESTDIR in documentation Makefile. Patch
	by Bryce L Nordgren.  See ticket #1184 git-svn-id: http://svn.osgeo.org/postgis/trunk@7833
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql
	, extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Document
	tiger to postgis topology loader and revise scripts to install the
	new function.  also some additional minor fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@7832
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-10  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	save as UTF-8 git-svn-id: http://svn.osgeo.org/postgis/trunk@7831
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-10  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	Alas a load with no topology validation errors.  Fix remaining
	issues with missing loading of some edges of faces git-svn-id: http://svn.osgeo.org/postgis/trunk@7830
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-10  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	get rid of superfluous junk git-svn-id: http://svn.osgeo.org/postgis/trunk@7829
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-09  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: example of how to get actual edge
	geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@7828
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-09  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	revise to snap points to topology precision, also set edge
	left/right face to 0 if null (world face). ValidateTopology now
	reports 25 errors instead of 484 errors (what it did before) git-svn-id: http://svn.osgeo.org/postgis/trunk@7827
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-08  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	revise to transform to spatial reference system of target topology git-svn-id: http://svn.osgeo.org/postgis/trunk@7826
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-08  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	more changes to add missing edges git-svn-id: http://svn.osgeo.org/postgis/trunk@7825
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-08  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	more minor corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@7824
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-08  Regina Obe <lr@pcorp.us>

	* topology/sql/manage/TopologySummary.sql: #1181 TopologySummary is
	broken causing ambiquous reference.  Changed to have local variable
	be called var_topology_id so doesn't conflict with table column
	topology_id git-svn-id: http://svn.osgeo.org/postgis/trunk@7823
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-08  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	logic to load in edges marking those with orphaned next_left,
	next_right to -neg of itself git-svn-id: http://svn.osgeo.org/postgis/trunk@7822
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-07  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	more typo corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@7821
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-07  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	more typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7820
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-07  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7819
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-07  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/topology/README,
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	more work on tiger topology loader -- revised to use temp table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7818
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-07  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_aspng_expected: Updated expected output due
	to change in message git-svn-id: http://svn.osgeo.org/postgis/trunk@7817
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correct some mistatements about export
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@7816
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Fixed ST_AsPNG to allow rasters
	with four bands as that becomes a RGBA PNG image.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7815
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7814
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more examples git-svn-id: http://svn.osgeo.org/postgis/trunk@7813
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: minor indentation fix git-svn-id: http://svn.osgeo.org/postgis/trunk@7812
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document st_resample - still need to put
	in examples git-svn-id: http://svn.osgeo.org/postgis/trunk@7811
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Regina Obe <lr@pcorp.us>

	* : get rid of transparency -- transparency turning to black in pdf
	format git-svn-id: http://svn.osgeo.org/postgis/trunk@7810
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Add another example with pictures git-svn-id: http://svn.osgeo.org/postgis/trunk@7809
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-06  Regina Obe <lr@pcorp.us>

	* doc/extras_historytable.xml, doc/reference_raster.xml: Move
	ST_AsRaster and ST_Band to raster contructor section git-svn-id: http://svn.osgeo.org/postgis/trunk@7808
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-05  Regina Obe <lr@pcorp.us>

	* doc/extras.xml: revmoe history table out of docs for now git-svn-id: http://svn.osgeo.org/postgis/trunk@7806
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-04  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7804
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-02  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Put in creative commons license stamp git-svn-id: http://svn.osgeo.org/postgis/trunk@7803
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-02  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Added optimizations and shortcuts for
	rt_band_get_quantiles_stream git-svn-id: http://svn.osgeo.org/postgis/trunk@7802
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	revise to return first part of street number e.g. 112-345 -> 112 git-svn-id: http://svn.osgeo.org/postgis/trunk@7801
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	revise so works under 8.4 evidentially in 8.4 INTO USING clauses are
	not interchangeable but they are in later versions git-svn-id: http://svn.osgeo.org/postgis/trunk@7800
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-01  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fill in missing tag git-svn-id: http://svn.osgeo.org/postgis/trunk@7799
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-09-01  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.s
	ql, extras/tiger_geocoder/tiger_2010/regress/geocode_regress: more
	finetuninng of street offset to consider non-straight tlids git-svn-id: http://svn.osgeo.org/postgis/trunk@7798
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-31  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: #1052 update doco to reflect change
	in behavior.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7797
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-31  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.s
	ql, extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1052 --
	instead of placing geocoded point at center line, offset it 10
	meters to the correct odd/even (L / R utilizing addr.side field).
	May later change this to allow the user to specify the offset
	amount.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7796
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-31  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/run_test: With libtool for
	loader/dumper there's no need to stage-install them Fixes ticket #1177 [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7795
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-29  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fill in missing protos for ST_AsRaster git-svn-id: http://svn.osgeo.org/postgis/trunk@7794
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-29  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Dynamically link loader and dumper to
	liblwgeom [RT-SIGTA] This reduces each of the 3 installed executable sizes by 547 Kb.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7793
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in: Use libtool to link liblwgeom unit
	tester (helps testing the shared library) git-svn-id: http://svn.osgeo.org/postgis/trunk@7792
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: fixed improperly commented-out
	RAISE DEBUG statement for AddRasterColumn function.  Associated ticket is #1175.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7791
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.h: Added solaris define for UNIX using patch
	provided by rroliver.  Associated ticket is #1171.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7790
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Tweaked memory
	allocation in RASTER_quantileCoverage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7789
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_asraster_expected: Fixed the function
	rt_band_get_summary_stats rt_core/rt_api.c to correctly handle the
	situation where a band's values are all nodata git-svn-id: http://svn.osgeo.org/postgis/trunk@7788
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Removed "WITH OIDS" from raster
	table creation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7787
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-25  Bborie Park <dustymugs@gmail.com>

	* libpgcommon/gserialized_gist.c, libpgcommon/gserialized_gist.h,
	postgis/gserialized_gist_nd.c: Fix error of unknown symbol
	gidx_to_string when building with the flags --with-raster
	--enable-debug using patch gidx_to_string.patch provided by
	bnordgren.  Associated ticket is #1161 git-svn-id: http://svn.osgeo.org/postgis/trunk@7786
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-25  Bborie Park <dustymugs@gmail.com>

	* raster/raster_config.h.in, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
	raster/test/core/testapi.c: Fixed the problem where having configure
	detect that GDAL has the GDALFPolygonize function does not cause the
	code to use GDALFPolygonize.  This is due to the macro
	GDALFPOLYGONIZE not being set anywhere.  So, it is now being set in
	raster_config.h.in and included in rt_core/rt_api.h.  Had to update
	testapi.c as the geometries generated differ depending on whether or
	not GDALFPolygonize is used.  Associated ticket is #650 git-svn-id: http://svn.osgeo.org/postgis/trunk@7785
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-25  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: provide better example and images to
	complement.  Also note that ST_AsRaster doesn't yet work with newer
	geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@7784
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/Makefile.in: Added in gettext headers to allow
	compilation under osx with iconv git-svn-id: http://svn.osgeo.org/postgis/trunk@7783
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: cleanup formatting a bit on ST_AsRaster
	example git-svn-id: http://svn.osgeo.org/postgis/trunk@7782
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-24  Bborie Park <dustymugs@gmail.com>

	* raster/scripts/python/Makefile.in: Added DESTDIR so that
	raster2pgsql.py is installed in the user-specified path git-svn-id: http://svn.osgeo.org/postgis/trunk@7781
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Provide some examples for using
	ST_AsRaster.  This function is way cool.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7780
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_pixelsize.sql,
	raster/test/regress/rt_pixelsize_expected: Inclusion of missing
	ST_PixelWidth and ST_PixelHeight functions and regression tests.  Associated ticket is #928 git-svn-id: http://svn.osgeo.org/postgis/trunk@7779
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-23  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c: Refactored ST_ValueCount and
	ST_ValuePercent to be a C function rather than a plpgsql function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7778
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-22  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql: 
	#997 put in correct codes for non-state us territories git-svn-id: http://svn.osgeo.org/postgis/trunk@7775
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-21  Regina Obe <lr@pcorp.us>

	* raster/test/core/Makefile.in: #1158 add proj flags to fix mingw
	test issue git-svn-id: http://svn.osgeo.org/postgis/trunk@7774
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-20  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7773
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-20  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/Makefile.in: Use PROJ cflags when building raster
	module (see #1158) git-svn-id: http://svn.osgeo.org/postgis/trunk@7772
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-20  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/core/testapi.c, raster/test/regress/rt_quantile.sql,
	raster/test/regress/rt_quantile_expected: More fixups for the
	quantile coverage function.  Fixes segfault that seems to only occur
	on OSX.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7771
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h.in: Drop duplicated typedef [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7770
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Install liblwgeom.h under a sensible
	location... [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7769
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-20  Sandro Santilli <strk@kbt.io>

	* libpgcommon/Makefile.in, libpgcommon/gserialized_gist.c, {postgis
	=> libpgcommon}/gserialized_gist.h, postgis/Makefile.in,
	postgis/gserialized_gist.c, postgis/gserialized_gist_nd.c,
	raster/rt_pg/Makefile.in, raster/rt_pg/rt_pg.c: Move
	gserialized_gist to libpgcommon fixing a circular dependency between
	libpgcommon and liblwgeom, put libpgcommon _after_ liblwgeom in pg
	modules link lines, drop duplicated lwgeom_init_allocators and
	PG_MODULE_MAGIC from raster module (they are in libpgcommon
	already). Includes patch in #1161. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7768
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-20  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Corrected incorrect function usage git-svn-id: http://svn.osgeo.org/postgis/trunk@7767
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Added forgotten
	explicit freeing of memory and some code cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@7766
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-19  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/rt_histogram.sql,
	raster/test/regress/rt_histogram_expected,
	raster/test/regress/rt_quantile.sql,
	raster/test/regress/rt_quantile_expected: Adds coverage table
	version of ST_Quantile and ST_ApproxQuantile.  Function implemented
	using the algorithm discussed in A One-Pass Space-Efficient Algorithm for Finding Quantiles (1995)   by Rakesh Agrawal, Arun Swami   in Proc. 7th Intl. Conf. Management of Data (COMAD-95)
	http://www.almaden.ibm.com/cs/projects/iis/hdb/Publications/papers/comad95.pdfAlso refactored the regression test for rt_histogram due to
	unnecessary columns in output git-svn-id: http://svn.osgeo.org/postgis/trunk@7765
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/create_rt_properties_test.sql,
	raster/test/regress/rt_georeference.sql,
	raster/test/regress/rt_georeference_expected,
	raster/test/regress/rt_rotation.sql,
	raster/test/regress/rt_rotation_expected: Commit of patch provided
	by David Zwarg in #482 adding the functions ST_SetRotation,
	ST_Rotation, ST_PixelHeight and ST_PixelWidth.  Associated tickets are #482, #928, #929 and #936 git-svn-id: http://svn.osgeo.org/postgis/trunk@7763
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-19  Sandro Santilli <strk@kbt.io>

	* .gitignore, configure.ac, liblwgeom/Makefile.in,
	liblwgeom/{liblwgeom.h => liblwgeom.h.in}: Include version in
	liblwgeom.h [RT-SIGTA] Closes ticket #1164 git-svn-id: http://svn.osgeo.org/postgis/trunk@7762
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_in_wkb.c,
	liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/examples/unparser.c, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/g_util.c,
	liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwgeom_geos_clean.c, liblwgeom/lwhomogenize.c,
	liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwline.c, liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
	liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/ptarray.c,
	libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h,
	loader/pgsql2shp-core.c, loader/shpopen.c, postgis/geography.h,
	postgis/geography_inout.c, postgis/gserialized_gist.c,
	postgis/gserialized_gist_2d.c, postgis/lwgeom_estimate.c,
	postgis/lwgeom_functions_analytic.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, raster/rt_pg/rt_pg.c: Drop (u)int32 and uchar
	in favor of C99 standard int types [RT-SIGTA] This commit drops PostgreSQL references in liblwgeom.h (C_H define)
	and hopefully reduces the noise generated by custom symbols.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7761
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-19  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Don't use problematic int types for no
	reason...  git-svn-id: http://svn.osgeo.org/postgis/trunk@7760
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-19  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Install liblwgeom on 'make install'
	[RT-SIGTA] Uses liblwgeom.h as the API header for liblwgeom.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7759
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-19  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	postgis/Makefile.in, postgis/lwgeom_transform.c: Move SQL-exposed
	functions out of libpgcommon (#1163).  git-svn-id: http://svn.osgeo.org/postgis/trunk@7758
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: more clarification of behavior
	change in 2.0 of bbox storage git-svn-id: http://svn.osgeo.org/postgis/trunk@7757
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-16  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: #1160: documentation clarification of
	behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@7755
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h: Move
	NO_*_VALUE from liblwgeom.h to liblwgeom_internal.h [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7754
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-16  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7753
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-16  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Honour DISTDIR when installing liblwgeom.
	Drop the finish call as it may require root privileges on some
	systems [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@7752
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-15  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7751
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-15  Sandro Santilli <strk@kbt.io>

	* raster/rt_core/Makefile.in: Use proper PROJ4 flags when linking
	against liblwgeom. See ticket #1158. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7749
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-14  Sandro Santilli <strk@kbt.io>

	* configure.ac: Fix for missing include directory on Mingw (#1158).
	Thanks Bryce Nordgren.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7748
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-14  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	#1071: Logic to mark nodes that are contained in a face git-svn-id: http://svn.osgeo.org/postgis/trunk@7747
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/topology/README,
	extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql: 
	#1071 - start work on tiger PostGIS topology loader git-svn-id: http://svn.osgeo.org/postgis/trunk@7746
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-13  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7745
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-13  Sandro Santilli <strk@kbt.io>

	* configure.ac, doc/html/image_src/Makefile.in,
	liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	loader/Makefile.in, loader/cunit/Makefile.in, postgis/Makefile.in: 
	Second attempt at libtool usage. Seems better to me now.  PostGIS
	clients still all use the static version of the library.  Libraries
	are not installed by default.  [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7744
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-13  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_prepared.c: Drop unused code git-svn-id: http://svn.osgeo.org/postgis/trunk@7743
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-13  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README: #1156 incorporate
	suggestions from forkandwait git-svn-id: http://svn.osgeo.org/postgis/trunk@7742
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7741
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in: liblwgeom/cunit also needs
	PROJ_CPPFLAGS git-svn-id: http://svn.osgeo.org/postgis/trunk@7740
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7739
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/Makefile.in: Even generator.c will need proper
	proj cflags now..  git-svn-id: http://svn.osgeo.org/postgis/trunk@7738
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: loader also includes liblwgeom.h, thus wants
	PROJ cpp flags git-svn-id: http://svn.osgeo.org/postgis/trunk@7737
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* libpgcommon/Makefile.in: Use PROJ4 C flags, see if this makes
	Hudson happy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7736
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* libpgcommon/lwgeom_pg.c, libpgcommon/lwgeom_pg.h: Copyright review
	on lwgeom_pg.{c,h} files git-svn-id: http://svn.osgeo.org/postgis/trunk@7735
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* .gitignore, GNUmakefile.in, configure.ac, liblwgeom/Makefile.in,
	liblwgeom/liblwgeom.h, liblwgeom/lwgeom_transform.c,
	libpgcommon/Makefile.in, postgis/lwgeom_transform.h =>
	libpgcommon/common.h, libpgcommon/cunit/Makefile.in, {postgis =>
	libpgcommon}/gserialized.h, {postgis => libpgcommon}/lwgeom_pg.c,
	{postgis => libpgcommon}/lwgeom_pg.h, {postgis =>
	libpgcommon}/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	{postgis => libpgcommon}/pgsql_compat.h, postgis/Makefile.in,
	postgis/lwgeom_in_gml.c, raster/rt_pg/Makefile.in,
	raster/rt_pg/rt_pg.h, raster/rt_pg/rtpostgis.sql.in.c: Make
	transformation and projection cache API available (ticket #1053) git-svn-id: http://svn.osgeo.org/postgis/trunk@7734
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h: Drop unused macros CARTESIAN and GEODETIC
	from liblwgeom.h git-svn-id: http://svn.osgeo.org/postgis/trunk@7733
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h: Snap and SharedPaths are both direct GEOS
	proxies, not extra [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7732
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom_geos.c,
	postgis/Makefile.in, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_sharedpaths.c, regress/sharedpaths_expected: 
	Export lwgeom_sharedpaths to liblwgeom, and fix exception message
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7731
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c: Rewrote the code for the coverage
	table versions of ST_SummaryStats and ST_Histogram.  So instead of
	plpgsql, it is now in C within rt_pg/rt_pg.c git-svn-id: http://svn.osgeo.org/postgis/trunk@7730
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-11  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sq
	l: change reverse_geocode back to using addr table and also use
	cousub for location git-svn-id: http://svn.osgeo.org/postgis/trunk@7729
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-11  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Fix leftover PARSER_CHECK
	reference (thanks Hudson) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7728
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h, {postgis =>
	liblwgeom}/lwgeom_geos_split.c, postgis/Makefile.in,
	postgis/lwgeom_geos.c: Export lwgeom_split to liblwgeom,
	const-correct it [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7727
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-11  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7726
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_homogenize.c,
	liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_out_geojson.c,
	liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
	liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_surface.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c,
	loader/pgsql2shp-core.c, postgis/geography_inout.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: Give PARSER_CHECK
	macros an LW_ prefix [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7725
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h: Fix parser documentation [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7724
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom_internal.h: Match style of liblwgeom.h include
	guard git-svn-id: http://svn.osgeo.org/postgis/trunk@7723
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_wkt.c: Little checks in clean_wkt_out_suite git-svn-id: http://svn.osgeo.org/postgis/trunk@7722
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/generator.c, liblwgeom/Makefile.in,
	liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_homogenize.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_misc.c, liblwgeom/cunit/cu_out_geojson.c,
	liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
	liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/lex.yy.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos_clean.c,
	liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c, liblwgeom/lwin_wkt.c,
	liblwgeom/wktparse.h, liblwgeom/wktparse.lex,
	liblwgeom/wktparse.tab.c, liblwgeom/wktparse.tab.h,
	liblwgeom/wktparse.y, postgis/lwgeom_geos_split.c: Remove old
	WKB/WKT parsers and generators and switch all internal references
	remaining (mostly in cunit) over to the new implementations.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7721
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom_geos_clean.c, postgis/lwgeom_geos_clean.c: Export
	lwgeom_makevalid to liblwgeom [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7720
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7719
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h: Add some documentation about parsing
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7718
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* doc/rfc/postgis_rfc_03_sheet.txt: Mark "chip" functions for
	deletion git-svn-id: http://svn.osgeo.org/postgis/trunk@7717
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/examples/unparser.c,
	liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwline.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwpoint.c, liblwgeom/lwsegmentize.c, liblwgeom/ptarray.c,
	loader/shp2pgsql-core.c, postgis/lwgeom_box2dfloat4.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
	postgis/lwgeom_rtree.c: Drop REPEATED_POINTS_* and SPLICE_* defines
	from liblwgeom.h, move MAXFLOAT to liblwgeom_internal.h [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7716
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Regina Obe <lr@pcorp.us>

	* doc/rfc/postgis_rfc_03_sheet.txt: make eol for all rfcs be LF so
	our unix brethren can edit them without fuss git-svn-id: http://svn.osgeo.org/postgis/trunk@7715
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	postgis/geography_btree.c, postgis/geography_measurement.c,
	postgis/lwgeom_rtree.c: Move floating points comparator macros from
	liblwgeom.h to liblwgeom_internal.h (not prefixed symbols)
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7714
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
	loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
	loader/shpcommon.c, loader/shpcommon.h: Don't include liblwgeom.h
	from headers if not needed, document what is it needed for in
	implementation files [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7713
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Clean up gui as well git-svn-id: http://svn.osgeo.org/postgis/trunk@7712
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, postgis/Makefile.in,
	postgis/legacy_chip.sql.in.c, postgis/lwgeom_chip.c: Drop CHIP type
	and any reference to it [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7711
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-09  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in: strk's patch fix for #1155 git-svn-id: http://svn.osgeo.org/postgis/trunk@7710
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-08  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Encode more deps git-svn-id: http://svn.osgeo.org/postgis/trunk@7709
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-08  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7708
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom_geos.c, postgis/lwgeom_box2dfloat4.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_geos_sharedpaths.c, postgis/lwgeom_geos_snap.c,
	postgis/lwgeom_geos_split.c, postgis/lwgeom_gist.c: Move
	getMachineEndian() and error_if_srid_mismatch() from liblwgeom.h to
	liblwgeom_internal.h git-svn-id: http://svn.osgeo.org/postgis/trunk@7707
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-08  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Put PG_LWGEOM stuff
	where it belongs (out of liblwgeom) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7706
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7705
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwin_wkt.c,
	liblwgeom/lwout_kml.c, liblwgeom/lwout_wkt.c,
	liblwgeom/stringbuffer.c: Reduce number of includes from liblwgeom.h
	(closest header to a public API).  Update other files accordingly.
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7704
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Fix dependency referencing dropped rule
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7703
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Add static library to
	{,un}install-liblwgeom rules [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7702
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	loader/Makefile.in, loader/cunit/Makefile.in, postgis/Makefile.in: 
	Re-drop use of libtool (more troubles than help).  Stub a rule to
	build and install a shared liblwgeom.  [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@7701
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in: Re-introduce numerical flags in building
	"NM" objs [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7700
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* .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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7699
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_geos.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h: Use GEOS compiler
	and linker flags for liblwgeom, add lwgeom_geos_noop and cunit test
	for it (to confirm linking works, and it does) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7698
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_geos.c, liblwgeom/lwgeom_geos.h,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Add lwgeom_buildarea
	to liblwgeom [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7697
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/Makefile.in, liblwgeom/lwgeom_geos.c,
	liblwgeom/lwgeom_geos.h, liblwgeom/profile.h,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos.h: Add GEOS spatial
	operations to liblwgeom (ticket #1050) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7696
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-05  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Another minor check git-svn-id: http://svn.osgeo.org/postgis/trunk@7695
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-04  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Update hard upgrade to include use of
	legacy_compatibility_layer.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@7694
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-03  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in, postgis/legacy.sql.in.c,
	postgis/legacy_compatibility_layer.sql.in.c,
	postgis/postgis.sql.in.c: Create new legacy compatibility layer
	script which will install the absolute minimal to restore an old
	postgis database.  Also got rid of srid function and moved to legacy
	compatibility layer.  Still need to test with a restore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7693
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-03  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: some typo cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@7692
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-03  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql: Make
	more efficient the case when no state or city is provided but zip is
	provided.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7691
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-03  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: document new
	drop_indexes_generate_script function git-svn-id: http://svn.osgeo.org/postgis/trunk@7690
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-03  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.s
	ql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/regress.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat: Major rework
	to improve speed, selectivity, and additional regress. Also added
	some indexes and removed some  -- should solve #1145, #1148,  and
	#1131 (should be about 60% faster for most cases and in some as much
	as 20 times faster). Better performance if you set max results = 1.
	Some other minor cleanup.  documentation of new management helper
	functions coming next.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7689
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-08-02  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Add link to Sandro's topology Paris 2011
	slides in summary of topology reference section git-svn-id: http://svn.osgeo.org/postgis/trunk@7688
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-28  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Use strcpy rather than strncpy,
	simpler and less error-prone git-svn-id: http://svn.osgeo.org/postgis/trunk@7687
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-28  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/generator.c: Give strncpy enough space to write
	a terminating null. Thanks gengor for the patch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7686
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: minor updates to ST_MakeLine to
	clarify pre-9.0 and 9.0+ approaches git-svn-id: http://svn.osgeo.org/postgis/trunk@7684
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: 1 more change git-svn-id: http://svn.osgeo.org/postgis/trunk@7683
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7682
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-27  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: example of using new PostgreSQL
	9.0+ ORDER BY aggregate feature for ST_MakeLine git-svn-id: http://svn.osgeo.org/postgis/trunk@7681
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-26  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_offsetcurve05.wkt,
	doc/html/image_src/st_offsetcurve06.wkt,
	doc/reference_processing.xml: more examples for ST_Offsetcurve git-svn-id: http://svn.osgeo.org/postgis/trunk@7680
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-26  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7679
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-26  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: remove left and right notes until I
	have arrows.  not embarrass myself with my directional dyslexia.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7678
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-26  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Start work documenting ST_AsRaster git-svn-id: http://svn.osgeo.org/postgis/trunk@7677
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: reduce spacing more git-svn-id: http://svn.osgeo.org/postgis/trunk@7676
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_asraster.sql,
	raster/test/regress/rt_asraster_expected,
	raster/test/regress/rt_resample.sql: Addition of ST_AsRaster
	function to provide the ability to convert geometries into rasters.  Associated ticket is #1141.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7675
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: another typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7674
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_offsetcurve04.wkt: fix coloring to agree
	with color of other examples git-svn-id: http://svn.osgeo.org/postgis/trunk@7673
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: reduce width of table cells --
	ST_OffsetCurve git-svn-id: http://svn.osgeo.org/postgis/trunk@7672
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_offsetcurve01.wkt,
	doc/html/image_src/st_offsetcurve02.wkt,
	doc/html/image_src/st_offsetcurve03.wkt,
	doc/reference_processing.xml: redo all examples so they fit in the 0
	0  200 200 grid git-svn-id: http://svn.osgeo.org/postgis/trunk@7671
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_offsetcurve04.wkt,
	doc/reference_processing.xml: fix some typos and grid more to fix git-svn-id: http://svn.osgeo.org/postgis/trunk@7670
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_offsetcurve02.wkt,
	doc/html/image_src/st_offsetcurve03.wkt,
	doc/html/image_src/st_offsetcurve04.wkt: get rid of semicolons git-svn-id: http://svn.osgeo.org/postgis/trunk@7669
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_offsetcurve01.wkt,
	doc/html/image_src/st_offsetcurve02.wkt,
	doc/html/image_src/st_offsetcurve03.wkt,
	doc/html/image_src/st_offsetcurve04.wkt,
	doc/reference_processing.xml: need more pictures :), visual examples
	for st_offsetcurve git-svn-id: http://svn.osgeo.org/postgis/trunk@7668
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: update ST_MapAlgebra to agree with
	implementation (got rid of bosolete proto and example and replaced
	with new example git-svn-id: http://svn.osgeo.org/postgis/trunk@7667
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-23  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopogeom.sql,
	topology/test/regress/createtopogeom_expected: Be terse, we don't
	care about context. Closes ticket #1142.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7666
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-23  Sandro Santilli <strk@kbt.io>

	* regress/loader/PointZ-G.select.expected,
	regress/loader/PointZ-w.select.expected,
	regress/loader/PointZ.select.expected, regress/run_test: Set 'C'
	collation when creating regress database. See #1140.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7665
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-22  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_histogram.sql,
	raster/scripts/plpgsql/st_reclass.sql: Added a note saying that
	those function now have a C implementation. Many TABs converted to
	spaces.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7664
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-22  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_setvalues.sql: -Fix for #645.  -Replaced
	min and max with LEAST and GREATEST -Adaptation to
	ST_SetBandNodataValue() git-svn-id: http://svn.osgeo.org/postgis/trunk@7663
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-22  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: Fix for ticket #969. Removed
	conflicting function variant.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7662
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-22  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_union.sql: -Addaptation to new two
	rasters ST_MapAlgebra in which nodatavalue expressions are text and
	now accept a nodatanodatavalueexpr.  -Added RANGE as a predefined
	expression.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7661
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-22  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_mapalgebra_optimized.sql: Modified
	comment on further enhancements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7660
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-22  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_mapalgebra.sql: -Fix for ticket #644.
	Removed all variants.  -Fixed the two rasters version.  -Added some
	tests.  -Added ST_MinPossibleVal().  -Determine new nodata value
	AFTER determining the new pixeltype.  -Replaced
	ST_SetBandHasNodataValue with ST_SetBandNodataValue(rast, NULL).
	-Added implementation of two rasters overlay operations using the
	two raster MapAlgebra.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7659
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Cleaned the grid alignment code to remove
	unnecessary cruft in rt_raster_gdal_warp git-svn-id: http://svn.osgeo.org/postgis/trunk@7658
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_resample_expected: Fixed floating point issue
	with the remainder returned from the function modf in rt_api.c.
	Updated messages in rt_pg.c.  Corrected expected regression results
	in rt_resample_expected.  Associated ticket is #1114 git-svn-id: http://svn.osgeo.org/postgis/trunk@7657
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-20  Sandro Santilli <strk@kbt.io>

	* regress/loader/Arc.select.sql, regress/loader/ArcM.select.sql,
	regress/loader/ArcZ.select.sql, regress/loader/Point.select.sql,
	regress/loader/PointM-G.select.expected,
	regress/loader/PointM-w.select.expected,
	regress/loader/PointM.select.expected,
	regress/loader/PointM.select.sql,
	regress/loader/PointWithSchema.select.sql,
	regress/loader/PointZ-G.select.expected,
	regress/loader/PointZ-w.select.expected,
	regress/loader/PointZ.select.expected,
	regress/loader/PointZ.select.sql: Improve testsuite predictability
	(#1135) git-svn-id: http://svn.osgeo.org/postgis/trunk@7656
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-19  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Bug fix of deallocating array using wrong
	index variable git-svn-id: http://svn.osgeo.org/postgis/trunk@7654
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-18  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_resample_expected: Fixed width and height
	values expected.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7653
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/test/regress/rt_resample.sql,
	raster/test/regress/rt_resample_expected: - tweaked the rt_resample regression test to use SRIDs under 1000000 - changed the computation of width and height when aligning to a
	grid git-svn-id: http://svn.osgeo.org/postgis/trunk@7652
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-18  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql: 
	Fix datatype of tlid on edges table.  Other tables with tlid are set
	to bigint.  This one set to numeric(10).  Still revising my tables
	to determine what impact this has in utilizing the existing indexes git-svn-id: http://svn.osgeo.org/postgis/trunk@7651
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-17  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: 
	Limit edge and featnames search to just road / street types git-svn-id: http://svn.osgeo.org/postgis/trunk@7650
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-17  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sq
	l: more regress tests for reverse_geocode git-svn-id: http://svn.osgeo.org/postgis/trunk@7649
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-17  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	simplify logic by getting rid of addr join.  Speed improved slightly git-svn-id: http://svn.osgeo.org/postgis/trunk@7648
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-17  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/regress/regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sq
	l: enhancements to support reverse geocoding of highway locations.
	Also add reverse geocode regress tests git-svn-id: http://svn.osgeo.org/postgis/trunk@7647
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-16  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1125 have
	highway designations print in front of streetname instead of after git-svn-id: http://svn.osgeo.org/postgis/trunk@7646
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Minor comment
	updates to correct details git-svn-id: http://svn.osgeo.org/postgis/trunk@7644
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql: revise
	ratings to minimize numberes steetss from matching highly with
	interstate routes.  Also glue on pretype abrv (which are technically
	street types) to front of street name in normalize output so that
	highways print correctly as e.g. State Hwy 10 etc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7641
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Add in common
	abbreviation RT to map to Rte and test case to regress to test git-svn-id: http://svn.osgeo.org/postgis/trunk@7640
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c: Code
	refactored for RASTER_dumpWKTPolygons to use same mechanisms for
	resultset generation (Datums instead of CStrings) as RASTER_metadata
	and other functions.  SQL functions refactored to use one call to ST_Metadata for
	attributes rather than separate/multiple calls to ST_Skew*,
	ST_Scale*, ST_UpperLeft*.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7639
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_bandmetadata.sql,
	raster/test/regress/rt_bandmetadata_expected,
	raster/test/regress/rt_count.sql: Refactored functions returning
	sets to use Datums instead of C strings, which were causing rounding
	issues particularly for ST_Metadata.  This refactoring affected
	RASTER_metadata, RASTER_bandmetadata, RASTER_summarystats,
	RASTER_histogram, RASTER_quantile, RASTER_valuecount and
	RASTER_gdaldrivers.  Also refactored the ST_Raster2World* and ST_World2Raster* functions
	to get the raster's metadata in one call using ST_Metadata rather
	than individual calls for the georeference components git-svn-id: http://svn.osgeo.org/postgis/trunk@7638
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-14  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: add make tiger_geocoder_comments.sql to build
	script git-svn-id: http://svn.osgeo.org/postgis/trunk@7637
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/tiger_geocoder_comments.sql.xsl: Start work on PostgreSQL
	in db help for geocoder git-svn-id: http://svn.osgeo.org/postgis/trunk@7636
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-14  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: document the install_missing_indexes
	function that is used as part of the upgrade process git-svn-id: http://svn.osgeo.org/postgis/trunk@7635
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1113 take
	into consideration street prequals like Old in rating and filtering,
	also added btree varops on fullname (trigrams and fulltext proved
	too slow will need to reinvestigate those), also added helper
	function install_missing_indezes() which gets run as part of upgrade
	script.  will need to add to documentation.  Also added regress
	tests from snippets in #1113 git-svn-id: http://svn.osgeo.org/postgis/trunk@7634
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-13  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_resample.sql,
	raster/test/regress/rt_resample_expected,
	raster/test/regress/rt_transform.sql,
	raster/test/regress/rt_transform_expected: Complete refactoring of
	code from ST_Transform to ST_Resample.  There are four new functions
	as of this revision: ST_Resample, ST_Rescale, ST_Reskew and
	ST_SnapToGrid.  ST_Transform is still present but points to
	ST_Resample.  Associated ticket #1114 git-svn-id: http://svn.osgeo.org/postgis/trunk@7633
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-12  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Fix for #1112
	service roads git-svn-id: http://svn.osgeo.org/postgis/trunk@7632
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-12  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: Partial fix for #1108 git-svn-id: http://svn.osgeo.org/postgis/trunk@7631
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-12  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: Fix regress failure with #1074 (wasn't correctly handling all
	cases where street name is composed of a street type git-svn-id: http://svn.osgeo.org/postgis/trunk@7630
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-11  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Change
	ST_OffsetCurve parameters type from cstrin to text. See ticket
	#1117.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7629
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-11  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql,
	topology/test/regress/st_getfaceedges_expected: Stricter ISO output
	from ST_GetEdgeFaces: start enumerating ring edges from the edge
	with smaller id [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7628
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tiger_loader.sql: oops typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7627
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tiger_loader.sql: revert change git-svn-id: http://svn.osgeo.org/postgis/trunk@7626
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tiger_loader.sql: fix type in
	county load git-svn-id: http://svn.osgeo.org/postgis/trunk@7625
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-09  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Clarify return code from
	topology.ST_ModEdgeHeal. Clean up description of ST_NewEdgeHeal too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7624
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-09  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: example of using geocode geometry
	filter git-svn-id: http://svn.osgeo.org/postgis/trunk@7623
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix ST_Transform signature to match
	revised function declarations git-svn-id: http://svn.osgeo.org/postgis/trunk@7622
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-08  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: upper case and replace (ZM and Z) in
	geometry_columns so its more backwards compatible with old
	geometry_columns table git-svn-id: http://svn.osgeo.org/postgis/trunk@7621
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-07  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1070 optional
	geometry filter arg, documentation (well start need example), and
	regress tests git-svn-id: http://svn.osgeo.org/postgis/trunk@7620
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-07  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7619
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-07  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7618
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-07  Bborie Park <dustymugs@gmail.com>

	* 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 point
	equality tests with a function-like macro git-svn-id: http://svn.osgeo.org/postgis/trunk@7617
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-07  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: #1074, #1109 - Fix for compound named streets that have a
	portion that is a street type git-svn-id: http://svn.osgeo.org/postgis/trunk@7616
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: more regress tests for #1109 git-svn-id: http://svn.osgeo.org/postgis/trunk@7615
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Refactored how user-specified upperleft
	corner coordinates are handled git-svn-id: http://svn.osgeo.org/postgis/trunk@7614
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	fix for #1109 when a street name is same as a defined street type git-svn-id: http://svn.osgeo.org/postgis/trunk@7613
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwout_x3d.c: Properly destroy lwgeom in lwgeom_to_x3d3
	now that it's safe (see #1102) git-svn-id: http://svn.osgeo.org/postgis/trunk@7612
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwalgorithm.c: Properly release memory in
	lwmline_clip_to_ordinate_range (see #1102) git-svn-id: http://svn.osgeo.org/postgis/trunk@7611
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7610
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwhomogenize.c: Properly lwgeom_free cloned objects in
	lwgeom_homogenize now that it is safe git-svn-id: http://svn.osgeo.org/postgis/trunk@7609
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c, liblwgeom/ptarray.c: 
	Implement ptarray_clone (shallow) and update clone documentation
	(doxygen), have lw*_clone clone the POINTARRAY but not the
	serialized point list (using ptarray_clone), add unit testing for
	lwgeom_clone. See ticket #1102.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7608
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_measurement.c: Fix compile warning in
	geography_measurement.c caused by missing function prototype.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7607
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shpcommon.h: Fix compile warning for
	lwgeom_init_allocators() in loader/dumper by adding missing
	liblwgeom.h #include.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7606
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
	liblwgeom/lwtriangle.c, liblwgeom/ptarray.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c: Rename ptarray_clone to ptarray_clone_deep,
	to be conformant with lwgeom_clone_deep in that it copies the
	serialized pointlist too git-svn-id: http://svn.osgeo.org/postgis/trunk@7605
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_print.c: Compiler warning fix git-svn-id: http://svn.osgeo.org/postgis/trunk@7604
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwout_x3d.c: Fix compiler warnings (#999) git-svn-id: http://svn.osgeo.org/postgis/trunk@7603
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7602
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwcompound.c, liblwgeom/lwline.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwtin.c: const-correct lw*_is_closed git-svn-id: http://svn.osgeo.org/postgis/trunk@7601
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_tester.c: properly release reported error
	message string git-svn-id: http://svn.osgeo.org/postgis/trunk@7600
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_print.c: properly release lwgeom objec in
	test_lwprint_assert_error git-svn-id: http://svn.osgeo.org/postgis/trunk@7599
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_misc.c: properly release lwgeom objec in
	test_misc_area git-svn-id: http://svn.osgeo.org/postgis/trunk@7598
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Changed expressions
	for pixel byte boundaries in assert tests of rt_raster_serialize and
	rt_raster_deserialize in rt_api.c.  The changed expressions are
	based upon relative values rather than the original absolute values.
	This should resolve the problem defined in ticket #1061.  It may
	also help with the crashing in ticket #1066.  Associated tickets are #1061 and possibly #1066.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7597
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7596
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql: 
	drop_state_tables_generate_script function and document it.  Also
	add blank paramdef to missing indexes so doesn't look goofy in docs git-svn-id: http://svn.osgeo.org/postgis/trunk@7595
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-06  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Get rid of use of
	array_accum and replace with array_agg (which exists in PostgreSQL
	9\8.4+).  Now that we only support 8.4+, we can just use array_agg.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7594
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: Remove leak in
	mixed time ptarray case (#1102) git-svn-id: http://svn.osgeo.org/postgis/trunk@7593
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_surface.c: Plug some more easy leaks in testers git-svn-id: http://svn.osgeo.org/postgis/trunk@7592
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l: Stop up small
	but universal leak. (#1102) git-svn-id: http://svn.osgeo.org/postgis/trunk@7591
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcollection.c: Fix memory leak while computing box3d
	for nested geometrycollection (revealed by test in cu_geodetic.c) git-svn-id: http://svn.osgeo.org/postgis/trunk@7590
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_geodetic.c: Properly release memory allocated
	by tester git-svn-id: http://svn.osgeo.org/postgis/trunk@7589
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-05  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress: 
	#1076 hanlde of post direction with highways -- 1940 County Road C
	W, Roseville, MN 55113 , also  trim excess space left in street
	names git-svn-id: http://svn.osgeo.org/postgis/trunk@7588
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwgeom.c,
	liblwgeom/lwin_wkt.c, liblwgeom/ptarray.c: Remove memory leaks when
	a parse error kicks out in WKT (#1102) git-svn-id: http://svn.osgeo.org/postgis/trunk@7587
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1076 more
	work toward Highway geocoding -- significant rework of original
	patch.  Still need to parse out the direction information git-svn-id: http://svn.osgeo.org/postgis/trunk@7586
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* doc/reference_management.xml: Drop dangling reference to
	Probe_Geometry_Columns (see #1083) git-svn-id: http://svn.osgeo.org/postgis/trunk@7585
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: A couple more tests
	for btree against points: different points, differently cached boxes git-svn-id: http://svn.osgeo.org/postgis/trunk@7584
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_pg.c: Have pglwgeom_getbox2d_p compute a bounding
	box when not cached. Fixes #1023.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7583
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_pg.h: Document pglwgeom_getbox2d_p. See
	http://trac.osgeo.org/postgis/ticket/1023 git-svn-id: http://svn.osgeo.org/postgis/trunk@7582
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_algorithm.c: More unit test memory leaks and
	compiler warnings  fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@7581
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Add test for btree
	equality of points (#1023) git-svn-id: http://svn.osgeo.org/postgis/trunk@7580
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_homogenize.c: Do not deep-free return from
	lwcollection_homogenize as it doesn't copy POINTARRAY memory. See
	#1104.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7579
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_surface.c: Plug some
	memory leaks in the unit tests, to help finding lower-level ones...  git-svn-id: http://svn.osgeo.org/postgis/trunk@7578
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwprint.c: Document memory management of
	lwdoubles_to_latlon and lwpoint_to_latlon git-svn-id: http://svn.osgeo.org/postgis/trunk@7577
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c, regress/Makefile.in,
	regress/postgis_type_name.sql, regress/postgis_type_name_expected: 
	Fix support for MULTICURVEZM and make TIN spelling conformant to
	other (MixedCase). Add cohomprensive regress test for
	postgis_type_name(). Closes bug #1096 once again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7576
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_util.c: Add missing circular types to
	geomtype_struct_array, fixing bug #1094 git-svn-id: http://svn.osgeo.org/postgis/trunk@7575
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* liblwgeom/g_util.c: Do not hard-code lenght of geomtype struct
	array (See #1094) git-svn-id: http://svn.osgeo.org/postgis/trunk@7574
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: AddGeometryColumn: when complaining
	about unknown geometry type also report the used name and dimensions
	(see related bug #1096) git-svn-id: http://svn.osgeo.org/postgis/trunk@7573
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Fix unused variable warning when building
	against GEOS >= 3.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@7572
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/Makefile.in: Make all PostGIS object files depend upon
	liblwgeom, so that if liblwgeom is changed then it also triggers a
	(complete) rebuild of PostGIS.  Note as documented in #447 this is an over-cautious approach since
	it rebuilds all of PostGIS if liblwgeom changes, but at least its a
	starting point and does actually solve the case whereby a user
	updates liblwgeom but doesn't force a rebuild of PostGIS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7571
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7570
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopology_expected: Update expected
	error messages since typmod introduction. Closes ticket #1101.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7569
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Do not manually delete rows from
	geometry_columns (which is now a view). Closes ticket #1099.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7568
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-04  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql, extras/tiger_geocoder/tiger_2010/regress/regress.sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Partial fix
	for #1076, county roads and highways, but think I might have broken
	the SELECT (addy).*,* from geocode('16725 Rockford Road, Plymouth,
	MN 55447') or my data is bad git-svn-id: http://svn.osgeo.org/postgis/trunk@7567
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Fix for #1088: Too many columns in select
	crashes pgsql2shp.  Instead of a fixed length query string, dynamically allocate the
	memory based upon the sum of the lengths of all of the column names.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7566
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1087 improve
	rating algorithm.  also start to use prepared statements where
	appropriate (don't put state in prepared part since that would
	prevent constraint exclusion from kicking in) git-svn-id: http://svn.osgeo.org/postgis/trunk@7565
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: Add more tests, minor cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@7564
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: Update credits
	and release notes to include change in geometry_columns and
	management functions, add ST_OffSetCurve to release_notes.xml, add
	Rafal Magda to people credits list git-svn-id: http://svn.osgeo.org/postgis/trunk@7563
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Regina Obe <lr@pcorp.us>

	* MIGRATION: more column width cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@7562
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Regina Obe <lr@pcorp.us>

	* MIGRATION: #1095 clarification of what is mean by geometry_columns
	not supporting views built the old constraint way git-svn-id: http://svn.osgeo.org/postgis/trunk@7561
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Regina Obe <lr@pcorp.us>

	* MIGRATION: #1095 cleanup MIGRATION document git-svn-id: http://svn.osgeo.org/postgis/trunk@7560
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #1096 same fix as for linestringZ, apply
	to geometryM, zm and multilinestringZ git-svn-id: http://svn.osgeo.org/postgis/trunk@7559
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-03  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #1098 fix UpdateGeometrySRID git-svn-id: http://svn.osgeo.org/postgis/trunk@7558
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml: #1083, #1093: fix typo, delete
	probe_geometry_columns which is now completely obsolte with gnew
	geometry-columns view change git-svn-id: http://svn.osgeo.org/postgis/trunk@7557
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml: missed a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@7556
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml: add missing para end tag git-svn-id: http://svn.osgeo.org/postgis/trunk@7555
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Regina Obe <lr@pcorp.us>

	* doc/reference_management.xml: start describing management
	functions how typmod changes things --- Populate_geometry_columns,
	dropgeometrytable, dropgeometrycolumn.  More to go.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7554
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #1096 can't create 2.5d linestrings git-svn-id: http://svn.osgeo.org/postgis/trunk@7553
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Regina Obe <lr@pcorp.us>

	* doc/template.xml: revise template to give example of optional
	argument git-svn-id: http://svn.osgeo.org/postgis/trunk@7552
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
	loader/cunit/cu_shp2pgsql.c, loader/cunit/cu_shp2pgsql.h,
	loader/cunit/cu_tester.c, loader/cunit/cu_tester.h,
	loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
	loader/pgsql2shp-core.h, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c, loader/shpcommon.c: Update loader regression
	test suite to add a simple test for shp2pgsql (much as we now do for
	pgsql2shp).  Note that these tests aren't completely comprehensive and should be
	expanded, with the long term aim of moving the loader regression
	tests out of the main regression harness and into CUnit instead.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7551
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/cunit/Makefile.in, loader/cunit/cu_tester.c: Fix up the
	loader unit tests so that if --with-gui is not passed to configure,
	the non-GUI tests will continute to run instead of failing
	compilation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7550
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Regina Obe <lr@pcorp.us>

	* regress/wmsservers_new.sql: revise wmsservers_new to use new
	typmod and not directly delete and add to geometry_columns so passes
	regress git-svn-id: http://svn.osgeo.org/postgis/trunk@7549
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-02  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c,
	regress/loader/PointWithSchema-post.sql, regress/wmsservers_new.sql: 
	#944, #1081, #1083, #1088, #1084: Convert geometry_columns to a
	view, revise management functions to not update/delete from
	geometry_columns and to support typmod. Will use typmod behavior as
	default fix typos in postgis_type_name and delete from
	geometry_column calls in regress.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7548
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Another attempt to fix #1080 on Windows -
	it seems that simply opening and closing a pgsql2shp state object is
	a good way to find all uninitialised variables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7547
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Revised fix for #1080 based upon
	backtrace provided by Regina.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7546
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #1082 get rid of delete from
	geometry_columns call.  Also cleanup argument list to make more
	modern git-svn-id: http://svn.osgeo.org/postgis/trunk@7545
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Regina Obe <lr@pcorp.us>

	* MIGRATION: Benchmark notes git-svn-id: http://svn.osgeo.org/postgis/trunk@7544
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Regina Obe <lr@pcorp.us>

	* MIGRATION: itemize more upgrade GOTCHAS git-svn-id: http://svn.osgeo.org/postgis/trunk@7543
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: convert to CREATE OR REPLACE
	postgis_constraint_srid git-svn-id: http://svn.osgeo.org/postgis/trunk@7542
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql, extras/tiger_geocoder/tiger_2010/regress/regress.sql: put in
	associated ticket numbers change to unaligned format for easier
	diffing, add in script to run test suite. Force LF and put svn
	keywords git-svn-id: http://svn.osgeo.org/postgis/trunk@7541
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Sandro Santilli <strk@kbt.io>

	* regress/offsetcurve.sql, regress/offsetcurve_expected: Add 2 more
	testcases for ST_OffsetCurve, one of which returning a
	MULTILINESTRING git-svn-id: http://svn.osgeo.org/postgis/trunk@7540
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Use choice="opt" to encode default
	parameter for ST_OffsetCurve git-svn-id: http://svn.osgeo.org/postgis/trunk@7539
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@7538
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Sandro Santilli <strk@kbt.io>

	* regress/offsetcurve.sql, regress/offsetcurve_expected: Test
	LINESTRING EMPTY return from ST_OffsetCurve git-svn-id: http://svn.osgeo.org/postgis/trunk@7537
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/tickets_expected: Properly convert
	typed empties coming from GEOS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7536
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Sandro Santilli <strk@kbt.io>

	* NEWS: Add ST_OffsetCurve news item git-svn-id: http://svn.osgeo.org/postgis/trunk@7535
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in.c, regress/Makefile.in,
	regress/offsetcurve.sql, regress/offsetcurve_expected: Add
	ST_OffsetCurve function supporting both GEOS-3.2 and GEOS-3.3+. Uses
	distance parameter sign to derive left/right side. Includes regress
	testing and documentation. Based on patch by Rafal Magda.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7534
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/cunit/cu_pgsql2shp.c: Fix #1080: cunit is crashing on
	test_ShpDumerDestroy().  Looks like the original code omitted to set the default config
	values causing the addition of a ShpDumperDestroy() call to fall
	over on some platforms due to uninitialised pointers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7533
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: Force unix
	LF.  Also get rid of unnecessary call to CREATE INDEX .. we have a
	missing script for that.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7532
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
	extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: Fix for #1086 Issue with parsing out location.  also added to
	regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@7531
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-07-01  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: fix build -- had functions installed out
	of order of dependency git-svn-id: http://svn.osgeo.org/postgis/trunk@7530
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-30  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: add pretty function to return pretty
	name and use in postgis_constraint_type (seems 3 times as slow with
	conversion -- will investigate later) -- before my 50 odd
	goemetry_columns based on all constraint columns returns 75ms now
	takes 250-300 ms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7529
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-30  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: removed accidental commit of some debug
	testing git-svn-id: http://svn.osgeo.org/postgis/trunk@7528
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-30  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_asjpeg_expected: fixed logic issues in
	ST_AsJPEG git-svn-id: http://svn.osgeo.org/postgis/trunk@7527
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Change parameter order in 900913 (magic!) git-svn-id: http://svn.osgeo.org/postgis/trunk@7526
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/man/pgsql2shp.1, loader/cunit/cu_pgsql2shp.c,
	loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
	loader/pgsql2shp-core.h: Commit rework of #885 (pgsql2shp fields
	conversion from predefined list).  This patch required extra work to ensure that it was a better fit
	for the new loader/dumper structure including error reporting,
	better use of C coding style and altering various names/code
	locations as appropriate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7524
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: GEOS no like POINT EMPTY (#1060) git-svn-id: http://svn.osgeo.org/postgis/trunk@7523
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Regina Obe <lr@pcorp.us>

	* MIGRATION: Itemize some issues with restoring data from old that
	cause failures git-svn-id: http://svn.osgeo.org/postgis/trunk@7522
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: Add Hunter
	Systems Group to credits for funding Geocoder enhancements git-svn-id: http://svn.osgeo.org/postgis/trunk@7521
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	postgis/uninstall_legacy.sql.in.c: #949 more legacy cleanup -- add
	G-M to uninstall, remove accum git-svn-id: http://svn.osgeo.org/postgis/trunk@7520
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Regina Obe <lr@pcorp.us>

	* postgis/uninstall_legacy.sql.in.c: fix typo in uninstall script git-svn-id: http://svn.osgeo.org/postgis/trunk@7519
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1069: Support
	for specifying max_results to return.  Regress already committed git-svn-id: http://svn.osgeo.org/postgis/trunk@7518
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: fix for #1073 handling mangled zipcodes and update regress to
	include these git-svn-id: http://svn.osgeo.org/postgis/trunk@7517
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-29  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/regress/geocode_regress,
	extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress,
	extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.
	sql: #1077 preliminary regress tests and current outputs (formatting
	needs cleanup and to be run by script but will deal with that
	later). Already have a regress failure when compared with docs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7516
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-28  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7515
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-28  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/layertrigger.sql,
	topology/test/regress/layertrigger_expected,
	topology/topology.sql.in.c: Apply patch by Andrea Peri to fix
	topology layer trigger. Includes regress test. Closes ticket #950.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7514
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-28  Regina Obe <lr@pcorp.us>

	* HOWTO_RELEASE: #1063 - add update website with released doc
	version to HOWTO_RELEASE steps git-svn-id: http://svn.osgeo.org/postgis/trunk@7512
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.bat: fix windows
	script -- had sh style commented alter schema line instead of
	windows batch style commented alter schema git-svn-id: http://svn.osgeo.org/postgis/trunk@7511
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-28  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: put in missing homage to GDAL.  Also updated
	the GDAL use list http://trac.osgeo.org/gdal/wiki/SoftwareUsingGdal
	to include PostGIS git-svn-id: http://svn.osgeo.org/postgis/trunk@7510
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql: 
	Partial fix for #1068  -- handling of misspelled numeric streets
	such as 13nd or 22th and partial support for numeric streets with
	fractions like 1/2 git-svn-id: http://svn.osgeo.org/postgis/trunk@7509
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: get rid of
	drop / recreate norm_addy.  It's not necessary yet since we haven't
	changed it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7508
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	#1068 partial fix -- trimmed leading/trailing spaces in
	normalize_address fields so now correctly handles things like W.,N.
	etc. More fixes coming.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7507
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-27  Bborie Park <dustymugs@gmail.com>

	* 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 function getSRTextSPI to create one code for getting the
	srtext of a SRID from the spatial_ref_sys table.  - removed plpgsql function _ST_srtext with addition of getSRTextSPI.  The regression failure in ticket #1064 should be resolved as a
	side-affect of the new function as the srtext returned through SPI
	is copied to an interval variable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7506
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore GNUMakefile git-svn-id: http://svn.osgeo.org/postgis/trunk@7505
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-27  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/rt_pixelvalue_expected: modified expected
	results for rt_pixelvalue.  Associated ticket is #1055 git-svn-id: http://svn.osgeo.org/postgis/trunk@7503
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* MIGRATION: Add migration guide for upgraders git-svn-id: http://svn.osgeo.org/postgis/trunk@7502
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwutil.c: Fix type name for CompoundCurve git-svn-id: http://svn.osgeo.org/postgis/trunk@7497
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* raster/rt_core/rt_api.c: Edit rt_band_get_pixel() so that the
	warning message contains the out-of-bound coordinates being
	accessed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7496
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Cleanup of error messages.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7495
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-27  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/xsl/raster_gardentest.sql.xsl,
	regress/Makefile.in: version garden test files so now named
	raster_gardentest_20.sql, postgis_gardentest_20.sql.  Add reclassarg
	type example to raster garden objects git-svn-id: http://svn.osgeo.org/postgis/trunk@7494
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: revise to ignore OUT parameters.
	Also add 20 to postgis garden output table name git-svn-id: http://svn.osgeo.org/postgis/trunk@7493
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-26  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: change ST_AsX3d from using
	methodsynopsis back to funcsynopsis.  This was an attempt before to
	stylize default args which didn't work out.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7492
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, postgis/lwgeom_geos.c: 
	ST_IsValidDetail and ST_IsValidReason POLYGON CRASH (#712) git-svn-id: http://svn.osgeo.org/postgis/trunk@7491
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwsegmentize.c: Make test for co-linearity a little more
	double-barrelled.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7490
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwsegmentize.c: Simplify circle stroking code (#1057) git-svn-id: http://svn.osgeo.org/postgis/trunk@7489
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/generator.c: Remove reference to algorithm.h
	from generator.c git-svn-id: http://svn.osgeo.org/postgis/trunk@7488
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h, liblwgeom/lwsegmentize.c,
	liblwgeom/lwtree.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_split.c: 
	Prototype segmentation code and move lwalgorith.h prototypes into
	liblwgeom.h and liblwgeom_internal.h git-svn-id: http://svn.osgeo.org/postgis/trunk@7487
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h, postgis/lwgeom_functions_basic.c: Convert
	some BOX3D functions to GBOX git-svn-id: http://svn.osgeo.org/postgis/trunk@7486
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: correct column names of norm_addy
	object - they were wrong git-svn-id: http://svn.osgeo.org/postgis/trunk@7485
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: update release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@7484
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/faq_raster.xml,
	doc/introduction.xml, doc/man/pgsql2shp.1,
	doc/reference_processing.xml, doc/reference_raster.xml: #1062 apply
	typo patch from Kasif Rasul git-svn-id: http://svn.osgeo.org/postgis/trunk@7483
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_transform.sql,
	raster/test/regress/rt_transform_expected: Modified ST_Transform to
	permit specification of projected raster's scale.  This is due to
	the scale change that occurs when a raster is being reprojected.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7482
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: bounding box clarification && (that
	it's 2D) git-svn-id: http://svn.osgeo.org/postgis/trunk@7481
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: minor clarifications git-svn-id: http://svn.osgeo.org/postgis/trunk@7480
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-25  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql: 
	#1051 - fix rating logic (typo in direction weight) causing - select
	(g.addy).*, astext(g.geomout), g.* from geocode('150 2nd Ave S,
	Minneapolis, MN 55401') as g   To return north instead of south.
	Also change functions to use named args git-svn-id: http://svn.osgeo.org/postgis/trunk@7474
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: bah pdflatex doesn't like sect3.
	Just make it a sect2 git-svn-id: http://svn.osgeo.org/postgis/trunk@7473
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Id on para didn't take -- lets
	try a sect3 git-svn-id: http://svn.osgeo.org/postgis/trunk@7472
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_transform.sql,
	raster/test/regress/rt_transform_expected: Added sanitization of the
	algorithm parameter of ST_Transform.  Refactored the regression test
	for ST_Transform.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7471
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: put in ancho for changed section
	and link back from top of What's new to breaking changes section git-svn-id: http://svn.osgeo.org/postgis/trunk@7470
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: revise 2.0 changed,enhanced, new
	to also capture paragraphs embedded in sub tags such as warning,
	note.  Was missing some breaking changes ST_Length, ST_GeomFromText
	etc because it wasn't catching warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@7469
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	thought had changed to use default params -- guess not.  Also stamp
	in time author info as comment inside function git-svn-id: http://svn.osgeo.org/postgis/trunk@7468
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Get rid of note about ST_Transform not
	working on all platforms.  No longer true git-svn-id: http://svn.osgeo.org/postgis/trunk@7467
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	revert unnecessary edit git-svn-id: http://svn.osgeo.org/postgis/trunk@7463
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-24  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	fix for #1051 -- postDirAbbrev doesn't parse git-svn-id: http://svn.osgeo.org/postgis/trunk@7462
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Chris Hodgson <chodgson@refractions.net>

	* postgis/lwgeom_functions_analytic.c: further bug fix for #884 git-svn-id: http://svn.osgeo.org/postgis/trunk@7461
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: note about ST_length geography breaking
	change -- in 1.5 used to return perimeter of a polygon now returns 0
	just like geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@7459
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_e
	xact.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_f
	uzzy.sql: time autho stamp signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@7458
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7457
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	put in author revision id placeholder and have as part of code logic
	as well git-svn-id: http://svn.osgeo.org/postgis/trunk@7456
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7455
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c: Addition of rt_raster_gdal_warp function
	in rt_api.c.  This was written based upon GDAL's gdalwarp utility to
	provide a flexible means to reproject, change the scale of, adjust
	the skew (deskew) of and shift the origin of a raster.
	RASTER_transform in rt_pg.c has been adjusted to make use of
	rt_raster_gdal_warp instead of rt_raster_transform.  Regression te
	sts confirm that resulting rasters from rt_raster_gdal_warp are
	identical to that of rt_raster_transform.  The abilities to change a raster's scale, skew and origin have yet
	to be tested and have no user-accessible SQL functions as of this
	revision.  This will occur in future revisions.  The function rt_raster_transform will be removed in a future
	revision.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7454
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/sql-mm-circularstring_expected,
	regress/sql-mm-curvepoly_expected,
	regress/sql-mm-multisurface_expected: Re-base circular bbox
	regressions git-svn-id: http://svn.osgeo.org/postgis/trunk@7453
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwsegmentize.c: PostGIS Box2D (and && operator) gives
	wrong result for ST_CircularString type (#578) git-svn-id: http://svn.osgeo.org/postgis/trunk@7452
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Regina Obe <lr@pcorp.us>

	* CREDITS: clean up credits a bit git-svn-id: http://svn.osgeo.org/postgis/trunk@7451
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #944 support functions to comb out
	type,srid, dim from constraint based geometries and integration into
	geometry_columns_v so that non-typmods and typmods of the world can
	coexist in harmony git-svn-id: http://svn.osgeo.org/postgis/trunk@7450
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-23  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_debug.c: Don't interpret types as flags in
	ST_Summary. Fixes bug #1054 (needs automated testing) git-svn-id: http://svn.osgeo.org/postgis/trunk@7449
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-22  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: minor addition to
	GEOMETRYCOLLECTION(EMPTY) warning git-svn-id: http://svn.osgeo.org/postgis/trunk@7448
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-22  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/reference_constructor.xml: #924 -
	document breaking change git-svn-id: http://svn.osgeo.org/postgis/trunk@7447
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwpoly.c: ST_ForceRHR POLYGON EMPTY crash (#710) git-svn-id: http://svn.osgeo.org/postgis/trunk@7446
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c: ST_GeoHash
	POLYGON Empty crash (#711) git-svn-id: http://svn.osgeo.org/postgis/trunk@7445
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-22  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fill in raster coverage protos for
	ST_Histogram (still need examples for these), fix typo in another
	function, change ST_SetBandNoDataValue as if it supports default
	args (the documentation will be consistent with implementation onces
	#1049 is done) git-svn-id: http://svn.osgeo.org/postgis/trunk@7444
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of extraneous proto git-svn-id: http://svn.osgeo.org/postgis/trunk@7443
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more fine tuning of output of driver
	options git-svn-id: http://svn.osgeo.org/postgis/trunk@7442
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix ST_GDalDrivers output to correctly
	output options as table.  I had thought it was evenly balanced (all
	options have descriptions), but that is not the case so origianl
	example had the name and descriptions mismatched git-svn-id: http://svn.osgeo.org/postgis/trunk@7441
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-21  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_band.sql,
	raster/test/regress/rt_band_expected: Refactored code and removed
	the use of SET_VARSIZE for RASTER_band to fix segfault.  Associated ticket is #1044.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7440
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: change bigint to integer for
	ST_ValueCount record outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@7439
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_AsJPEG and fill in missing
	protos for ST_ValueCount git-svn-id: http://svn.osgeo.org/postgis/trunk@7438
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-21  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Get rid of removed ST_SummaryStats proto
	and add new ST_SummaryStats proto git-svn-id: http://svn.osgeo.org/postgis/trunk@7437
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_dump.c: ST_Dump with GSerialized POINT EMPTY and
	EWKT/AsText mismatch (#746) git-svn-id: http://svn.osgeo.org/postgis/trunk@7436
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/generator.c: Increase size of generator.c
	static buffer. (#583) git-svn-id: http://svn.osgeo.org/postgis/trunk@7435
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c: geography: ST_Intersects, ST_DWithin
	gbox_overlaps: geometries have mismatched dimensionality (#1037) git-svn-id: http://svn.osgeo.org/postgis/trunk@7433
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-20  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7432
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-20  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Add missing SQL/MM functions in the
	status section (TODO) git-svn-id: http://svn.osgeo.org/postgis/trunk@7431
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-20  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c: #1040 -- ST_MinimumBoundingCircle --
	replace X(), Y() deprecated calls with ST_X(), ST_Y().  Also changed
	to use default args. We really need regression tests for this
	function.  Will put on separate task.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7430
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-19  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: more cleanup of hard upgrade instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@7429
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-19  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Amend hard upgrade instructions to remove
	stuff that is obsolete and add in additional steps needed for
	PostGIS 2.0.  Also update creating new spatial database to include
	instructions for installing raster and topology support git-svn-id: http://svn.osgeo.org/postgis/trunk@7428
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-19  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql: 
	add index check / generation for soundex, lower, geometry gist, and
	least_hn git-svn-id: http://svn.osgeo.org/postgis/trunk@7427
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	Fix for #1025 -- Geocoder Failing with NORTH EAST is street name git-svn-id: http://svn.osgeo.org/postgis/trunk@7426
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_typmod.c: Error message change git-svn-id: http://svn.osgeo.org/postgis/trunk@7425
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql: 
	hmm lets try that again git-svn-id: http://svn.osgeo.org/postgis/trunk@7424
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql: 
	backout some code didn't mean to commit git-svn-id: http://svn.osgeo.org/postgis/trunk@7423
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Found some
	indexes I missed -- added to tiger_loader, also #1036 create
	missing_indexes generation script to back install.  Still need to
	put in logic for some more indexes, but htis is a good start.  Also
	documented new function git-svn-id: http://svn.osgeo.org/postgis/trunk@7422
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: fix
	error  in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@7421
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: get
	rid of unnecessary auto casting git-svn-id: http://svn.osgeo.org/postgis/trunk@7420
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: 
	#1035 gluing on .0 is making least check always return 0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7419
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-18  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml, postgis/geography.sql.in.c,
	postgis/postgis_drop.sql.in.c: Change ST_Length, ST_Perimeter for
	geography to use default parameters, document
	ST_Perimeter(geography,use_spheroid) git-svn-id: http://svn.osgeo.org/postgis/trunk@7418
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected: Quiet regression failure for
	minor rounding difference.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7417
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwsegmentize.c,
	regress/tickets.sql, regress/tickets_expected: Bounding box
	calculation for straight CircString fails (#668) git-svn-id: http://svn.osgeo.org/postgis/trunk@7416
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Retrieving and storing Geography
	column data through JDBC does not work (#350) git-svn-id: http://svn.osgeo.org/postgis/trunk@7415
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_measurement.c: 
	Define alias ST_Perimeter (for geography ST_Length) (#526) git-svn-id: http://svn.osgeo.org/postgis/trunk@7414
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #1032 fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7413
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-17  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: change geography to geometry and limit
	view to only output tables and views git-svn-id: http://svn.osgeo.org/postgis/trunk@7412
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: fixed parameter passing in
	ST_AsTiff git-svn-id: http://svn.osgeo.org/postgis/trunk@7411
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Refactored ST_SummaryStats so
	that there is a non-user _ST_SummaryStats that is the backend of all
	ST_SummaryStats and ST_ApproxSummary stats functions.  This
	eliminates the "sample_percent" parameter from the one
	ST_SummaryStats function that had it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7410
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/geography.h,
	postgis/geography.sql.in.c, postgis/geography_inout.c,
	postgis/geometry_inout.c, postgis/gserialized_typmod.c,
	postgis/postgis.sql.in.c: Partial typmod support for PostGIS
	geometry (#944) git-svn-id: http://svn.osgeo.org/postgis/trunk@7409
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Some cleanup.  change ST_AsGDALRaster
	example using spatial ref to agree with new syntax of just passing
	in the srid.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7408
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-16  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: put in missing tag git-svn-id: http://svn.osgeo.org/postgis/trunk@7404
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-16  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: document &&& nd interacts bounding box
	operator git-svn-id: http://svn.osgeo.org/postgis/trunk@7403
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
	postgis/geography.sql.in.c, postgis/geometry_gist_selectivity.c,
	postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Fix up selectivity
	and operators a little git-svn-id: http://svn.osgeo.org/postgis/trunk@7402
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h,
	postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_gist.c: Add a couple
	more GBOX functions to map to B2DF4 requirements git-svn-id: http://svn.osgeo.org/postgis/trunk@7401
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-15  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7400
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-15  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Added value for nBandCount attribute of
	GDALWarpOptions in rt_raster_transform function.  This is based upon the discussion found at: http://lists.osgeo.org/pipermail/gdal-dev/2011-May/028730.html Related ticket is #1015 git-svn-id: http://svn.osgeo.org/postgis/trunk@7399
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-15  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	postgis/uninstall_legacy.sql.in.c: #722 - get rid of transform and
	remainder of SnapToGrid deprecated family of functions.  Add to #945
	uninstall_legacy and also legacy.sql.in.c files git-svn-id: http://svn.osgeo.org/postgis/trunk@7398
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-15  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Change
	ST_MapAlgebra to use default args and amend the documentation to
	reflect change.  In so doing fix #969 - inconsistent order of args,
	#967 raster regress failures on 9.0 and 9.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@7397
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-14  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/create_rt_band_properties_test.sql,
	raster/test/regress/rt_spatial_relationship.sql: Changed SRID to
	something within the range permitted by GSERIALIZED.  As of this
	revision, all raster regression tests pass successfully.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7396
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_box2dfloat4.c: bug in BOX2DFLOAT4_in function due
	to GSERIALIZED_ON change (#1020) git-svn-id: http://svn.osgeo.org/postgis/trunk@7395
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-14  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: With GSERIALIZED_ON enabled,
	adapted code that needs preprocessor conditions.  Basically instead
	of "geometry_gist_sel" and "geometry_gist_joinsel", GSERIALIZED_ON
	uses "contsel" and "contjoinsel" git-svn-id: http://svn.osgeo.org/postgis/trunk@7394
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-14  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Do not explicitly name GIST opclass
	(was renamed). Fixes topology after the GSERIALIZED switch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7393
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-14  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in, loader/cunit/Makefile.in: Fix libiconv linker
	flags git-svn-id: http://svn.osgeo.org/postgis/trunk@7392
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_box2dfloat4.c: Apply bug in BOX2DFLOAT4_in function
	due to GSERIALIZED_ON change (#1020) from dustymugs git-svn-id: http://svn.osgeo.org/postgis/trunk@7391
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-13  Bborie Park <dustymugs@gmail.com>

	* 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 leak
	in RASTER_asGDALRaster of rt_pg.c and left note in comments of
	rt_raster_to_gdal git-svn-id: http://svn.osgeo.org/postgis/trunk@7390
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized.h, regress/dump_expected,
	regress/lwgeom_regress_expected, regress/regress_expected,
	regress/sql-mm-circularstring_expected: Move from GSERIALIZED off by
	default to on by default. Adjust minor regression changes as
	necessary.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7389
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/cunit/Makefile.in: Allow cunit tests to build and run in
	OS/X git-svn-id: http://svn.osgeo.org/postgis/trunk@7388
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add svn:ignores for some new derived files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7387
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-13  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_app.xml: #609 revise JDBC to use non-deprecated
	calling syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@7384
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-13  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	surpress outputting sql if not in debug mode git-svn-id: http://svn.osgeo.org/postgis/trunk@7382
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-13  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	change to return as much address as possible even if no fullname at
	least try to return city, state, zip git-svn-id: http://svn.osgeo.org/postgis/trunk@7381
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-12  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix typo in reverse_geocode name and
	get rid of other prot since changed to use default args git-svn-id: http://svn.osgeo.org/postgis/trunk@7380
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-12  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: fix
	division by zero issue git-svn-id: http://svn.osgeo.org/postgis/trunk@7379
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-12  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: make
	debug statement conditional git-svn-id: http://svn.osgeo.org/postgis/trunk@7378
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-12  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: significantly
	improve speed of reverse geocode (when all states loaded), but using
	CTEs and unparameterizing query (parameterized often does not use
	inheritance), reverse_geocode to use default parameters, put in
	table column comments to describe some of what loader columns mean.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7377
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-11  Bborie Park <dustymugs@gmail.com>

	* 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
	parameter "header_only" to rt_raster_deserialize.  This instructs
	the function to only extract the raster header.  All functions calls to rt_raster_deserialize in rt_pg.c and
	testwkb.c have been modified to account for the "header_only"
	parameter.  In addition, functions that can use
	PG_DETOAST_DATUM_SLICE have been modified to use it.  Associated tickets are #867 and #985.  Now to work on valgrinding rt_pg.c git-svn-id: http://svn.osgeo.org/postgis/trunk@7376
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_mean.sql,
	raster/test/regress/rt_mean_expected,
	raster/test/regress/rt_minmax.sql,
	raster/test/regress/rt_minmax_expected,
	raster/test/regress/rt_stddev.sql,
	raster/test/regress/rt_stddev_expected,
	raster/test/regress/rt_sum.sql,
	raster/test/regress/rt_sum_expected,
	raster/test/regress/rt_transform.sql,
	raster/test/regress/rt_transform_expected: Removed the
	ST_SummaryStats wrappers: ST_Sum, ST_Mean, ST_Stddev, ST_MinMax.
	Only ST_Count is preserved as it has a shortcut for when
	"exclude_nodata_value" is FALSE.  Refactored regression test for rt_transform due to removal of some
	ST_SummaryStats wrappers and make the tests no longer about being
	exact to specific values but more about being in the appropriate
	contexts.  Associated ticket is #1005 and to some degree, #985.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7375
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Sort what's new 2.0 by name of
	section insted of id since raster ids start with RT_ they are being
	sorted at the top above everything else which is confusing git-svn-id: http://svn.osgeo.org/postgis/trunk@7374
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix ST_BandMetaData, ST_AsGDalRaster
	(they take defaults now so prots have ben removed) git-svn-id: http://svn.osgeo.org/postgis/trunk@7373
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-11  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/core/testapi.c: Refactored
	rt_raster_replace_band in rt_api.c to return the replaced band.
	Additional memory cleanups in testapi.c due to segfault and leaks.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7372
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Note about issues with raster
	ST_Transform git-svn-id: http://svn.osgeo.org/postgis/trunk@7371
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document raster ST_Transform function.
	Will provide examples later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7370
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-11  Bborie Park <dustymugs@gmail.com>

	* 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 to valgrind
	the regression tests to clean up the leaks in rt_pg.c git-svn-id: http://svn.osgeo.org/postgis/trunk@7369
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of ST_SRSText usage is gone and
	replaced with just srid so parallel with geometry.  Update all the
	function doco -- they used to use srstext, but now they use srid.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7368
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Refactored how GDAL warp options are
	freed.  I believe I was prematurely freeing the options.  Associated ticket #1015 git-svn-id: http://svn.osgeo.org/postgis/trunk@7367
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_core/rt_api.c, raster/test/regress/rt_pixelvalue.sql,
	raster/test/regress/rt_pixelvalue_expected: Getting pixel value at
	out of range coordinate should only return a warning. Was broken at
	r7106. Added a check.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7366
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c: Fixed error messages.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7365
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: Explicitly set GDALWarpOptions element
	padfSrcNoDataImag as it seems some folks are having regression
	error.  Based upon the GDAL code, explicitly setting
	padfSrcNoDataImag and padfDstNoDataImag should eliminate the error
	message that is occurring.  Associated tickets are #925 and #1015.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7364
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_app.xml: #609 jdbc error in documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@7363
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #666 -- strange I don't recall this
	being an issue on PostGIS 2.0, but seems to be also.  Still need
	regress test for it though.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7361
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Update NZ projections for grid transformation
	support (#631) git-svn-id: http://svn.osgeo.org/postgis/trunk@7359
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_bandmetadata.sql,
	raster/test/regress/rt_bandmetadata_expected,
	raster/test/regress/rt_metadata.sql,
	raster/test/regress/rt_metadata_expected: Rewrote ST_BandMetaData to
	use a C function instead of sequential calls for the metadata of a
	raster's band in plpgsql.  Also added regression tests for
	ST_MetaData and ST_BandMetaData due to C functions.  Associated ticket #1012 git-svn-id: http://svn.osgeo.org/postgis/trunk@7357
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more description on reclass expressions git-svn-id: http://svn.osgeo.org/postgis/trunk@7356
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-10  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: more examples for ST_Point and
	example converting to geography git-svn-id: http://svn.osgeo.org/postgis/trunk@7354
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/regress_index.sql: Minor change to work with gserialzed git-svn-id: http://svn.osgeo.org/postgis/trunk@7353
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-09  Bborie Park <dustymugs@gmail.com>

	* 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 sequential calls
	for the metadata of a raster in plpgsql.  Associated ticket #1012 git-svn-id: http://svn.osgeo.org/postgis/trunk@7352
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_export.c: Remove some compile warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@7351
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add some ignores git-svn-id: http://svn.osgeo.org/postgis/trunk@7350
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-09  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: #448 add CUnit requirement for testing git-svn-id: http://svn.osgeo.org/postgis/trunk@7348
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-09  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/scripts/python/rtgdalraster.py: Replaced the parameter "srs"
	in ST_AsGDALRaster with "srid" so as to match that of ST_Transform
	and other functions that deals with spatial reference systems.  In
	doing so, this eliminates the user function ST_srtext and just has a
	hidden _ST_srtext function for use by the underlying C functions.
	Another nice benefit is that I was able to reduce the number of
	user-facing functions.  Associated ticket #1011 git-svn-id: http://svn.osgeo.org/postgis/trunk@7346
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql: 
	#1009 typo in index creation git-svn-id: http://svn.osgeo.org/postgis/trunk@7345
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-08  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7343
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-08  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c: Rewrote how the standard/sample
	deviation is computed in ST_SummaryStats for coverage tables.  It
	now extends the existing use of a single-pass standard deviation
	calculation to be able to do the calculation for a coverage table.  Associated ticket #985.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7342
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: forgot to comment out debug code
	for ST_Histogram thus causing rt_histogram regression to fail git-svn-id: http://svn.osgeo.org/postgis/trunk@7341
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-08  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_sum_expected,
	raster/test/regress/rt_summarystats_expected: fixed ST_SummaryStats
	for coverage tables where the sum of all tiles was not being
	computed.  Associated ticket #1005 Also added shortcuts to ST_Count for when parameter
	"exclude_nodata_value" is FALSE, just compute the count based upon
	the raster's dimensions.  Performance difference between the normal
	route and the shortcut is negligible for small rasters but noticable
	when run on large rasters and coverage tables git-svn-id: http://svn.osgeo.org/postgis/trunk@7340
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/rt_histogram.sql,
	raster/test/regress/rt_histogram_expected: Added support for
	coverage tables to ST_Histogram.  This entailed adding the ability
	to explicitly specify the min and max values in the underlying C
	function rt_band_get_histogram.  The min and max parameters should
	ONLY be used by the established coverage table handling ST_Histogram
	functions as the returned percent element of the histogram type is
	changed from returning the percentage to returning the sum of counts
	for that histogram.  Associated ticket is #934.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7339
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_transform.sql,
	raster/test/regress/rt_transform_expected: Add ST_Transform function
	that achieves the primary purpose of reprojecting a raster to a new
	projection system.  This makes use of the GDAL Warp API function
	GDALAutoCreateWarpedVRT().  In the future, the underlying C function
	is expected to be refactored to support skewing and pixel scaling at
	the same time the raster is reprojected.  Really minor changes to rt_pg/rt_pg.c adding initilization values to
	variables for eliminating compile warnings in Windows (thanks
	Pierre).  Fixed variable "status" in rt_raster_from_gdal_dataset() of
	rt_core/rt_api.c Associated ticket is #925 git-svn-id: http://svn.osgeo.org/postgis/trunk@7338
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: Put legacy.sql in varname tag so prints out as
	courier and stands out more.  Some clarification on the
	geography/geometry choice question git-svn-id: http://svn.osgeo.org/postgis/trunk@7336
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more corrections of erroneous statements git-svn-id: http://svn.osgeo.org/postgis/trunk@7335
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix minor formatting issues git-svn-id: http://svn.osgeo.org/postgis/trunk@7334
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: forgot output column in histogram type git-svn-id: http://svn.osgeo.org/postgis/trunk@7333
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more correction in ST_Histogram
	explanation git-svn-id: http://svn.osgeo.org/postgis/trunk@7332
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: make description of programming match
	what is going on in histogram example git-svn-id: http://svn.osgeo.org/postgis/trunk@7331
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: missing one proto for ST_Histogram git-svn-id: http://svn.osgeo.org/postgis/trunk@7330
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: add description ST_Histogram inputs git-svn-id: http://svn.osgeo.org/postgis/trunk@7329
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document histogram type git-svn-id: http://svn.osgeo.org/postgis/trunk@7328
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-07  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_Histogram git-svn-id: http://svn.osgeo.org/postgis/trunk@7327
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-05  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: bug fix of r7325 where the wrong variable
	is used in the "for" loop at line 5442 git-svn-id: http://svn.osgeo.org/postgis/trunk@7326
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-05  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: - added additional function parameters "bandNums" and "count" to
	rt_raster_to_gdal_mem so that the GDAL dataset created only contains
	those bands specified - any calls to rt_raster_to_gdal_mem function was refactored for the
	new function parameters - refactored rt_raster_dump_as_wktpolygons to make use of
	rt_raster_to_gdal_mem so as to reduce duplicate code and improve
	cleanliness git-svn-id: http://svn.osgeo.org/postgis/trunk@7325
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-05  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql: fix
	ambiguous column issue now that new zcta5 also has statefp git-svn-id: http://svn.osgeo.org/postgis/trunk@7324
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-05  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.s
	ql, extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql: 
	more speed optimizations git-svn-id: http://svn.osgeo.org/postgis/trunk@7323
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-05  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql: 
	revise function s so lookup zip utilizes constraint exclusion git-svn-id: http://svn.osgeo.org/postgis/trunk@7322
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-05  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: #1004: census
	has finally released zcta5 for 2010.  Get rid of zcta500 table.
	replace with a more generic named zcta5.  Revise loader state script
	to load in zcta510 data and revise functions to use new zcta5 table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7321
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-04  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix more erroneous statements about
	ST_Reclass git-svn-id: http://svn.osgeo.org/postgis/trunk@7320
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-04  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of TODO note on ST_REclass
	exmaple -- I already did it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7319
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-04  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: huh more mistakes in ST_Reclass git-svn-id: http://svn.osgeo.org/postgis/trunk@7318
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-03  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/test/core/testapi.c: Added rt_raster_from_gdal_dataset
	function to rt_core/rt_api.c.  This function provides the
	functionality needed to convert a GDAL dataset into a PostGIS Raster
	object.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7317
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-03  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* configure.ac, raster/rt_core/rt_api.c, raster/test/core/testapi.c: 
	Check for new GDALFPolygonize function. If it isn't present, the old
	GDALPolygonize is called. Related ticket #650.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7316
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-03  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: add missing ST_ValueCount protos, get
	rid of ' around , causing comment installation to fail.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7315
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-02  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix wording of reclassarg and
	summarystats git-svn-id: http://svn.osgeo.org/postgis/trunk@7314
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-02  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7313
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-02  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_Band git-svn-id: http://svn.osgeo.org/postgis/trunk@7312
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-02  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of extra paragraph marks git-svn-id: http://svn.osgeo.org/postgis/trunk@7311
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-02  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: example how to use variadic version of
	ST_Reclass raster function, finish off reclassarg type description,
	add summarystats type git-svn-id: http://svn.osgeo.org/postgis/trunk@7310
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-02  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: Clarify GDAL version requirements for
	Mapserver to load PostGIS raster git-svn-id: http://svn.osgeo.org/postgis/trunk@7309
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-01  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
	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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7308
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_box2dfloat4.c, regress/tickets.sql,
	regress/tickets_expected: The box2d of an empty geometry is NULL,
	not a point. Closes ticket #938 and regress-tests it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7307
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: put a space after parameter name to try
	to prevent getting shoved in with type in reclassarg type def git-svn-id: http://svn.osgeo.org/postgis/trunk@7306
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: st_recalss -- hmm screwed up on example.
	Had overlapping ranges before.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7305
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-06-01  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, doc/reference_type.xml,
	doc/xsl/raster_comments.sql.xsl: move raster types to raster section
	(there are way too many now to try to lump into reference_type and
	do case statements to exclude from postgis_comments).  Revise
	raster_comments to look for types in reference_raster.  Add docu for
	ST_Reclass and reclassarg type.  Need at least one more example to
	show how to use recalssargs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7304
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-31  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: additional code refactoring in
	rt_raster_from_band git-svn-id: http://svn.osgeo.org/postgis/trunk@7303
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-31  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c: code refactored and added copying of
	raster attributes to new raster in rt_raster_from_band git-svn-id: http://svn.osgeo.org/postgis/trunk@7302
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-31  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #960 get rid of obsolete ST_AsPNG protos
	to make consistent with implementation git-svn-id: http://svn.osgeo.org/postgis/trunk@7301
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-31  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #960 get rid of ST_AsGDALRaster proto
	and update remaining to be consistent with new default args.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7300
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-31  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml, postgis/geography.sql.in.c,
	postgis/postgis_drop.sql.in.c: #961- reduce number of functions -
	Get rid of st_area(geography) and change st_area(geography,
	use_spheroid = true) and also have named argument names so callable
	by named args git-svn-id: http://svn.osgeo.org/postgis/trunk@7299
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-31  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: document missing proto for createtopology git-svn-id: http://svn.osgeo.org/postgis/trunk@7298
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-31  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Document ST_SummaryStats raster function git-svn-id: http://svn.osgeo.org/postgis/trunk@7297
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7296
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added default parameter for
	ST_AsGDALRaster Associated ticket is #960 git-svn-id: http://svn.osgeo.org/postgis/trunk@7295
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Bborie Park <dustymugs@gmail.com>

	* 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 all
	instances of "hasnodata" function argument to "exclude_nodata_value"
	in SQL functions (and underlying code where appropriate)
	ST_SummaryStats, ST_Count, ST_Sum, ST_Mean, ST_StdDev, ST_MinMax,
	ST_Quantile, ST_Histogram, ST_ValueCount and ST_ValuePercent git-svn-id: http://svn.osgeo.org/postgis/trunk@7294
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tiger_loader.sql: get rid of bash
	line -- seems unnecessary and breaks if multiple states.  Forgot cd
	which was making secondary states fail loading.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7293
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@7292
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more corrections and one more example
	for ST_ValueCount git-svn-id: http://svn.osgeo.org/postgis/trunk@7291
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix errors in notes git-svn-id: http://svn.osgeo.org/postgis/trunk@7290
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fill in more missing protos for
	st_valuecount -- still more to go git-svn-id: http://svn.osgeo.org/postgis/trunk@7289
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/raster_comments.sql.xsl, doc/xsl/topology_comments.sql.xsl: 
	put in missing protos for st_quantile.  Revise comment generator
	scripts to properly handle OUT parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@7288
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_quantile -- still missing
	some protos (also get rid of obsolete warnings) git-svn-id: http://svn.osgeo.org/postgis/trunk@7287
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: reference to st_valuecount in
	st_dumpaspixels git-svn-id: http://svn.osgeo.org/postgis/trunk@7286
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Move
	Bborie's new cool stat functions into their own section.  Add
	documentation for st_valuecount -- more coming for other raster
	functions.  macro replace hasnodata with exclude_nodata_value which
	hopefully will be clearer to everyone.  The raster codebase needs to
	be changed to agree with new names (mostly for those utilizing named
	arguments in PostgreSQL 9.0+).  In enhnced section --put a note that
	hasnodata was renamed to exclude_nodata_value.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7285
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-30  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.bat,
	extras/tiger_geocoder/tiger_2010/create_geocode.sh,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql: add remarked out
	line to set search path -- suggested by Brian Hamlin.  Also some
	other minor changes git-svn-id: http://svn.osgeo.org/postgis/trunk@7284
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql: Get
	rid of deprecated call to centroid git-svn-id: http://svn.osgeo.org/postgis/trunk@7283
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.bat,
	extras/tiger_geocoder/tiger_2010/create_geocode.sh,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: fix for #996
	also had to revise least and greatest helper functions to deal with
	to and froms that can't be converted to integers. Also added missing
	indexes to base tables (helps the planner with inherited tables
	though it never really uses those indexes) git-svn-id: http://svn.osgeo.org/postgis/trunk@7282
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
	extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh: fill in some
	missing licensing headers and svn tags git-svn-id: http://svn.osgeo.org/postgis/trunk@7281
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-28  Sandro Santilli <strk@kbt.io>

	* spatial_ref_sys.sql: It's "spatialreference.org", not
	"spatialreferencing.org" (srid=900913) git-svn-id: http://svn.osgeo.org/postgis/trunk@7280
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README: revise readme wording so
	those unix users who aren't on linux won't be quite as offended git-svn-id: http://svn.osgeo.org/postgis/trunk@7279
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README,
	extras/tiger_geocoder/tiger_2010/create_geocode.bat,
	extras/tiger_geocoder/tiger_2010/create_geocode.sh,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql: fix for #995
	handling lower level fips.  Also many fixes for #908 sh tiger loader
	profile.  Testing now and will close out if confirmed its fixed.
	Also put in a note in the .sh and .bat that for PostgreSQL 9.1+ have
	to install fuzzystrmatch with the CREATE EXTENSION syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@7278
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_count.sql,
	raster/test/regress/rt_count_expected,
	raster/test/regress/rt_mean.sql,
	raster/test/regress/rt_mean_expected,
	raster/test/regress/rt_quantile.sql,
	raster/test/regress/rt_quantile_expected,
	raster/test/regress/rt_stddev.sql,
	raster/test/regress/rt_stddev_expected,
	raster/test/regress/rt_sum.sql,
	raster/test/regress/rt_sum_expected,
	raster/test/regress/rt_valuecount.sql,
	raster/test/regress/rt_valuepercent.sql: - remove OUT parameters on those functions that only return a single
	value.  - updated regression tests that made use of those functions
	returning single values with OUT parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@7277
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added default values for function
	arguments of ST_Reclass git-svn-id: http://svn.osgeo.org/postgis/trunk@7276
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: ST_AddEdgeModFace is complete...  git-svn-id: http://svn.osgeo.org/postgis/trunk@7275
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document ST_AddEdgeModFace, tweak
	documentation of ST_AddEdgeNewFaces [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7274
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/Makefile,
	topology/test/regress/st_addedgemodface.sql,
	topology/test/regress/st_addedgemodface_expected: Implement
	topology.ST_AddEdgeModFace. Includes regress test. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7273
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix indentation git-svn-id: http://svn.osgeo.org/postgis/trunk@7272
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Simplify face registration by the end of
	ST_AddEdgeNewFaces [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7271
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Sandro Santilli <strk@kbt.io>

	* 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].  git-svn-id: http://svn.osgeo.org/postgis/trunk@7270
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: 
	topology.ST_AddEdgeNewFaces: do not needlessly replace face of holes
	found in a face splitted by the newly added edge. Regress test it.
	[RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@7269
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/populate.sql,
	topology/test/regress/addface.sql,
	topology/test/regress/addface_expected: Add an optional force_new
	parameter to topology.ST_AddFace to force creation of a new face
	when one already exists. Regress test and document. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7268
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: fix cpp extra token warning git-svn-id: http://svn.osgeo.org/postgis/trunk@7267
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c: change ST_ConcaveHull to use default
	parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@7266
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: preliminary documentation for ST_Count git-svn-id: http://svn.osgeo.org/postgis/trunk@7265
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-27  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_valuecount.sql,
	raster/test/regress/rt_valuepercent.sql: - Added default values for function parameters of ST_ValueCount and
	ST_ValuePercent.  Removed duplicative functions of the same.  - Tweaked the regression tests for ST_ValueCount and ST_ValuePercent
	as one question for each function type was too ambiguous.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7264
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added default parameter values
	for ST_Quantile functions git-svn-id: http://svn.osgeo.org/postgis/trunk@7263
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Added default values for function
	parameters of ST_Histogram and removed duplicative functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7262
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Forgot to delete the commented
	out functions of ST_SummaryStats and dependants from r7260 git-svn-id: http://svn.osgeo.org/postgis/trunk@7261
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7260
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/rt_band.sql,
	raster/test/regress/rt_band_expected: Added default parameter for
	ST_Band and reduced function count by 1.  Added additional regression tests for ST_Band.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7259
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* 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" git-svn-id: http://svn.osgeo.org/postgis/trunk@7258
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
	raster/test/regress/rt_histogram.sql: changed name "proportion" to
	"percent" for ST_Histogram to stay consistent with ST_ValuePercent git-svn-id: http://svn.osgeo.org/postgis/trunk@7257
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_valuecount.sql,
	raster/test/regress/rt_valuecount_expected,
	raster/test/regress/rt_valuepercent.sql,
	raster/test/regress/rt_valuepercent_expected: Addition of
	ST_ValuePercent, sibling of ST_ValueCount.  This function provides
	the ability to determine the percentage of a raster's band that is
	of a user-specified value.  Assocated ticket is #990 Also specified STRICT for functions with "searchvalue" (the
	singular) argument.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7256
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Changed the datatype for "count"
	from integer to bigint.  This should allow the "count" return value
	to handle large numbers coming from the various coverage functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7255
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/uninstall_legacy.sql.in.c: #949
	Add all E and F deprecated functions to uninstall_legacy.sql.in.c
	and minor sorting and casing cleanup.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7254
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: Error handling
	refinements in topology.ST_AddEdgeNewFaces (#988) Check for given edge having two distinct vertices before getting a
	new edge id from sequence, and before testing it for crossing nodes
	(or it'd give a confusing error message). Refine error message about
	no-segment edges to not talk about nodes. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7253
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-26  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_valuecount.sql,
	raster/test/regress/rt_valuecount_expected: Adds ST_ValueCount to
	count the number of times a user-provided value or all values occurs
	in a raster's band.  Associated ticket is #953 git-svn-id: http://svn.osgeo.org/postgis/trunk@7252
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@7251
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: put header on table git-svn-id: http://svn.osgeo.org/postgis/trunk@7250
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: try group git-svn-id: http://svn.osgeo.org/postgis/trunk@7249
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: #661 Type info of geography columns
	incomplete - pg_dump output wrong git-svn-id: http://svn.osgeo.org/postgis/trunk@7248
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_count.sql,
	raster/test/regress/rt_count_expected,
	raster/test/regress/rt_sum.sql, raster/test/regress/rt_sum_expected: 
	Add ST_Count and ST_Sum functions that are fronts for the count and
	sum values of ST_SummaryStats Associated tickets are #985 (ST_Count) and #986 (ST_Sum) git-svn-id: http://svn.osgeo.org/postgis/trunk@7246
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@7245
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@7244
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@7243
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@7242
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: revert git-svn-id: http://svn.osgeo.org/postgis/trunk@7241
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-25  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: define style for methodsynopsis git-svn-id: http://svn.osgeo.org/postgis/trunk@7240
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: missed a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@7239
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: experiment with methodsynopsis
	evidentally seems to support default parameters and conditional
	args, we need to move from funcsynopsis (designed for C) to
	methodsynopsis.  This is what PHP uses --
	https://doc.php.net/php/dochowto/chapter-skeletons.php git-svn-id: http://svn.osgeo.org/postgis/trunk@7238
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7237
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_getfaceedges.sql,
	topology/test/regress/st_getfaceedges_expected: Allow dumping
	universal face edges with ST_GetFaceEdges. Do it in the correct
	order. Fixes bug #984. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7236
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Bborie Park <dustymugs@gmail.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/rt_asgdalraster.sql,
	raster/test/regress/rt_asgdalraster_expected,
	raster/test/regress/rt_asjpeg.sql,
	raster/test/regress/rt_asjpeg_expected,
	raster/test/regress/rt_aspng.sql,
	raster/test/regress/rt_aspng_expected,
	raster/test/regress/rt_astiff.sql,
	raster/test/regress/rt_astiff_expected,
	raster/test/regress/testgdalraster.in,
	raster/test/regress/testgdalraster.test,
	raster/test/regress/testgdalraster_expected: - Added test testgdalraster.in which properly tests the output of
	ST_AsGDALRaster.  This test makes use of rtgdalraster.py found in
	raster/scripts/python, which itself requires psycopg2.  - Refactored rt_asgdalraster.sql, rt_astiff.sql, rt_asjpeg.sql and
	rt_aspng.sql to no longer attempt to validate the output of the
	respective functions with an MD5 checksum but rather be a test of
	the functions' behaviors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7235
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_getfacegeometry.sql,
	topology/test/regress/st_getfacegeometry_expected: 
	ST_GetFaceGeometry: throw SQL/MM exception when asked for the
	Universal Face geometry. Fixes bug #973 [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7234
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7233
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: 
	ST_AddEdgeNewFaces: don't get fooled by empty segments when
	computing azimuts [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7232
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7231
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: Add another
	(successful) test for ST_AddEdgeNewFaces when creating a new face in
	the universal face by closing a ring around an existing non-isolated
	edge [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@7230
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Add TODO item and SQL/MM compatibility
	note in ST_ChangeEdgeGeom git-svn-id: http://svn.osgeo.org/postgis/trunk@7229
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Test
	ST_ChangeEdgeGeom with edge crossing git-svn-id: http://svn.osgeo.org/postgis/trunk@7228
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: ST_ChangeEdgeGeom:
	check existence of given edge, reduce scans used to check start/end
	point and simplify the code, regress test the fix. Fixes bug #979.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7227
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: No functional change: tabs to 2 spaces.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7226
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/sqlmm.sql,
	topology/test/regress/sqlmm_expected,
	topology/test/regress/st_changeedgegeom.sql,
	topology/test/regress/st_changeedgegeom_expected: Move tests for
	ST_ChangeEdgeGeom into a dedicated file. Prepared for ticket #979.
	[RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@7225
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7224
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql,
	topology/test/regress/st_addisoedge_expected: ST_AddIsoEdge: tell
	that a node is isolated by only looking at containing_face rather
	than recomputing it. Closes ticket #978. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7223
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/Makefile,
	topology/test/regress/sqlmm_expected,
	topology/test/regress/st_addisonode.sql,
	topology/test/regress/st_addisonode_expected: Do not let
	ST_AddIsoNode add non-isolated nodes. Allow specifying 0 as the
	isolated node face and check it is correct. If containing_face is
	given as null then compute it. Patch by Andrea Peri. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7222
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Regina Obe <lr@pcorp.us>

	* topology/test/hierarchy.sql, topology/test/query_features.sql: Fix
	for #981 - using astext legacy function in tests git-svn-id: http://svn.osgeo.org/postgis/trunk@7221
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7220
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	postgis/uninstall_legacy.sql.in.c: #722 remove Centroid and Dump,
	#949 more additons to uninstall (Centroid, Dump, addbbox,dropbbox) git-svn-id: http://svn.osgeo.org/postgis/trunk@7219
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix link error git-svn-id: http://svn.osgeo.org/postgis/trunk@7218
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	postgis/uninstall_legacy.sql.in.c: #722 remove AsBinary and AsText,
	#949 more additons to uninstall (AsText,Asbinary, other output
	functions) git-svn-id: http://svn.osgeo.org/postgis/trunk@7217
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-24  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql: Document
	ST_ChangeEdgeGeom, revise function to confirm to new plpgsql coding
	standard.  Get rid of redundant && check since its already
	encapsulated in ST_Intersects and ST_Within git-svn-id: http://svn.osgeo.org/postgis/trunk@7216
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: update the list of what's implemented
	and what not git-svn-id: http://svn.osgeo.org/postgis/trunk@7215
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7214
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql,
	topology/test/regress/st_addisoedge_expected: Fix test for
	ST_AddIsoEdge verifying "geometry intersects an edge" exception. Fix
	exception message raised when attempting to insert a closed edge.
	Update regress test accoringly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7213
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/regress/st_addisoedge.sql,
	topology/test/regress/st_addisoedge_expected: ST_AddIsoEdge: set
	containing_face of nodes connected by the newly added edge to null
	as the nodes are not isolated anymore. Regress test it. Closes
	ticket #976.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7212
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/Makefile,
	topology/test/regress/sqlmm.sql,
	topology/test/regress/sqlmm_expected,
	topology/test/regress/st_addisoedge.sql,
	topology/test/regress/st_addisoedge_expected: Put tests for
	ST_AddIsoEdge in their own file. Fix use of ! rather than "not" for
	negating booleans in pl/pgsql.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7211
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* topology/test/load_topology.sql.in,
	topology/test/regress/st_addedgenewfaces_expected: Update
	load_topology.sql to properly set MBR field of faces.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7210
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgenewfaces_expected: And fix
	expected test output from st_addedgenewfaces (dunno how I could
	commit such a partial change...) git-svn-id: http://svn.osgeo.org/postgis/trunk@7209
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_addedgenewfaces.sql: Oops, forgot to
	uncomment temporarely disabled lines git-svn-id: http://svn.osgeo.org/postgis/trunk@7208
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-23  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7207
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-22  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_aspng_expected: - fixed band count check in st_asjpeg and st_aspng - fixed regression expected output for rt_aspng git-svn-id: http://svn.osgeo.org/postgis/trunk@7206
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-22  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in, postgis/legacy.sql.in.c,
	postgis/postgis_drop.sql.in.c, postgis/uninstall_legacy.sql.in.c: 
	Start work on #949 uninstall_legacy.sql and also some minor cleanup
	additions/sorting fo existing git-svn-id: http://svn.osgeo.org/postgis/trunk@7205
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-20  Regina Obe <lr@pcorp.us>

	* regress/loader/Latin1.select.expected: treating as executable
	didn't help - going to reinit my db as utf-8 instead git-svn-id: http://svn.osgeo.org/postgis/trunk@7204
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-20  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c: Commented line that caused memory crash
	because an invalid free. Related ticket #958.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7202
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-19  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addedge_expected: 
	topology.AddEdge: make edge linking self-consistent (each added edge
	will form a proper loop) git-svn-id: http://svn.osgeo.org/postgis/trunk@7201
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-19  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7200
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-19  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/lwout_x3d.c: support for 2D points, add multipoint 2d / 3d
	to cunit.  Add a mapping table to documentation to clarify how we
	map PostGIS geometries to X3D equivalent.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7199
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-19  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: clean up some compiler warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@7198
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_histogram.sql,
	raster/test/regress/rt_histogram_expected,
	raster/test/regress/rt_mean.sql,
	raster/test/regress/rt_mean_expected,
	raster/test/regress/rt_minmax.sql,
	raster/test/regress/rt_minmax_expected,
	raster/test/regress/rt_quantile.sql,
	raster/test/regress/rt_quantile_expected,
	raster/test/regress/rt_stddev.sql,
	raster/test/regress/rt_stddev_expected,
	raster/test/regress/rt_summarystats.sql,
	raster/test/regress/rt_summarystats_expected: - taking a suggestion from strk in #958, all regression tests for
	functions related to ST_SummaryStats has been rounded to 3 decimal
	places - added additional argument checks for pgraster to rt_pg.c - changed floating point comparisons in rt_pg.c and rt_api.c git-svn-id: http://svn.osgeo.org/postgis/trunk@7196
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: ST_AddEdgeNewFaces is now implemented..  git-svn-id: http://svn.osgeo.org/postgis/trunk@7195
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: 
	topology.ST_AddEdgeNewFaces implementation and regression test
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7194
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Bborie Park <dustymugs@gmail.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c, raster/test/core/testapi.c,
	raster/test/regress/rt_summarystats_expected,
	raster/test/regress/run_test.in: ST_SummaryStats returns the sum as
	part of the summary stats.  _ST_SummaryStats(rastertable,
	rastercolumn) function changed to make use of the sum and compute a
	straight mean (sum / count) rather than computing a weighted mean.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7193
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/populate.sql,
	topology/test/regress/addface.sql,
	topology/test/regress/addface_expected,
	topology/test/regress/getfacebypoint.sql,
	topology/test/regress/getfacebypoint_expected: topology.AddFace():
	properly update left/right face for edges _contained_ in the newly
	registered face and containing_face for isolated nodes in it, refine
	documentation about it [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7192
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: damn mathml you mock me! anyrate put in
	defaults as Pierre asked for ST_ASTiff (hope www... fixes their damn
	mathml). We really got to stop downloading that file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7191
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: define ST_SRText and backref git-svn-id: http://svn.osgeo.org/postgis/trunk@7190
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix ST_ASTIFF incorrect types start
	putting in defaults git-svn-id: http://svn.osgeo.org/postgis/trunk@7189
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: let me try to put the opt somewhere
	else.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7188
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more mistakes git-svn-id: http://svn.osgeo.org/postgis/trunk@7187
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix some incorrect statements git-svn-id: http://svn.osgeo.org/postgis/trunk@7186
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/query/GetRingEdges.sql,
	topology/test/Makefile, topology/test/regress/getringedges.sql,
	topology/test/regress/getringedges_expected,
	topology/topology.sql.in.c: topology.GetRingEdges() implementation
	and test. This is the first real user of
	next_left_edge/next_right_edge fields in the edge table. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7185
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Sandro Santilli <strk@kbt.io>

	* topology/README: Add a short paragraph about the semantic of
	edge's next_left_edge and next_right_edge fields.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7184
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml:  Fix ST_AsTiff function proto typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7183
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Document ST_AsTIFF and fix some
	missttatements about ST_ASPNG.  Also pretend like we are using
	default args already git-svn-id: http://svn.osgeo.org/postgis/trunk@7182
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl: get rid of opt git-svn-id: http://svn.osgeo.org/postgis/trunk@7181
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: bah just use brackets for optional args
	-- docbook seems to be ignoring the choice='opt' tag git-svn-id: http://svn.osgeo.org/postgis/trunk@7180
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: try to get optional argument to have
	brackets using optional tag git-svn-id: http://svn.osgeo.org/postgis/trunk@7179
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-18  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl: revise to put optional arguments
	in [] in the description. Damn dtd keeps downloading git-svn-id: http://svn.osgeo.org/postgis/trunk@7178
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c: Nothing like experimenting with
	myself.  Change ST_AsX3D to use default parameters and reduce down
	to one proto git-svn-id: http://svn.osgeo.org/postgis/trunk@7177
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: Appropriately tag GML functions as STABLE,
	IMMUTABLE or VOLATILE  - see bug #955 git-svn-id: http://svn.osgeo.org/postgis/trunk@7176
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more back ref git-svn-id: http://svn.osgeo.org/postgis/trunk@7175
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typos add backrefere to
	ST_GDALDrivers git-svn-id: http://svn.osgeo.org/postgis/trunk@7174
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/create_rt_gist_test_expected,
	raster/test/regress/rt_mean_expected,
	raster/test/regress/rt_stddev_expected,
	raster/test/regress/rt_summarystats_expected, regress/run_test: 
	Strip 'SELECT' feedback from regression test outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@7173
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7172
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Code cleanup of uncorrected
	statement from r7170 Associated ticket is #954 git-svn-id: http://svn.osgeo.org/postgis/trunk@7171
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7170
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql,
	topology/sql/query/getedgebypoint.sql,
	topology/sql/query/getfacebypoint.sql,
	topology/sql/query/getnodebypoint.sql,
	topology/sql/topoelement/topoelement_agg.sql: Tag some functions as
	STABLE or even IMMUTABLE (from volatile)  - see bug #955 git-svn-id: http://svn.osgeo.org/postgis/trunk@7169
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Bborie Park <dustymugs@gmail.com>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@7168
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Sandro Santilli <strk@kbt.io>

	* topology/test/load_topology.sql.in,
	topology/test/regress/copytopology_expected,
	topology/test/regress/gml_expected,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/legacy_validate_expected,
	topology/test/regress/st_addedgenewfaces_expected,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal_expected: Fixed bug in sample
	topology load (face id sequence value) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7167
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_comments.sql.xsl: revise to correctly comment
	functions with OUT parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@7166
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7165
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_GDALDrivers and back
	reference to ST_AsGDALRaster git-svn-id: http://svn.osgeo.org/postgis/trunk@7164
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Document ST_AsGDALRaster git-svn-id: http://svn.osgeo.org/postgis/trunk@7163
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: forgot availability and GDAL dependency
	note on ST_AsPNG git-svn-id: http://svn.osgeo.org/postgis/trunk@7162
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: First draft of ST_ASPNG doco.  Need some
	more examples and perhaps even pictures.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7161
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/scripts/python/rtgdalraster.py, raster/test/core/testapi.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_histogram.sql,
	raster/test/regress/rt_mean.sql, raster/test/regress/rt_minmax.sql,
	raster/test/regress/rt_quantile.sql,
	raster/test/regress/rt_stddev.sql,
	raster/test/regress/rt_summarystats.sql: - fixed usage of function parameter "hasnodata" to follow
	standardized interpretation - added copyright notices for work done by Bborie Park funded
	through the Regents of the University of California git-svn-id: http://svn.osgeo.org/postgis/trunk@7160
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c: removed duplicative ST_Histogram
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@7159
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_aspng.sql,
	raster/test/regress/rt_aspng_expected: Add ST_AsPNG         - added SQL functions for ST_AsPNG         - added regression tests Associated ticket is #342 git-svn-id: http://svn.osgeo.org/postgis/trunk@7158
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_asjpeg.sql,
	raster/test/regress/rt_asjpeg_expected: Add ST_AsJPEG function         - added SQL functions for ST_AsJPEG         - added regression tests Associated ticket is #340 git-svn-id: http://svn.osgeo.org/postgis/trunk@7157
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_astiff.sql,
	raster/test/regress/rt_astiff_expected: Add ST_AsTIFF function         - add SQL functions for ST_AsTIFF         - add regression tests Associated ticket is #341 git-svn-id: http://svn.osgeo.org/postgis/trunk@7156
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/scripts/python/rtgdalraster.py, raster/test/core/testapi.c,
	raster/test/regress/Makefile.in,
	raster/test/regress/rt_asgdalraster.sql,
	raster/test/regress/rt_asgdalraster_expected: Add ST_AsGDALRaster
	        function and helper functions ST_GDALDrivers and ST_srtext - added rt_raster_to_gdal, rt_raster_gdal_drivers and
	        rt_raster_to_gdal_mem functions to rt_core/rt_api.c and rt_api.h - added test cases to test/core/testapi.c         - added RASTER_asGDALRaster and RASTER_getGDALDrivers to
	        rt_pg/rt_pg.c - added SQL functions         - added regression tests Associated ticket is #901 git-svn-id: http://svn.osgeo.org/postgis/trunk@7155
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_reclass.sql,
	raster/test/regress/rt_reclass_expected: Added ST_Reclass function         - added rt_band_reclass and rt_raster_replace_band to
	        rt_core/rt_api.c and rt_api.h - added test case to test/core/testapi.c         - added RASTER_reclass to rt_pg/rt_pg.c         - added SQL functions for ST_Reclass         - added regression tests Associated ticket is #903 git-svn-id: http://svn.osgeo.org/postgis/trunk@7154
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_quantile.sql,
	raster/test/regress/rt_quantile_expected: Added ST_Quantile
	        functions - added function rt_raster_get_quantiles to rt_core/rt_api.c and
	        rt_api.h - added test case to test/core/testapi.c         - added function RASTER_quantile to rt_pg/rt_pg.c         - added SQL functions for ST_Quantile         - added regression tests Associated ticket is #935 git-svn-id: http://svn.osgeo.org/postgis/trunk@7153
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_histogram.sql,
	raster/test/regress/rt_histogram_expected: Added ST_Histogram
	        functions.  - added function rt_band_get_histogram to rt_core/rt_api.c and
	        rt_api.h - added test case to test/core/testapi.c         - added function RASTER_histogram to rt_pg/rt_pg.c         - added SQL functions for ST_Histogram         - added regression tests Associated ticket is #934 git-svn-id: http://svn.osgeo.org/postgis/trunk@7152
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_minmax.sql,
	raster/test/regress/rt_minmax_expected: Added ST_MinMax function         - added SQL functions for ST_MinMax         - added regression tests Associated ticket is #902 git-svn-id: http://svn.osgeo.org/postgis/trunk@7151
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_stddev.sql,
	raster/test/regress/rt_stddev_expected: Added ST_StdDev function         - added SQL functions for ST_StdDev         - added regression tests Associated ticket is #932 git-svn-id: http://svn.osgeo.org/postgis/trunk@7150
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* raster/rt_pg/rtpostgis.sql.in.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_mean.sql,
	raster/test/regress/rt_mean_expected: Added ST_Mean function.          - added SQL functions for ST_Mean to
	        rt_pg/rtpostgis.sql.in.c - added regression tests Associated ticket is #931 git-svn-id: http://svn.osgeo.org/postgis/trunk@7149
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_summarystats.sql,
	raster/test/regress/rt_summarystats_expected: Addition of
	ST_SummaryStats function.          - added function rt_band_get_summary_stats to
	        rt_core/rt_api.c and rt_api.h - added test case to test/core/testapi.c         - added function RASTER_summaryStats to rt_pg/rt_pg.c         - added SQL functions for ST_SummaryStats to
	        rt_pg/rtpostgis.sql.in.c - added regression tests in test/regress Associated ticket is #930.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7148
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Bborie Park <dustymugs@gmail.com>

	* 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,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	raster/test/regress/rt_band.sql,
	raster/test/regress/rt_band_expected: Addition of ST_Band
	  functionality.  - added function rt_raster_from_band to rt_core/rt_api.c and
	        rt_api.h - added test case to test/core/testapi.c         - added function RASTER_band to rt_pg/rt_pg.c         - added SQL functions for ST_Band to
	        rt_pg/rtpostgis.sql.in.c - added regression tests in test/regress Associated ticket is #339 and attached patch st_band.3.patch git-svn-id: http://svn.osgeo.org/postgis/trunk@7147
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-16  Sandro Santilli <strk@kbt.io>

	* topology/test/load_topology.sql.in,
	topology/test/regress/st_modedgeheal_expected,
	topology/test/regress/st_newedgeheal_expected: Fix a bug in the
	example topology data (related to next_left_edge) -- affected
	regress testing, also updated [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7146
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-13  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: forgot to add Bborie's organization git-svn-id: http://svn.osgeo.org/postgis/trunk@7145
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-13  Regina Obe <lr@pcorp.us>

	* CREDITS, authors.svn, doc/introduction.xml: Add Bborie Park to
	development team lists.  Assume Paul, you've given him SVN edit
	rights already.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7144
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-13  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: apply astyle git-svn-id: http://svn.osgeo.org/postgis/trunk@7143
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-13  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_accum.c: apply astyle git-svn-id: http://svn.osgeo.org/postgis/trunk@7142
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-13  Chris Hodgson <chodgson@refractions.net>

	* postgis/lwgeom_rtree.c: additional bug fix for #844 git-svn-id: http://svn.osgeo.org/postgis/trunk@7141
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-12  Chris Hodgson <chodgson@refractions.net>

	* regress/tickets.sql, regress/tickets_expected: added regess test
	for #884 git-svn-id: http://svn.osgeo.org/postgis/trunk@7139
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-12  Chris Hodgson <chodgson@refractions.net>

	* postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_analytic.h, postgis/lwgeom_geos.c,
	postgis/lwgeom_rtree.c, postgis/lwgeom_rtree.h: merged fix from
	r7136 in 1.5 branch, fixes broken point_in_multipolygon_rtree, for
	#884 git-svn-id: http://svn.osgeo.org/postgis/trunk@7137
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-12  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_accum.c: fix for #940 -- can't compile PostGIS 2.0
	against PostgreSQL 9.1 beta 1 git-svn-id: http://svn.osgeo.org/postgis/trunk@7135
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-12  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/Makefile,
	topology/test/regress/st_addedgenewfaces.sql,
	topology/test/regress/st_addedgenewfaces_expected: 
	topology.ST_AddEdgeNewFaces : tabs to spaces, named arguments, code
	cleanups and improved checks, tests for invalid calls [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7134
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-12  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile: Don't miss to clean load_topology-4326.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@7133
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-12  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: add about the tiger upgrade script git-svn-id: http://svn.osgeo.org/postgis/trunk@7132
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_e
	xact.sql,
	extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	more optimizations git-svn-id: http://svn.osgeo.org/postgis/trunk@7131
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: put in some
	missing indexes git-svn-id: http://svn.osgeo.org/postgis/trunk@7130
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql: more
	performance enhancements git-svn-id: http://svn.osgeo.org/postgis/trunk@7129
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: turn
	off debug mode git-svn-id: http://svn.osgeo.org/postgis/trunk@7128
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql,
	extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat,
	extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh: more usability
	and performance enhancements.  Change geocoder/reverse_geocode to
	use tiger.state_lookup instead of each schema state table (to
	achieve this had to add statefp to lookup table).  Also put in
	upgrade scripts and notes on upgrading in README. (current script
	will only upgrade an alpha tiger 2010 (PostGIS 2.0.0 install) ).  git-svn-id: http://svn.osgeo.org/postgis/trunk@7127
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: bah Hudson still not happy.  Make some
	preemptive changes git-svn-id: http://svn.osgeo.org/postgis/trunk@7126
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Frivolous edit to try to cure Hudson's
	hiccup git-svn-id: http://svn.osgeo.org/postgis/trunk@7125
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: minor change to Kevin's bio git-svn-id: http://svn.osgeo.org/postgis/trunk@7124
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-11  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: update PSC list and alphabetize it to get
	rid of any unintended implications of hierarchy.  Add new PSC
	members / remove old and mark Paul as Chair.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7123
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-10  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: fix some comments git-svn-id: http://svn.osgeo.org/postgis/trunk@7122
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-10  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: put in a todo why I'm punting properly
	handling holes for now git-svn-id: http://svn.osgeo.org/postgis/trunk@7121
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	more cleanup of normalize_address function git-svn-id: http://svn.osgeo.org/postgis/trunk@7120
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/tiger_loader.sql: put in missing
	constraints git-svn-id: http://svn.osgeo.org/postgis/trunk@7119
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-09  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql,
	topology/test/Makefile, topology/test/regress/st_newedgeheal.sql,
	topology/test/regress/st_newedgeheal_expected: Implement, document,
	and regress-test SQL/MM ST_NewEdgeHeal [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7118
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-09  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	major speed improvements to normalize_address git-svn-id: http://svn.osgeo.org/postgis/trunk@7117
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-09  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Check for "other connected edges" before
	TopoGeometry definitions git-svn-id: http://svn.osgeo.org/postgis/trunk@7116
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-09  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Fix path to raster (regress) enabler script.
	Fixes ticket #947.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7115
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-08  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: some explanation of theoretical vs.
	actual git-svn-id: http://svn.osgeo.org/postgis/trunk@7114
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-08  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/count_words.sql: mark
	as immutable git-svn-id: http://svn.osgeo.org/postgis/trunk@7113
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-08  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
	extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_countys
	ub_exact.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_e
	xact.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_f
	uzzy.sql,
	extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
	extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
	extras/tiger_geocoder/tiger_2010/utility/cull_null.sql,
	extras/tiger_geocoder/tiger_2010/utility/levenshtein_ignore_case.sq
	l,
	extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql,
	extras/tiger_geocoder/tiger_2010/utility/utmzone.sql: more cleanup.
	Get rid of more deprecated functions, put in more stable,imuutable
	markers.  Change some functions from plpgsql to sql git-svn-id: http://svn.osgeo.org/postgis/trunk@7112
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-08  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README,
	extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
	extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.s
	ql, extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql: 
	Put in costing and make most of the functions either STABLE or
	IMMUTABLE.  We were loosing a lot of cacheability of that.  Also put
	in instructions in README how to upgrade the scripts.  Will need to
	put this in the official docs too once cleaned that up a bit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7111
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-07  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql: 
	put in clock timestamps in debugging logic.  We seem to be loosing
	more time on this normalize than we should be.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7110
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected: ST_ModEdgeHeal: move
	check for TopoGeometry after check for connected edges. Fixes bug
	#942 and regress-tests it [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7109
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected: 
	topology.ST_ModEdgeHeal: Check for edge existance before
	TopoGeometry definitions. Fixes bug #941 and regress-tests it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7108
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-06  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
	raster/test/core/testapi.c, raster/test/core/testwkb.c: Trailing
	spaces removed from raster files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7107
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-06  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/core/testapi.c,
	raster/test/core/testwkb.c,
	raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_mapalgebra_expected: Changes in raster memory
	management: - Only calling function memory context is used, except in SRF
	functions, where multi_call_memory_ctx is used.  - rt_context internals hidden. The memory management and error
	reporting is performed by rtalloc/rterror family functions. They
	simply call rt_context struct fields as requested. Same philosophy
	here than in liblwgeom.  - Now rt_context memory is statically allocated. Before this, new
	memory for rt_context was allocated in every function call. And the
	memory was allocated outside the calling function (in
	        fcinfo->flinfo->fn_mcxt postgres memory context).  git-svn-id: http://svn.osgeo.org/postgis/trunk@7106
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-06  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql,
	topology/test/regress/st_getfaceedges.sql,
	topology/test/regress/st_getfaceedges_expected,
	topology/test/regress/st_modedgeheal_expected: Closer-to-iso
	exceptions from ST_GetFaceEdges/ST_ModEdgeHeal [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7105
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwout_wkb.c: Drop commented out code git-svn-id: http://svn.osgeo.org/postgis/trunk@7104
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgunparse.c: Do not attempt to read points from empty
	pointarrays (thanks valgrind for finding this) git-svn-id: http://svn.osgeo.org/postgis/trunk@7103
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_wkb.c, liblwgeom/lwout_wkb.c: Allow dumping
	polygons with empty rings, fixing bug #937, add unit testing for
	that case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7102
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: amend git-svn-id: http://svn.osgeo.org/postgis/trunk@7101
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Sandro Santilli <strk@kbt.io>

	* .gitignore: another generated file git-ignored git-svn-id: http://svn.osgeo.org/postgis/trunk@7100
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Sandro Santilli <strk@kbt.io>

	* .gitignore: Ignore new generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@7099
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml, doc/postgis.xml: replace osgeo log with
	project one and one that is not transparent so looks okay in pdf.
	Add PostGIS logo.  Move logos to cover page.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7098
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: get rid of literal wrapper git-svn-id: http://svn.osgeo.org/postgis/trunk@7097
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: amend faq and fix some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@7096
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Update Chris' bio now that he is taking on
	more of an active role git-svn-id: http://svn.osgeo.org/postgis/trunk@7095
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-05  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: attempt at OSGeo branding our documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@7094
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-04  Chris Hodgson <chodgson@refractions.net>

	* postgis/lwgeom_functions_basic.c, regress/tickets.sql,
	regress/tickets_expected: merged changes r7092 to fix null handling
	in st_collect for #912, #630 in 1.5 branch into trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@7093
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-04  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add note about updating joined edges and
	relationships, touch ST_ModEdgeSplit, ST_NewEdgeSplit,
	ST_ModEdgeHeal [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7091
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-04  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document ST_ModEdgeHeal [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7090
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-04  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7089
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-04  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/regress/st_modedgeheal.sql,
	topology/test/regress/st_modedgeheal_expected: Test that healing of
	two edges is forbidden if any topogeom is defined by only one of
	them [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7088
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-04  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7087
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-04  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7086
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-04  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/topology.sql.in.c: Stub
	topology.ST_ModEdgeHeal [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7085
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-03  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Add examples of ST_GetFaceEdges git-svn-id: http://svn.osgeo.org/postgis/trunk@7084
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-03  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: more work on handling 3d polygons with
	holes git-svn-id: http://svn.osgeo.org/postgis/trunk@7083
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-03  Sandro Santilli <strk@kbt.io>

	* raster/test/regress/rt_above.sql,
	raster/test/regress/rt_below.sql,
	raster/test/regress/rt_contain.sql,
	raster/test/regress/rt_contained.sql,
	raster/test/regress/rt_left.sql,
	raster/test/regress/rt_overabove.sql,
	raster/test/regress/rt_overbelow.sql,
	raster/test/regress/rt_overlap.sql,
	raster/test/regress/rt_overleft.sql,
	raster/test/regress/rt_overright.sql,
	raster/test/regress/rt_right.sql, raster/test/regress/rt_same.sql: 
	extent() -> st_extent() git-svn-id: http://svn.osgeo.org/postgis/trunk@7082
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/Makefile,
	topology/test/regress/st_getfaceedges.sql,
	topology/test/regress/st_getfaceedges_expected,
	topology/topology.sql.in.c: Implement ST_GetFaceEdges (sql/mm
	topology function) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@7081
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-03  Regina Obe <lr@pcorp.us>

	* regress/regress_management.sql,
	regress/regress_management_expected: Use strk's suggestion of
	quieting hudson reqress by adding a  \set VERBOSITY terse git-svn-id: http://svn.osgeo.org/postgis/trunk@7080
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-03  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/topology.sql.in.c: Move type
	definition close to the function using it (ST_GetFaceEdges) git-svn-id: http://svn.osgeo.org/postgis/trunk@7079
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-05-01  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/lwout_x3d.c: Fix handling of 3d polygons (still doesn't
	handle holes right), update doc to show example and also caveats so
	far, add polygon and polyhedralsurface example to c unit tests git-svn-id: http://svn.osgeo.org/postgis/trunk@7078
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-30  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
	postgis/lwgeom_export.c: First implementation of #459. Still need
	unit tests and docs git-svn-id: http://svn.osgeo.org/postgis/trunk@7077
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-30  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: put topology_comments generation back in the
	overall comments make git-svn-id: http://svn.osgeo.org/postgis/trunk@7075
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-30  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Fix #933. Update related unit test. Add a
	convenient way to trace error in ST_GeomFromGML function git-svn-id: http://svn.osgeo.org/postgis/trunk@7074
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-29  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix some typos in tiger geocoder
	documentation and hmm if Hudson is hiccuping (causing Olivier
	headaches), this might be the water he needs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7073
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/in_gml.sql, regress/in_gml_expected: Add LinearRing unit
	test for ST_GeomFromGML. Related to #905 git-svn-id: http://svn.osgeo.org/postgis/trunk@7072
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_constructor.xml, postgis/lwgeom_in_gml.c,
	postgis/postgis.sql.in.c, regress/in_gml.sql: Add an srid default
	value as second optional parameter for ST_GeomFromGML. Related to
	#906. Remove a wrong srsName definition. Update doc and unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@7071
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: Fix
	for #927 git-svn-id: http://svn.osgeo.org/postgis/trunk@7070
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-28  Regina Obe <lr@pcorp.us>

	* LICENSE.TXT: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@7069
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-26  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722 More
	deprecated functions: Get rid Extent deprecated aggregate,
	find_extent, Combine_BBox,StartPoint, EndPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@7065
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-25  Regina Obe <lr@pcorp.us>

	* liblwgeom/liblwgeom.h: missed a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@7064
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-25  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, liblwgeom/lwgeom_api.c: #923: document
	fix git-svn-id: http://svn.osgeo.org/postgis/trunk@7063
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-25  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml, doc/xsl/postgis_aggs_mm.xml.xsl: more link
	back to legacy_faq in release notes and what's changed git-svn-id: http://svn.osgeo.org/postgis/trunk@7062
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-25  Regina Obe <lr@pcorp.us>

	* CREDITS, doc/introduction.xml: more update of credits git-svn-id: http://svn.osgeo.org/postgis/trunk@7061
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* CREDITS: Fix spelling of chodgson git-svn-id: http://svn.osgeo.org/postgis/trunk@7060
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-23  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: Add faq about how to get back removed legacy
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@7059
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-23  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Add missing ST_MapAlgebra proto git-svn-id: http://svn.osgeo.org/postgis/trunk@7058
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-22  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/test/regress/rt_mapalgebra_expected: MapAlgebra expected
	test messages updated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7057
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-21  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_geomextent2rastercoord.sql: Function
	necessary for ST_Histogram with a geometry parameter git-svn-id: http://svn.osgeo.org/postgis/trunk@7056
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-21  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_histogram.sql: -First version of
	ST_Histogram git-svn-id: http://svn.osgeo.org/postgis/trunk@7055
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-20  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/postgis.sql.in.c: Fix bug #918 git-svn-id: http://svn.osgeo.org/postgis/trunk@7054
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-20  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: take out topology_comments build from make
	comments -- seems to be making Hudson mad.  Will put back in later.
	I think this is flaw in docbook and its trying to download a buggy
	docbook version since it succeeds for me when built separately but
	not built in chain.  Will try to put back later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7053
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-20  Regina Obe <lr@pcorp.us>

	* LICENSE.TXT: attempt at itemizing our licensing terms and licenses
	in use by various files and dependencies git-svn-id: http://svn.osgeo.org/postgis/trunk@7052
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-20  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: minor indent change git-svn-id: http://svn.osgeo.org/postgis/trunk@7051
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-20  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Hudson is a demanding man.  Try to make him
	happy again so he builds the docs again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7050
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-19  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document topology.polygonize(<toponame>) git-svn-id: http://svn.osgeo.org/postgis/trunk@7049
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-19  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/polygonize.sql,
	topology/test/regress/polygonize_expected: Regress test for
	topology.polygonize(<toponame>) git-svn-id: http://svn.osgeo.org/postgis/trunk@7048
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-19  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/polygonize.sql,
	topology/topology.sql.in.c: Add topology.polygonize(<toponame>)
	function, see ticket #916 git-svn-id: http://svn.osgeo.org/postgis/trunk@7047
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-19  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/legacy_chip.sql.in.c: #914
	separate chip legacy functions from rest of legacy functions
	(regular legacy will be converted to legacy.sql, but chip won't for
	now) git-svn-id: http://svn.osgeo.org/postgis/trunk@7046
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-18  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c: fix for #913 replace geometry2box2d with
	LWGEOM_to_BOX2DFLOAT4 in st_box2d function definition.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7045
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: variable for buffer styles git-svn-id: http://svn.osgeo.org/postgis/trunk@7044
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_addband.sql: Warn that this function was
	implemented in C git-svn-id: http://svn.osgeo.org/postgis/trunk@7042
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_core/rt_api.c: -The minimum for float and double are
	-FLT_MAX & -DBL_MAX -Stacked some CASE options git-svn-id: http://svn.osgeo.org/postgis/trunk@7041
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: -Fix for #651. Replace "scale"
	parameter for "pixelsize".  git-svn-id: http://svn.osgeo.org/postgis/trunk@7040
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* doc/reference_raster.xml: -Fix for #651. Replace "scale" parameter
	for "pixelsize".  git-svn-id: http://svn.osgeo.org/postgis/trunk@7039
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/scripts/python/raster2pgsql.py: Bug fixed: Loader tried to
	insert in <schema>.raster_overviews instead of
	public.raster_overviews git-svn-id: http://svn.osgeo.org/postgis/trunk@7038
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql,
	extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql,
	extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.s
	ql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql,
	extras/tiger_geocoder/tiger_2010/utility/cull_null.sql,
	extras/tiger_geocoder/tiger_2010/utility/levenshtein_ignore_case.sq
	l,
	extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql,
	extras/tiger_geocoder/tiger_2010/utility/utmzone.sql: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@7037
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/normalize/count_words.sql,
	extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql,
	extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_countys
	ub_exact.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_countys
	ub_fuzzy.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_e
	xact.sql,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_f
	uzzy.sql,
	extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql,
	extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql,
	extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql,
	extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql: 
	change to all line feed git-svn-id: http://svn.osgeo.org/postgis/trunk@7036
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.sh,
	extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql: more patch
	corrections to support sh git-svn-id: http://svn.osgeo.org/postgis/trunk@7035
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	cleanup of breaks minor other changes git-svn-id: http://svn.osgeo.org/postgis/trunk@7034
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.sh: replace with
	linux breaks, minor changes to paths git-svn-id: http://svn.osgeo.org/postgis/trunk@7033
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-14  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c: palloc return value doesn't need to be
	checked, because if out of memory, function ends with elog(ERROR).
	It never returns NULL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7032
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-14  Sandro Santilli <strk@kbt.io>

	* configure.ac: Drop the unused BUILD_RASTER configure variable, fix
	use of the RASTER variable. Fixes bug #910.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7031
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-14  Sandro Santilli <strk@kbt.io>

	* doc/introduction.xml: Properly credit Stadt Uster, co-sponsor of
	buffer styles in 1.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@7030
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
	regress/tickets_expected: Implement SnapToGrid for CIRCULARSTRING
	and COMPOUNDCURVE. Just enough to fix #183.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7029
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-14  Sandro Santilli <strk@kbt.io>

	* loader/cunit/Makefile.in: Do not error out if things are clean
	already git-svn-id: http://svn.osgeo.org/postgis/trunk@7028
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-14  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Properly clean in loader's cunit test dir git-svn-id: http://svn.osgeo.org/postgis/trunk@7027
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-13  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c: Context freed. It's not necessary.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7026
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-13  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Fixed bug from
	ticket #837. Some other improvements in RASTER_mapAlgebra. Minor bug
	fixed in rt_raster_serialized_size.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7025
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-13  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Add test for ticket
	#834 git-svn-id: http://svn.osgeo.org/postgis/trunk@7024
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-13  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql-gui.c: Adding a dbf filter for file selection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7023
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-13  Sandro Santilli <strk@kbt.io>

	* .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).  git-svn-id: http://svn.osgeo.org/postgis/trunk@7022
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-13  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Add svnrebase rule, to facilitate use from git git-svn-id: http://svn.osgeo.org/postgis/trunk@7021
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-13  Sandro Santilli <strk@kbt.io>

	* author.sh: Add script to be used with git-svn --authors-prog git-svn-id: http://svn.osgeo.org/postgis/trunk@7020
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-12  Regina Obe <lr@pcorp.us>

	* regress/loader/PointWithSchema-post.sql: Quiet quiet Hudson git-svn-id: http://svn.osgeo.org/postgis/trunk@7019
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-11  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_out_x3d.c: credit change git-svn-id: http://svn.osgeo.org/postgis/trunk@7018
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-11  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_out_x3d.c: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@7017
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-11  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_out_x3d.c,
	liblwgeom/cunit/cu_tester.c: preliminary cunit tests for x3d output
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@7016
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-11  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7015
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-11  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c, regress/regress_management.sql,
	regress/regress_management_expected: Do not raise an exception from
	DropGeometryTable if a non-existing table is given. Patch by Andrea
	Peri. Regress test mine. Closes ticket #861.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7014
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-09  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: minor cleanup replace tabs with
	spaces in ST_LineToCurve example git-svn-id: http://svn.osgeo.org/postgis/trunk@7013
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-09  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: fix url in ST_Azimuth.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7012
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-08  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_azimuth01.wkt,
	doc/html/image_src/st_azimuth02.wkt,
	doc/html/image_src/st_azimuthmath.sql, doc/reference_measure.xml: 
	Azimuth example with angles of azimuth and my drawing cheatsheet
	(st_azimuthmath.sql) in case have to do this again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7011
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-08  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Document TopologySummary git-svn-id: http://svn.osgeo.org/postgis/trunk@7010
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-08  Sandro Santilli <strk@kbt.io>

	* NEWS: tabs to spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@7009
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-07  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c: Some memory freed. Related ticket #851.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7008
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-06  Sandro Santilli <strk@kbt.io>

	* postgis/gserialized_gist_nd.c: Fix typo in gserialized_overlaps
	(contains->overlaps). Fixes ticket #869.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7007
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-05  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c, regress/Makefile.in,
	regress/concave_hull.sql, regress/concave_hull_expected: Get rid of
	some tests in _ST_ConcaveHull and only attempt to make a polygon if
	the line is simple.  ST_Covers is causing me quite a bit of greif as
	a testing tool. don't recall so many topo node this and that in GEOS
	3.2 ST_Covers.  Also add in some regress tests for ST_ConcaveHull --
	more to come.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7006
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql,
	extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql: Fix
	typo in tiger manual and fix for #887  -- it was really the issue of
	using , instead of space to separate state and zip that was the main
	culprit git-svn-id: http://svn.osgeo.org/postgis/trunk@7005
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: add pgsql2shp -m switch to dumper
	help git-svn-id: http://svn.osgeo.org/postgis/trunk@7004
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c: minor issue preventing legacy load:
	locate_along_measure should use ST_ wrapper git-svn-id: http://svn.osgeo.org/postgis/trunk@7003
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@7002
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Sandro Santilli <strk@kbt.io>

	* doc/man/pgsql2shp.1: Add -m reference in pgsql2shp manpage, by
	Loic Dachary. See ticket #885.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7001
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: Add pgsql2shp
	allow predefined list to news and release.  Add Loic Dachary to
	credits.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7000
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: forgot one ST_AddBand proto git-svn-id: http://svn.osgeo.org/postgis/trunk@6999
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Add missing ST_Band protos and remove
	non-existent one git-svn-id: http://svn.osgeo.org/postgis/trunk@6998
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-04  Regina Obe <lr@pcorp.us>

	* postgis/Makefile.in: #898, #551: generate
	postgis_upgrade_20_minor.sql, legacy.sql and stop generating
	obsolete 15_minor, 14, 13_14 git-svn-id: http://svn.osgeo.org/postgis/trunk@6997
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-03  Sandro Santilli <strk@kbt.io>

	* loader/cunit/Makefile.in, loader/cunit/cu_pgsql2shp.c,
	loader/cunit/cu_pgsql2shp.h, loader/cunit/cu_tester.c,
	loader/cunit/cu_tester.h, loader/cunit/map.txt,
	loader/pgsql2shp-cli.c, loader/pgsql2shp-core.c,
	loader/pgsql2shp-core.h: Ticket #855 by Loic Dachary: pgsql2shp
	fields conversion from predefined list git-svn-id: http://svn.osgeo.org/postgis/trunk@6996
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-02  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/addface2.5d.sql,
	topology/test/regress/addface2.5d_expected,
	topology/topology.sql.in.c: Use a 2d geometry for face mbr, even for
	2.5d topologies. After all mbr is a rectangle (not cube) by
	definition (Minimum Bounding Rectangle) so we don't want to mess
	with poliedron or whatnot [see #103 for more infos about the can of
	worms..] git-svn-id: http://svn.osgeo.org/postgis/trunk@6995
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-04-01  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* GNUmakefile.in, configure.ac, raster/Makefile.in,
	raster/rt_pg/Makefile.in, raster/test/Makefile.in,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in,
	regress/run_test: Raster testing added to core testing. Related
	ticket #762.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6994
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql: topology.TopologSummary:
	survive presence of stale records in topology.topology and missing
	tables from topology schemas.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6993
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/manage/TopologySummary.sql: topology.TopologySummary:
	report 'has Z' flag on topologies git-svn-id: http://svn.osgeo.org/postgis/trunk@6992
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-31  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/createtopology.sql,
	topology/test/regress/createtopology_expected,
	topology/test/regress/topo2.5d.sql,
	topology/test/regress/topo2.5d_expected, topology/topology.sql.in.c: 
	Add support for creating topologies allowing 3d vertices on edges
	and nodes. Includes regress testing [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6991
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-29  Regina Obe <lr@pcorp.us>

	* regress/loader/Latin1.select.expected: try to save as utf-8 git-svn-id: http://svn.osgeo.org/postgis/trunk@6990
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-29  Regina Obe <lr@pcorp.us>

	* regress/loader/Latin1.select.expected: that didn't work.  Try
	resaving as latin1 and then repull down.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6989
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-29  Regina Obe <lr@pcorp.us>

	* regress/loader/Latin1.select.expected: mark this as an executable
	then maybe just mamber it won't try to inherit the encoding of my OS git-svn-id: http://svn.osgeo.org/postgis/trunk@6988
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-29  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addface.sql,
	topology/test/regress/addface_expected: Add another test for
	topology.AddFace in presence of an open edge whose endpoints both
	intersect a polygon ring which does not cover it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6987
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-29  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/test/regress/create_rt_gist_test_expected: Modified
	expected result for create_rt_gist_test regress test. It works
	differently in PostgreSQL 8.4.7 and PostgreSQL 9.0.3. See ticket
	#870.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6986
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-29  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Add #817 Renaming old 3D functions to
	the convention ST_3D to release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@6985
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/test/regress/create_rt_gist_test_expected,
	raster/test/regress/rt_addband_expected: Modified expected values
	for some raster tests git-svn-id: http://svn.osgeo.org/postgis/trunk@6984
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_core/rt_api.c: -Minimal value for float is -FLT_MAX, not
	FLT_MIN git-svn-id: http://svn.osgeo.org/postgis/trunk@6983
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* liblwgeom/lex.yy.c: liblwgeom/lex.yy.c version 6180 reverted git-svn-id: http://svn.osgeo.org/postgis/trunk@6982
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* liblwgeom/lex.yy.c, raster/rt_core/rt_api.c: Missed check added
	again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6981
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c, raster/test/core/testapi.c: Some bugs
	related with ticket #870 solved. Added more test for polygonize
	function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6980
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_core/rt_api.c, raster/test/regress/rt_addband_expected: 
	-Changed message not proper when just setting pixel value git-svn-id: http://svn.osgeo.org/postgis/trunk@6979
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c,
	raster/test/regress/rt_addband_expected: -Transformed many error
	into warning (or notice) -Removed function name in message for
	warnings -Added doc about rules when to return notice or error
	-Removed commented out notices -removed warning when passed raster
	is null. Just return null -Get band number with PG_GETARG_INT32
	instead of PG_GETARG_UINT16 which was converting values < 0 to
	something > 0 git-svn-id: http://svn.osgeo.org/postgis/trunk@6978
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Regina Obe <lr@pcorp.us>

	* regress/loader/ReprojectPts-w.select.expected,
	regress/loader/ReprojectPts.select.expected,
	regress/loader/ReprojectPts.select.sql,
	regress/loader/ReprojectPtsGeog-w.select.expected,
	regress/loader/ReprojectPtsGeog.select.expected,
	regress/loader/ReprojectPtsGeog.select.sql: attempt to quiet
	floating point erros in reprojection by roudning the coordinates
	(worked on mingw and still works after change). I assume -ws are
	when using -w switch? git-svn-id: http://svn.osgeo.org/postgis/trunk@6977
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_constructor.xml, doc/reference_measure.xml,
	doc/reference_misc.xml, postgis/legacy.sql.in.c,
	postgis/postgis.sql.in.c: Putting renamed 3D-functions in
	legacy.sql.c and some clarifying notes about the renaming git-svn-id: http://svn.osgeo.org/postgis/trunk@6976
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-28  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c: Raster polygonization optimized using a
	layer filter to avoid NODATA values. Related ticket #870.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6975
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-27  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_constructor.xml, doc/reference_measure.xml,
	doc/reference_misc.xml, doc/reference_type.xml,
	doc/rfc/postgis_rfc_03_sheet.txt, postgis/postgis.sql.in.c,
	postgis/uninstall_postgis.sql.in.c, regress/ctors.sql,
	regress/lwgeom_regress.sql, regress/measures.sql,
	utils/new_postgis_restore.pl: Renaming of 3D functions, #817 git-svn-id: http://svn.osgeo.org/postgis/trunk@6974
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-27  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: more additions / corrections to
	release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@6973
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-26  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.sh: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6972
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-26  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.sh,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql: more typo
	corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@6971
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-26  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: update docs to reflect changes in
	tiger loader git-svn-id: http://svn.osgeo.org/postgis/trunk@6970
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-26  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README,
	extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql: cleanup change
	linux to sh.  Get rid of some typos in the sh script generator, move
	some more variables to the top for easier setting.  Fix some errors
	in loader_tables preventing some soundex index from being created.
	Change reverse_geocoder.sql (from utfy-8 (not sure how that
	happened) git-svn-id: http://svn.osgeo.org/postgis/trunk@6969
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-25  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: amend to include work on tiger
	geocoder git-svn-id: http://svn.osgeo.org/postgis/trunk@6968
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-24  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rt_pg.c: -Fixxed a bug getting toindex band index
	-Classified one function declaration git-svn-id: http://svn.osgeo.org/postgis/trunk@6967
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-24  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: -ST_AddBand should add the new
	band as the last band if no band index is apecified git-svn-id: http://svn.osgeo.org/postgis/trunk@6966
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Give special functions index a
	static name so it doesn't get pushed down to another chapter every
	time we add a new chapter git-svn-id: http://svn.osgeo.org/postgis/trunk@6965
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-23  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rt_pg.c: -Return NULL if raster is NULL in
	RASTER_addband -Warn if first raster is NULL in RASTER_copyband and
	return NULL git-svn-id: http://svn.osgeo.org/postgis/trunk@6964
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-23  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_pixelvalue_expected: 
	-Reordered/classified function declaration -Renamed index and nband
	to bandindex in many functions -Better handling for NULL in
	RASTER_setBandNoDataValue following ticket #883. Return original
	raster if can't set nodata value git-svn-id: http://svn.osgeo.org/postgis/trunk@6963
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-23  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/test/regress/rt_io.sql: Removed extra spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@6962
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-23  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rt_pg.c, raster/test/regress/rt_pixelvalue_expected: 
	-Better handling of NULL for ST_SetValue. Return the original raster
	when band, X or Y are NULL instead of an error or NULL. See #883.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6961
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-23  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* 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,
	raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_pixelvalue_expected: -General review of
	ST_AddBand following ticket 871 -Moved some warning in the core
	-Renamed the parameters to make more explicit which one is "to" and
	which one is "from" -Fixed confusion in parameter order.  -Set many
	rtpostgis.sql.in.c functions to STRICT -Removed check for null in
	RASTER_getPixelValue since st_value is now strict. More might
	follow.  -Removed (or moved) some documentation from rt_api.c
	already present in rt_api.h git-svn-id: http://svn.osgeo.org/postgis/trunk@6960
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-23  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c: Semicolon missed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6959
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-23  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c, raster/rt_pg/rt_pg.c: Server crash
	reported in ticket #837 partially solved. SPI_finish causes server
	to crash. Commented in this commit, but it's not a good solution, I
	think.  This guy had the same problem 10 years ago. No responses:

	http://www.mail-archive.com/pgsql-general@postgresql.org/msg18558.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@6958
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-22  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/st_pixelaspolygons.sql: -ST_PixelAsPolygons
	also return the x & y coordinates of the pixel git-svn-id: http://svn.osgeo.org/postgis/trunk@6957
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-22  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: some clarification of specs git-svn-id: http://svn.osgeo.org/postgis/trunk@6956
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-22  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: more cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@6955
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-22  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: minor rearrangement wording changes to
	Paul's bio git-svn-id: http://svn.osgeo.org/postgis/trunk@6954
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-22  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Amend my bio so people know who to point
	fingers at when Tiger Geocoder and X3D don't work right.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6953
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-22  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, topology/sql/sqlmm.sql: Fix #879 (get rid
	of use of both deprecated line_locate_point and line_substring...
	document function git-svn-id: http://svn.osgeo.org/postgis/trunk@6952
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-21  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/polygonize.sql,
	regress/polygonize_expected: Add test for ST_Polygonize with nested
	collection input (see ticket #878) git-svn-id: http://svn.osgeo.org/postgis/trunk@6951
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-21  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/topology.sql.in.c: Convert to $$
	quoting (ticket #714) git-svn-id: http://svn.osgeo.org/postgis/trunk@6950
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-21  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Add an ST_RemIsoNode alias to
	ST_RemoveIsoNode (ticket #798) git-svn-id: http://svn.osgeo.org/postgis/trunk@6949
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-21  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/topology.sql.in.c: 
	ST_ModEdgesSplit -> ST_ModEdgeSplit (ticket #794) git-svn-id: http://svn.osgeo.org/postgis/trunk@6948
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-20  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6947
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-20  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: more credit cleanup and rounding up of
	credits git-svn-id: http://svn.osgeo.org/postgis/trunk@6946
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-20  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6945
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-20  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_mapalgebra_expected: Two ST_AddBands missing
	variants added. Related tickets #858, #792.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6944
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-20  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: Re-drop ST_SharedPath from
	topology.AddFace, this time with stronger robustness, so not prone
	to error exposed by #874. It was a pity to give up a 10% speed
	improvement... Thanks supermoon for keeping me up. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6943
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-19  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addface.sql: Fix
	#874 by getting back to ST_SharedPaths use. Might try to optimize
	again in the future, but correctness first! This commit also adds
	regression testing for the case [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6942
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-19  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: more company contribution amendments git-svn-id: http://svn.osgeo.org/postgis/trunk@6941
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-19  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: more updating to better reflect
	corporate sponsor contributions git-svn-id: http://svn.osgeo.org/postgis/trunk@6940
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-19  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: More cleanup of
	release notes.  Add a corporate contributors section to kill 2 birds
	(give credit to companies that have funded PostGIS  and also so we
	have a catalog of companies that can lay claim to parts of PostGIS
	as part of our incubation due diligence).  Guys if I'm missing
	companies in the list which I most surely am, please add them.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6939
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: Fill in coordIndex for multipolygons git-svn-id: http://svn.osgeo.org/postgis/trunk@6938
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Regina Obe <lr@pcorp.us>

	* : git-svn-id: http://svn.osgeo.org/postgis/trunk@6937
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-gui.c: Jeff Adams:
	Changed variables we are storing getopt result in from char to int,
	since int is the return type from the getopt function. (#663) git-svn-id: http://svn.osgeo.org/postgis/trunk@6935
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: Update credits
	and release notes to include Jeff Adams much appreciated
	contributions and other minor things git-svn-id: http://svn.osgeo.org/postgis/trunk@6934
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Jeff Adams: Removed not-really-necessary -m1
	parameter from grep call because it does not work on MingW.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6933
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, regress/Makefile.in,
	regress/loader/Latin1.opts, regress/loader/Latin1.select.expected,
	regress/loader/Latin1.select.sql, regress/loader/README,
	regress/run_test: Jeff Adams: Added regression test for LATIN1
	encoding, fixed failure to convert to UTF8. (#808) git-svn-id: http://svn.osgeo.org/postgis/trunk@6932
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Regina Obe <lr@pcorp.us>

	* : need to always output with LF breaks otherwise fails on windows
	mingw as windows switches the breaks to CRLF git-svn-id: http://svn.osgeo.org/postgis/trunk@6931
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/loader/Arc-G.select.expected,
	regress/loader/Arc.select.sql,
	regress/loader/ArcM-G.select.expected,
	regress/loader/ArcM.select.sql,
	regress/loader/ArcZ-G.select.expected,
	regress/loader/ArcZ.select.sql,
	regress/loader/MultiPoint-G.select.expected,
	regress/loader/MultiPoint.select.sql,
	regress/loader/MultiPointM-G.select.expected,
	regress/loader/MultiPointM.select.sql,
	regress/loader/MultiPointZ-G.select.expected,
	regress/loader/MultiPointZ.select.sql,
	regress/loader/Point-G.select.expected,
	regress/loader/Point.select.sql,
	regress/loader/PointM-G.select.expected,
	regress/loader/PointM.select.sql,
	regress/loader/PointZ-G.select.expected,
	regress/loader/PointZ.select.sql,
	regress/loader/Polygon-G.select.expected,
	regress/loader/Polygon.select.sql,
	regress/loader/PolygonM-G.select.expected,
	regress/loader/PolygonM.select.sql,
	regress/loader/PolygonZ-G.select.expected,
	regress/loader/PolygonZ.select.sql, regress/run_test: Jeff Adams:
	Now runs all the normal regression tests with the -G option as well.
	(#358) git-svn-id: http://svn.osgeo.org/postgis/trunk@6929
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in, regress/loader/PointWithSchema-post.sql,
	regress/loader/PointWithSchema-pre.sql,
	regress/loader/PointWithSchema.opts,
	regress/loader/PointWithSchema.select.expected,
	regress/loader/PointWithSchema.select.sql: Jeff Adams: Adding a
	regression test for the loader that uses a schema-qualified table
	name.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6928
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: Jeff Adams: Per suggestion on #857,
	corrected output to indicate table name is optional.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6927
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized.h: Whoops, back out the gserialized flag git-svn-id: http://svn.osgeo.org/postgis/trunk@6926
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	regress/loader/MultiToSinglePoint-w.select.expected,
	regress/loader/NotReallyMultiPoint-w.select.expected,
	regress/loader/ReprojectPts-w.select.expected,
	regress/loader/ReprojectPtsGeog-w.select.expected: Jeff Adams:
	Increasing precision due to tests failing in automatic build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6925
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/gserialized.h,
	postgis/gserialized_gist_nd.c, postgis/lwgeom_btree.c,
	postgis/postgis.sql.in.c: Add the &&& operator and index binding for
	'gist_geometry_ops_nd'. Operator behavior in mixed-dimension query
	situations still to be determined.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6924
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_core/rt_api.c: Fix build fail when DEBUG = 1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6923
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/man/shp2pgsql.1, doc/using_postgis_dataman.xml,
	loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
	regress/Makefile.in, regress/loader/{Arc-wkb.expected =>
	Arc-w.select.expected}, regress/loader/{Arc-wkt.expected =>
	Arc.select.expected}, regress/loader/{ArcM-wkb.sql =>
	Arc.select.sql}, regress/loader/{ArcM-wkb.expected =>
	ArcM-w.select.expected}, regress/loader/ArcM-wkt.expected,
	regress/loader/ArcM-wkt.sql, regress/loader/ArcM.select.expected,
	regress/loader/{Arc-wkb.sql => ArcM.select.sql},
	regress/loader/ArcZ-w.select.expected,
	regress/loader/ArcZ-wkb.expected, regress/loader/ArcZ-wkt.expected,
	regress/loader/ArcZ.select.expected, regress/loader/{Arc-wkt.sql =>
	ArcZ.select.sql}, regress/loader/{MultiPoint-wkb.expected =>
	MultiPoint-w.select.expected},
	regress/loader/{MultiPoint-wkt.expected =>
	MultiPoint.select.expected}, regress/loader/{MultiPoint-wkb.sql =>
	MultiPoint.select.sql}, regress/loader/{MultiPointM-wkb.expected =>
	MultiPointM-w.select.expected},
	regress/loader/MultiPointM-wkt.expected,
	regress/loader/MultiPointM.select.expected,
	regress/loader/{MultiPoint-wkt.sql => MultiPointM.select.sql},
	regress/loader/{MultiPointZ-wkb.expected =>
	MultiPointZ-w.select.expected},
	regress/loader/MultiPointZ-wkt.expected,
	regress/loader/MultiPointZ.select.expected,
	regress/loader/{MultiPointM-wkb.sql => MultiPointZ.select.sql},
	regress/loader/MultiToSinglePoint-w.select.expected,
	regress/loader/MultiToSinglePoint.opts,
	regress/loader/MultiToSinglePoint.select.expected,
	regress/loader/{MultiPointM-wkt.sql =>
	MultiToSinglePoint.select.sql},
	regress/loader/{NoTransPoint-wkb.expected =>
	NoTransPoint-w.select.expected},
	regress/loader/{NoTransPoint-wkt.expected =>
	NoTransPoint.select.expected}, regress/loader/{MultiPointZ-wkb.sql
	=> NoTransPoint.select.sql},
	regress/loader/NotReallyMultiPoint-w.select.expected,
	regress/loader/NotReallyMultiPoint.select.expected,
	regress/loader/{MultiPointZ-wkt.sql =>
	NotReallyMultiPoint.select.sql}, regress/loader/{Point-wkb.expected
	=> Point-w.select.expected}, regress/loader/{Point-wkt.expected =>
	Point.select.expected}, regress/loader/{NoTransPoint-wkb.sql =>
	Point.select.sql}, regress/loader/{PointM-wkb.expected =>
	PointM-w.select.expected}, regress/loader/PointM-wkt.expected,
	regress/loader/PointM.select.expected,
	regress/loader/{PointM-wkb.sql => PointM.select.sql},
	regress/loader/{PointZ-wkb.expected => PointZ-w.select.expected},
	regress/loader/PointZ-wkb.sql, regress/loader/PointZ-wkt.expected,
	regress/loader/PointZ-wkt.sql,
	regress/loader/PointZ.select.expected,
	regress/loader/{PointM-wkt.sql => PointZ.select.sql},
	regress/loader/{Polygon-wkb.expected => Polygon-w.select.expected},
	regress/loader/{Polygon-wkt.expected => Polygon.select.expected},
	regress/loader/{NoTransPoint-wkt.sql => Polygon.select.sql},
	regress/loader/{PolygonM-wkb.expected =>
	PolygonM-w.select.expected},
	regress/loader/PolygonM.select.expected,
	regress/loader/{Point-wkb.sql => PolygonM.select.sql},
	regress/loader/{PolygonZ-wkb.expected =>
	PolygonZ-w.select.expected}, regress/loader/PolygonZ-wkb.sql,
	regress/loader/PolygonZ-wkt.expected,
	regress/loader/PolygonZ-wkt.sql,
	regress/loader/PolygonZ.select.expected,
	regress/loader/{Point-wkt.sql => PolygonZ.select.sql},
	regress/loader/README, regress/loader/ReprojectPts-pre.sql,
	regress/loader/ReprojectPts-w.select.expected,
	regress/loader/ReprojectPts.opts,
	regress/loader/ReprojectPts.select.expected,
	regress/loader/{Polygon-wkb.sql => ReprojectPts.select.sql},
	regress/loader/ReprojectPtsGeog-pre.sql,
	regress/loader/ReprojectPtsGeog-w.select.expected,
	regress/loader/ReprojectPtsGeog.opts,
	regress/loader/ReprojectPtsGeog.select.expected,
	regress/loader/ReprojectPtsGeog.select.sql,
	regress/loader/{PolygonM-wkt.expected =>
	TSIPolygon-w.select.expected}, regress/loader/TSIPolygon-wkb.sql,
	regress/loader/TSIPolygon-wkt.sql,
	regress/loader/{TSIPolygon-wkb.expected =>
	TSIPolygon.select.expected}, regress/loader/{Polygon-wkt.sql =>
	TSIPolygon.select.sql}, regress/loader/{TSIPolygon-wkt.expected =>
	TSTIPolygon-w.select.expected}, regress/loader/TSTIPolygon-wkb.sql,
	regress/loader/TSTIPolygon-wkt.sql,
	regress/loader/{TSTIPolygon-wkb.expected =>
	TSTIPolygon.select.expected}, regress/loader/{PolygonM-wkb.sql =>
	TSTIPolygon.select.sql}, regress/loader/{TSTIPolygon-wkt.expected
	=> TSTPolygon-w.select.expected},
	regress/loader/TSTPolygon-wkb.sql,
	regress/loader/TSTPolygon-wkt.expected,
	regress/loader/TSTPolygon-wkt.sql,
	regress/loader/{TSTPolygon-wkb.expected =>
	TSTPolygon.select.expected}, regress/loader/{PolygonM-wkt.sql =>
	TSTPolygon.select.sql}, regress/out_geometry.sql, regress/run_test: 
	Fixes the following shp2pgsql issues: #229: A new "-r" command line
	parameter to specify a "from" SRID for reprojecting (the existing -s
	is the "to").  #779: -S now works for points, and -w is documented.
	#864: MULTIPOINT shapefiles with single-vertex points now correctly
	load with all MULTIPOINTs.  #865: no longer crashes when both -g and
	-G are used.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6922
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c,
	raster/scripts/plpgsql/_MapAlgebraParts.sql,
	raster/scripts/plpgsql/st_reclass.sql,
	raster/scripts/python/raster2pgsql.py,
	raster/test/regress/bug_test_car5.sql: -Standardized the way we
	write "nodata" from "NODATA" to "nodata" -My editor remove a lot of
	trailing space and convert tab to 4 spaces. Please set your editor
	to do the same.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6921
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-18  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_io_expected,
	raster/test/regress/rt_pixelvalue_expected: -Fix for ticket 792:
	Clamp double to known values when pixeltype is other than double in
	rt_band_set_nodata, rt_band_set_pixel & rt_raster_generate_new_band
	-Added function name to many error messages -Standardized the way we
	write "nodata" from "NODATA" to "nodata" -Moved some documentation
	to the header file -My editor remove a lot of trailing space and
	convert tab to 4 spaces. Please make your editor do the same.
	-Removed declarations of many unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@6920
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_analytic.c, postgis/lwgeom_gist.c,
	postgis/lwgeom_rtree.c, postgis/lwgeom_spheroid.c: Quiet some
	debug-level warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6919
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/gserialized_gist_2d.c: Fix mis-named debugging global git-svn-id: http://svn.osgeo.org/postgis/trunk@6918
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, postgis/Makefile.in, postgis/geography.h,
	postgis/geography.sql.in.c, postgis/geography_btree.c,
	postgis/gserialized_gist.c, postgis/gserialized_gist.h,
	postgis/gserialized_gist_2d.c, postgis/{geography_gist.c =>
	gserialized_gist_nd.c}, postgis/postgis.sql.in.c: Replace
	variable-length-key 2D index with fixed-length-key for GSERIALIZED
	case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6917
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: Avoid using ST_SharedPath in
	topology.AddFace as well.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6916
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, liblwgeom/lwout_x3d.c: Multilinestring
	working even for closed multilinestrings.  Still need to fix polygon
	and multipolygons.  also added example of closed multilinestring.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6915
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: sort of take care of multilinestrings --
	doesn't work for multilinestrings with closed linestrings so that's
	next up to correct.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6914
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/man/shp2pgsql.1: Jeff Adams: Updated man page for -X, -T, and
	-e parameters (#110 and #67).  git-svn-id: http://svn.osgeo.org/postgis/trunk@6913
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Jeff Adams: Only automatically run -D tests if
	no custom parameters have been set.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6912
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Deleted empty
	rt_raster_map_algebra function from rt_core. MapAlgebra implemented
	at PostgreSQL level.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6911
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: replace & with &amp; to fix build git-svn-id: http://svn.osgeo.org/postgis/trunk@6910
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, regress/Makefile.in,
	regress/loader/NoTransPoint-wkb.expected,
	regress/loader/NoTransPoint-wkb.sql,
	regress/loader/NoTransPoint-wkt.expected,
	regress/loader/NoTransPoint-wkt.sql,
	regress/loader/NoTransPoint.opts: Jeff Adams patch to add command
	line flag to not use a transaction. (#110) git-svn-id: http://svn.osgeo.org/postgis/trunk@6909
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #651 revise ST_MakeEmptyRaster so arg
	names and types are consistent git-svn-id: http://svn.osgeo.org/postgis/trunk@6908
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/loader/README, regress/loader/TSIPolygon-wkb.expected,
	regress/loader/TSIPolygon-wkb.sql,
	regress/loader/TSIPolygon-wkt.expected,
	regress/loader/TSIPolygon-wkt.sql, regress/loader/TSIPolygon.opts,
	regress/loader/TSTIPolygon-wkb.expected,
	regress/loader/TSTIPolygon-wkb.sql,
	regress/loader/TSTIPolygon-wkt.expected,
	regress/loader/TSTIPolygon-wkt.sql,
	regress/loader/TSTIPolygon.opts,
	regress/loader/TSTPolygon-wkb.expected,
	regress/loader/TSTPolygon-wkb.sql,
	regress/loader/TSTPolygon-wkt.expected,
	regress/loader/TSTPolygon-wkt.sql, regress/loader/TSTPolygon.opts,
	regress/run_test: Jeff Adams new testing of loader with cmd line
	options.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6907
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/README, regress/run_test: Jeff Adams patch to allow
	pre/post actions in regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@6906
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h: Jeff Adams patch to support tablespaces
	(#67) git-svn-id: http://svn.osgeo.org/postgis/trunk@6905
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: Document ST_ASX3D function -- still a
	work in progress -- will add more as I flesh out the rest.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6904
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-16  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c, postgis/postgis.sql.in.c: Alas a
	functioning polyhedralsurface export viewable in freeWRL.  Also add
	proto that just takes geometry as argument and defaults to precision
	15 git-svn-id: http://svn.osgeo.org/postgis/trunk@6903
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-15  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/reference_raster.xml: Added ST_IsEmpty documentation. Related
	ticket #591.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6902
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-15  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in, regress/regress_management.sql,
	regress/regress_management_expected: Add regress tests for
	populate_geometry_columns,DropGeometryTable git-svn-id: http://svn.osgeo.org/postgis/trunk@6901
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-15  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: Fix copy comment error git-svn-id: http://svn.osgeo.org/postgis/trunk@6900
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-14  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwout_x3d.c: Lots of fixes.  TIN is about perfect,
	Point, multipoint about perfect too, LINESTRING close.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6899
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-12  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: minor corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@6898
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-11  Regina Obe <lr@pcorp.us>

	* liblwgeom/Makefile.in, liblwgeom/lwout_x3d.c,
	postgis/lwgeom_export.c, postgis/postgis.sql.in.c: preliminary work
	on x3d export.  Still a lot to go.  point, multipoint, tin,
	linestring almost working.  Still need to fiddle with coordindex and
	spacing and get rid of junk copied from gml not needed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6897
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-11  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: minor change git-svn-id: http://svn.osgeo.org/postgis/trunk@6896
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Add Availability: 2.0.0 for functions I
	know are new after the raster postgis 2.0.0 merge git-svn-id: http://svn.osgeo.org/postgis/trunk@6895
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-11  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/release_notes.xml: document
	GetFaceByPoint and revise release_notes git-svn-id: http://svn.osgeo.org/postgis/trunk@6894
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-10  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: Add in Jorge's great windows instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@6893
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-10  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Add a --raster flag to run_test git-svn-id: http://svn.osgeo.org/postgis/trunk@6892
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-10  Sandro Santilli <strk@kbt.io>

	* 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).  git-svn-id: http://svn.osgeo.org/postgis/trunk@6891
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-09  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/query/getfacebypoint.sql,
	topology/test/Makefile, topology/test/regress/getfacebypoint.sql,
	topology/test/regress/getfacebypoint_expected,
	topology/topology.sql.in.c: Ticket #849 by Andrea Peri:
	topology.GetFaceByPoint implementation and test git-svn-id: http://svn.osgeo.org/postgis/trunk@6889
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-09  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/Makefile.in,
	topology/sql/manage/CopyTopology.sql, topology/test/Makefile,
	topology/test/regress/copytopology.sql,
	topology/test/regress/copytopology_expected,
	topology/topology.sql.in.c: Ticket #856:
	topology.CopyTopology(text,text) implementation, test and
	documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@6888
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-09  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/createtopogeom.sql,
	topology/test/regress/createtopogeom_expected: Make createtopogeom
	test independent from the number of topologies created before
	running it git-svn-id: http://svn.osgeo.org/postgis/trunk@6887
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-09  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/manage/TopologySummary.sql,
	topology/topology.sql.in.c: Ticket #855:
	topology.TopologySummary(<name>) git-svn-id: http://svn.osgeo.org/postgis/trunk@6886
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-09  Sandro Santilli <strk@kbt.io>

	* NEWS: Add note for ST_Relate with boundary node rule git-svn-id: http://svn.osgeo.org/postgis/trunk@6885
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-08  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6884
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-08  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml: Some (poor) documentation for
	ST_Relate(g1,g2,boundaryNodeRule) git-svn-id: http://svn.osgeo.org/postgis/trunk@6883
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-08  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@6882
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-08  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@6881
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-07  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: Avoid using ST_SharedPath (expensive) git-svn-id: http://svn.osgeo.org/postgis/trunk@6880
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-05  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/scripts/python/raster2pgsql.py: is_nan function defined for
	Python versions under 2.6 git-svn-id: http://svn.osgeo.org/postgis/trunk@6879
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-05  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: more marks of TIN git-svn-id: http://svn.osgeo.org/postgis/trunk@6878
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-05  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: Flag more functions as supporting
	TINS, provide some examples git-svn-id: http://svn.osgeo.org/postgis/trunk@6877
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-05  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/reference_processing.xml: more
	examples of TIN and polyhedral surfaces git-svn-id: http://svn.osgeo.org/postgis/trunk@6876
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-05  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Fix ST_DumpPoints 3D examples so
	they don't flatten to 2D git-svn-id: http://svn.osgeo.org/postgis/trunk@6875
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-03-01  Sandro Santilli <strk@kbt.io>

	* .gitignore: More ignores git-svn-id: http://svn.osgeo.org/postgis/trunk@6874
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-28  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@6873
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-28  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addface.sql,
	topology/test/regress/addface_expected: Add test for invalid AddFace
	call (polygon not fully defined by known edges) git-svn-id: http://svn.osgeo.org/postgis/trunk@6872
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-28  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/getedgebypoint_expected,
	topology/test/regress/getnodebypoint_expected: Founded -> Found (in
	expected results..) git-svn-id: http://svn.osgeo.org/postgis/trunk@6871
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-26  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, topology/sql/query/getedgebypoint.sql,
	topology/sql/query/getnodebypoint.sql: #848 Fix eror message for
	GetNodeByPoint, GetNodeByEdge git-svn-id: http://svn.osgeo.org/postgis/trunk@6870
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-26  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: cealn up examples and data type mistake git-svn-id: http://svn.osgeo.org/postgis/trunk@6869
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-26  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/xsl/postgis_aggs_mm.xml.xsl: minor
	changes and attempt to fix matrix table (cutting off now) git-svn-id: http://svn.osgeo.org/postgis/trunk@6868
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-25  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: doucmentation for #791 , #793 -
	GetNodeByPoint, GetEdgeByPoint -- made some changes to Andrea Peri's
	wording and change ot examples so they really fall in MA.  Still
	need to output results.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6867
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-25  Sandro Santilli <strk@kbt.io>

	* topology/sql/query/getedgebypoint.sql,
	topology/sql/query/getnodebypoint.sql: Update copyright notice git-svn-id: http://svn.osgeo.org/postgis/trunk@6866
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-25  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/query/getedgebypoint.sql,
	topology/test/Makefile, topology/test/regress/getedgebypoint.sql,
	topology/test/regress/getedgebypoint_expected,
	topology/topology.sql.in.c: topology.GetEdgeByPoint: implementation
	and regress test, by Andrea Peri. Ticket #791. Note that previous
	commit (for #793) was GetNodeByPoint. My mistake, sorry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6865
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-25  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/query/getnodebypoint.sql,
	topology/test/Makefile, topology/test/regress/getnodebypoint.sql,
	topology/test/regress/getnodebypoint_expected,
	topology/topology.sql.in.c: topology.GetEdgeByPoint: implementation
	and regress test, by Andrea Peri. Ticket #793 git-svn-id: http://svn.osgeo.org/postgis/trunk@6864
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures.c, liblwgeom/measures.h,
	liblwgeom/measures3d.c, liblwgeom/measures3d.h: Copyright notes git-svn-id: http://svn.osgeo.org/postgis/trunk@6863
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6862
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: Put in a note about nominatim OSM
	geocoder that works with international addresses and open street map
	data git-svn-id: http://svn.osgeo.org/postgis/trunk@6861
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/scripts/python/raster2pgsql.py: Now is not possible to load
	rasters with different scale in the same table. Related ticket #153 git-svn-id: http://svn.osgeo.org/postgis/trunk@6860
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c: Improve precision of
	point_in_ring_rtree too (bug #845).  git-svn-id: http://svn.osgeo.org/postgis/trunk@6859
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c, regress/tickets.sql,
	regress/tickets_expected: Improve precision of point_in_ring. Fixes
	and regress-tests bug #845.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6857
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Regina Obe <lr@pcorp.us>

	* CREDITS: note psc members git-svn-id: http://svn.osgeo.org/postgis/trunk@6856
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Regina Obe <lr@pcorp.us>

	* CREDITS: amend list of core contributors, add in their svn
	usernames and core areas of responsibility git-svn-id: http://svn.osgeo.org/postgis/trunk@6855
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-24  Regina Obe <lr@pcorp.us>

	* CREDITS, authors.svn: Amend author list and credits (credits is
	still obsolete -- tempted to just get rid of it since its redundant
	with news and hard to maintain) git-svn-id: http://svn.osgeo.org/postgis/trunk@6854
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-23  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: amend enhancements line for ST_AsGML to
	note strk's addition of option 4 -- use LineString instead of curve
	tag git-svn-id: http://svn.osgeo.org/postgis/trunk@6853
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-22  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@6852
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_gml.c: Test new LW_GML_SHORTLINE GML2
	option [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6851
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c: Add LW_GML_SHORTLINE
	flag to prefer <LineString> over <Curve> tag for lines GML3 output
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6850
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwout_gml.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Use a single bitfield for GML output
	options [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6849
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-19  Mateusz Loskot <mateusz@loskot.net>

	* configure.ac: Improved GDAL detection and reporting git-svn-id: http://svn.osgeo.org/postgis/trunk@6848
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-19  Mateusz Loskot <mateusz@loskot.net>

	* configure.ac: ./configure checks for GDAL Python bindings with
	built-in NumPy array support (Ticket #838) git-svn-id: http://svn.osgeo.org/postgis/trunk@6847
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-18  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@6846
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-18  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addface.sql,
	topology/test/regress/addface_expected,
	topology/test/regress/createtopogeom_expected: Test passing polygons
	with holes to topology.AddFace [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6845
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml, doc/reference_output.xml: Amend
	ST_AsGML and ST_GeomFromGML to include the fact they support TINS git-svn-id: http://svn.osgeo.org/postgis/trunk@6844
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6843
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: wrong statement git-svn-id: http://svn.osgeo.org/postgis/trunk@6842
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: indent a bit better git-svn-id: http://svn.osgeo.org/postgis/trunk@6841
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Provide a more useful example of map
	algebra.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6840
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo and add reference to ST_Value git-svn-id: http://svn.osgeo.org/postgis/trunk@6839
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix typo in xsl hopefully will
	make raster list right -- though must have syntax wrong anyway since
	topology and tiger get listed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6838
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: provide an example of map algebra git-svn-id: http://svn.osgeo.org/postgis/trunk@6837
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/doxygen.cfg.in: #836 PostGIS raster in 2.0 is not being output
	in Trunk Doxygen git-svn-id: http://svn.osgeo.org/postgis/trunk@6836
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Document ST_MapAlgebra -- need better
	description and examples forthcoming git-svn-id: http://svn.osgeo.org/postgis/trunk@6835
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/reference_raster.xml: Added documentation for the new version
	of ST_AddBand function git-svn-id: http://svn.osgeo.org/postgis/trunk@6834
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_addband_expected: Added a new variant for
	ST_AddBand, taking 2 rasters as input. Needs doc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6833
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/reference_raster.xml, raster/rt_core/ma_lexer.l,
	raster/rt_core/ma_parser.y, 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, raster/test/regress/Makefile.in,
	raster/test/regress/create_rt_mapalgebra_test.sql,
	raster/test/regress/create_rt_mapalgebra_test_expected,
	raster/test/regress/rt_mapalgebra.sql,
	raster/test/regress/rt_mapalgebra_expected: - One raster core implementation of MapAlgebra (related ticket #588,
	        needs documentation).  - RASTER_addBand code moved to core level. The new RASTER_addBand
	function calls the core one (rt_raster_generate_new_band).  - Added regression tests for MapAlgebra.  - Deleted lexer/parser at core level. Not used.  - Fixed small bug in documentation: ST_SetBandNoDataValue returns a
	raster, not an integer.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6832
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Sandro Santilli <strk@kbt.io>

	* NEWS: Add UnaryUnion item git-svn-id: http://svn.osgeo.org/postgis/trunk@6831
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Document ST_UnaryUnion git-svn-id: http://svn.osgeo.org/postgis/trunk@6830
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Stop on first error when creating the regress db git-svn-id: http://svn.osgeo.org/postgis/trunk@6829
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml, postgis/postgis.sql.in.c,
	regress/isvaliddetail.sql, regress/isvaliddetail_expected: Expose
	versions of ST_IsValid and ST_IsValidReason accepting "the ESRI
	flag" and implemented as wrappers to ST_IsValidDetail. Only
	available when building against GEOS-3.3+. Commit includes
	documentation and regress-testing. Closes ticket #831 [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6828
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@6827
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/isvaliddetail.sql,
	regress/isvaliddetail_expected: Regression test for ST_isValidDetail
	(including "ESRI" flag) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6826
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Document ST_isValidDetail(geom, flags)
	variant [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6825
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Allow specifying
	validity checking flags in ST_isValidDetail [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6824
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-15  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: Make
	work on PostgreSQL 8.4 (was using some syntax only allowed in 9.0+).
	Also account for the odd / even side of street rule.    And of
	course that demonstrated there is a bug somewhere (most likely in
	the geocoder), but got to pull up some maps to see which is right.
	One of these has the address orientations flipped (odd /even not
	right). Of course I have to be right :).  Boy do I hate when you
	program the reverse of something and it exposes a bug. Also fix some
	minor documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6823
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-15  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: topology: create an index on
	edge.left_face and edge.right_face, speeding up construction of
	polygonal Geometry from TopoGeometry by a factor of 10 (Closes #806) git-svn-id: http://svn.osgeo.org/postgis/trunk@6822
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-15  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: document reverse_geocode git-svn-id: http://svn.osgeo.org/postgis/trunk@6821
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	Change to transform the point if not in nad83 long lat already git-svn-id: http://svn.osgeo.org/postgis/trunk@6820
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql
	, extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	reverse_geocode complete (with street range), now to document and
	improve speed and test git-svn-id: http://svn.osgeo.org/postgis/trunk@6819
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-15  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	Journeying into street ranges now can tell which side of the street
	we are on and spits that out when include_strnum_range is true.
	Next (hopefully last) step will be to pinpoint address number git-svn-id: http://svn.osgeo.org/postgis/trunk@6818
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-14  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql: 
	First draft of reverse geocde currently just gets the street need to
	interpolate to get approximate number git-svn-id: http://svn.osgeo.org/postgis/trunk@6817
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
	regress/Makefile.in, regress/unaryunion.sql,
	regress/unaryunion_expected: ST_UnaryUnion and test git-svn-id: http://svn.osgeo.org/postgis/trunk@6816
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-14  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/scripts/python/raster2pgsql.py: The array for NODATA values
	is not generated if NaN is returned as nodata value for bands.
	Related ticket #828.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6815
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-14  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix another mismatched tag git-svn-id: http://svn.osgeo.org/postgis/trunk@6814
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-14  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: put in missing / and not about
	implementation git-svn-id: http://svn.osgeo.org/postgis/trunk@6813
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-14  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: recommit git-svn-id: http://svn.osgeo.org/postgis/trunk@6812
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-14  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: amend mapserver instructions mode='2' is now
	required for most rasters to display git-svn-id: http://svn.osgeo.org/postgis/trunk@6811
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: ST_AddEdgeNewFaces - On closer inspection
	-- a lot of work is done in it, but not enough to make it
	functional.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6810
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: ST_AddEdgeNewFaces - still need to put in
	an example git-svn-id: http://svn.osgeo.org/postgis/trunk@6809
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-12  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml, doc/reference_raster.xml: fix typo and add
	minor amendments git-svn-id: http://svn.osgeo.org/postgis/trunk@6808
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6807
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: add back in example git-svn-id: http://svn.osgeo.org/postgis/trunk@6806
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more pieces git-svn-id: http://svn.osgeo.org/postgis/trunk@6805
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: add another piece git-svn-id: http://svn.osgeo.org/postgis/trunk@6804
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Slowly put back new section -- last
	build worked.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6803
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: remove new section to see if that fixes
	build git-svn-id: http://svn.osgeo.org/postgis/trunk@6802
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Get rid of <p> and replace with <para> git-svn-id: http://svn.osgeo.org/postgis/trunk@6801
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Hudson is alive again but not happy.
	Hopefully this will make him happier.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6800
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Add new section on loading rasters.
	will eventually copy some content from gdal site and wiki site and
	various examples of loading rasters and creating from scratch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6799
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-10  Regina Obe <lr@pcorp.us>

	* doc/README, doc/extras_tigergeocoder.xml, doc/faq.xml,
	doc/faq_raster.xml, doc/geography.txt, doc/installation.xml,
	doc/reference_accessor.xml, doc/reference_lrs.xml,
	doc/reference_misc.xml, doc/reference_output.xml,
	doc/reference_processing.xml, doc/reference_raster.xml,
	doc/release_notes.xml, doc/using_postgis_dataman.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: #824 more corrections from Kashif
	Rasul git-svn-id: http://svn.osgeo.org/postgis/trunk@6798
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: wow geocoder flies on decent
	hardware.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6797
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-10  Regina Obe <lr@pcorp.us>

	* doc/reporting.xml: documentaiton is in DocBook XML not SGML (well
	not anymore anyway).  git-svn-id: http://svn.osgeo.org/postgis/trunk@6796
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-10  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml: Add
	tiger_geocoder to enhancements, add Kashif Rasul to credits in
	appreciation of his many corrections to the documentation, other
	minor credits corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@6795
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-10  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_2010/create_geocode.sh: Add some
	calrification notes to normalize_address function.  Get rid of
	superfluous line break in linux script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6794
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-10  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/README,
	extras/tiger_geocoder/tiger_2010/tiger_loader.sql: Revise README to
	be clearer.  Update the tiger_loader linux script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6793
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-09  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: topology.AddFace: report an "uncovered
	point" on missing edges [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6792
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-09  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_app.xml: change references of the_geom and
	the_geog to geom and geog.  "the" is so much wasteful typing git-svn-id: http://svn.osgeo.org/postgis/trunk@6791
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-09  Regina Obe <lr@pcorp.us>

	* doc/ZMSgeoms.txt, doc/extras_historytable.xml,
	doc/extras_topology.xml, doc/installation.xml,
	doc/reference_management.xml, doc/reference_measure.xml,
	doc/reference_output.xml, doc/reference_processing.xml,
	doc/reference_raster.xml, doc/reference_type.xml,
	doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl: #821: doc typos errata from
	Kashif Rasul git-svn-id: http://svn.osgeo.org/postgis/trunk@6790
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-08  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_pg.c: Do not call lwmessage_truncate if not needed
	(an prior to checking the args passed to it) git-svn-id: http://svn.osgeo.org/postgis/trunk@6789
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-07  Regina Obe <lr@pcorp.us>

	* doc/extras_historytable.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6788
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-07  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/extras.xml, doc/extras_historytable.xml,
	doc/postgis.xml: document history_table feature git-svn-id: http://svn.osgeo.org/postgis/trunk@6787
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-07  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Also set LANG (see ticket #819) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6786
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-07  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: Tag VOLATILE functions explicitly
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6785
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-06  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: oops git-svn-id: http://svn.osgeo.org/postgis/trunk@6784
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-06  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: Fix typo in ST_SetSRID and add examples git-svn-id: http://svn.osgeo.org/postgis/trunk@6782
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-05  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, doc/using_postgis_dataman.xml: Id
	for chapter 4 in wrong place -- move, add missing -S switch in
	loader detail, fix some typos in tiger geocoder and add reference to
	shp2pgsql section in manual git-svn-id: http://svn.osgeo.org/postgis/trunk@6781
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-04  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6780
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-04  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix some spelling and revise some
	wording git-svn-id: http://svn.osgeo.org/postgis/trunk@6779
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-04  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: add description of loader function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6778
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-04  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Use quote_ident more...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6777
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-04  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/createtopogeom.sql,
	topology/test/regress/createtopogeom_expected,
	topology/topology.sql.in.c: Fix a bug in topology.CreateTopoGeom in
	presence of MixCased topologies [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6776
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-04  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addedge.sql,
	topology/test/regress/addedge_expected,
	topology/test/regress/addface.sql,
	topology/test/regress/addface_expected,
	topology/test/regress/addnode.sql,
	topology/test/regress/addnode_expected: Fix a bug in
	topology.add{Node,Edge,Face} breaking on MixedCased topology names
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6775
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-01  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_2010/create_geocode.bat,
	extras/tiger_geocoder/tiger_2010/create_geocode.sh: Best guess at
	what the Linux equivalent should look like will have to test later
	once get my Linux box setup again git-svn-id: http://svn.osgeo.org/postgis/trunk@6774
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_estimate.c: ST_Estimated_Extent: make exception
	message about lack of stats clearer git-svn-id: http://svn.osgeo.org/postgis/trunk@6773
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-01  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql, topology/test/regress/gml_expected: 
	AsGML(TopoGeometry): test xref to visited face [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6772
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-01  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql, topology/test/regress/gml_expected: 
	AsGML(TopoGeometry): add test for faces marking visit of edges
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6771
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-02-01  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql, topology/test/regress/gml_expected: 
	AsGML(TopoGeometry) Add test for ouput of multi puntual features
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6770
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-31  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document the new version of
	topology.AsGML() signature (polluting for commandline friendliness!) git-svn-id: http://svn.osgeo.org/postgis/trunk@6769
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-31  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql, topology/test/regress/gml_expected: Use a
	<gml:Face> tag for each topological face, allowing proper xrefs.
	Needs xref testing (requires overlapping topological features)
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6768
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-31  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, postgis/legacy.sql.in.c,
	postgis/postgis.sql.in.c: minor formatting change in doc.  #722
	remove more deprecated functions: ConvexHull.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6767
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-31  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6766
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-31  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: document ST_HasNoBand, fix note on
	ST_Value so appears in right place in what's new index git-svn-id: http://svn.osgeo.org/postgis/trunk@6765
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-30  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: out in missing protos for ST_Value and
	not that hasnodata is a new option for ST_Value in 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@6764
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-30  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/{tiger_geocoder_2010 => tiger_2010}/README,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/create_geocode.bat,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/create_geocode.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/geocode/geocode.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/geocode/geocode_address.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/geocode/geocode_location.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/geocode/includes_address.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/geocode/interpolate_from_address.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/geocode/other_helper_functions.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/geocode/rate_attributes.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/legacy_import/tiger2008/import_tiger_shps.sh,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/count_words.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/end_soundex.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/get_last_words.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/location_extract.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/location_extract_countysub_exact.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/location_extract_countysub_fuzzy.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/location_extract_place_exact.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/location_extract_place_fuzzy.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/normalize_address.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/pprint_addy.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/normalize/state_extract.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/tables/lookup_tables_2010.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/tiger_loader.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/utility/cull_null.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/utility/levenshtein_ignore_case.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/utility/nullable_levenshtein.sql,
	extras/tiger_geocoder/{tiger_geocoder_2010 =>
	tiger_2010}/utility/utmzone.sql: rename to agree with documentation
	and other tiger folder git-svn-id: http://svn.osgeo.org/postgis/trunk@6763
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_in_wkt.c: remark out Paul's cunit test that
	fails on windows so my regress checks don't always halt and can
	complete.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6762
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: syntetize purpose of AsGML(TopoGeometry) git-svn-id: http://svn.osgeo.org/postgis/trunk@6761
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: Use named parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@6760
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/gml.sql,
	topology/test/regress/gml.sql, topology/test/regress/gml_expected: 
	Add a "gmlversion" parameter to topology.AsGML(TopoGeometry). Test
	and document. [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6759
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6758
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: corrections to data types in
	functions -- had them backwards git-svn-id: http://svn.osgeo.org/postgis/trunk@6757
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/includes_address.
	sql, extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql: 
	missed some spots git-svn-id: http://svn.osgeo.org/postgis/trunk@6756
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml, extras/tiger_geocoder/README,
	extras/tiger_geocoder/tiger_2006andbefore/README,
	extras/tiger_geocoder/tiger_geocoder_2010/README,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_address.s
	ql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_location.
	sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/other_helper_func
	tions.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/rate_attributes.s
	ql,
	extras/tiger_geocoder/tiger_geocoder_2010/tables/lookup_tables_2010
	.sql: some other minor doc corrections.  Stamp files with svn
	author, revision etc keywords git-svn-id: http://svn.osgeo.org/postgis/trunk@6755
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: fix some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@6754
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: put back missing tag git-svn-id: http://svn.osgeo.org/postgis/trunk@6753
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: simplify example git-svn-id: http://svn.osgeo.org/postgis/trunk@6752
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: get rid of some redundancy git-svn-id: http://svn.osgeo.org/postgis/trunk@6751
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: minor clarifications git-svn-id: http://svn.osgeo.org/postgis/trunk@6750
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: After having to answer this yet again I am finally
	reduced to adding the age old question: Why does pgAdmin show that
	my geometries are blank.  Also change the FAQ to a pretty anchor so
	its easily referenceable and permanent.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6748
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addface.sql,
	topology/topology.sql.in.c: Change face.mbr field from BOX2D to
	GEOMETRY, and gist-index it, closes ticket #800 [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6747
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-28  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: document normalize_address and
	pprint_addy functions of tiger geocoder git-svn-id: http://svn.osgeo.org/postgis/trunk@6746
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-27  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document new parameter of
	AsGML(TopoGeometry) [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6745
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql, topology/test/regress/gml.sql,
	topology/test/regress/gml_expected: AsGML(TopoGeometry): allow
	specifying a prefix for topology element identifiers, and test it.
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6744
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-27  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml: correction git-svn-id: http://svn.osgeo.org/postgis/trunk@6743
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-27  Regina Obe <lr@pcorp.us>

	* doc/extras_tigergeocoder.xml,
	extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_address.s
	ql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/other_helper_func
	tions.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql: put in a
	batch geocoding example, more performance enhancements and loading
	changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6742
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-27  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/extras.xml, doc/extras_tigergeocoder.xml,
	doc/postgis.xml: start documenting tiger geocoder git-svn-id: http://svn.osgeo.org/postgis/trunk@6741
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql, topology/test/regress/gml_expected: 
	AsGML(TopoGeometry): fix xref syntax error (#811) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6740
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-27  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addedge_expected: 
	topology.AddEdge: when an intersection occurs, also report
	intersection point [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6739
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-26  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c: Added header for
	RASTER_setBandIsNoData.Related ticket #593.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6738
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-26  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/reference_raster.xml: The documentation for ST_BandIsNoData
	was changed by error. This commit fixes it. Related ticket #593.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6737
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-26  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/reference_raster.xml, raster/rt_pg/rt_pg.c,
	raster/rt_pg/rtpostgis.sql.in.c,
	raster/scripts/python/raster2pgsql.py,
	raster/test/regress/create_rt_band_properties_test.sql,
	raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_band_properties_expected,
	raster/test/regress/rt_pixelvalue_expected: Added function
	ST_SetBandIsNoData with tests and doc. Deleted isnodata checking for
	loader. Related ticket #593.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6736
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-26  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql: put in
	logic to fill zipcode_lookup_base, fix some other errors git-svn-id: http://svn.osgeo.org/postgis/trunk@6735
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-26  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6734
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-26  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml: Document the new 'visitedTable' parameter
	to topology.AsGML [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6733
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@6732
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql, topology/sql/populate.sql,
	topology/sql/sqlmm.sql,
	topology/sql/topoelement/topoelement_agg.sql,
	topology/topology.sql.in.c: I realized we're in 2011...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6731
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update installation instructions to include
	raster_comments.sql, topology_comments.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@6730
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: AsGML(TopoGeometry): Add support for visited
	table and xlink:xref for Edges [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6729
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: Put in missing make topology_comments.sql  and
	also add to the make comments routine git-svn-id: http://svn.osgeo.org/postgis/trunk@6728
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql, topology/test/regress/gml_expected: 
	Test use of the options argument to topology.AsGML [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6726
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/gml.sql: Allow specifying
	GML output precision and options to the topology.AsGML(TopoGeometry)
	function [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6725
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/sql/populate.sql,
	topology/test/regress/addedge.sql,
	topology/test/regress/addedge_expected: Make topology.AddEdge
	consistent with AddNode and AddFace in that it will return an
	existing identical Edge, if found.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6724
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/load_tiger.
	sh,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/newdb.sh,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/{ =>
	tiger2008}/import_tiger_shps.sh,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tigerimport
	.sh,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tigerpoly2.
	py: cleanup -- other legacy stuff is already in tiger2006 git-svn-id: http://svn.osgeo.org/postgis/trunk@6723
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/tiger_geocoder_2010/README,
	extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.bat,
	extras/tiger_geocoder/tiger_geocoder_2010/create_geocode.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_address.s
	ql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/geocode_location.
	sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/includes_address.
	sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/interpolate_from_
	address.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/geocode/rate_attributes.s
	ql,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/import_tige
	r_shps.sh,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/load_tiger.
	sh,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/newdb.sh,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tigerimport
	.sh,
	extras/tiger_geocoder/tiger_geocoder_2010/legacy_import/tigerpoly2.
	py,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/count_words.sql
	,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/end_soundex.sql
	,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/get_last_words.
	sql,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extrac
	t.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extrac
	t_countysub_exact.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extrac
	t_countysub_fuzzy.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extrac
	t_place_exact.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/location_extrac
	t_place_fuzzy.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/normalize_addre
	ss.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/pprint_addy.sql
	,
	extras/tiger_geocoder/tiger_geocoder_2010/normalize/state_extract.s
	ql,
	extras/tiger_geocoder/tiger_geocoder_2010/tables/lookup_tables_2010
	.sql, extras/tiger_geocoder/tiger_geocoder_2010/tiger_loader.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/utility/cull_null.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/utility/levenshtein_ignor
	e_case.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/utility/nullable_levensht
	ein.sql,
	extras/tiger_geocoder/tiger_geocoder_2010/utility/utmzone.sql: 
	git-svn-id: http://svn.osgeo.org/postgis/trunk@6722
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Regina Obe <lr@pcorp.us>

	* extras/tiger_geocoder/README, extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/INSTALL,
	extras/tiger_geocoder/tiger_2006andbefore/README,
	extras/tiger_geocoder/{ => tiger_2006andbefore}/create_geocode.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode.sql, extras/tiger_geocoder/{
	=> tiger_2006andbefore}/geocode/geocode_address.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_address_countysub_exact.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_address_countysub_fuzzy.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_address_place_exact.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_address_place_fuzzy.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_address_state.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_address_zip.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_get_point.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_location.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/geocode_zip.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/includes_address.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/interpolate_from_address.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/geocode/rate_attributes.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/import/load_tiger.sh, extras/tiger_geocoder/{
	=> tiger_2006andbefore}/import/newdb.sh, extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/import/tigerimport.sh, extras/tiger_geocoder/{
	=> tiger_2006andbefore}/import/tigerpoly2.py,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/count_words.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/end_soundex.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/get_last_words.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/location_extract.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/location_extract_countysub_exact.sql
	, extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/location_extract_countysub_fuzzy.sql
	, extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/location_extract_place_exact.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/location_extract_place_fuzzy.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/normalize_address.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/pprint_addy.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/normalize/state_extract.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/orig/tiger_geocoder.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/tables/lookup_tables.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/tables/roads_local.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/tables/tiger_geocode_roads.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/utility/cull_null.sql, extras/tiger_geocoder/{
	=> tiger_2006andbefore}/utility/levenshtein_ignore_case.sql,
	extras/tiger_geocoder/{ =>
	tiger_2006andbefore}/utility/nullable_levenshtein.sql,
	extras/tiger_geocoder/{ => tiger_2006andbefore}/utility/utmzone.sql: 
	reshuffle in preparation for merging in tiger 2010 support version git-svn-id: http://svn.osgeo.org/postgis/trunk@6721
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-25  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Add ST_ConcaveHull to news item git-svn-id: http://svn.osgeo.org/postgis/trunk@6720
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql, topology/test/regress/gml_expected: 
	Test multi-component lineal topogeometries [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6719
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: Output multi-edge lineal TopoGeometry GML
	with a meaningful edge ordering [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6718
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/reference_raster.xml, raster/doc/RFC1-SerializedFormat,
	raster/doc/RFC2-WellKnownBinaryFormat, raster/rt_core/rt_api.c,
	raster/scripts/python/raster2pgsql.py: Documentation updated for
	ST_BandIsNodata function. Added band nodata checking in loader
	script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6716
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql, topology/test/regress/gml_expected: 
	Add test for TopoSurface GML output with multi-face TopoGeometry
	objects [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6715
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* .gitignore: load_topology* are generated now git-svn-id: http://svn.osgeo.org/postgis/trunk@6714
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* 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 ..  git-svn-id: http://svn.osgeo.org/postgis/trunk@6713
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/gml.sql, topology/test/regress/gml_expected: 
	Add test for single-component areal TopoGeometry GML output
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6712
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@6711
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* 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].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6710
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* 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].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6709
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-24  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/gml.sql,
	topology/test/regress/gml_expected: Test GML output of puntual
	TopoGeometry objects. Lineal and Areal are still undergoing manual
	tests and debate about importance of components sequence ordering
	[RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6708
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: topology.AsGML(TopoGeometry): Write end node
	of edges. Fixes bug #807 [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6702
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-23  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Document AsGML and fill in some missing
	examples in other functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6701
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Port topology.Geometry to $$ syntax
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6700
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/topology.sql.in.c: update email
	address git-svn-id: http://svn.osgeo.org/postgis/trunk@6699
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@6698
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Add test for
	ST_AsGML with long srsName. Expects what at first sight looked like
	a bug (#804).  git-svn-id: http://svn.osgeo.org/postgis/trunk@6697
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/test/cache_geometries.sql,
	topology/test/load_features.sql,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query_expected: There's no need to add
	geometry columns when creating Topological layers, that's something
	only useful for caching geometries, so move to cache_geometries.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@6696
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/{load_topology.sql =>
	load_topology.sql.in}: Cleanup the topology regress dir Makefile.
	Have load_topology.sql generated to allow for specifying different
	SRIDs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6695
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@6694
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: topology.AsGML(TopoGeometry): Add support
	for specifying a namespace prefix. See ticket #801. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6693
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: topology.AsGML: Use Long CRS for
	pointProperty and curveProperty [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6692
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: Use GML3 for Edge curveProperty and Node
	pointProperty (see #802) [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6691
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: topology.AsGML(TopoGeometry): add a
	<gml:Face> tag (See ticket #803) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6690
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Don't miss to include the gml routines
	in the main topology.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@6689
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/gml.sql: fix spurious ending bracket in topo-GML
	output [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6688
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-21  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/gml.sql: First version of
	topological gml output routines (still miss the visited map)
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6687
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-21  Sandro Santilli <strk@kbt.io>

	* doc/extras_topology.xml, topology/test/regress/topoelement.sql,
	topology/test/regress/topoelement_expected,
	topology/topology.sql.in.c: I've just realized TopoElement is also
	used for TopoGeomId/LayerID, thus can't restrict the second element
	to a max of 4 or using layers beyond the forth would be impossible.
	Fix the domain and test accordingly. Update documentation to be
	informative on the matter.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6684
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-21  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Fix TopoGeometry -> Geometry
	conversion for hierarchically defined TopoGeometries in presence of
	multiple topologies. Take the chance so simplify a query. WARNING:
	This fix doesn't have an automated regression test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6683
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-21  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: document ST_RemoveIsoNode  minor changes
	to match function signatures toponame -> atopology for ST_ functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6682
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-21  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Move ST_GetFaceGeomety, document the
	non-existence of ST_GetFaceEdges (its just a stub) git-svn-id: http://svn.osgeo.org/postgis/trunk@6681
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-20  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/create_rt_band_properties_test.sql,
	raster/test/regress/rt_pixelvalue.sql,
	raster/test/regress/rt_pixelvalue_expected: -Fix for ticket 606:
	ST_Value now return NULL for nodata value and ST_SetValue accept
	NULL values (if there is a nodata value in the band).  ST_Value accept a boolean parameter which, when set to false, have
	the function to return nodata values as their true value instead of
	null.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6680
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-20  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* 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,
	raster/test/regress/create_rt_band_properties_test.sql,
	raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_band_properties_expected,
	raster/test/regress/rt_pixelvalue_expected: Added isnodata flag at
	core level and st_bandisnodata at postgresql level.  Related ticket
	#593. Fixed bug with debug functions at raster core level. Still
	need to change the loader and the doc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6678
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-19  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: #795: ST_Intersects raster documentation
	is confusing git-svn-id: http://svn.osgeo.org/postgis/trunk@6675
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-19  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/python/raster2pgsql.py: -Clarify help messages.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6674
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-19  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/python/raster2pgsql.py: -Added a -a option to
	append tiles to an existing table.  -Fixed ticket 542. The table WAS
	dropped but not recreated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6673
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-19  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/topoelement.sql,
	topology/test/regress/topoelement_expected,
	topology/test/regress/topoelementarray_agg.sql,
	topology/test/regress/topoelementarray_agg_expected,
	topology/topology.sql.in.c: Make the TopoElement domain stricter to
	forbid arrays with more than 2 elements and also checking the
	element type being in valid range [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6672
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Put in section abstact for each git-svn-id: http://svn.osgeo.org/postgis/trunk@6671
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addface.sql,
	topology/test/regress/addface_expected: Raise an exception if
	AddEdge is called on a topology which already defines faces other
	than the universe face (see #781) git-svn-id: http://svn.osgeo.org/postgis/trunk@6670
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/tickets.sql: #722: remove more deprecated functions -
	ST_MakeLineGArray, Polygonize_GArray,PointFromWKB (proto),
	max_distance git-svn-id: http://svn.osgeo.org/postgis/trunk@6669
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: ValidateTopology: have temporary table
	dropped on commit (#783). Thanks Andrea Peri [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6668
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Link to Vincent Picavet's great Foss4G
	2010 presentation on Topology and Network Analysis.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6667
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: minor corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@6666
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* topology/sql/sqlmm.sql: Fix #786 ST_MoveIsoNode gives
	ST_Intersects is not unique. Also change to use newer $$ quoting
	syntax.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6665
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6664
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: ST_MoveIsoNode git-svn-id: http://svn.osgeo.org/postgis/trunk@6663
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix redundancy in description git-svn-id: http://svn.osgeo.org/postgis/trunk@6662
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-18  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: ST_NewEdgesSplit, add new processing
	section, fix some links git-svn-id: http://svn.osgeo.org/postgis/trunk@6661
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
	ST_AddIsoEdge (still need to put in examples), put in more back
	links.  Revise special index section to also consider topology
	aggregates git-svn-id: http://svn.osgeo.org/postgis/trunk@6660
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addnode.sql,
	topology/test/regress/addnode_expected: topology.AddNode: fix
	detection of edge crossing (#780) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6659
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: ValidateTopology: Use a temporary
	table to create face geometries only once. Huge speed boost for
	#772.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6658
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6657
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: ST_DWithin already includes a bounding
	box check git-svn-id: http://svn.osgeo.org/postgis/trunk@6656
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: Put in accent in Jorge's name git-svn-id: http://svn.osgeo.org/postgis/trunk@6655
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Regina Obe <lr@pcorp.us>

	* NEWS: forgot this in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@6654
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: fix typos in Mat's name git-svn-id: http://svn.osgeo.org/postgis/trunk@6653
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: document ST_InitTopoGeo, cleanup some of
	the sql-mm labelings git-svn-id: http://svn.osgeo.org/postgis/trunk@6652
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Document ST_AddIsoNode - still need to
	add examples.  Update ValidateTopology to reflect enhancements and
	bug fixes in 2.0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6651
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/legacy_invalid_expected,
	topology/topology.sql.in.c: topology.ValidateTopology: rewrite the
	edge crossing detection query. Fixes a false positive (#777) and
	unexpectedly a bunch of false negative in the legacy_invalid
	testcase (now properly checked visually). [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6650
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addedge.sql,
	topology/test/regress/addedge_expected: topology.AddEdge: correctly
	handle the case in which a newly added closed edge touches an
	existing closed edge with an endpoint over a non-endpoint
	[RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@6649
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addface_expected: 
	topology.AddFace: raise another WARNING about next_left/right_face
	element of topology edges not being set as dictated by the model git-svn-id: http://svn.osgeo.org/postgis/trunk@6648
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-17  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: note magnitude of deprecation git-svn-id: http://svn.osgeo.org/postgis/trunk@6647
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: ValidateTopology: don't compute full
	intersection matrix to detect edge-node intersection. Use ST_DWithin
	instead. Use ST_DWithin for coincident nodes detection as well, so
	to be more consistent [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6646
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: ValidateTopology: && operator is not
	enough to tell if two points are cohincident (it was at time of
	HWGEOM...) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6645
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: release notes minor updates while
	still fresh in my mind.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6644
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Sandro Santilli <strk@kbt.io>

	* .gitignore: ignore more generated files git-svn-id: http://svn.osgeo.org/postgis/trunk@6643
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: document ST_3DLongestLine and add
	missing polyhedralsurface and 3D support flags for ST_3D family of
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6642
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Regina Obe <lr@pcorp.us>

	* topology/sql/sqlmm.sql: #776: replace dump with ST_Dump in
	ST_CreateTopogeo git-svn-id: http://svn.osgeo.org/postgis/trunk@6641
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Drop unused domain
	TopoGeomElementArray. See #775 git-svn-id: http://svn.osgeo.org/postgis/trunk@6640
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: minor corrections and start documenting
	ST_CreateTopoGeo git-svn-id: http://svn.osgeo.org/postgis/trunk@6639
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Regina Obe <lr@pcorp.us>

	* postgis/sqlmm.sql.in.c: #774: regress fails - Oops forgot to
	commit this file on last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@6638
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-16  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722: remove
	drecated functions BuildArea, MakePolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@6637
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Sandro Santilli <strk@kbt.io>

	* 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'...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6636
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Sandro Santilli <strk@kbt.io>

	* doc/Makefile.in: There's no 'html' rule, so there's no point in
	making it PHONY...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6635
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@6634
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: topology.AddFace: group face boundary
	edge finding query results to avoid considering the _same_ edge
	multiple times. Can reduce execution time from _hours_ to _minutes_
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6633
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: ST_GetFaceGeometry and minor formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@6632
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@6631
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Put back AddNode -- accidentally replaced
	with an extra AddEdge.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6630
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: AddFace, minor additions to other
	functions and note about dependencies on GEOS 3.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@6629
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: document addnode, fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6628
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-15  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Add examples for AddEdge, fix typo, add
	TIGER overview link as an example of a topologically based database
	for people not clear of its utility.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6627
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-14  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addedge.sql,
	topology/test/regress/addedge_expected: topology.AddEdge: handle
	case of endpoint intersection between closed edges. Fixes #770.
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6626
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-14  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Get rid of ST_BandHasNoDataValue and
	ST_SetBandHasNoDataValue.  Amend ST_BandNoDataValue to reflect new
	way of setting it to NULL if you want all pixel values considered.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6625
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Document AddEdge function will provide
	example later git-svn-id: http://svn.osgeo.org/postgis/trunk@6624
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: forgot to update the description too git-svn-id: http://svn.osgeo.org/postgis/trunk@6623
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: Amend ST_GeometryN to note singular
	geometry behavior change git-svn-id: http://svn.osgeo.org/postgis/trunk@6622
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_set_band_properties.sql,
	raster/test/regress/rt_spatial_relationship.sql: Functions
	ST_BandHasNodataValue and ST_SetBandHasNodataValue deleted. Related
	ticket #602.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6621
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c: Minor bug solved in debug functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6620
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6619
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* NEWS, doc/introduction.xml, doc/release_notes.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: Amend release notes to include new
	changes in 2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@6618
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: mark TopoElementArray_agg as new in
	2.0.0, back reference topoelementarray back to this function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6617
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Sandro Santilli <strk@kbt.io>

	* NEWS: add ST_RelateMatch item git-svn-id: http://svn.osgeo.org/postgis/trunk@6616
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix another id typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6615
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix link id git-svn-id: http://svn.osgeo.org/postgis/trunk@6614
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/xsl/topology_comments.sql.xsl: 
	topolelementarray_agg and revise xsl to comment agg (hack fo r now
	will do better later) git-svn-id: http://svn.osgeo.org/postgis/trunk@6613
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/reference_measure.xml: Another minor
	change to ST_3DShortestLine.  Document topoelementarraay and
	GetTopoGeomElementArray (which by the ways seems to me a bit of a
	misnomer) git-svn-id: http://svn.osgeo.org/postgis/trunk@6612
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-13  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Minor formatting changes of
	ST_3DShortestLine, get rid of note abotu ST_3DMaxDistance only
	working for points and linestrings now that it works for most
	everything.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6611
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/scripts/python/raster2pgsql.py: Fixed bug #655.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6610
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: #768: get rid of replace ndims with
	st_ndims in populate_geometry_columns git-svn-id: http://svn.osgeo.org/postgis/trunk@6609
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Mateusz Loskot <mateusz@loskot.net>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: [raster] Cleaned and
	updated copyright notice.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6608
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_measure.xml: Added ST_3DShortestLine in doc and some
	small editing. ST_3DLongestLine is still missing.  Regina, please
	take a look if it looks ok.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6607
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/test/regress/rt_band_properties_expected: Regression test
	expected result is now empty. Related tickets: #759, #769.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6606
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/test/regress/rt_addband_expected: -Revert to original
	values for two test failing on Mat machine. Those values are the
	good ones on Pierre`s Windows and Jorge`s Linux. Something must have
	gone wrong on Mat`s one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6605
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: update see also links git-svn-id: http://svn.osgeo.org/postgis/trunk@6604
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Get rid of note in ST_3DDistance that
	states only works for linestrings and points.  Now works for all.
	Add an example of polygon/multilinestring and update 3DClosestPoint
	example to be the same for contrast compare git-svn-id: http://svn.osgeo.org/postgis/trunk@6603
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: get rid of note about 3d relatonship
	dist functions only workng for points and linestrings.  They work
	for polygons and  even polyhedralsurfaces though need to verify
	answers are right.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6602
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: update to reflect note about breaking
	change in naming of PixelSize to Scale git-svn-id: http://svn.osgeo.org/postgis/trunk@6601
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: GetTopologyName, GetTopologyID accessors git-svn-id: http://svn.osgeo.org/postgis/trunk@6600
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/xsl/topology_comments.sql.xsl: remove
	availaiblit 2.0 from existing functions since they were available
	before (will reserve that for really new functions).  Add domains
	section and accessors section.  Revise topology_comments to be able
	to put in descriptors for domains git-svn-id: http://svn.osgeo.org/postgis/trunk@6599
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: ValidateTopology and
	validatetopology_returntype git-svn-id: http://svn.osgeo.org/postgis/trunk@6598
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-12  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: get rid of deprecated calls and checks
	to srid() and setsrid() and ndims() in populate_geometry_columns,
	UpdateGeometrySRID, probe_geometry_columns, find_srid git-svn-id: http://svn.osgeo.org/postgis/trunk@6597
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-11  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in: make relatematch a conditional GEOS 3.3 test git-svn-id: http://svn.osgeo.org/postgis/trunk@6596
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-11  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/installation.xml,
	regress/Makefile.in: Add another type, add missing element, update
	make check example in installation.  Fix error introduced in regress
	that prevented all tests from running.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6595
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-11  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/installation.xml,
	doc/xsl/topology_comments.sql.xsl: Give installation a pretty anchor
	name so can be referenced easily from elsewhere.  Update to include
	how to compile with topology and raster support.  Add a type section
	to topology to define structure of topogeometry etc.  Ammend
	topology_comments to be able to extra type comments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6594
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-11  Regina Obe <lr@pcorp.us>

	* topology/sql/sqlmm.sql: #764: Topology error using ST_AddIsoNode
	(now that raster has an ST_Intersects it is now more necessary to
	not rely on auto casts) git-svn-id: http://svn.osgeo.org/postgis/trunk@6593
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-11  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: fix duplicate refentry id git-svn-id: http://svn.osgeo.org/postgis/trunk@6592
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-11  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: #763:  documentation had wrong datatype
	for tg_type which made the associated comment break git-svn-id: http://svn.osgeo.org/postgis/trunk@6591
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-10  Regina Obe <lr@pcorp.us>

	* topology/sql/sqlmm.sql: #760: missed some git-svn-id: http://svn.osgeo.org/postgis/trunk@6590
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-10  Regina Obe <lr@pcorp.us>

	* topology/sql/populate.sql, topology/sql/sqlmm.sql: #760: replace
	deprecated function names with new names so all regress tests pass
	again.  This should completely work now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6589
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-10  Regina Obe <lr@pcorp.us>

	* topology/topology.sql.in.c: Start replacing deprecated names with
	new names - still more to do git-svn-id: http://svn.osgeo.org/postgis/trunk@6588
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-10  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722: Get rid
	of more deprecated functions - mem_size, xmax, xmin,ymax,
	ymin,zmflag,zmax,zmin git-svn-id: http://svn.osgeo.org/postgis/trunk@6587
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-10  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Deleted gserialized check. It's
	safe to use geometry_gist_sel. Related ticket #758.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6586
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-09  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Get rid of now unuseful note in
	ST_Value. Update short-description to reflect now works with
	geometry points git-svn-id: http://svn.osgeo.org/postgis/trunk@6585
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-09  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c: Replaced annoying warning message for a
	debug-only message. Related ticket #759.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6584
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-08  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c: fix typo from r6580, and some enhanced
	notes git-svn-id: http://svn.osgeo.org/postgis/trunk@6583
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-07  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c: Bug solved: RASTER_DEBUGf replaced by
	RASTER_DEBUGF. Related ticket #757.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6582
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-07  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in: remove wmsservers_old so its failure doesn't
	halt further make check git-svn-id: http://svn.osgeo.org/postgis/trunk@6581
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-07  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c: Fix for ticket #755 git-svn-id: http://svn.osgeo.org/postgis/trunk@6580
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-07  Sandro Santilli <strk@kbt.io>

	* topology/ER/topology.fig: Enlarge the diagram image, by Andrea
	Peri (#750) git-svn-id: http://svn.osgeo.org/postgis/trunk@6579
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-07  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/droptopology.sql,
	topology/test/regress/droptopology_expected,
	topology/topology.sql.in.c: Fix bug in topology.DropTopology getting
	confused in presence of multiple topologies [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6578
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-07  Sandro Santilli <strk@kbt.io>

	* topology/sql/topoelement/topoelement_agg.sql,
	topology/test/Makefile,
	topology/test/regress/topoelementarray_agg.sql,
	topology/test/regress/topoelementarray_agg_expected,
	topology/topology.sql.in.c: Add TopoElementArray_agg function, to
	help with TopoGeometry construction [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6577
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	postgis/sqlmm.sql.in.c: #722 : remove deprecated functions (part):
	contains, intersection, line_interpolate_point, line_locate_point,
	line_substring, locate_between_measures git-svn-id: http://svn.osgeo.org/postgis/trunk@6576
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/regress_buffer_params.sql, regress/snaptogrid.sql,
	regress/snaptogrid_expected: #722 remove deprecated functions
	(part): boundary, GeomUnion, intersects, IsRing, IsSimple,
	length2d_spheroid, locate_along_measure, relate,PointOnSurface,
	SnapToGrid, symmetricdifference, touches git-svn-id: http://svn.osgeo.org/postgis/trunk@6575
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_mapalgebra_optimized.sql: Replaced
	references to "pixsize" by "scale". Complete the previous commit.
	Related ticket #654 git-svn-id: http://svn.osgeo.org/postgis/trunk@6574
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/scripts/plpgsql/st_asraster.sql,
	raster/scripts/plpgsql/st_clip.sql,
	raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_mapalgebra_optimized.sql: Updated plpgsql
	scripts, replacing "PixelSize" with "Scale". Related ticket #654 git-svn-id: http://svn.osgeo.org/postgis/trunk@6573
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c: Call to ctx->warn replaced by
	RASTER_DEBUGF, to avoid annoying and unexpected messages in calls to
	st_bandmetadata.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6572
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/regress_ogc.sql: #722 (part): Down with really really dumb
	constructors :)

	GeomCollFromText,LineFromText,LineFromWKB,LineStringFromText,LinestringFromWKB,LineMerge,MLineFromText
	,MLineFromWKB,MPointFromText,MPolyFromWKB,MultiLineFromWKB,MultiLineStringFromText,MultiPointFromWKB,
	ST_Polygonize_GArray,PolyFromText,PolyFromWKB,PolygonFromWKB,PointFromText,PointFromWKBgit-svn-id: http://svn.osgeo.org/postgis/trunk@6571
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Regina Obe <lr@pcorp.us>

	* postgis/uninstall_postgis.sql.in.c: more cleanup of operator
	functions that are now removed git-svn-id: http://svn.osgeo.org/postgis/trunk@6570
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Regina Obe <lr@pcorp.us>

	* postgis/uninstall_postgis.sql.in.c: remove related operator, chip
	no longer installed.  I still think we need to get rid of the DROP
	CASCADES in this file git-svn-id: http://svn.osgeo.org/postgis/trunk@6569
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302: okay I
	forgot some - remove old functions that are ST_ redundant copies of
	operator ones

	st_geometry_lt,st_geometry_le,st_geometry_le,st_geometry_gt,st_geometry_ge,st_geometry_eq,st_geometry_cmp,
	postgis_gist_sel,postgis_gist_joinsel,st_postgis_gist_sel,st_postgis_gist_joinsel,st_geometry_overleft,
	st_geometry_overabove,st_geometry_left,st_geometry_right,st_geometry_above, st_geometry_below,st_geometry_contain,st_geometry_contained,st_geometry_overlap,st_geometry_same git-svn-id: http://svn.osgeo.org/postgis/trunk@6568
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-05  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302 completed
	I think: Drop ST_ duplicate variants of functions underneath TYPE
	and OPERATOR definitions.  remove: st_geometry_analyze git-svn-id: http://svn.osgeo.org/postgis/trunk@6567
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-04  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #302 (part
	done): Drop ST_ duplicate variants of functions underneath TYPE and
	OPERATOR definitions.  st_box3d_in, st_box3d_out,st_spheroid_in,
	st_spheroid_out,st_geometry_in, st_geometry_out,
	st_geometry_recv,st_geometry_send git-svn-id: http://svn.osgeo.org/postgis/trunk@6566
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-04  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: #722 - remove
	more deprecated functions -  crosses,
	within,multipointfromtext,mpolyfromtext, multipolygonfromtext git-svn-id: http://svn.osgeo.org/postgis/trunk@6565
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-04  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/ctors.sql: remove deprecated functions:

	bdpolyfromtext,bdmpolyfromtext,collect,disjoint,memcollect,memgeomunion,unite_garray,st_unit_garray .  reshuffle legacy.sql.in.c so
	aggregates and dependencies are together git-svn-id: http://svn.osgeo.org/postgis/trunk@6564
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-04  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/regress_ogc.sql: remove more deprecated:
	dimension,exteriorring, geometryn,interiorringn, isempty,isclosed,
	m,numinteriorring, numinteriorrings,pointn,x,y,z git-svn-id: http://svn.osgeo.org/postgis/trunk@6563
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-04  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: remove
	deprecated functions:
	addpoint,ndims,numgeometries,numpoints,removepoint,setpoint git-svn-id: http://svn.osgeo.org/postgis/trunk@6562
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-04  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/sql-mm-circularstring.sql: remove more deprecated functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6561
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-03  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected: get rid of more deprecated
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6560
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-03  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/ctors.sql: remove more deprecated functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6559
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-03  Regina Obe <lr@pcorp.us>

	* : git-svn-id: http://svn.osgeo.org/postgis/trunk@6558
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-03  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/test/regress/Makefile.in,
	raster/test/regress/create_rt_empty_raster_test.sql,
	raster/test/regress/create_rt_empty_raster_test_expected,
	raster/test/regress/rt_hasnoband.sql,
	raster/test/regress/rt_hasnoband_expected,
	raster/test/regress/rt_isempty.sql,
	raster/test/regress/rt_isempty_expected: Added regress test files
	for ST_IsEmpty and ST_HasNoBand (they were missed in previous
	commit) git-svn-id: http://svn.osgeo.org/postgis/trunk@6556
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-03  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rtpostgis.sql.in.c,
	raster/test/core/testapi.c, raster/test/regress/Makefile.in: Added
	code for ST_IsEmpty and ST_HasNoBand functions. And test code for
	the first one. Related tickets #592, #593.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6555
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-03  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rt_pg.c: Changed information return by
	postgis_raster_build_date and postgis_raster_lib_version, to match
	the PostGIS build date and version. Related ticket #653 git-svn-id: http://svn.osgeo.org/postgis/trunk@6554
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-03  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/reference_raster.xml: Raster doc updated with the new names of
	several functions (Box2D, Scale, etc).  Related ticket #654 git-svn-id: http://svn.osgeo.org/postgis/trunk@6553
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-03  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/ma_lexer.l, raster/rt_core/ma_parser.y,
	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,
	raster/test/core/testapi.c, raster/test/core/testwkb.c,
	raster/test/regress/Makefile.in, raster/test/regress/rt_box2d.sql,
	raster/test/regress/rt_georeference.sql,
	raster/test/regress/{rt_pixelsize.sql => rt_scale.sql},
	raster/test/regress/{rt_pixelsize_expected => rt_scale_expected},
	raster/test/regress/rt_set_properties.sql: Renamed accessors and
	editors of 'PixelSize' to 'Scale', including tests.  Related ticket
	#654.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6552
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-02  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/ma_lexer.l, raster/rt_core/ma_parser.y: Some
	modifications made on basic MapAlgebra lexer/parser. Very basic
	version just now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6551
	b70326c6-7e19-0410-871a-916f4a2858ee

2011-01-01  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Temporarily include
	postgis/gserialized.h file in raster/rt_pg/rtpostgis.sql.in.c to get
	access to GSERIALIZED_ON and avoid error with gserialized enabled git-svn-id: http://svn.osgeo.org/postgis/trunk@6550
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-31  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: add gist index overlap tests git-svn-id: http://svn.osgeo.org/postgis/trunk@6549
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-31  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: update bios git-svn-id: http://svn.osgeo.org/postgis/trunk@6548
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-30  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rtpostgis.sql.in.c: Changed some functions names for
	operators. Related tickets #742, #730 git-svn-id: http://svn.osgeo.org/postgis/trunk@6547
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwline.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c: 
	gserialized enabled ST_Reverse LINESTRING EMPTY crash (#743) git-svn-id: http://svn.osgeo.org/postgis/trunk@6546
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Convex hull serialization problem (#741) git-svn-id: http://svn.osgeo.org/postgis/trunk@6545
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-30  Nicklas Avn <nicklas.aven@jordogskog.no>

	* regress/measures.sql, regress/measures_expected: rounding
	precision difference in measures regress test #703, #735, #607 git-svn-id: http://svn.osgeo.org/postgis/trunk@6543
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Guard against empty in isclosed (#740) git-svn-id: http://svn.osgeo.org/postgis/trunk@6542
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/geography.sql.in.c,
	postgis/geometry_gist_selectivity.c, postgis/lwgeom_estimate.c,
	postgis/postgis.sql.in.c: Add in gserialized-ready selectivity
	functions for 2d default index.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6540
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c: ST_ExteriorRing POLYGON EMPTY crash (#708) git-svn-id: http://svn.osgeo.org/postgis/trunk@6538
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.h: typo in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@6537
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: Get rid of a
	lot of deprecated functions.  People will hate me c'est la vie.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6536
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Regina Obe <lr@pcorp.us>

	* regress/Makefile.in, regress/sql-mm-multisurface.sql,
	regress/sql-mm-multisurface_expected, regress/wmsservers_new.sql,
	regress/{wmsservers_expected => wmsservers_new_expected},
	regress/{wmsservers.sql => wmsservers_old.sql},
	regress/wmsservers_old_expected: get rid of more deprecated calls,
	but keep old deprecated wmsservers and rename to wmsservers_old.
	Create a new version wmsservers_new that doesn't use deprecated
	calls.  the old will fail once I pull the switch on old deprecated
	calls, but the new should work.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6535
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Regina Obe <lr@pcorp.us>

	* regress/sql-mm-multicurve.sql, regress/sql-mm-multicurve_expected: 
	remove deprecated tests git-svn-id: http://svn.osgeo.org/postgis/trunk@6534
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Regina Obe <lr@pcorp.us>

	* regress/lwgeom_regress_expected, regress/regress_lrs.sql,
	regress/regress_lrs_expected: forgot these git-svn-id: http://svn.osgeo.org/postgis/trunk@6533
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Regina Obe <lr@pcorp.us>

	* regress/loader/MultiPointM-wkt.sql,
	regress/loader/PointZ-wkb.sql, regress/loader/Polygon-wkt.sql,
	regress/loader/PolygonM-wkb.sql, regress/loader/PolygonM-wkt.sql,
	regress/loader/PolygonZ-wkb.sql, regress/loader/PolygonZ-wkt.sql,
	regress/lwgeom_regress.sql, regress/regress_proj.sql,
	regress/regress_proj_expected, regress/sql-mm-curvepoly.sql,
	regress/sql-mm-curvepoly_expected: get rid of more deprecated git-svn-id: http://svn.osgeo.org/postgis/trunk@6532
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Regina Obe <lr@pcorp.us>

	* regress/affine.sql, regress/affine_expected, regress/ctors.sql,
	regress/ctors_expected, regress/regress_ogc.sql,
	regress/regress_ogc_expected, regress/removepoint.sql,
	regress/removepoint_expected, regress/setpoint.sql,
	regress/setpoint_expected, regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve.sql: Get rid of more deprecated calls git-svn-id: http://svn.osgeo.org/postgis/trunk@6531
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/measures.sql, regress/measures_expected: Update test to
	reflect that polygons are now supported.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6530
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-29  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: start new section git-svn-id: http://svn.osgeo.org/postgis/trunk@6529
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c, liblwgeom/measures3d.h: 3D distance
	functions against polygons git-svn-id: http://svn.osgeo.org/postgis/trunk@6528
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix dangling RT_ST_Box2D references git-svn-id: http://svn.osgeo.org/postgis/trunk@6527
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Regina Obe <lr@pcorp.us>

	* regress/loader/Arc-wkb.sql, regress/loader/Arc-wkt.sql,
	regress/loader/ArcM-wkb.sql, regress/loader/ArcM-wkt.sql,
	regress/loader/MultiPoint-wkb.sql,
	regress/loader/MultiPoint-wkt.sql,
	regress/loader/MultiPointM-wkb.sql,
	regress/loader/MultiPointZ-wkb.sql,
	regress/loader/MultiPointZ-wkt.sql, regress/loader/Point-wkb.sql,
	regress/loader/Point-wkt.sql, regress/loader/PointM-wkb.sql,
	regress/loader/PointM-wkt.sql, regress/loader/PointZ-wkt.sql,
	regress/loader/Polygon-wkb.sql: Get rid of deprecated calls git-svn-id: http://svn.osgeo.org/postgis/trunk@6526
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Regina Obe <lr@pcorp.us>

	* regress/regress_bdpoly.sql, regress/regress_bdpoly_expected: get
	rid of deprecated calls git-svn-id: http://svn.osgeo.org/postgis/trunk@6525
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp-core.c, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.c: start getting rid of deprecated calls git-svn-id: http://svn.osgeo.org/postgis/trunk@6524
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, regress/tickets.sql, regress/tickets_expected: 
	Fix regression failure in standard serialization mode. (#735) git-svn-id: http://svn.osgeo.org/postgis/trunk@6523
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Default topology tolerance is 0, not
	-1 git-svn-id: http://svn.osgeo.org/postgis/trunk@6522
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: reenable ST_AddPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@6521
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwline.c: Over-determined dimensionality in building
	line from lwptarray git-svn-id: http://svn.osgeo.org/postgis/trunk@6520
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_gist.c: Whoops,
	senses of many 2d operators were reversed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6519
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: miscellaneous fixes and indentation git-svn-id: http://svn.osgeo.org/postgis/trunk@6518
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: T_Distance_Spheroid
	is kinda broken (#677) git-svn-id: http://svn.osgeo.org/postgis/trunk@6517
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/lwgeodetic.c,
	postgis/lwgeom_spheroid.c: ST_Distance_Spheroid is kinda broken
	(#677) git-svn-id: http://svn.osgeo.org/postgis/trunk@6516
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
	liblwgeom/lwline.c, postgis/lwgeom_functions_basic.c,
	regress/tickets.sql, regress/tickets_expected: ST_MakeLine aggregate
	function crashes with empty geometries (#729) git-svn-id: http://svn.osgeo.org/postgis/trunk@6515
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-27  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: PG_CONFIG seems to be needed for PGXS git-svn-id: http://svn.osgeo.org/postgis/trunk@6514
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-27  Sandro Santilli <strk@kbt.io>

	* NEWS: Add ST_SharedPaths and ST_Snap items git-svn-id: http://svn.osgeo.org/postgis/trunk@6513
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-27  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/sqlmm.sql,
	topology/test/regress/sqlmm_expected: Do not consider DEBUG and
	NOTICE mesages when running sqlmm regression tests. Should fix #734.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6512
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: ST_Box2D -> Box2D git-svn-id: http://svn.osgeo.org/postgis/trunk@6511
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-27  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: get rid of more
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6510
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: revise to include mention of
	topology support git-svn-id: http://svn.osgeo.org/postgis/trunk@6509
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-26  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: fix tag typo pointed out by strk git-svn-id: http://svn.osgeo.org/postgis/trunk@6507
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-26  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: put AddTopo.. example in programlisting
	tag, minior indenting changes git-svn-id: http://svn.osgeo.org/postgis/trunk@6506
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-26  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_pg/rtpostgis.sql.in.c: ST_Box2D replaced by Box2D.
	Related ticket #730.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6505
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-25  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: DropTopogeometryColumn git-svn-id: http://svn.osgeo.org/postgis/trunk@6504
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-25  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6503
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-25  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: Example for addtopogeometrycolumn git-svn-id: http://svn.osgeo.org/postgis/trunk@6502
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_gist.c: Change
	default gserialized gist index to 2d and put all the old operators
	back in place.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6501
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-24  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/xsl/topology_comments.sql.xsl: fix
	data type mismatches that got flagged when generating topology
	comments, put in a set_path clause for topology comments generation git-svn-id: http://svn.osgeo.org/postgis/trunk@6500
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/topology_comments.sql.xsl,
	doc/xsl/topology_gardentest.sql.xsl: Start work on topology database
	help and garden tester.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6499
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-24  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml: AddTopoGeometryColumn git-svn-id: http://svn.osgeo.org/postgis/trunk@6498
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-24  Sandro Santilli <strk@kbt.io>

	* topology/README: Update with some integrations provided by Andrea
	Peri [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6497
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-24  Regina Obe <lr@pcorp.us>

	* postgis/postgis_drop.sql.in.c: Fix for #732 - chip does not exist git-svn-id: http://svn.osgeo.org/postgis/trunk@6496
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add more tickets
	tests up to #700 git-svn-id: http://svn.osgeo.org/postgis/trunk@6495
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: Fix conversion to
	geometry (#730) git-svn-id: http://svn.osgeo.org/postgis/trunk@6494
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add some tickets
	from the trac into regression git-svn-id: http://svn.osgeo.org/postgis/trunk@6493
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h: Move clone
	prototypes back into public...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6492
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c: ST_AddPoint is broken (#662) git-svn-id: http://svn.osgeo.org/postgis/trunk@6491
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: ability to exclude operators
	from testing git-svn-id: http://svn.osgeo.org/postgis/trunk@6490
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Other CREATEFUNCTION and _VOLATILE*
	gone (see #714) git-svn-id: http://svn.osgeo.org/postgis/trunk@6489
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: log more sql git-svn-id: http://svn.osgeo.org/postgis/trunk@6488
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_box2dfloat4.c: ST_MakeBox2D crashes with LINESTRING
	(#728) git-svn-id: http://svn.osgeo.org/postgis/trunk@6487
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql: Stop relying on preprocessor for
	CREATEFUNCTION and _VOLATILE (see #714) git-svn-id: http://svn.osgeo.org/postgis/trunk@6486
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: miss end para git-svn-id: http://svn.osgeo.org/postgis/trunk@6485
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/test/Makefile,
	topology/test/regress/st_getfacegeometry.sql,
	topology/test/regress/st_getfacegeometry_expected: Make
	ST_GetFaceGeometry use ST_BuildArea rather than assuming first
	polygon coming out of Polygonize will be the correct one. Fixes
	ticket #726. Enables automated testing for it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6484
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/st_getfacegeometry.sql: Add test showing bug
	in st_getfacegeometry git-svn-id: http://svn.osgeo.org/postgis/trunk@6483
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-23  Sandro Santilli <strk@kbt.io>

	* .gitignore: more git ignores git-svn-id: http://svn.osgeo.org/postgis/trunk@6482
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
	postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in.c: Last regression fixes for
	postgis-on-gserialized git-svn-id: http://svn.osgeo.org/postgis/trunk@6481
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
	liblwgeom/g_serialized.txt, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_rtree.c,
	postgis/lwgeom_rtree.h: Change srid from uint32 to int32 and update
	gserialized and TYPMOD handlers to deal with signed SRIDs git-svn-id: http://svn.osgeo.org/postgis/trunk@6480
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/measures.sql: miscellaneous git-svn-id: http://svn.osgeo.org/postgis/trunk@6479
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/measures.sql: Goodbye length git-svn-id: http://svn.osgeo.org/postgis/trunk@6478
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/simplify.sql, regress/simplify_expected: Good bye simplify git-svn-id: http://svn.osgeo.org/postgis/trunk@6477
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c: History #515:
	good bye chip (we can hold on to the dependency functions thru
	postgis 2.0 and then maybe completely rid in 2.1) git-svn-id: http://svn.osgeo.org/postgis/trunk@6476
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/ma_lexer.l, raster/ma_parser.y: Basic flex/bison grammar to
	start working with raster MapAlgebra git-svn-id: http://svn.osgeo.org/postgis/trunk@6475
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addface.sql,
	topology/test/regress/addface_expected: Support faces with all edges
	on the same side, and test [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6474
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/regress.sql: get rid of addbbox,dropbbox,hasbbox (and
	replace occurrences in regress with newer postgis_addbbox etc) git-svn-id: http://svn.osgeo.org/postgis/trunk@6473
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Sandro Santilli <strk@kbt.io>

	* Makefile: Add rules to avoid the infinite loop took before
	./configure is run git-svn-id: http://svn.osgeo.org/postgis/trunk@6472
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/Makefile,
	topology/test/regress/addface.sql,
	topology/test/regress/addface_expected: Implement topology.AddFace
	and add test git-svn-id: http://svn.osgeo.org/postgis/trunk@6471
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Regina Obe <lr@pcorp.us>

	* postgis/legacy.sql.in.c, postgis/postgis.sql.in.c,
	regress/affine.sql, regress/affine_expected, regress/measures.sql: 
	move all deprecated Affine functoins to legach.sql.in.c, remove use
	in non-deprecated functions and in regress tests git-svn-id: http://svn.osgeo.org/postgis/trunk@6470
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/legacy.sql.in.c: Add legacy file for
	removed-but-not-forgotten old function aliases git-svn-id: http://svn.osgeo.org/postgis/trunk@6469
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwpoint.c, liblwgeom/measures.c,
	liblwgeom/measures3d.c, postgis/geography_measurement.c,
	postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in.c: Continue working GSERIALIZED_ON into the
	code base. Working on switching BOX2DFLOAT4 to a GBOX git-svn-id: http://svn.osgeo.org/postgis/trunk@6468
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwcollection.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
	postgis/geography_gist.c, postgis/gserialized.h,
	postgis/lwgeom_functions_analytic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_pg.c, postgis/lwgeom_pg.h, postgis/postgis.sql.in.c,
	postgis/postgis_drop.sql.in.c, regress/affine.sql,
	regress/lwgeom_regress.sql, regress/regress.sql,
	regress/regress_expected, regress/sql-mm-circularstring.sql,
	regress/sql-mm-multisurface.sql: Remove some ST_ variants of
	cast-support functions (#302), and start legacy.sql.in.c (#722) git-svn-id: http://svn.osgeo.org/postgis/trunk@6467
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6466
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml, doc/using_postgis_dataman.xml: point
	relation functions to DE-9IM section of docs for more info git-svn-id: http://svn.osgeo.org/postgis/trunk@6464
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, postgis/geography.h, postgis/geography_gist.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_pg.c: More clean-up and work
	on using gserialized.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6463
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_serialized.c,
	liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c: Push the UNKNOWN
	forcing down into gserialized get/set git-svn-id: http://svn.osgeo.org/postgis/trunk@6462
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/postgis.xml,
	doc/reference_measure.xml: Document ST_RelateMatch -- polish up
	later git-svn-id: http://svn.osgeo.org/postgis/trunk@6461
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_relatematch.c: Don't release memory associated
	with arguments. Fixes #725.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6460
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/lwgeom_geos_relatematch.c,
	postgis/postgis.sql.in.c, regress/Makefile.in,
	regress/relatematch.sql, regress/relatematch_expected: Implement
	ST_RelateMatch, see ticket #717.  [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6459
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c: Some preliminary
	fixes to support SRID_UNKNOWN == 0 git-svn-id: http://svn.osgeo.org/postgis/trunk@6458
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add regression test
	for #723 git-svn-id: http://svn.osgeo.org/postgis/trunk@6457
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-20  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql, topology/test/regress/addedge.sql,
	topology/test/regress/addedge_expected: Fix addEdge when both
	endpoints are shared with an existing edge (and test) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6456
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: Fix last regression break in casting git-svn-id: http://svn.osgeo.org/postgis/trunk@6455
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_transform.c: Arg, there's regression breaks in the
	last commit! git-svn-id: http://svn.osgeo.org/postgis/trunk@6454
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, postgis/geography_gist.c: ST_Intersection for
	geography is really messed up (#723) git-svn-id: http://svn.osgeo.org/postgis/trunk@6453
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-20  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6452
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h, postgis/lwgeom_box3d.c,
	postgis/lwgeom_functions_basic.c: Remove a few more old
	constructions in favour of forward-compatible approaches.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6450
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-18  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: fix spatial_class update git-svn-id: http://svn.osgeo.org/postgis/trunk@6448
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Add the operators to the index opclass
	too git-svn-id: http://svn.osgeo.org/postgis/trunk@6447
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_gist.c,
	postgis/postgis.sql.in.c: Add some operators to indexes on
	gserialized git-svn-id: http://svn.osgeo.org/postgis/trunk@6446
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add in test for
	#720 git-svn-id: http://svn.osgeo.org/postgis/trunk@6445
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_transform.c: ST_Transform is broken for all MULTI
	geometries (#720), wonder how that got through...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6444
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/gserialized.h,
	postgis/lwgeom_pg.h, postgis/sqldefines.h.in: Add gserialized.h.
	Later this can be the central place for index/object utilities, for
	now it just holds the switch to turn the gserialized code on and off
	while we develop git-svn-id: http://svn.osgeo.org/postgis/trunk@6443
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c: 
	Remove oddity around gbox duplication git-svn-id: http://svn.osgeo.org/postgis/trunk@6442
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
	postgis/Makefile.in, postgis/geography.sql.in.c,
	postgis/geography_gist.c, postgis/postgis.sql.in.c: More syncro
	between geometry and geography. Stubbed index binding.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6441
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_gist.c: Re-name GiST
	index functions generically for re-use in geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6440
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.h, postgis/geography_gist.c,
	regress/tickets.sql, regress/tickets_expected: Review to prepare
	generic index bindings for geography, then geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@6439
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/liblwgeom.h, postgis/geography.h,
	postgis/geography_btree.c, postgis/geography_gist.c,
	postgis/geography_measurement.c, regress/tickets.sql,
	regress/tickets_expected: Harmonize some index support functions to
	be more generic gserialized functions and less specific geography
	functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6438
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwpoly.c,
	liblwgeom/lwspheroid.c, liblwgeom/lwtriangle.c,
	liblwgeom/ptarray.c, postgis/geography.h, postgis/geography_gist.c,
	postgis/geography_inout.c, postgis/geography_measurement.c,
	postgis/lwgeom_geos_clean.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_transform.c, regress/measures.sql: Re-orgs to push
	the geodetic/cartesian divide a little further under the covers as
	part of the geometry/geography group hug at the index bindings
	level.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6437
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Regina Obe <lr@pcorp.us>

	* doc/extras_topology.xml, doc/using_postgis_dataman.xml: fix typo
	add DropTopology git-svn-id: http://svn.osgeo.org/postgis/trunk@6436
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/addedge.sql,
	topology/test/regress/addedge_expected: Add regress testing for
	topology.AddEdge git-svn-id: http://svn.osgeo.org/postgis/trunk@6435
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Regina Obe <lr@pcorp.us>

	* doc/extras.xml, doc/extras_topology.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6434
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/extras_topology.xml, doc/postgis.xml: 
	git-svn-id: http://svn.osgeo.org/postgis/trunk@6433
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: Add a note about possible semantic
	change git-svn-id: http://svn.osgeo.org/postgis/trunk@6432
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: New topology.AddEdge function
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6431
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@6430
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Regina Obe <lr@pcorp.us>

	* doc/extras.xml, doc/extras_topology.xml, doc/introduction.xml,
	doc/postgis.xml: Put in section in manual for topology and extras in
	general.  Change postgis.refractions.net to www.postgis.org git-svn-id: http://svn.osgeo.org/postgis/trunk@6429
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Sandro Santilli <strk@kbt.io>

	* topology/sql/populate.sql: Use newer quoting paradigm ($$); use
	ST_Crosses when willing to check crossing, not just intersection...;
	add proper credits git-svn-id: http://svn.osgeo.org/postgis/trunk@6428
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Sandro Santilli <strk@kbt.io>

	* topology/test/regress/addnode.sql,
	topology/test/regress/addnode_expected: Add an inspection in the
	final node table git-svn-id: http://svn.osgeo.org/postgis/trunk@6427
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/addnode.sql,
	topology/test/regress/addnode_expected: Add test for
	topology.addNode git-svn-id: http://svn.osgeo.org/postgis/trunk@6426
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Sandro Santilli <strk@kbt.io>

	* topology/test/invalid_topology.sql,
	topology/test/load_topology.sql,
	topology/test/regress/legacy_invalid.sql,
	topology/test/regress/legacy_invalid_expected,
	topology/test/regress/legacy_predicate.sql,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query.sql,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/legacy_validate.sql,
	topology/test/regress/legacy_validate_expected: Avoid NOTICE
	messages while running topology tests, make results immune of the
	number of topologies ever created in the database (helps getting
	stable results when running the tests manually using run_test
	directly) git-svn-id: http://svn.osgeo.org/postgis/trunk@6425
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/ma_lexer.l, raster/ma_lexer_only.l: Added very basic flex
	files for raster MapAlgebra implementation. The file 'ma_lexer_only'
	is for testing only the lexer, without the parser git-svn-id: http://svn.osgeo.org/postgis/trunk@6424
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-17  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/load_features.sql,
	topology/test/load_topology.sql, topology/test/query_features.sql,
	topology/test/regress/legacy_predicate.sql,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_query.sql,
	topology/test/regress/legacy_query_expected,
	topology/test/regress/legacy_validate.sql,
	topology/test/regress/legacy_validate_expected,
	topology/test/validate_topology.sql: split load_topology in 3 steps:
	load of topology, creation of feature tables, query of feature
	tables. Adapt tests accordingly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6423
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Return number of failures as exit status git-svn-id: http://svn.osgeo.org/postgis/trunk@6422
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Have run_test exit code reflect presence of
	failures.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6421
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Remove duplicated check rule git-svn-id: http://svn.osgeo.org/postgis/trunk@6420
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* .gitignore: This one shouldn't be in the repository.. anyway,
	since it is...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6419
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, regress/Makefile.in: Turn 'regress' dir into a
	first class subdir, fixes ticket #715 git-svn-id: http://svn.osgeo.org/postgis/trunk@6418
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in: Comment-out obsoleted rules (didn't drop in case
	someone will miss them) git-svn-id: http://svn.osgeo.org/postgis/trunk@6417
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, liblwgeom/Makefile.in, utils/Makefile: Add
	'distclean' to the SUBDIRS target git-svn-id: http://svn.osgeo.org/postgis/trunk@6416
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, utils/Makefile: Add 'check' rule under the SUBDIR
	loop. You now get topology checked if you configured --with-topology git-svn-id: http://svn.osgeo.org/postgis/trunk@6415
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Sandro Santilli <strk@kbt.io>

	* loader/Makefile.in: Only run unit tests when building GUI (See

	http://postgis.refractions.net/pipermail/postgis-devel/2010-December/011014.html)git-svn-id: http://svn.osgeo.org/postgis/trunk@6414
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: yeh can put ST_AsKML test back
	in now that trunk isn't crashing on it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6413
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-16  Regina Obe <lr@pcorp.us>

	* : most have missed these git-svn-id: http://svn.osgeo.org/postgis/trunk@6412
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_pg.c: Add in GSERIALIZED options for many of the
	pglgweom_ support functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6410
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_functions_lrs.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: Add in #defines to allow
	conditional switch-over to GSERIALIZED git-svn-id: http://svn.osgeo.org/postgis/trunk@6409
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* GNUmakefile.in, liblwgeom/Makefile.in: Fail on fix subdir build
	failure. Add missing uninstall rule in liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@6408
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Remove silly pointer tests from
	LWGEOM_collect git-svn-id: http://svn.osgeo.org/postgis/trunk@6407
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Install topology.sql in the same directory
	as other things postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@6406
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: LWGEOM_accum is orphaned code,
	bye bye! git-svn-id: http://svn.osgeo.org/postgis/trunk@6405
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* GNUmakefile => GNUmakefile.in, configure.ac,
	topology/Version.config: Generate GNUMakefile, add a --with-topology
	switch to configure, enabling descending under topology/ dir git-svn-id: http://svn.osgeo.org/postgis/trunk@6404
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_kml.c: Move geometrycollection back out of
	the supported types for KML git-svn-id: http://svn.osgeo.org/postgis/trunk@6403
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_kml.c, liblwgeom/stringbuffer.c,
	postgis/geography_inout.c: KML crashes on EMPTY (#681) git-svn-id: http://svn.osgeo.org/postgis/trunk@6402
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* GNUmakefile: Thanks for the great partecipation around GNUmakefile
	improvements proposal. It's finally here :) git-svn-id: http://svn.osgeo.org/postgis/trunk@6401
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in: Add a check rule under topology/ [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6400
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile: Make sure predicate sql file is generated
	before use git-svn-id: http://svn.osgeo.org/postgis/trunk@6399
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/{sqlmm_topology.sql =>
	regress/sqlmm.sql}, topology/test/regress/sqlmm_expected: Add sqlmm
	automated test. Drop old rules [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6398
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/regress/legacy_invalid.sql,
	topology/test/regress/legacy_invalid_expected: automatize topology
	validity checking [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6397
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile,
	topology/test/regress/legacy_predicate.sql,
	topology/test/regress/legacy_predicate_expected,
	topology/test/regress/legacy_validate.sql,
	topology/test/regress/legacy_validate_expected: Start a proper 'make
	check' rule, using the testrunner in top dir's regress dir git-svn-id: http://svn.osgeo.org/postgis/trunk@6396
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: okay just exclude POLYGON EMPTY
	and ST_AsKML -- too many victims for POLYGON EMPTY including
	ST_LineMerge now.  change namespace to www.postgis.org git-svn-id: http://svn.osgeo.org/postgis/trunk@6395
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Allow run_test calls from foreign directories git-svn-id: http://svn.osgeo.org/postgis/trunk@6394
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Do not read ~/.psqlrc when creating database git-svn-id: http://svn.osgeo.org/postgis/trunk@6393
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Add a --topology switch to equip regression db
	with topology support when requested git-svn-id: http://svn.osgeo.org/postgis/trunk@6392
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/Makefile.in, topology/sql/populate.sql,
	topology/topology.sql.in.c: Add new populate.sql file to host
	topology population routines. Properly encode dependencies.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6391
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: exclude more functions from
	tests that are sorta broken git-svn-id: http://svn.osgeo.org/postgis/trunk@6390
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/sql/sqlmm.sql, topology/topology.sql.in.c: Split sqlmm
	specific things into its own file git-svn-id: http://svn.osgeo.org/postgis/trunk@6389
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Work outside of transaction, to help
	upgrade/test cycles. Fix leftover from previous commit. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6388
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Fix typo in TopoGeo_addLinestring
	description, add DEBUG lines [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@6387
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Fix detection of non-existent schema
	in ST_CreateTopoGeo git-svn-id: http://svn.osgeo.org/postgis/trunk@6386
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c, postgis/geography_measurement.c,
	postgis/lwgeom_estimate.c, postgis/lwgeom_export.c: Flip more memcpy
	calls away.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6385
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos_clean.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_transform.c: Remove some calls to memcpy in favor of
	API functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6384
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_btree.c, postgis/lwgeom_estimate.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_gist.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: 
	Strip out more instances of SERIALIZED_FORM git-svn-id: http://svn.osgeo.org/postgis/trunk@6383
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tester.c: Return non-zero when tests fail git-svn-id: http://svn.osgeo.org/postgis/trunk@6382
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_kml.c, liblwgeom/lwout_kml.c,
	liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Fix regressions
	in the new KML emitter git-svn-id: http://svn.osgeo.org/postgis/trunk@6381
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: exclude from testing functions
	known to crash with POLYGON EMPTY git-svn-id: http://svn.osgeo.org/postgis/trunk@6380
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: Memory leak in geography_from_text
	(#624) git-svn-id: http://svn.osgeo.org/postgis/trunk@6376
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: Minor usage changes. (#604) git-svn-id: http://svn.osgeo.org/postgis/trunk@6374
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_kml.c: Update (c) header git-svn-id: http://svn.osgeo.org/postgis/trunk@6371
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_kml.c, postgis/lwgeom_export.c: Convert KML output
	to use stringbuffer for a 50% code shrinkage...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6370
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_wkt.c: Remove multicurve warning git-svn-id: http://svn.osgeo.org/postgis/trunk@6369
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: fix some typos and add back
	curvepolygon example that was crashing before with old ewkt parser git-svn-id: http://svn.osgeo.org/postgis/trunk@6368
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Second
	thoughts on stringbuffer changes git-svn-id: http://svn.osgeo.org/postgis/trunk@6367
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Potential
	minor speed-up functions for stringbuffering git-svn-id: http://svn.osgeo.org/postgis/trunk@6366
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c: Add
	extra multicurve test for WKT git-svn-id: http://svn.osgeo.org/postgis/trunk@6365
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.y: Update parser to handling compound
	curves within multicurves (#525) git-svn-id: http://svn.osgeo.org/postgis/trunk@6364
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, regress/tickets.sql,
	regress/tickets_expected: ST_CollectionExtract returns non-requested
	type (#457) git-svn-id: http://svn.osgeo.org/postgis/trunk@6363
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Return value of snprintf not correctly
	checked (#556) git-svn-id: http://svn.osgeo.org/postgis/trunk@6360
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c: Improve stringbuffer_t performance
	(#439). This is largely done already in past passes. Added one small
	memory fix.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6359
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.h: Change default shp2pgsql column to "geom"
	(#352) git-svn-id: http://svn.osgeo.org/postgis/trunk@6358
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Regina Obe <lr@pcorp.us>

	* : git-svn-id: http://svn.osgeo.org/postgis/trunk@6357
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Regina Obe <lr@pcorp.us>

	* : git-svn-id: http://svn.osgeo.org/postgis/trunk@6355
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Regina Obe <lr@pcorp.us>

	* : git-svn-id: http://svn.osgeo.org/postgis/trunk@6353
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Regina Obe <lr@pcorp.us>

	* : git-svn-id: http://svn.osgeo.org/postgis/trunk@6351
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, liblwgeom/libtgeom.c,
	liblwgeom/lwcircstring.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
	liblwgeom/lwhomogenize.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_split.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_pg.c,
	postgis/lwgeom_transform.c, raster/rt_core/rt_api.c,
	raster/rt_pg/rt_pg.c: Fix up failure in distance calculation (#705)
	and replace some SRID -1 with SRID_UNKNOWN git-svn-id: http://svn.osgeo.org/postgis/trunk@6349
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Regina Obe <lr@pcorp.us>

	* : git-svn-id: http://svn.osgeo.org/postgis/trunk@6348
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: remove collection of
	geometries into crasher group to prevent testing until we revisit
	#700 git-svn-id: http://svn.osgeo.org/postgis/trunk@6346
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Add comments on the 'edge' topology
	primitives view git-svn-id: http://svn.osgeo.org/postgis/trunk@6345
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-13  Sandro Santilli <strk@kbt.io>

	* topology/README: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6344
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-12  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c, liblwgeom/measures3d.h,
	regress/measures.sql, regress/measures_expected: 3d distance
	functions for line-line cases git-svn-id: http://svn.osgeo.org/postgis/trunk@6343
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-12  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/lwgeom_functions_basic.c: Some cleaning  up in measure
	functions in lwgeom_functions_basic.c git-svn-id: http://svn.osgeo.org/postgis/trunk@6342
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_export.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_inout.c: Remove more SERIALIZED_FORM git-svn-id: http://svn.osgeo.org/postgis/trunk@6341
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
	liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
	liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
	loader/shp2pgsql-core.c: ptarray_free now frees the
	serialized_ptlist, unless FLAGS_GET_READONLY is set.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6340
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-11  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Do not force drop of pre-existing
	topology schema. Sounds dangerous when start using it for real.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6339
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_inout.c, postgis/lwgeom_transform.c: Switch to
	cstring2text for text returns.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6338
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_geos_split.c: Clean out more SERIALIZED_FORM calls git-svn-id: http://svn.osgeo.org/postgis/trunk@6337
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c, postgis/lwgeom_rtree.c,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_sqlmm.c: Clean out some
	more calls to SERIALIZED_FORM git-svn-id: http://svn.osgeo.org/postgis/trunk@6336
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwtriangle.c, regress/regress.sql,
	regress/regress_expected: Issues with TRIANGLE AND TIN EMPTY
	collections - hmm do they exist? (#686) git-svn-id: http://svn.osgeo.org/postgis/trunk@6335
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: 
	Fix for TIN EMPTY per #686 git-svn-id: http://svn.osgeo.org/postgis/trunk@6334
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/ptarray.c, regress/regress.sql, regress/regress_expected: 
	Fix cunit failures on Polyhedral surface (#697) git-svn-id: http://svn.osgeo.org/postgis/trunk@6333
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c: WKB and WKT closure
	checks are now in X/Y only (#693) git-svn-id: http://svn.osgeo.org/postgis/trunk@6332
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Sandro Santilli <strk@kbt.io>

	* GNUmakefile: Revert GNUMakefile changes as per Mark request. I had
	enough complains about build scripts this week...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6331
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Fix ST_Segmentize and Polyhedral
	Surface -- CRASH (#696) git-svn-id: http://svn.osgeo.org/postgis/trunk@6330
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@6329
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Sandro Santilli <strk@kbt.io>

	* GNUmakefile, liblwgeom/Makefile.in, utils/Makefile: Be verbose
	during recursion. List liblwgeom in SUBDIRS, stub install rules for
	liblwgeom and utils git-svn-id: http://svn.osgeo.org/postgis/trunk@6328
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Sandro Santilli <strk@kbt.io>

	* .gitignore: more ignores git-svn-id: http://svn.osgeo.org/postgis/trunk@6327
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Sandro Santilli <strk@kbt.io>

	* GNUmakefile: Start listing some subdirs to recurse into. Hopefully
	one day this will become cleaner git-svn-id: http://svn.osgeo.org/postgis/trunk@6326
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Sandro Santilli <strk@kbt.io>

	* .gitignore: add .svn to .gitignore (why is this in repo ? oh
	well.. it is useful anyway) git-svn-id: http://svn.osgeo.org/postgis/trunk@6325
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Fix for crash in ST_RemovePoint
	(#695) git-svn-id: http://svn.osgeo.org/postgis/trunk@6324
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-10  Mateusz Loskot <mateusz@loskot.net>

	* raster/scripts/python/raster2pgsql.py: Fixed problems with
	truncated decimal places of float-point values in textual output.
	For large datasets, it was leading to incorrectly calculated
	dimensions. Now, all floats are formatted with 15 decimal places.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6323
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Wrap up GEOS predicates in EMPTY tests
	(#685) git-svn-id: http://svn.osgeo.org/postgis/trunk@6322
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/generator.c: Remove old function calls git-svn-id: http://svn.osgeo.org/postgis/trunk@6321
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h: 
	Fix for centroid crash on emtpy (#684) git-svn-id: http://svn.osgeo.org/postgis/trunk@6320
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, regress/regress.sql,
	regress/regress_expected: Fix crash in ST_MakeLine (#690) git-svn-id: http://svn.osgeo.org/postgis/trunk@6319
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* config.rpath: Add config rpath git-svn-id: http://svn.osgeo.org/postgis/trunk@6318
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-09  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@6317
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c, postgis/lwgeom_geos_sharedpaths.c,
	postgis/lwgeom_geos_snap.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_spheroid.c: Remove more appeals to pglwgeom->type git-svn-id: http://svn.osgeo.org/postgis/trunk@6316
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.c,
	postgis/lwgeom_pg.h: Remove more appeals to pglwgeom->type git-svn-id: http://svn.osgeo.org/postgis/trunk@6315
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
	liblwgeom/lwsegmentize.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.c,
	postgis/lwgeom_pg.h: Remove more appeals to pglwgeom->type git-svn-id: http://svn.osgeo.org/postgis/trunk@6314
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Remove another call to
	TYPE_HASBBOX git-svn-id: http://svn.osgeo.org/postgis/trunk@6313
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Remove call to TYPE_HASBBOX git-svn-id: http://svn.osgeo.org/postgis/trunk@6312
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.c,
	postgis/lwgeom_pg.h, postgis/lwgeom_rtree.c: Remove many cases of
	calls to SERIALIZED_FORM in favour of direct pglwgeom
	deserialization git-svn-id: http://svn.osgeo.org/postgis/trunk@6311
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: need to keep
	GEOMETRYCOLLECTION EMPTY away from others since GEOS throws geometry
	collection not support for it often so hiding the crashing in some
	cases of typed empties.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6310
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp-core.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c,
	postgis/lwgeom_pg.h: Remove many instances of lwgeom_getType used on
	PG_LWGEOM git-svn-id: http://svn.osgeo.org/postgis/trunk@6309
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add more emptiness.  We need
	to explore emptiness more deeply :) git-svn-id: http://svn.osgeo.org/postgis/trunk@6308
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: 
	When asking for a serialized forms type, use pglwgeom_get_type git-svn-id: http://svn.osgeo.org/postgis/trunk@6307
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_box3d.c, postgis/lwgeom_chip.c,
	postgis/lwgeom_debug.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
	postgis/lwgeom_rtree.c: Cut down reliance on TYPE_GETTYPE macro in
	favor of a function we can repoint later in the serialization change
	process git-svn-id: http://svn.osgeo.org/postgis/trunk@6306
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c, liblwgeom/measures3d.c: Expunge some
	TYPE_GETTYPE git-svn-id: http://svn.osgeo.org/postgis/trunk@6305
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c, postgis/lwgeom_pg.c,
	postgis/lwgeom_pg.h: Start to work on PG_LWGEOM sanity before
	changeover git-svn-id: http://svn.osgeo.org/postgis/trunk@6304
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwsegmentize.c,
	postgis/lwgeom_sqlmm.c: Rename has_arc to lwgeom_has_arc git-svn-id: http://svn.osgeo.org/postgis/trunk@6303
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Fix crash on BuildArea(empty) (#683) git-svn-id: http://svn.osgeo.org/postgis/trunk@6302
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c, regress/regress_ogc.sql,
	regress/regress_ogc_expected: Handle empty geometries in
	ST_Buffer(). If argument empty, return empty. (#682) git-svn-id: http://svn.osgeo.org/postgis/trunk@6301
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Fix crash in
	GML output of POLYGON EMPTY (#681) git-svn-id: http://svn.osgeo.org/postgis/trunk@6300
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: Fix AsBinary handling of > 2d features
	in geography (#680) git-svn-id: http://svn.osgeo.org/postgis/trunk@6299
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: Output higher dimensions in astext in
	geography (#680) git-svn-id: http://svn.osgeo.org/postgis/trunk@6298
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c: Minor rearrangement of memory
	handling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6295
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_surface.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c,
	liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwout_wkb.c, loader/shp2pgsql-core.c,
	postgis/geography_inout.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: 
	Rename lwgeom_from_wkt to lwgeom_parse_wkt to note the use of the
	parser object.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6294
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c, liblwgeom/lwline.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
	liblwgeom/lwtriangle.c, loader/shp2pgsql-core.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c: 
	Start flipping over references to srid = -1 to srid = SRID_UNKNOWN git-svn-id: http://svn.osgeo.org/postgis/trunk@6293
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Use unified diffs for expected/obtained (easier
	to read) git-svn-id: http://svn.osgeo.org/postgis/trunk@6292
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_misc.c,
	liblwgeom/cunit/cu_out_wkb.c, liblwgeom/cunit/cu_out_wkt.c,
	liblwgeom/cunit/cu_surface.c, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l,
	liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwline.c, liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwtriangle.c,
	liblwgeom/ptarray.c, loader/pgsql2shp-core.c,
	loader/shp2pgsql-core.c, postgis/geography_inout.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_export.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_gist.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
	regress/Makefile.in, regress/clean.sql, regress/dump_expected,
	regress/out_geography.sql, regress/out_geography_expected,
	regress/out_geometry.sql, regress/polyhedralsurface_expected,
	regress/regress_expected, regress/regress_proj.sql,
	regress/regress_proj_expected, regress/run_test,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly_expected, regress/tickets_expected: Replace
	the old WKB/WKT parser and emitters with the new ones.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6291
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: change to 1 column (st_sharedpaths) git-svn-id: http://svn.osgeo.org/postgis/trunk@6290
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: reduce width some more git-svn-id: http://svn.osgeo.org/postgis/trunk@6289
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_sharedpaths02.wkt,
	doc/reference_processing.xml: change color to be clearer reduce
	width of text git-svn-id: http://svn.osgeo.org/postgis/trunk@6288
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: end tbody git-svn-id: http://svn.osgeo.org/postgis/trunk@6287
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: fix formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@6286
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_sharedpaths01.wkt,
	doc/html/image_src/st_sharedpaths02.wkt,
	doc/reference_processing.xml: diagram of shared paths git-svn-id: http://svn.osgeo.org/postgis/trunk@6285
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_snap04.wkt, doc/reference_editor.xml: 
	formatting fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@6284
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in, doc/html/image_src/st_snap04.wkt,
	doc/html/image_src/st_snap05.wkt, doc/reference_editor.xml: more
	examples to demonstrate its not just limited to 1 point snapping git-svn-id: http://svn.osgeo.org/postgis/trunk@6283
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: looks funny in one row, better put each
	in separate row git-svn-id: http://svn.osgeo.org/postgis/trunk@6282
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-07  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in, doc/html/image_src/st_snap01.wkt,
	doc/html/image_src/st_snap02.wkt, doc/html/image_src/st_snap03.wkt,
	doc/reference_editor.xml: example with diagram for ST_Snap git-svn-id: http://svn.osgeo.org/postgis/trunk@6281
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-06  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: minor comment corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@6280
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-06  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: start logging sql queries to
	log table git-svn-id: http://svn.osgeo.org/postgis/trunk@6279
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-06  Sandro Santilli <strk@kbt.io>

	* regress/sharedpaths.sql, regress/sharedpaths_expected: Add a
	couple more cases provided by RT-SITA git-svn-id: http://svn.osgeo.org/postgis/trunk@6278
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-06  Sandro Santilli <strk@kbt.io>

	* doc/reference_editor.xml: Document ST_Snap, xref with SnapToGrid git-svn-id: http://svn.osgeo.org/postgis/trunk@6277
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-06  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Fix typo in ST_SharedPaths
	documentation, add some xrefs git-svn-id: http://svn.osgeo.org/postgis/trunk@6276
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.c,
	liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l,
	liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwout_wkb.c: Updates to the WKT parser to report
	errlocation in more places.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6275
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/ptarray.c, postgis/lwgeom_geos.c: 
	Make use of ptarray api for manipulating serialized_pointlist git-svn-id: http://svn.osgeo.org/postgis/trunk@6274
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c: Remove a
	couple warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6273
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-03  Sandro Santilli <strk@kbt.io>

	* regress/snap.sql, regress/snap_expected: Add SNAP test reported on
	JTS mailing list git-svn-id: http://svn.osgeo.org/postgis/trunk@6272
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-03  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_snap.c: Fix release of wrong memory (same bug
	as #670, found here for copy&paste) git-svn-id: http://svn.osgeo.org/postgis/trunk@6271
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-03  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_sharedpaths.c: FREE the right argument (fixes
	bug #670) git-svn-id: http://svn.osgeo.org/postgis/trunk@6270
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-03  Sandro Santilli <strk@kbt.io>

	* regress/sharedpaths.sql, regress/sharedpaths_expected: Add test
	for bug 670 git-svn-id: http://svn.osgeo.org/postgis/trunk@6269
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-03  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: document st_sharedpaths and
	alphabetize listings git-svn-id: http://svn.osgeo.org/postgis/trunk@6268
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in, loader/README.i18n: Change i18n instructions
	to use shp2pgsql_LANG.po as format for po file names.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6267
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Remove serialized_pointlist
	direct access from ./postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@6266
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, postgis/lwgeom_ogc.c: 
	Move is_closed fully to liblwgeom and remove LWGEOM_INSPECTED from
	IsClosed git-svn-id: http://svn.osgeo.org/postgis/trunk@6265
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwline.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
	regress/regress_ogc.sql, regress/regress_ogc_expected: Remove
	LWGEOM_INSPECTED from pointn, startpoint, endpoint, and migrate
	functionality to liblwgeom.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6264
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/lwgeom_geos_snap.c,
	postgis/postgis.sql.in.c, regress/Makefile.in, regress/snap.sql,
	regress/snap_expected: ST_Snap and regress testing git-svn-id: http://svn.osgeo.org/postgis/trunk@6263
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from PointN git-svn-id: http://svn.osgeo.org/postgis/trunk@6262
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c: Remove LWGEOM_INSPECTED from
	NumInteriorRings git-svn-id: http://svn.osgeo.org/postgis/trunk@6261
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c: Remove unused function git-svn-id: http://svn.osgeo.org/postgis/trunk@6260
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, postgis/lwgeom_ogc.c: 
	Remove LWGEOM_INSPECTED from ndims git-svn-id: http://svn.osgeo.org/postgis/trunk@6259
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c, regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected: Remove INSPECTED from
	numpoints git-svn-id: http://svn.osgeo.org/postgis/trunk@6258
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Mateusz Loskot <mateusz@loskot.net>

	* raster/scripts/python/Makefile.rt.sample: Updated SQL scripts
	location in the database building makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@6257
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c: Remove GET_GETTYPE from some functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6256
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6255
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c, regress/regress_ogc.sql,
	regress/regress_ogc_expected: Remove LWGEOM_INSPECTED from ST_Union git-svn-id: http://svn.osgeo.org/postgis/trunk@6253
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml, doc/reference_output.xml: remove ~=
	geography according to garden tests geography doesn't have such an
	operator.  Also put in version number arg name to make GeoJSON
	easier to test git-svn-id: http://svn.osgeo.org/postgis/trunk@6252
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: all test sql statements should
	be logged to postgis_garden_log and successful results output to
	postgis_garden_log_output git-svn-id: http://svn.osgeo.org/postgis/trunk@6251
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Pass iconv header flags to cpp in all cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6250
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Mateusz Loskot <mateusz@loskot.net>

	* raster/rt_core/rt_api.c: Fixed invalid on-error return value from
	rt_raster_add_band git-svn-id: http://svn.osgeo.org/postgis/trunk@6249
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Mateusz Loskot <mateusz@loskot.net>

	* configure.ac: Updated the raster messages output by the configure
	script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6248
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/test/core/testapi.c: Changed SRID by srid in LWPOLY
	structure call. Due to change in r6204 git-svn-id: http://svn.osgeo.org/postgis/trunk@6247
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: start logging the sql to
	postgis_garden_log table and store the output as xml in
	postgis_garden_log_output.  Still more to fix.  This will hopefully
	make it easier for vegetable gardeners to pick ripe vegetables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6246
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in, loader/pgsql2shp-cli.c,
	loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
	loader/shp2pgsql-cli.c: Add i18n string wrapper for pgsql2shp
	utility too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6245
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* macros/progtest.m4: Now for sure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6244
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* macros/lib-ld.m4: Final one? git-svn-id: http://svn.osgeo.org/postgis/trunk@6243
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* macros/lib-link.m4, macros/lib-prefix.m4: More NLS macros git-svn-id: http://svn.osgeo.org/postgis/trunk@6242
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* macros/po.m4: Add another NLS macro git-svn-id: http://svn.osgeo.org/postgis/trunk@6241
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* macros/codeset.m4: Add needed macro git-svn-id: http://svn.osgeo.org/postgis/trunk@6240
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, loader/Makefile.in, loader/README.i18n,
	loader/README.txt, loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c, macros/gettext.m4,
	macros/iconv.m4, macros/intl.m4, macros/intldir.m4,
	macros/intlmacosx.m4, macros/intltool.m4, macros/nls.m4: First
	attempt at i18n for the loader/dumper.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6239
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwpoly.c,
	liblwgeom/lwtriangle.c, liblwgeom/measures.c,
	postgis/lwgeom_functions_basic.c: Remove LWGEOM_INSPECTED from
	perimeter calculation git-svn-id: http://svn.osgeo.org/postgis/trunk@6238
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_transform.c: Remove LWGEOM_INSPECTED from transform
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6237
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/sharedpaths.sql,
	regress/sharedpaths_expected: Add regression testing for
	ST_SharedPaths git-svn-id: http://svn.osgeo.org/postgis/trunk@6236
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Support typed multi* empties, just enough
	fro ST_SharedEdge (see issue #673 for more) git-svn-id: http://svn.osgeo.org/postgis/trunk@6235
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_sharedpaths.c: Fix builds against libgeos <
	3.3.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@6234
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_sharedpaths.c: Retain SRID in output git-svn-id: http://svn.osgeo.org/postgis/trunk@6233
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* install-sh: Newer script (2009 rather than 2006). Hoping others'
	won't have it updated (my ./autogen.sh runs always update it) git-svn-id: http://svn.osgeo.org/postgis/trunk@6232
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/postgis.sql.in.c: Build and register
	ST_SharedPaths git-svn-id: http://svn.osgeo.org/postgis/trunk@6231
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile: postgis/Makefile is generated from
	postgis/Makefile.in by ./configure git-svn-id: http://svn.osgeo.org/postgis/trunk@6230
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: no fair -- I want a collection
	of empties too git-svn-id: http://svn.osgeo.org/postgis/trunk@6229
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6228
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* regress/dump.sql, regress/dump_expected: Test dumping an insanely
	_empty_ geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@6227
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* regress/dump.sql, regress/dump_expected: Test ST_Dump(EMPTY) git-svn-id: http://svn.osgeo.org/postgis/trunk@6226
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/dump.sql, regress/dump_expected: Add
	test for ST_Dump git-svn-id: http://svn.osgeo.org/postgis/trunk@6225
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* .gitignore: some ignores git-svn-id: http://svn.osgeo.org/postgis/trunk@6224
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Execute bit git-svn-id: http://svn.osgeo.org/postgis/trunk@6223
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile, postgis/lwgeom_geos_sharedpaths.c: Build
	ST_SharedPaths function (currently returning a geometrycollection) git-svn-id: http://svn.osgeo.org/postgis/trunk@6222
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Add
	stringbuffer_create_size() to allow different starting sizes for the
	buffer git-svn-id: http://svn.osgeo.org/postgis/trunk@6221
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c: Move affine transforms into
	liblwgeom and expunge LWGEOM_INSPECTED git-svn-id: http://svn.osgeo.org/postgis/trunk@6220
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-12-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Make spheroid distance respect z if it's
	there.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6219
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_spheroid.c: Remove old length_ellipse functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6218
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c, postgis/lwgeom_spheroid.c,
	regress/measures.sql, regress/measures_expected: Move spheroid
	length calculation to using same function as geography git-svn-id: http://svn.osgeo.org/postgis/trunk@6217
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Include some extra memory
	freeing in the force_ndims variants.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6216
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwmline.c, liblwgeom/lwsegmentize.c,
	liblwgeom/measures.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_spheroid.c: Move
	length calculations fully to liblwgeom and remove LWGEOM_INSPECTED git-svn-id: http://svn.osgeo.org/postgis/trunk@6215
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c, liblwgeom/lwpoly.c,
	liblwgeom/lwtriangle.c, liblwgeom/measures.c,
	postgis/lwgeom_functions_basic.c: Move area calculations fully to
	liblwgeom and remove LWGEOM_INSPECTED git-svn-id: http://svn.osgeo.org/postgis/trunk@6214
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Remove LWGEOM_INSPECTED from AsGML and
	AsKML git-svn-id: http://svn.osgeo.org/postgis/trunk@6213
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_geojson.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwout_geojson.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Remove LWGEOM_INSPECTED from AsGeoJSON git-svn-id: http://svn.osgeo.org/postgis/trunk@6212
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_svg.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwout_svg.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Remove LWGEOM_INSPECTED from AsSVG git-svn-id: http://svn.osgeo.org/postgis/trunk@6211
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-30  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml, doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: more logging cleanup and add
	create index test for geometry/geography.  Change verison number arg
	in ST_GeoJSON so can stuff the right value in testing git-svn-id: http://svn.osgeo.org/postgis/trunk@6210
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-29  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: more mistakes git-svn-id: http://svn.osgeo.org/postgis/trunk@6209
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-29  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6208
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/raster_gardentest.sql.xsl: fix more mistakes in table
	logging. replace toxic curved geometries with little more harmless.
	Get rid of false positive relationships by forcing geometries to
	have bounding boxes that intersect at least sometimes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6207
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: put back curved geometries.
	Had taken them out in 1.4, but guess never put them back because of
	distance issues.  Also some other minor cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@6206
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwline.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, liblwgeom/lwout_wkb.c,
	liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwtriangle.c,
	liblwgeom/measures.c, liblwgeom/ptarray.c, postgis/lwgeom_chip.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_spheroid.c: Change POINTARRAY.dims to
	POINTARRAY.flags. Related to #658 git-svn-id: http://svn.osgeo.org/postgis/trunk@6205
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
	liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwhomogenize.c,
	liblwgeom/lwline.c, liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
	liblwgeom/lwtriangle.c, liblwgeom/lwutil.c,
	loader/shp2pgsql-core.c, postgis/geography_inout.c,
	postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_btree.c, postgis/lwgeom_chip.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_estimate.c,
	postgis/lwgeom_export.c, postgis/lwgeom_export.h,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_split.c,
	postgis/lwgeom_gist.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_transform.c,
	postgis/lwgeom_transform.h, postgis/postgis.sql.in.c: Change SRID to
	srid in LWGEOM struct (and also in CHIP too). Rename some functions
	related to SRID from Camel notation to lower case:
	errorIfSRIDMismatch, pglwgeom_getSRID, pglwgeom_setSRID,
	LWGEOM_getSRID, LWGEOM_setSRID, hasSRID. Related to #658 git-svn-id: http://svn.osgeo.org/postgis/trunk@6204
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: fix casing in dropRastertable git-svn-id: http://svn.osgeo.org/postgis/trunk@6203
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: fix table casing in
	Addrastercolumn git-svn-id: http://svn.osgeo.org/postgis/trunk@6202
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwsegmentize.c: Fully free temporary ptarray git-svn-id: http://svn.osgeo.org/postgis/trunk@6201
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: reenable st_curvetoline and
	st_linetocurve functions.  Seem to work now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6200
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Exclude
	ST_MinimumBoundingCircle from testing. That uses ST_AddPoint too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6199
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: change polygon z and m
	building to not use ST_AddPoint and remove ST_AddPoint from testing
	until it works again.  Put ST_Transform back.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6198
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Inherit gbox flags from lwgeom when
	calculating. This makes sense.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6197
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Initialize static GBOX flags to zero to
	avoid nastiness.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6196
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Tighten up lwgeodetic a little git-svn-id: http://svn.osgeo.org/postgis/trunk@6195
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwline.c, liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwtin.c, liblwgeom/lwtriangle.c,
	postgis/geography_measurement.c: Ensure that flags are initialized
	cleanly in constructors git-svn-id: http://svn.osgeo.org/postgis/trunk@6194
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwspheroid.c, postgis/geography_inout.c,
	postgis/geography_measurement.c, postgis/lwgeom_spheroid.c: Update
	geography functions to use the in-build .flags attribute on LWGEOM git-svn-id: http://svn.osgeo.org/postgis/trunk@6193
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_homogenize.c,
	liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_geojson.c,
	liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
	liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/cunit/cu_out_wkt.c, liblwgeom/libgeom.h: Remove libgeom.h git-svn-id: http://svn.osgeo.org/postgis/trunk@6192
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: fix casing of pixel types git-svn-id: http://svn.osgeo.org/postgis/trunk@6191
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c, liblwgeom/examples/unparser.c,
	liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwsegmentize.c,
	liblwgeom/ptarray.c, loader/shp2pgsql-core.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
	postgis/lwgeom_rtree.c: Make the ptarray_add_point behavior more
	explicit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6190
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tester.c: Remove dlfcn.h. Doesn't seem to make
	any difference under OS/X.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6189
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
	liblwgeom/ptarray.c: Update force2d to preserve repeated points.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6188
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_ptarray.c: Add in actual cu_ptarray.c test file git-svn-id: http://svn.osgeo.org/postgis/trunk@6187
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
	liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/ptarray.c: Make ptarray_append_point handle higher
	dimensions more consistently.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6186
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Make LWGEOM_expand use the
	ptarray API git-svn-id: http://svn.osgeo.org/postgis/trunk@6185
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: change to not use skewed
	rasters and insure when point is used in falls in the raster to
	prevent unnecessary alarms git-svn-id: http://svn.osgeo.org/postgis/trunk@6184
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: fix more bugs in test git-svn-id: http://svn.osgeo.org/postgis/trunk@6183
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: fix some bugs in tests.  More
	fixes to come git-svn-id: http://svn.osgeo.org/postgis/trunk@6182
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_transform.c: Add triangle support for ST_Transform.
	Fix #600. Thanks to Regina for report ! git-svn-id: http://svn.osgeo.org/postgis/trunk@6181
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_surface.c,
	liblwgeom/g_box.c, liblwgeom/g_serialized.c, liblwgeom/lex.yy.c,
	liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
	liblwgeom/lwgunparse.c, liblwgeom/lwhomogenize.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwmsurface.c, liblwgeom/lwout_geojson.c,
	liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwspheroid.c,
	liblwgeom/lwtin.c, liblwgeom/lwtriangle.c, liblwgeom/lwutil.c,
	liblwgeom/measures.c, liblwgeom/measures.h, liblwgeom/ptarray.c,
	loader/shp2pgsql-core.c, postgis/geography_inout.c,
	postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_geos_split.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c, postgis/lwgeom_ogc.c,
	postgis/lwgeom_transform.c: #658 part 1. Enhance LWGEOM struct
	(type, flags and GBOX) and related functions call.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6180
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/in_gml_expected: Revert GML change. Hm.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6179
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/in_gml_expected: Change in gml regression to match what
	seems to be the right answers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6178
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
	postgis/lwgeom_functions_basic.c: Flip nrings function from
	serialized to lwgeom based.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6177
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_misc.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, postgis/lwgeom_functions_basic.c: Change over
	npoints to use an lwgeom based function intead of serialized.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6176
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_misc.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/examples/unparser.c,
	liblwgeom/g_serialized.c, liblwgeom/liblwgeom.h,
	liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
	liblwgeom/lwalgorithm.c, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwin_wkt.c, liblwgeom/lwline.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/lwsegmentize.c,
	liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
	loader/shp2pgsql-core.c, postgis/geography_inout.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
	postgis/lwgeom_rtree.c, postgis/lwgeom_transform.c,
	raster/rt_core/rt_api.c: An argument for git. This massive commit
	includes the renaming of function in the ptarray API, the removal of
	some pointArray_* variants in favor of ptarray_* variants, and,
	importantly, the adition of _append_point and _insert_point options
	for pointarrays. Functions have been switched over to using the API
	instead of managing the serialized_pointlist themselves. This has
	necessitated the re-writing of some functions. Simplify2d and
	Force2d have been re-written as lwgeom functions instead of
	serialized form functions, and moved into liblwgeom. There are still
	some major functions to move into liblwgeom, including the
	point_in_polygon functions that support the intersects shortcuts and
	the linear referencing fuctions in lwgeom_functions_analytic.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6175
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: minor logging corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@6174
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-14  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h: Added MapAlgebra
	prerequisites to raster core.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6173
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-12  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: Update 9.0 FAQ to include npgsql fixed driver for
	bytea support git-svn-id: http://svn.osgeo.org/postgis/trunk@6172
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_serialized.c,
	liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c,
	liblwgeom/lwcircstring.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwline.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
	liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
	postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c: Change
	pointArray_construct() to ptarray_construct_reference_data() git-svn-id: http://svn.osgeo.org/postgis/trunk@6170
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-02  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: add relevant references git-svn-id: http://svn.osgeo.org/postgis/trunk@6168
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, liblwgeom/measures.c, liblwgeom/measures.h,
	liblwgeom/measures3d.c, liblwgeom/measures3d.h,
	postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_split.c: Change
	over to lwgeom_is_collection where appropriate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6167
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwcollection.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkt.c,
	liblwgeom/measures.c, liblwgeom/measures3d.c,
	loader/pgsql2shp-core.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_geos_split.c: Remove unused function. Rename
	lwgeom_is_collection to lwtype_is_collection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6166
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-01  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/postgis.xml, doc/using_postgis_dataman.xml: try an experiment
	  to fix Docbook and MathML compatibility issues.  upgrade Docbook to
	  4.5 upgrade MathML to 2.0 One should be able to use mml namespaces now without specifying in
	every block.  "make check" should now pass without incident.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6165
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: logging for multi arg
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@6164
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-01  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Get rid of WKT in credits and some minor
	spring cleaning git-svn-id: http://svn.osgeo.org/postgis/trunk@6163
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/generator.c: Fix liblwgeom.h reference in
	generator git-svn-id: http://svn.osgeo.org/postgis/trunk@6162
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
	liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
	liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwsegmentize.c,
	liblwgeom/ptarray.c, loader/shp2pgsql-core.c,
	postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_lrs.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c: Remove DYNPTARRAY and all users of it git-svn-id: http://svn.osgeo.org/postgis/trunk@6161
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/box2d.c, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
	liblwgeom/liblwgeom_internal.h, liblwgeom/libtgeom.c,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
	liblwgeom/lwgunparse.c, liblwgeom/lwhomogenize.c,
	liblwgeom/lwhomogenize.h, liblwgeom/lwin_wkt.c, liblwgeom/lwline.c,
	liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
	liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwprint.c, liblwgeom/lwpsurface.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwtin.c,
	liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/measures.h,
	liblwgeom/measures3d.h, liblwgeom/ptarray.c,
	liblwgeom/stringbuffer.c: Flip all the internal liblwgeom files over
	to use liblwgeom_internal.h git-svn-id: http://svn.osgeo.org/postgis/trunk@6160
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-11-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libtgeom.c: Remove one use of DYNPTARRAY git-svn-id: http://svn.osgeo.org/postgis/trunk@6159
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c: Remove a pair of
	unused functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6158
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/Makefile.in,
	liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_surface.h, liblwgeom/g_box.c,
	liblwgeom/g_coord.c, liblwgeom/g_geometry.c, liblwgeom/g_ptarray.c,
	liblwgeom/g_serialized.c, liblwgeom/g_util.c, liblwgeom/libgeom.h,
	liblwgeom/liblwgeom.h, liblwgeom/liblwgeom_internal.h,
	liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h, liblwgeom/lwgeom.c,
	liblwgeom/lwin_wkb.c, liblwgeom/lwin_wkt.h, liblwgeom/lwout_wkb.c,
	liblwgeom/lwout_wkt.c, liblwgeom/lwspheroid.c, liblwgeom/lwtree.c,
	liblwgeom/lwtree.h, liblwgeom/measures.c,
	postgis/geography_btree.c, postgis/geography_estimate.c,
	postgis/geography_gist.c, postgis/geography_inout.c,
	postgis/geography_measurement.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_spheroid.c, postgis_config.h.in: Clean out scruft
	from my G_ phase and start attempting to separate _internal from
	external liblwgeom functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6157
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-30  Sandro Santilli <strk@kbt.io>

	* raster/rt_pg/rt_pg.c: ISO C90 forbids mixed declarations and code git-svn-id: http://svn.osgeo.org/postgis/trunk@6156
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: put in references to geomval data type git-svn-id: http://svn.osgeo.org/postgis/trunk@6155
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-29  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6154
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-29  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: switch order back git-svn-id: http://svn.osgeo.org/postgis/trunk@6153
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-29  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Include rasters
	in special function index and switch ordering of chapters so special
	function index is at the end again after raster git-svn-id: http://svn.osgeo.org/postgis/trunk@6152
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-29  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: test all functions -- first
	draft -- lots of false negatives git-svn-id: http://svn.osgeo.org/postgis/trunk@6151
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-29  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: fix typo in logging git-svn-id: http://svn.osgeo.org/postgis/trunk@6150
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-29  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: update to test the raster
	operators git-svn-id: http://svn.osgeo.org/postgis/trunk@6149
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: ST_3DDFullyWithin git-svn-id: http://svn.osgeo.org/postgis/trunk@6148
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-28  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/plpgsql/_MapAlgebraParts.sql,
	raster/scripts/plpgsql/st_addband.sql,
	raster/scripts/plpgsql/st_asraster.sql,
	raster/scripts/plpgsql/st_clip.sql,
	raster/scripts/plpgsql/st_deleteband.sql,
	raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_mapalgebra_optimized.sql,
	raster/scripts/plpgsql/st_pixelaspolygons.sql,
	raster/scripts/plpgsql/st_reclass.sql,
	raster/scripts/plpgsql/st_setvalues.sql,
	raster/scripts/plpgsql/st_sevalues.sql,
	raster/scripts/plpgsql/st_union.sql: --General enhancement to the
	script functions. Still a lot of work to do...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6147
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-28  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: some cleanup and one more link git-svn-id: http://svn.osgeo.org/postgis/trunk@6146
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-28  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: get rid of tabs git-svn-id: http://svn.osgeo.org/postgis/trunk@6145
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-28  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Try to clarify use of ST_MakeEmptyRaster
	to address #651 git-svn-id: http://svn.osgeo.org/postgis/trunk@6144
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/st_isvalid09.wkt,
	doc/using_postgis_dataman.xml: updated reference to appropriate
	image in the discussion on geometry validity git-svn-id: http://svn.osgeo.org/postgis/trunk@6143
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_isvalid09.wkt, doc/using_postgis_dataman.xml: 
	added an example for ST_IsValid that shows a valid multipolygon that
	touches at a point.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6142
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_measure.xml: remove <remark> TODO tag in doc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6141
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-27  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: Logic to test inserting rasters
	of all different types git-svn-id: http://svn.osgeo.org/postgis/trunk@6140
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-27  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml, doc/xsl/raster_gardentest.sql.xsl: First
	working version of raster garden test -- currently just does an
	addrastercolumn for all pixel types supported, drop raster table and
	logs completion and timing to raster_garden_log table git-svn-id: http://svn.osgeo.org/postgis/trunk@6139
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-27  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/faq_raster.xml, doc/reference_raster.xml,
	raster/scripts/python/Makefile.in,
	raster/scripts/python/{gdal2raster.py => raster2pgsql.py}: 
	gdal2raster.py renamed to raster2pgsql.py. Related ticket #612 git-svn-id: http://svn.osgeo.org/postgis/trunk@6138
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-27  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/Makefile.in: Added CC=@CC@ in
	raster/rt_core/Makefile.in. Related ticket #550.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6137
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-26  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* README.raster, README.raster.debugging, configure.ac,
	raster/DEBUG, raster/raster_config.h.in,
	raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/rt_pg/Makefile.in,
	raster/rt_pg/rt_pg.c, raster/test/core/Makefile.in: Fixes on PostGIS
	Raster debug system. The raster core uses default_info_handler()
	call. Other minor bugs fixed. Created DEBUG file in raster
	directory, similar to postgis/DEBUG file. Erased references to old
	raster debug variables in configure.ac. Deleted old readme file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6136
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_gardentest.sql.xsl: start work on raster garden
	test generator git-svn-id: http://svn.osgeo.org/postgis/trunk@6135
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-26  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/rt_api.c, raster/rt_core/rt_api.h,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h: New debug system,
	similar to the PostGIS debug system, with two sets of macros that
	depend on the POSTGIS_DEBUG_LEVEL value. Related ticket #638.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6134
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-26  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml: fix id ref git-svn-id: http://svn.osgeo.org/postgis/trunk@6133
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix build issue -- need more
	fixing later git-svn-id: http://svn.osgeo.org/postgis/trunk@6132
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6131
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-26  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl,
	doc/xsl/postgis_comments.sql.xsl, doc/xsl/raster_comments.sql.xsl: 
	add raster types in in reference_types section and also  put in
	special indexes section.  Will eventually move special indexes below
	raster since it will now cover it as well.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6130
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: try to get rid of utf stuff again git-svn-id: http://svn.osgeo.org/postgis/trunk@6129
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: Use ptarray_isclosed to check closure git-svn-id: http://svn.osgeo.org/postgis/trunk@6128
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-25  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/scripts/plpgsql/st_asraster.sql,
	raster/scripts/plpgsql/st_clip.sql,
	raster/scripts/plpgsql/st_deleteband.sql,
	raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_pixelaspolygons.sql,
	raster/scripts/plpgsql/st_reclass.sql,
	raster/scripts/plpgsql/st_setarray.sql,
	raster/scripts/plpgsql/st_sevalues.sql,
	raster/scripts/plpgsql/st_union.sql: Added svn tag keywords to
	raster plpgsql scripts. Related ticket #642.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6127
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-25  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: revert git-svn-id: http://svn.osgeo.org/postgis/trunk@6126
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-25  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: get rid of utf header entirely --
	my xsltproc when run with make-comments chokes on it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6125
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c: Add some WKT tests on EMPTY git-svn-id: http://svn.osgeo.org/postgis/trunk@6124
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwgeom.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt_lex.c,
	liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.h, liblwgeom/lwin_wkt_parse.y: Add/improve
	comments, fix SRID handling for EWKT inputs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6123
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c: More care
	handling mixed dimensional inputs and being tolerant of wierd stuff git-svn-id: http://svn.osgeo.org/postgis/trunk@6122
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_parse.c, liblwgeom/lwin_wkt_parse.y: Add
	destructors for the _list elements of the grammar.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6121
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: Remove parse/lex outputs from 'clean'
	target, add to 'maintainer-clean' git-svn-id: http://svn.osgeo.org/postgis/trunk@6120
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.c: Update lexer git-svn-id: http://svn.osgeo.org/postgis/trunk@6119
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_parse.c,
	liblwgeom/lwin_wkt_parse.h: Add generated parser/lexer files git-svn-id: http://svn.osgeo.org/postgis/trunk@6118
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Remove svn:ignores for lex/parser results git-svn-id: http://svn.osgeo.org/postgis/trunk@6117
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_in_wkt.c,
	liblwgeom/lwin_wkt_lex.l: More tweaks to lexer to generate header git-svn-id: http://svn.osgeo.org/postgis/trunk@6115
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_lex.l: Change order of options git-svn-id: http://svn.osgeo.org/postgis/trunk@6114
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_parse.y: Turn off verbose grammar git-svn-id: http://svn.osgeo.org/postgis/trunk@6113
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_parse.y: Add in tests for more WKT types and fix
	bugs as they show up.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6112
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: Add quotes to bison/flex calls.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6111
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgparse.c, liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y: Match the
	error strings with the legacy ones in the old WKT parser.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6110
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_wkt.c, liblwgeom/cunit/cu_tester.c: Rename
	WKT out suite.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6109
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: Change sytax on calls to LEX to maybe make
	windoze and others happier git-svn-id: http://svn.osgeo.org/postgis/trunk@6108
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore generated Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@6107
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
	liblwgeom/libtgeom.c, liblwgeom/lwalgorithm.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwgeom.c, liblwgeom/lwhomogenize.c, liblwgeom/lwin_wkb.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_parse.y, liblwgeom/lwmline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/measures.c,
	liblwgeom/measures3d.c: Finish untested support for all types in WKT
	input.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6105
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: Remove long form lex parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@6104
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkt_parse.y: Add dimensional empties to the grammar git-svn-id: http://svn.osgeo.org/postgis/trunk@6103
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c: comment the fact we support ISO extended
	types in WKB emitter git-svn-id: http://svn.osgeo.org/postgis/trunk@6102
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwline.c, liblwgeom/lwmpoint.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwpoly.c, liblwgeom/ptarray.c: Add in the ISO extended
	types to the WKT parser and emitter.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6101
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: Apply mcayland patch to build parse/lex.
	Remember: make clean before make.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6100
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* configure.ac, doc/installation.xml: Changed '--with-gdal' for
	'--with-gdalconfig'. Related tickets #610 #616 git-svn-id: http://svn.osgeo.org/postgis/trunk@6099
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6098
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: document GDAL config setting.  Showing
	with-gdal for now.  Jorge -- don't forget to change this in make to
	with-gdalconfig to be consistent with other config namings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6097
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: amend install instructions to reflect new
	simplied installation of raster support git-svn-id: http://svn.osgeo.org/postgis/trunk@6096
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* GNUmakefile, configure.ac, raster/Makefile.in,
	raster/rt_pg/Makefile.in: Raster build simplified. Only "./configure
	--with-raster & make & make install" needed. Raster objetive names
	changed in GNUMakefile. Raster library object generated with PostGIS
	version numbers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6095
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lwin_wkt.c,
	liblwgeom/lwin_wkt.h, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwout_wkt.c, liblwgeom/stringbuffer.c,
	liblwgeom/stringbuffer.h: Add in more parser cases and test an EMPTY
	case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6094
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkt.c, liblwgeom/lex.yy.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_parse.y, liblwgeom/lwmpoint.c,
	liblwgeom/lwpoint.c: Add support for point and multipoints to the
	WKT parser.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6093
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: Ensure the parser prereqs are built (#636) git-svn-id: http://svn.osgeo.org/postgis/trunk@6092
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_in_wkt.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwgeom.c,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y: Current work
	on bison-based WKT-to-LWGEOM parser. Implemented for LINESTRING,
	almost ready to extend to all types.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6091
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-20  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correction in output type git-svn-id: http://svn.osgeo.org/postgis/trunk@6090
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-20  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_core/rt_api.c: -Fix for ticket ticket 634. Typo in error
	message.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6089
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-20  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: -Fix for ticket 632.
	st_world2rastercoordx and  st_world2rastercoordy must return int
	instead of float8.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6088
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-20  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: finish off documenting current public
	raster functions.  Think that's all of them we have so far git-svn-id: http://svn.osgeo.org/postgis/trunk@6087
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fill in missing portos and provide more
	description of what additional protos do when args are left out or
	included git-svn-id: http://svn.osgeo.org/postgis/trunk@6086
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: missing protos for st_askml, st_asgml git-svn-id: http://svn.osgeo.org/postgis/trunk@6085
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-18  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Location argument to GEOSIsValidDetail is
	non-const git-svn-id: http://svn.osgeo.org/postgis/trunk@6084
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-18  Sandro Santilli <strk@kbt.io>

	* regress/measures.sql, regress/measures_expected: Snap ShortestLine
	to 1e-14 grid (fixes failure on opensuse) git-svn-id: http://svn.osgeo.org/postgis/trunk@6083
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-15  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/scripts/python/gdal2raster.py: -Fix for ticket 628.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6082
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6081
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: more logic errors git-svn-id: http://svn.osgeo.org/postgis/trunk@6080
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/postgis_gardentest.sql.xsl, doc/xsl/raster_comments.sql.xsl: 
	fix error in logic in test, change xml header to match other xml
	files git-svn-id: http://svn.osgeo.org/postgis/trunk@6079
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix non valid RT_Reference link git-svn-id: http://svn.osgeo.org/postgis/trunk@6078
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-14  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/installation.xml, doc/reference_accessor.xml,
	doc/reference_processing.xml, doc/reference_raster.xml,
	doc/using_postgis_dataman.xml: Fix few errors inside DocBook
	documentation. Refer to #471 git-svn-id: http://svn.osgeo.org/postgis/trunk@6077
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml, doc/reference_raster.xml: address some dtd
	errors git-svn-id: http://svn.osgeo.org/postgis/trunk@6076
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* raster/rt_core/Makefile.in, raster/rt_pg/Makefile.in,
	raster/rt_pg/Makefile.pgxs: Modified raster Makefiles to solve bugs
	        of ticket #610 (build error and incorrect placement of rtpostgis.sql
	file) git-svn-id: http://svn.osgeo.org/postgis/trunk@6075
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* doc/faq_raster.xml, raster/rt_pg/rtpostgis.sql.in.c: Deleted
	references to 'WKT' in rtpostgis.sql and faq_raster.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@6074
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Correct the spelling of Peucker git-svn-id: http://svn.osgeo.org/postgis/trunk@6072
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: correction to example git-svn-id: http://svn.osgeo.org/postgis/trunk@6071
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: amend the what is new in PostGIS
	2.0 section git-svn-id: http://svn.osgeo.org/postgis/trunk@6070
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: Put reference to addband and setvalue in
	empty raster.  If a raster has no bands and values, do you see it :) git-svn-id: http://svn.osgeo.org/postgis/trunk@6069
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: fill in missing protos for ST_AddBand
	and an example of creating a raster from scratch git-svn-id: http://svn.osgeo.org/postgis/trunk@6068
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-13  Regina Obe <lr@pcorp.us>

	* doc/Makefile.comments.in: add raster_comments.sql to be copied to
	contrib directory as well git-svn-id: http://svn.osgeo.org/postgis/trunk@6067
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-12  Regina Obe <lr@pcorp.us>

	* raster/doc/raster_comments.sql: this is now auto built when make
	comments is run git-svn-id: http://svn.osgeo.org/postgis/trunk@6066
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-12  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: revise to also build raster_comments.sql when
	make comments is run git-svn-id: http://svn.osgeo.org/postgis/trunk@6065
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-11  Regina Obe <lr@pcorp.us>

	* doc/reference_raster.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6064
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-11  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml, doc/reference_raster.xml: fix typo in
	faxq_raster.  Document ST_AddBand git-svn-id: http://svn.osgeo.org/postgis/trunk@6063
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkb.c: Remove warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@6062
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-10  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* 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,
	raster/test/core/testapi.c: Modified the prototype of dump
	core/server/sql functions, adding "wkt" to their names, because
	their returning elements are WKT geometries, not real PostGIS
	geometries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6061
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
	liblwgeom/lwin_wkt.c, liblwgeom/lwin_wkt.h,
	liblwgeom/lwin_wkt_lex.l, liblwgeom/lwin_wkt_parse.y,
	liblwgeom/lwline.c, liblwgeom/ptarray.c: Put the WKT new parser
	files into repo so others can see them and I can work in synch with
	trunk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6060
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-09  Regina Obe <lr@pcorp.us>

	* doc/faq_raster.xml: Put link to Jorge's PostGIS Raster and Oracle
	GeoRaster series git-svn-id: http://svn.osgeo.org/postgis/trunk@6059
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: Add param.h to headers, pick up ENDIAN
	macros? git-svn-id: http://svn.osgeo.org/postgis/trunk@6058
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: another fix git-svn-id: http://svn.osgeo.org/postgis/trunk@6057
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-08  Pierre Racine <Pierre.Racine@sbf.ulaval.ca>

	* raster/rt_pg/rtpostgis.sql.in.c: -Modify ST_Intersects so that
	index is taken into account by the planner -Added a series of
	ST_Intersects with a boolean parameter to make the desactivation of
	the nodata value working with indexes git-svn-id: http://svn.osgeo.org/postgis/trunk@6056
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@6055
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: more corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@6054
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-08  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/xsl/postgis_gardentest.sql.xsl: take out
	automatic build of raster_comments (until figure out what's wrong),
	fix some logic in gardent test, take out ST_Transform until it stops
	crashing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6053
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-08  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/xsl/wktraster_comments.sql.xsl: logic to
	build raster_comments postgresql help instructions -- also replace
	postgis.refractions.net with www.postgis.org git-svn-id: http://svn.osgeo.org/postgis/trunk@6052
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/raster_comments.sql.xsl: rename to raster to be consistent
	with other files git-svn-id: http://svn.osgeo.org/postgis/trunk@6051
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-07  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Put in vacuum analyze crash
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@6050
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkb.c: Add nested geometry collection test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6049
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/lwin_wkb.c: Add extra comments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6048
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_out_wkb.c: Add
	extra tests, remove printf noise from run.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6047
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_in_wkb.c, liblwgeom/cunit/cu_out_wkb.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/libgeom.h,
	liblwgeom/liblwgeom.h, liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c: 
	Add in WKB reader and associated test framework to build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6046
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c: Fix a write-out-of-bounds error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6045
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcollection.c, liblwgeom/lwin_wkb.c,
	liblwgeom/lwpoly.c: Finish first draft of WKB reader.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6044
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c: Clean out compile
	warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6043
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c: Add WKB writing support for TIN, Triangle
	and PolyhedralSurface git-svn-id: http://svn.osgeo.org/postgis/trunk@6042
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: Add WKB writing support for TIN, Triangle
	and PolyhedralSurface git-svn-id: http://svn.osgeo.org/postgis/trunk@6041
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, liblwgeom/lwin_wkb.c, liblwgeom/lwout_wkb.c: 
	Macroify the WKB type numbers and add the extended types for 3D
	objects.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6040
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Fix syntax error in ptarray_segmentize2d
	introduced in last commit git-svn-id: http://svn.osgeo.org/postgis/trunk@6039
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/ptarray.c: Ensure maxpoints is filled in appropriately git-svn-id: http://svn.osgeo.org/postgis/trunk@6038
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in: Remove lwin_wkb from build until it's
	complete git-svn-id: http://svn.osgeo.org/postgis/trunk@6037
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/{cu_wkb.c => cu_out_wkb.c},
	liblwgeom/cunit/{cu_wkt.c => cu_out_wkt.c}, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, liblwgeom/lwin_wkb.c, liblwgeom/lwpoly.c,
	liblwgeom/lwtriangle.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c: Continue
	with new WKB parser. Change signature of RHR "right hand rule"
	functions to "clockwise" to avoid misinterpretations of orientation
	rules.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6036
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-03  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@6034
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-10-02  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: update PostgreSQL 9.0 that upgrading the driver works
	as well.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6032
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures.c: removing run-time sized array git-svn-id: http://svn.osgeo.org/postgis/trunk@6030
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-27  Regina Obe <lr@pcorp.us>

	* NEWS: copy Paul's changes to trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@6028
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-27  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: missing gtk dependency note git-svn-id: http://svn.osgeo.org/postgis/trunk@6024
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-27  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update install instructions to include
	install of raster and dependency on GDAL git-svn-id: http://svn.osgeo.org/postgis/trunk@6022
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-27  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* install-sh, liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
	liblwgeom/wktparse.tab.h, raster/.vimrc, raster/COPYING: 
	liblwgeom/lex.yy.c replaced with previous version git-svn-id: http://svn.osgeo.org/postgis/trunk@6021
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-26  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* README.postgis, README.raster: README files updated with the new
	raster extension information.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6020
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-26  Jorge Arvalo <jorge.arevalo at deimos-space.com>

	* GNUmakefile, README.raster, README.raster.debugging,
	configure.ac, doc/reference_raster.xml, install-sh,
	liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
	liblwgeom/wktparse.tab.h, raster/.svnignore, raster/.vimrc,
	raster/COPYING, raster/CREDITS, raster/Makefile.in, raster/NEWS,
	raster/Version.config, raster/doc/RFC1-SerializedFormat,
	raster/doc/RFC2-WellKnownBinaryFormat, raster/doc/doxygen.cfg.in,
	raster/doc/raster_comments.sql, raster/install-sh,
	raster/macros/.svnignore, raster/macros/ac_proj4_version.m4,
	raster/raster_config.h.in, raster/rt_core/.svnignore,
	raster/rt_core/Makefile.in, raster/rt_core/rt_api.c,
	raster/rt_core/rt_api.h, raster/rt_pg/.svnignore,
	raster/rt_pg/Makefile.in, raster/rt_pg/pgsql_compat.h,
	raster/rt_pg/rt_pg.c, raster/rt_pg/rt_pg.h,
	raster/rt_pg/rtpostgis.sql.in.c, raster/scripts/plpgsql/readme.txt,
	raster/scripts/plpgsql/st_asraster.sql,
	raster/scripts/plpgsql/st_clip.sql,
	raster/scripts/plpgsql/st_deleteband.sql,
	raster/scripts/plpgsql/st_mapalgebra.sql,
	raster/scripts/plpgsql/st_pixelaspolygons.sql,
	raster/scripts/plpgsql/st_reclass.sql,
	raster/scripts/plpgsql/st_setarray.sql,
	raster/scripts/plpgsql/st_sevalues.sql,
	raster/scripts/plpgsql/st_union.sql,
	raster/scripts/python/Makefile.in,
	raster/scripts/python/Makefile.rt.sample,
	raster/scripts/python/gdal2raster.py,
	raster/scripts/python/genraster.py,
	raster/scripts/python/ovdump.py, raster/scripts/python/pixval.py,
	raster/scripts/python/rtpixdump.py,
	raster/scripts/python/rtreader.py,
	raster/scripts/python/rtrowdump.py,
	raster/scripts/python/window.py, raster/test/Makefile.in,
	raster/test/core/Makefile.in, raster/test/core/check.h,
	raster/test/core/testapi.c, raster/test/core/testwkb.c,
	raster/test/regress/Makefile.in, raster/test/regress/README,
	raster/test/regress/bug_test_car5.sql,
	raster/test/regress/bug_test_car5_expected,
	raster/test/regress/check_raster_columns.sql,
	raster/test/regress/check_raster_columns_expected,
	raster/test/regress/check_raster_overviews.sql,
	raster/test/regress/check_raster_overviews_expected,
	raster/test/regress/create_rt_band_properties_test.sql,
	raster/test/regress/create_rt_band_properties_test_expected,
	raster/test/regress/create_rt_box2d_test.sql,
	raster/test/regress/create_rt_box2d_test_expected,
	raster/test/regress/create_rt_bytea_test.sql,
	raster/test/regress/create_rt_bytea_test_expected,
	raster/test/regress/create_rt_gist_test.sql,
	raster/test/regress/create_rt_gist_test_expected,
	raster/test/regress/create_rt_properties_test.sql,
	raster/test/regress/create_rt_properties_test_expected,
	raster/test/regress/create_rt_utility_test.sql,
	raster/test/regress/create_rt_utility_test_expected,
	raster/test/regress/rt_above.sql,
	raster/test/regress/rt_above_expected,
	raster/test/regress/rt_addband.sql,
	raster/test/regress/rt_addband_expected,
	raster/test/regress/rt_band_properties.sql,
	raster/test/regress/rt_band_properties_expected,
	raster/test/regress/rt_below.sql,
	raster/test/regress/rt_below_expected,
	raster/test/regress/rt_box2d.sql,
	raster/test/regress/rt_box2d_expected,
	raster/test/regress/rt_bytea.sql,
	raster/test/regress/rt_bytea_expected,
	raster/test/regress/rt_contain.sql,
	raster/test/regress/rt_contain_expected,
	raster/test/regress/rt_contained.sql,
	raster/test/regress/rt_contained_expected,
	raster/test/regress/rt_dimensions.sql,
	raster/test/regress/rt_dimensions_expected,
	raster/test/regress/rt_georeference.sql,
	raster/test/regress/rt_georeference_expected,
	raster/test/regress/rt_io.sql, raster/test/regress/rt_io_expected,
	raster/test/regress/rt_left.sql,
	raster/test/regress/rt_left_expected,
	raster/test/regress/rt_overabove.sql,
	raster/test/regress/rt_overabove_expected,
	raster/test/regress/rt_overbelow.sql,
	raster/test/regress/rt_overbelow_expected,
	raster/test/regress/rt_overlap.sql,
	raster/test/regress/rt_overlap_expected,
	raster/test/regress/rt_overleft.sql,
	raster/test/regress/rt_overleft_expected,
	raster/test/regress/rt_overright.sql,
	raster/test/regress/rt_overright_expected,
	raster/test/regress/rt_pixelsize.sql,
	raster/test/regress/rt_pixelsize_expected,
	raster/test/regress/rt_pixelvalue.sql,
	raster/test/regress/rt_pixelvalue_expected,
	raster/test/regress/rt_right.sql,
	raster/test/regress/rt_right_expected,
	raster/test/regress/rt_rotation.sql,
	raster/test/regress/rt_rotation_expected,
	raster/test/regress/rt_same.sql,
	raster/test/regress/rt_same_expected,
	raster/test/regress/rt_set_band_properties.sql,
	raster/test/regress/rt_set_band_properties_expected,
	raster/test/regress/rt_set_properties.sql,
	raster/test/regress/rt_set_properties_expected,
	raster/test/regress/rt_spatial_relationship.sql,
	raster/test/regress/rt_spatial_relationship_expected,
	raster/test/regress/rt_upperleft.sql,
	raster/test/regress/rt_upperleft_expected,
	raster/test/regress/rt_utility.sql,
	raster/test/regress/rt_utility_expected,
	raster/test/regress/run_test.in: - Added raster extension to new 'raster' directory.  - Modified PostGIS 'configure.ac' script to add support for new
	raster type (driven by '--with-raster' configure option.  - Added raster build options to 'GNUMakefile' script.  - PostGIS Python scripts moved to a 'python' subdirectory inside
	'raster/scripts' directory.  - References to "WKT" deleted from source code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6019
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected,
	regress/wmsservers.sql, regress/wmsservers_expected: Forward port
	regression fixes for pgSQL 9.0 support git-svn-id: http://svn.osgeo.org/postgis/trunk@6017
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-24  Regina Obe <lr@pcorp.us>

	* doc/reference_misc.xml: move to enhanced from available git-svn-id: http://svn.osgeo.org/postgis/trunk@6015
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-24  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml, doc/reference_editor.xml,
	doc/reference_measure.xml, doc/reference_operator.xml,
	doc/reference_output.xml, doc/reference_processing.xml: change all
	these polyhedral surface/tin to enhanced from available git-svn-id: http://svn.osgeo.org/postgis/trunk@6014
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-24  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Note
	change in behavior of ST_NumGeometries and add back changed section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6013
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-24  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: get rid of changed for now git-svn-id: http://svn.osgeo.org/postgis/trunk@6012
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-24  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml, doc/xsl/postgis_aggs_mm.xml.xsl: 
	mark all polyhedral preexisting functions as enhanced. minor
	correction to comments git-svn-id: http://svn.osgeo.org/postgis/trunk@6011
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-24  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/template.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: we have too many new functions
	(those polyhedral things that should really be marked as
	enhancements) and we are going to have a lot of breaking changes.
	Revise what's new section to have a really new, enhanced, and
	behavior changed section git-svn-id: http://svn.osgeo.org/postgis/trunk@6010
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-23  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql-gui.c: Reverting erroneous changes to
	pgui_read_connection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6009
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-22  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql-core.h: Reverting the default geometry column
	name change.  Got too excited... breathe deep...  git-svn-id: http://svn.osgeo.org/postgis/trunk@6008
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Use 'the_geom' as geometry column when running
	regression tests to match the old regression fragments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6007
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos_clean.c: Remove compiler warnings in OS/X git-svn-id: http://svn.osgeo.org/postgis/trunk@6006
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: ST_3DIntersects git-svn-id: http://svn.osgeo.org/postgis/trunk@6005
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: fix some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@6004
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: ST_3DClosestPoint -- if only our wkt
	diagrammer could draw 3d geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@6003
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-22  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql-gui.c: Forcing table names to lower case when
	initially added.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6001
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-21  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql-gui.c: Removing lingering references to the
	broken icon support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6000
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-21  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql-gui.c: Changing the default geometry name from
	'the_geom' to 'geom' git-svn-id: http://svn.osgeo.org/postgis/trunk@5999
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-21  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql-core.h: Changing the default geometry name from
	'the_geom' to 'geom' git-svn-id: http://svn.osgeo.org/postgis/trunk@5998
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-21  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c, loader/structure.h: Clearing some compile
	warnings and fixing the issue where the test connection button
	always reported success.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5995
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-19  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: ditto git-svn-id: http://svn.osgeo.org/postgis/trunk@5992
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c: Fix #603: shp2pgsql: "-w" produces
	invalid WKT for MULTI* objects.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5990
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-19  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: 1.5.2 release notes updated git-svn-id: http://svn.osgeo.org/postgis/trunk@5988
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/Makefile.in: Fix the comments-uninstall target so it now works
	correctly with the new PGXS code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5986
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in, loader/shp2pgsql-gui.c, loader/shpcommon.c,
	loader/shpcommon.h: Fix #572: Password whitespace for Shape File to
	PostGIS Importer not supported. Fixed by adding a new function
	especially designed for escaping arguments for PQconnectdb strings,
	and plugging it into the GUI.  Note this commit is different from the 1.5 branch version, since the
	escaping function is moved into a new common library as I can see it
	being required for the new pgsql2shp CLI in the not too distant
	future.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5984
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-18  Regina Obe <lr@pcorp.us>

	* NEWS, doc/release_notes.xml: ditto git-svn-id: http://svn.osgeo.org/postgis/trunk@5982
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Fix #527: Log window in shp2pgsql-gui
	should always append text to bottom of window.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5975
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_functions_basic.c: Add Triangle support for
	ST_NPoints. Thanks again to Regina for this report. Related to #596 git-svn-id: http://svn.osgeo.org/postgis/trunk@5973
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-15  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: start documenting 3d measurement
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5972
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-15  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: another spot missing git-svn-id: http://svn.osgeo.org/postgis/trunk@5971
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-15  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: forgot a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@5970
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-15  Regina Obe <lr@pcorp.us>

	* doc/{faq_wktraster.xml => faq_raster.xml}, doc/postgis.xml,
	doc/{reference_wktraster.xml => reference_raster.xml}: rename
	wktraster to raster git-svn-id: http://svn.osgeo.org/postgis/trunk@5969
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-13  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Drop references to topology geometry
	tables in DropTopology (see #586) git-svn-id: http://svn.osgeo.org/postgis/trunk@5966
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-13  Sandro Santilli <strk@kbt.io>

	* topology/README: Add note about topology.sql expecting a
	postgis-enabled db git-svn-id: http://svn.osgeo.org/postgis/trunk@5965
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-13  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: PostgreSQL 9 support : don't use
	reserved 'table' keyword (see #585) git-svn-id: http://svn.osgeo.org/postgis/trunk@5964
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-13  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull07.wkt,
	doc/html/image_src/st_concavehull08.wkt,
	doc/reference_processing.xml: more cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@5963
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-13  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: minor changes git-svn-id: http://svn.osgeo.org/postgis/trunk@5962
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-13  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull04.wkt,
	doc/html/image_src/st_concavehull05.wkt,
	doc/html/image_src/st_concavehull06.wkt,
	doc/html/image_src/st_concavehull07.wkt,
	doc/reference_processing.xml: give up on complex S example and
	change to simpler L example git-svn-id: http://svn.osgeo.org/postgis/trunk@5961
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/safileio.c: Add support file for shapefil update git-svn-id: http://svn.osgeo.org/postgis/trunk@5959
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in, loader/dbfopen.c, loader/shapefil.h,
	loader/shpopen.c: Fix for #554, align internal shapelib with
	official shapelib git-svn-id: http://svn.osgeo.org/postgis/trunk@5958
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull05.wkt,
	doc/reference_processing.xml: get rid of points in the lower concave
	hull as well, minor text cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@5956
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/generator.c: revert changes.  Getting crud from
	other pictures in all pictures that follow git-svn-id: http://svn.osgeo.org/postgis/trunk@5955
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull06.wkt,
	doc/html/image_src/st_concavehull07.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5954
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull06.wkt,
	doc/reference_processing.xml: get rid of points too cluttered git-svn-id: http://svn.osgeo.org/postgis/trunk@5953
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull07.wkt,
	doc/reference_processing.xml: put back example -- some minor clean
	up git-svn-id: http://svn.osgeo.org/postgis/trunk@5952
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Bring forward fix from #513 git-svn-id: http://svn.osgeo.org/postgis/trunk@5951
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/installation.xml, doc/postgis.xml: Apply patch from mwtoews.
	On postgresql_min_version entity in doc. Related to #539 git-svn-id: http://svn.osgeo.org/postgis/trunk@5949
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Fix for #532, Temporary table
	geography columns appear in other's sessions git-svn-id: http://svn.osgeo.org/postgis/trunk@5948
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull06.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5946
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in: give up for now git-svn-id: http://svn.osgeo.org/postgis/trunk@5945
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull07.wkt: move holes to
	geometrycollection git-svn-id: http://svn.osgeo.org/postgis/trunk@5944
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull07.wkt: get rid of some holes git-svn-id: http://svn.osgeo.org/postgis/trunk@5943
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_ogc.c: Fix wrong name in function definition git-svn-id: http://svn.osgeo.org/postgis/trunk@5942
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/generator.c: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5941
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/generator.c: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5940
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/generator.c: alright just going to increase
	allocated line size git-svn-id: http://svn.osgeo.org/postgis/trunk@5939
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull07.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5938
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/libtgeom.c: Fix TGEOM wrong size allocation. Tks to Paul
	for report git-svn-id: http://svn.osgeo.org/postgis/trunk@5937
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull06.wkt,
	doc/html/image_src/st_concavehull07.wkt: break into several more
	multipoints -- parser has limit (need to fix parser later) git-svn-id: http://svn.osgeo.org/postgis/trunk@5936
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull04.wkt,
	doc/html/image_src/st_concavehull05.wkt: break multipoint git-svn-id: http://svn.osgeo.org/postgis/trunk@5935
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5934
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull03.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5933
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull03.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5932
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull03.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5931
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull03.wkt,
	doc/reference_processing.xml, postgis/postgis.sql.in.c: concavehull
	can't reset input params in 8.3, fix document example git-svn-id: http://svn.osgeo.org/postgis/trunk@5930
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@5929
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull04.wkt,
	doc/html/image_src/st_concavehull05.wkt,
	doc/html/image_src/st_concavehull06.wkt,
	doc/html/image_src/st_concavehull07.wkt,
	doc/reference_processing.xml, postgis/postgis.sql.in.c: Faster and
	more robust and accurate concave hull with Simon's S shape example
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@5927
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, doc/Makefile.comments.in, doc/Makefile.in: Fix #458:
	postgis_comments being installed in contrib instead of version
	folder (this is a little bit of a hack since we can't merge PGXS
	into the main Makefile directly, but it works).  git-svn-id: http://svn.osgeo.org/postgis/trunk@5926
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/ptarray.c: Fix #581: LWGEOM_expand produces inconsistent
	results. Change the bounding box calculation routines in ptarray.c
	so that they perform the entire calculation in double precision then
	convert the final result to BOX2DFLOAT4. This prevents rounding
	errors being introduced into the bounding box when each input result
	is converted to BOX2DFLOAT4 in turn.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5923
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-07  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: concave hull is currently supported git-svn-id: http://svn.osgeo.org/postgis/trunk@5922
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-07  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: availability note for st_concavehull git-svn-id: http://svn.osgeo.org/postgis/trunk@5921
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Fix incorrect status return code from
	projFileCreate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5920
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-07  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/libtgeom.h: minor changes on comment git-svn-id: http://svn.osgeo.org/postgis/trunk@5919
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Fix ShpDumperCloseTable so that it now
	passes back any errors that may occur during projFileCreate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5918
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, loader/pgsql2shp-core.c: Fix the mixed-type
	geometry column detection routines so that they allow just
	MULTI/non-MULTI versions of the same basic geometry type within a
	column. Per report from Denis Rykov.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5917
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: minor corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@5916
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5915
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml, postgis/postgis.sql.in.c: slightly
	more robust concave hull and update with links to our test real
	world cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5914
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_surface.h,
	liblwgeom/liblwgeom.h, liblwgeom/libtgeom.c, liblwgeom/libtgeom.h,
	liblwgeom/measures.c, postgis/lwgeom_functions_basic.c: Add
	TRIANGLE, TIN and PolyhedralSurface support to Perimeter, and
	relevant cunit tests  (cf #568). Add TRIANGLE Area support (and so
	to TIN).  git-svn-id: http://svn.osgeo.org/postgis/trunk@5913
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_ogc.c: Add TRIANGLE support for GeometryN. Fix
	#574. Thanks to Regina for report git-svn-id: http://svn.osgeo.org/postgis/trunk@5912
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-06  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: more cleanup of bios.  Get rid of WKT and
	just called it Raster since in PostGIS 2.0, we will eventually drop
	the WKT from the name git-svn-id: http://svn.osgeo.org/postgis/trunk@5911
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-05  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c,
	regress/dumppoints_expected: Revert changes on PointN and Numpoints
	to remove TRIANGLE support. Add ExteriorRing support to TRIANGLE.
	Changes DumpPoint behaviour to reflect exteriorRing. Update unit
	tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5910
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-05  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c: make astyle git-svn-id: http://svn.osgeo.org/postgis/trunk@5909
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-05  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/cu_surface.h,
	liblwgeom/libtgeom.c, liblwgeom/libtgeom.h, liblwgeom/lwgeom.c: Use
	TGEOM struct to compute POLYHEDRALSURFACE and TIN dimension. Add
	relevant cunit tests. Few astyle improve git-svn-id: http://svn.osgeo.org/postgis/trunk@5908
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: add additional proto for creating
	holed polygons -- example later git-svn-id: http://svn.osgeo.org/postgis/trunk@5906
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5905
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull04.wkt,
	doc/html/image_src/st_concavehull05.wkt,
	doc/html/image_src/st_concavehull06.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5904
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull05.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5903
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5902
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull04.wkt,
	doc/html/image_src/st_concavehull05.wkt,
	doc/html/image_src/st_concavehull06.wkt,
	doc/reference_processing.xml: ST_ConcaveHull mark as new, reduce
	precision of point examples so passes thru wkt image generator git-svn-id: http://svn.osgeo.org/postgis/trunk@5901
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull04.wkt,
	doc/html/image_src/st_concavehull05.wkt,
	doc/html/image_src/st_concavehull06.wkt,
	doc/reference_processing.xml: Example of ST_ConcaveHull against
	point set git-svn-id: http://svn.osgeo.org/postgis/trunk@5900
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull03.wkt,
	doc/reference_processing.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5899
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull02.wkt: try again git-svn-id: http://svn.osgeo.org/postgis/trunk@5898
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull03.wkt,
	doc/reference_processing.xml: snap points to grid git-svn-id: http://svn.osgeo.org/postgis/trunk@5897
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in: take out last example for now git-svn-id: http://svn.osgeo.org/postgis/trunk@5896
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_concavehull03.wkt,
	doc/reference_processing.xml: Will assume my concave hull with the
	over 1100 points polygon slaughtered the wkt processor git-svn-id: http://svn.osgeo.org/postgis/trunk@5895
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_concavehull01.wkt,
	doc/html/image_src/st_concavehull02.wkt,
	doc/html/image_src/st_concavehull03.wkt,
	doc/reference_processing.xml, postgis/postgis.sql.in.c: First draft
	of ST_ConcaveHull -- more to come git-svn-id: http://svn.osgeo.org/postgis/trunk@5894
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-03  Sandro Santilli <strk@kbt.io>

	* topology/ER/topology.fig: Make edge-edge relations clearer. Thanks
	to Peter Hopfgartner and to Xfig developers for the wonderful
	experience of patching a diagram ! :) git-svn-id: http://svn.osgeo.org/postgis/trunk@5893
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Fix pgsql2shp so that it correctly
	returns an exit code of 1 (fail) in the case where either a user
	query returns no rows, or the specified table is empty.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5892
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-cli.c: Revert r5888 - the real bug is that the
	error message handling in place should already catch this condition
	but doesn't.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5891
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/measures3d.c: Fixed some build warnings I had missed git-svn-id: http://svn.osgeo.org/postgis/trunk@5890
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
	liblwgeom/measures.c, liblwgeom/measures3d.c,
	liblwgeom/measures3d.h, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in.c, regress/measures.sql,
	regress/measures_expected: 3D Distance functions, only point-point
	and point line. #576 git-svn-id: http://svn.osgeo.org/postgis/trunk@5889
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-cli.c: Alter the pgsql2shp CLI program so that it
	returns a new exit code of 2 to indicate "success, but 0 records
	processed". This could happen if a user-defined query doesn't return
	any results, or the source table happens to be empty. By setting a
	separate exit code, we allow scripts to determine whether or not the
	output shapefile contains any (useful) data.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5888
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Regina Obe <lr@pcorp.us>

	* NEWS: missed a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@5887
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Regina Obe <lr@pcorp.us>

	* NEWS: update with 1.5.2, 1.5.1 changes and also TIN/Polyhedral for
	2.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@5886
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: update credits git-svn-id: http://svn.osgeo.org/postgis/trunk@5883
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-09-01  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: update release notes to include 1.5.2
	(uppcoming) and 1.5.1 and corrections to 1.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@5881
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-31  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Fix wrong
	pointer allocation size, with 64 bits errors. Tks to Mateusz for
	report. Improve cu_unit report. Improve and fix some messages from
	LWDEBUG git-svn-id: http://svn.osgeo.org/postgis/trunk@5878
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-31  Nicklas Avn <nicklas.aven@jordogskog.no>

	* postgis/postgis.sql.in.c: remove strict on st_equals as discussed
	in #536 git-svn-id: http://svn.osgeo.org/postgis/trunk@5877
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-30  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_surface.c, liblwgeom/libtgeom.c: Astyle on new
	files git-svn-id: http://svn.osgeo.org/postgis/trunk@5875
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-30  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_polyhedralsurface.c,
	liblwgeom/cunit/cu_polyhedralsurface.h,
	liblwgeom/cunit/cu_surface.c, liblwgeom/cunit/{cu_tin.h =>
	cu_surface.h}, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tin.c, liblwgeom/libtgeom.c,
	liblwgeom/libtgeom.h: Add Topology structure for connected surfaces
	(PolyhedralSurface, Tin) and LWGEOM to TGEOM transformations
	routines. Add related cunit tests. Merge cu_tin and
	cu_polyhedralsurface into a single cu_surface unit test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5874
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-30  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c: Improve comments git-svn-id: http://svn.osgeo.org/postgis/trunk@5873
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-30  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwgeom_api.c: add Triangle support in
	lwgeom_getnumgeometries git-svn-id: http://svn.osgeo.org/postgis/trunk@5872
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.c: Fix uninitialised gidfound variable which
	would sometimes cause pgsql2shp to fail if a gid column was not
	present on a database table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5871
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp-core.h: Set svn:keywords property so that the
	version number is updated correctly on checkout.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5870
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-24  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_split03.wkt,
	doc/html/image_src/st_split04.wkt, doc/reference_processing.xml: 
	more visually appealing example git-svn-id: http://svn.osgeo.org/postgis/trunk@5867
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-24  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_split03.wkt,
	doc/html/image_src/st_split04.wkt, doc/reference_processing.xml: 
	another st_split example git-svn-id: http://svn.osgeo.org/postgis/trunk@5866
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-23  Sandro Santilli <strk@kbt.io>

	* utils/new_postgis_restore.pl: Add 3 more postgis objects to skip
	from dumps git-svn-id: http://svn.osgeo.org/postgis/trunk@5863
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-23  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: fix pixel types list to agree with
	Mat's changes to raster rfc git-svn-id: http://svn.osgeo.org/postgis/trunk@5862
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-21  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Fix dead link -- Jorge changed his link for
	Oracle raster / wkt raster compare git-svn-id: http://svn.osgeo.org/postgis/trunk@5860
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwin_wkb.c: Add unfinished WKB input parser for later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5856
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Synch up to 1.5 version git-svn-id: http://svn.osgeo.org/postgis/trunk@5855
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-20  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: some fluff from the example I copied
	from didn't mean to put in.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5854
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-20  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_split01.wkt,
	doc/html/image_src/st_split02.wkt, doc/reference_processing.xml: 
	Example for ST_Split git-svn-id: http://svn.osgeo.org/postgis/trunk@5853
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Slight improvement for #573 git-svn-id: http://svn.osgeo.org/postgis/trunk@5852
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-19  Regina Obe <lr@pcorp.us>

	* doc/reference_misc.xml, doc/reference_output.xml: more tin and ps.
	Note about change in st_asbinary in 9.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@5850
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-18  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml, doc/template.xml: mark more TIN
	compatible functions.  revise template slightly git-svn-id: http://svn.osgeo.org/postgis/trunk@5849
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-18  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Flag more TIN support git-svn-id: http://svn.osgeo.org/postgis/trunk@5848
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-18  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_geos.c: Add lwtype_name to report more user
	friendly error message. Cf #570 git-svn-id: http://svn.osgeo.org/postgis/trunk@5847
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-18  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_geos.c: Put TYPE_GETTYPE before his possible debug
	use...  git-svn-id: http://svn.osgeo.org/postgis/trunk@5846
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-18  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwsegmentize.c: Fix for #573, where has_arc check with
	unsupported TRIANGLE/TIN/POLYHEDRALSURFACE produce crash with
	POSTGIS2GEOS function. Thanks to Regina for bug report ! git-svn-id: http://svn.osgeo.org/postgis/trunk@5845
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Return the, er, return value.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5843
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-17  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_functions_basic.c: Add TRIANGLE support to
	ST_Affine function. Thanks to Regina for detailled bug report. Cf
	#571 git-svn-id: http://svn.osgeo.org/postgis/trunk@5842
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: revise slightly for true
	collection for polysurface.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5839
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-17  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: Add examples of EWKB/EWKT for TIN,
	TRIANGLE, and MULTICURVE git-svn-id: http://svn.osgeo.org/postgis/trunk@5838
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-17  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml, doc/reference_processing.xml: mark ST_Dump
	as TIN supporting, update peoples bios.  Add Maxime van Noppen (aka
	yabo) to contributors list (ST_DumpPoints and ST_Collect support) git-svn-id: http://svn.osgeo.org/postgis/trunk@5837
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl,
	doc/xsl/postgis_gardentest.sql.xsl: Add matrix column for
	TIN/Triangles.  Add TINA dn triangles to garden tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5836
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-16  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml, doc/reference_processing.xml, doc/template.xml: 
	Mark ST_Dumpoints as supporting Polyhedral, triangles, and TINS.
	Example of these. Revise add a marker in template and postgis.xml
	for Triangles and TINS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5835
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-16  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/structure.c, loader/structure.h: Changing the ID keyword to
	Id, so it will actually get picked up.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5834
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-16  Mark Leslie <mark.leslie@lisasoft.com>

	* : Setting svn:keywords so the headers make sense.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5833
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-16  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/cunit/Makefile: Removing a Makefile that shouldn't have
	been committed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5831
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, postgis/lwgeom_ogc.c,
	postgis/postgis.sql.in.c, regress/dumppoints.sql,
	regress/dumppoints_expected: Add St_NumPoints and ST_PointN support
	for Triangle. Add ST_DumpPoints support for Triangle, Tin and
	Polyhedral Surface, and related unit tests. Tks to yabo for patch.
	Related to #564 git-svn-id: http://svn.osgeo.org/postgis/trunk@5830
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwgeom_api.c: Add forgotten Triangle support in
	lwgeom_inspect git-svn-id: http://svn.osgeo.org/postgis/trunk@5829
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in, loader/pgsql2shp-cli.c,
	loader/pgsql2shp-core.c, loader/pgsql2shp-core.h,
	loader/pgsql2shp.c, loader/shp2pgsql-core.h, loader/shpcommon.h: 
	Commit initial version of reworked pgsql2shp architecture that
	defines a common API within pgsql2shp-core that can be called from
	both the existing CLI and in the future a GUI interface.  This commit also includes a very comprehensive reworking of the old
	pgsql2shp code designed to make things better commented and
	maintainable in the long term, so please use on as many PostGIS
	tables as possible during testing.  This work was primarily sponsored by OpenGeo (http://opengeo.org) -
	thanks guys! git-svn-id: http://svn.osgeo.org/postgis/trunk@5828
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Add Tin and Triangle support for
	ST_GeomFromGML. Add related unit tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5827
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_functions_basic.c: Fix error in lwgeom_recursive2d
	for Triangle type git-svn-id: http://svn.osgeo.org/postgis/trunk@5826
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* extras/wkb_reader/readwkb.c, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_homogenize.c,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_out_geojson.c,
	liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c,
	liblwgeom/cunit/cu_out_svg.c,
	liblwgeom/cunit/cu_polyhedralsurface.c, liblwgeom/cunit/cu_print.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tin.c,
	liblwgeom/cunit/cu_wkb.c, liblwgeom/cunit/cu_wkt.c,
	liblwgeom/g_box.c, liblwgeom/g_serialized.c,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwcompound.c, liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgparse.c, liblwgeom/lwhomogenize.c, liblwgeom/lwline.c,
	liblwgeom/lwout_gml.c, liblwgeom/lwout_kml.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwpsurface.c, liblwgeom/lwsegmentize.c,
	liblwgeom/lwspheroid.c, liblwgeom/lwtin.c, liblwgeom/lwtriangle.c,
	liblwgeom/lwutil.c, liblwgeom/ptarray.c, liblwgeom/stringbuffer.c,
	loader/cunit/Makefile, loader/cunit/cu_list.c,
	loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c,
	loader/structure.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.c, postgis/lwgeom_geos_clean.c,
	postgis/lwgeom_geos_split.c, postgis/lwgeom_gist.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
	postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c: Astyle session on
	whole trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@5825
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
	liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c: Fix a memory leak in
	all of the MULTI* deserialize routines - once the relevant
	information had been copied from the LWGEOM_INSPECTED structure, the
	inspected structure itself was not being freed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5824
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-13  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c: 
	Few lwtype_name add git-svn-id: http://svn.osgeo.org/postgis/trunk@5822
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-13  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tin.c,
	liblwgeom/cunit/cu_tin.h, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/g_util.c, liblwgeom/lex.yy.c,
	liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwcompound.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c, liblwgeom/lwline.c,
	liblwgeom/lwout_gml.c, liblwgeom/lwpsurface.c, liblwgeom/lwtin.c,
	liblwgeom/lwtriangle.c, liblwgeom/lwutil.c, liblwgeom/wktparse.h,
	liblwgeom/wktparse.lex, liblwgeom/wktparse.tab.c,
	liblwgeom/wktparse.tab.h, liblwgeom/wktparse.y,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_ogc.c,
	postgis/postgis.sql.in.c: Add Triangle and TIN new geometry type.
	Add Cunit tests on parse stage, related to #561.  Add ST_AsGML
	support TIN and Triangle for GML 3. Slightly cast change in
	PolyhedralSurface LWGEOM struct Remove PolyhedralSurface support
	from forceRHR function as orientation is meaningfull in PS.  Move
	is_closed functions from PostGIS to LWGEOM dir and related cunit
	test case on line and curves.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5821
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-13  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: ST_AsGML polyhedral support git-svn-id: http://svn.osgeo.org/postgis/trunk@5820
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-13  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: st_isclosed polyhedral surface git-svn-id: http://svn.osgeo.org/postgis/trunk@5819
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-12  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml, doc/reference_operator.xml,
	doc/xsl/postgis_gardentest.sql.xsl: more. Change polyhedralsurface
	example to valid srid so don't get false errors git-svn-id: http://svn.osgeo.org/postgis/trunk@5818
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-12  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: Affine family polyhedral git-svn-id: http://svn.osgeo.org/postgis/trunk@5817
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-12  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/reference_editor.xml: Polyhedral
	findings based on monkey testing -- more to come git-svn-id: http://svn.osgeo.org/postgis/trunk@5816
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-12  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: missing SELECT git-svn-id: http://svn.osgeo.org/postgis/trunk@5815
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: more logging git-svn-id: http://svn.osgeo.org/postgis/trunk@5814
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: start logging start and stop
	times to logging table postgis_garden_log.  Still needs some fine
	tuning git-svn-id: http://svn.osgeo.org/postgis/trunk@5813
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-11  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: ST_GeomFromGML example for
	Polyhedral surface git-svn-id: http://svn.osgeo.org/postgis/trunk@5812
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-11  Regina Obe <lr@pcorp.us>

	* : I think Mark committed this file by accident git-svn-id: http://svn.osgeo.org/postgis/trunk@5810
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-11  Mark Leslie <mark.leslie@lisasoft.com>

	* configure.ac, loader/Makefile.in, loader/cunit/Makefile,
	loader/cunit/Makefile.in, loader/cunit/cu_list.c,
	loader/cunit/cu_list.h, loader/cunit/cu_tester.c,
	loader/cunit/cu_tester.h, loader/image/icon_source.svg,
	loader/shp2pgsql-gui.c, loader/structure.c, loader/structure.h: 
	Pushing the shp2pgsql-gui changes (multi-file, validation,
	drag-n-drop) pulled from stable branch into trunk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5809
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-11  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/liblwgeom.h,
	liblwgeom/measures.c, liblwgeom/measures.h,
	postgis/lwgeom_functions_basic.c: pushing *uchar use out of
	measures.c as part of #308 git-svn-id: http://svn.osgeo.org/postgis/trunk@5807
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c: Add in
	fix for #562, forward ported from 1.5 branch (point-in-poly failure
	for large large geography polygons) git-svn-id: http://svn.osgeo.org/postgis/trunk@5805
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/lwout_gml.c: Add
	POLYHEDRALSURFACE support to ST_AsGML for GML 3 output git-svn-id: http://svn.osgeo.org/postgis/trunk@5803
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-09  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: Flag st_dimension supports polyhedral
	and no longer throws exception for empty geoms git-svn-id: http://svn.osgeo.org/postgis/trunk@5799
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-09  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: ST_GeometryN polyhedral support git-svn-id: http://svn.osgeo.org/postgis/trunk@5798
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-09  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: mark some more functions support
	polyhedral surface git-svn-id: http://svn.osgeo.org/postgis/trunk@5797
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-09  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/reference_editor.xml,
	doc/template.xml: appendments about Polyhedral surface support git-svn-id: http://svn.osgeo.org/postgis/trunk@5796
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-08  Sandro Santilli <strk@kbt.io>

	* regress/polyhedralsurface_expected: Drop spurious empty line git-svn-id: http://svn.osgeo.org/postgis/trunk@5795
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-08  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: 'pushd' is not guaranteed to be provided by
	all shells (Ubuntu 8.10 has /bin/sh point to dash(1) which doesn't
	provide it) git-svn-id: http://svn.osgeo.org/postgis/trunk@5794
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c,
	regress/Makefile.in, regress/polyhedralsurface.sql,
	regress/polyhedralsurface_expected: Add function aliases for
	ST_NumPatches and ST_PatchN (both SFS 1.2 and SQL/MM). Add
	PolyhedralSurface for ST_IsClosed (surface vs volume). Update
	ST_Dimension support to be consistent. Add unit tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5793
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwpsurface.c: Improve printLWPSURFACE to also print each
	rings if any git-svn-id: http://svn.osgeo.org/postgis/trunk@5792
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/g_box.c, liblwgeom/g_serialized.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwmcurve.c,
	liblwgeom/lwmsurface.c, liblwgeom/lwout_wkt.c,
	liblwgeom/lwsegmentize.c: lwtype_name session. cf #453 git-svn-id: http://svn.osgeo.org/postgis/trunk@5791
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c: Typo in error message git-svn-id: http://svn.osgeo.org/postgis/trunk@5790
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Add PolyhedralSurface support to
	ST_GeomFromGML. Add related unit tests. related to #430 git-svn-id: http://svn.osgeo.org/postgis/trunk@5789
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_functions_basic.c: Add PolyhedralSurface support to
	force_* functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5788
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: flag more ps functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5784
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: typo in entity git-svn-id: http://svn.osgeo.org/postgis/trunk@5783
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml, doc/reference_measure.xml: typos git-svn-id: http://svn.osgeo.org/postgis/trunk@5782
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5781
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: st_area polyhedral support git-svn-id: http://svn.osgeo.org/postgis/trunk@5780
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: flagged wrong function - swap git-svn-id: http://svn.osgeo.org/postgis/trunk@5779
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: flagged 1 too many functions as
	polyhedral supporting git-svn-id: http://svn.osgeo.org/postgis/trunk@5778
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: forgot to increment column count git-svn-id: http://svn.osgeo.org/postgis/trunk@5777
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: itemize some constructors
	supporting polyhedral surfaces git-svn-id: http://svn.osgeo.org/postgis/trunk@5776
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/template.xml, doc/xsl/postgis_aggs_mm.xml.xsl: update template
	to include polyhedral, add a special section listing just polyhedral
	support functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5775
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Add polyhedral column and
	abbreviate the others so can easily fit new column.  We should
	eventually have raster in there too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5774
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-06  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml, doc/reference_processing.xml: Add polyhedral
	surface to code names and add ST_Dump as supporting polyhedral
	surfaces git-svn-id: http://svn.osgeo.org/postgis/trunk@5773
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-05  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c: Add
	POLYHEDRALSURFACE support to AddGeometryColumn, GetType,
	ST_Dimension, ST_NumGeometries. Related to #555 git-svn-id: http://svn.osgeo.org/postgis/trunk@5772
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-05  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwgparse.c, liblwgeom/wktparse.h,
	liblwgeom/wktparse.tab.c, liblwgeom/wktparse.y: Change label 'face'
	to 'patch' in POLYHEDRALSURFACE. Related to #427 git-svn-id: http://svn.osgeo.org/postgis/trunk@5771
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-04  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_polyhedralsurface.c, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/g_util.c: Add geography support
	for POLYHEDRALSURFACE. Related to #427 git-svn-id: http://svn.osgeo.org/postgis/trunk@5770
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-04  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c: Update some comments to add year to each
	ISO specs reference. Some beautify on code. Not a single change on
	code itself.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5769
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-03  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5768
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-03  Regina Obe <lr@pcorp.us>

	* doc/faq.xml, doc/reference_constructor.xml,
	doc/reference_measure.xml: minor corrections and addition about
	bytea output behavior in 9.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@5766
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-02  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: Add polyhedralsurface to ewkt
	example forms git-svn-id: http://svn.osgeo.org/postgis/trunk@5765
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: Add polyhedral surface to
	garden geometry set git-svn-id: http://svn.osgeo.org/postgis/trunk@5764
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-08-01  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_polyhedralsurface.c, liblwgeom/lex.yy.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
	liblwgeom/lwgunparse.c, liblwgeom/wktparse.h,
	liblwgeom/wktparse.lex, liblwgeom/wktparse.tab.c,
	liblwgeom/wktparse.tab.h, liblwgeom/wktparse.y: Add 2D and 3DM
	support to POLYHEDRALSURFACE. Allow interior rings for patches.
	Don't check anymore minimum patch number. Related to #427 git-svn-id: http://svn.osgeo.org/postgis/trunk@5760
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_wkb.c: ugly style fix git-svn-id: http://svn.osgeo.org/postgis/trunk@5758
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-29  Nicklas Avn <nicklas.aven@jordogskog.no>

	* liblwgeom/lwout_wkb.c: param.h is needed for ENDIAN definitions in
	mingw git-svn-id: http://svn.osgeo.org/postgis/trunk@5757
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-28  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: amend docs to talk about
	standard_conforming_strings and change in 9.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@5755
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-27  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: ST_SetValue git-svn-id: http://svn.osgeo.org/postgis/trunk@5754
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_polyhedralsurface.c,
	liblwgeom/cunit/cu_polyhedralsurface.h,
	liblwgeom/cunit/cu_tester.c, liblwgeom/lex.yy.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
	liblwgeom/lwpsurface.c, liblwgeom/lwutil.c, liblwgeom/wktparse.h,
	liblwgeom/wktparse.lex, liblwgeom/wktparse.tab.c,
	liblwgeom/wktparse.tab.h, liblwgeom/wktparse.y: Add really basic
	POLYHEDRALSURFACE support. Parse, Unparse, Serialization and cunit
	unit tests. related to #427 git-svn-id: http://svn.osgeo.org/postgis/trunk@5753
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-24  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
	liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c, liblwgeom/lwutil.c,
	liblwgeom/wktparse.h, regress/sql-mm-curvepoly.sql,
	regress/sql-mm-curvepoly_expected, regress/sql-mm-serialize.sql: 
	Remove Integer deprecaded types (POINTTYPEI, LINETYPEI,
	POLYGONTYPEI) and lwgi related stuff. As a consequence EWKB of
	CURVEPOLYTYPE, MULTICURVETYPE and MULTISURFACETYPE is
	changed/impacted (geometry type bits). Now we have 3 new free
	geometry type available. Preliminary work to #427 git-svn-id: http://svn.osgeo.org/postgis/trunk@5752
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-23  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Polish up Raster FAQ a bit more git-svn-id: http://svn.osgeo.org/postgis/trunk@5749
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-23  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: document raster2coord family of
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5747
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-22  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Add Jorge's discussion on Oracle GeoRaster
	to FAQ git-svn-id: http://svn.osgeo.org/postgis/trunk@5746
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-22  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Update to include link to MacOSX binaries.
	Also put in the reason for rtpostgis not loading (our fault but...) git-svn-id: http://svn.osgeo.org/postgis/trunk@5745
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-09  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: ST_PixelAsPolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@5736
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-09  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: additional note link to
	ST_BandPixelType in case people don't know what the codes mean git-svn-id: http://svn.osgeo.org/postgis/trunk@5735
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-09  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: ST_RasterBandMetaData git-svn-id: http://svn.osgeo.org/postgis/trunk@5734
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-07  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in.c: Add 7.3+ CAST (wasn't needed up to
	7.2, against which this topology implementation was coded) git-svn-id: http://svn.osgeo.org/postgis/trunk@5732
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: get rid of obsolete note.  Have to
	simplify example too since its not needed anymore -- oh well - will
	do  later git-svn-id: http://svn.osgeo.org/postgis/trunk@5731
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: typo missing end tag git-svn-id: http://svn.osgeo.org/postgis/trunk@5729
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: new protos for st_value (the point
	geometry versions -- yeh) plus examples git-svn-id: http://svn.osgeo.org/postgis/trunk@5728
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: st_metadata git-svn-id: http://svn.osgeo.org/postgis/trunk@5727
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: other missing protos of existing
	defined git-svn-id: http://svn.osgeo.org/postgis/trunk@5726
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: missed spot git-svn-id: http://svn.osgeo.org/postgis/trunk@5725
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: ad missing proto for bandnodatavalue git-svn-id: http://svn.osgeo.org/postgis/trunk@5724
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-06  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_accessor.xml: Document ST_isCollection (see
	#549) git-svn-id: http://svn.osgeo.org/postgis/trunk@5723
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-06  Sandro Santilli <strk@kbt.io>

	* topology/ER/topology.fig: Remove spurious element (was hiding
	behind a fill) git-svn-id: http://svn.osgeo.org/postgis/trunk@5722
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Add in micro commit to see if email hook is
	running git-svn-id: http://svn.osgeo.org/postgis/trunk@5721
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-07-01  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@5718
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-30  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile: Do not source psqlrc when doing tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5717
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-30  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@5716
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-30  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@5715
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-30  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile: Fix loading of postgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@5714
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-25  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: More exception handling to avoid leaks and
	give more info when it happens git-svn-id: http://svn.osgeo.org/postgis/trunk@5708
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-25  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Properly handle GEOS exceptions on cascaded
	union code (failing since introduction of postponed exception for
	cleaning geoms) git-svn-id: http://svn.osgeo.org/postgis/trunk@5707
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-25  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c: #536 get rid of strict on
	ST_Intersects, ST_CoveredBy and ST_Covers because spatial index
	doesn't work with strict on (and text,text ST_DWithin) git-svn-id: http://svn.osgeo.org/postgis/trunk@5705
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-25  Sandro Santilli <strk@kbt.io>

	* regress/split.sql, regress/split_expected: Test splitting 3d line
	by 2d blade git-svn-id: http://svn.osgeo.org/postgis/trunk@5703
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-24  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: minor corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@5702
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-24  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Add another FAQ git-svn-id: http://svn.osgeo.org/postgis/trunk@5701
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-24  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: fix some data type typos git-svn-id: http://svn.osgeo.org/postgis/trunk@5700
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-23  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: typo in data type git-svn-id: http://svn.osgeo.org/postgis/trunk@5699
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-23  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: ST_Intersection and minor changes for
	setof to distinquish from array types git-svn-id: http://svn.osgeo.org/postgis/trunk@5698
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-23  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5697
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-23  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Document ST_Intersects git-svn-id: http://svn.osgeo.org/postgis/trunk@5696
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-23  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: document ST_Polygon git-svn-id: http://svn.osgeo.org/postgis/trunk@5695
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-23  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Add some faqs from the wkt raster wiki.  A
	lot I left out for now because they are too wordy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5694
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Remove crash when dbf file is missing /
	unloadable git-svn-id: http://svn.osgeo.org/postgis/trunk@5678
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c: Fix sense of the dbf/date test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5666
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-06-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c: Accept "0" as a null value for Date types.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5665
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Remember to close the iconv handle git-svn-id: http://svn.osgeo.org/postgis/trunk@5649
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, loader/shp2pgsql-core.c: Make use of iconvctl
	conditional on it existing git-svn-id: http://svn.osgeo.org/postgis/trunk@5648
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Remove unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@5647
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Fix utf8 to
	return *something* when it can, so that something can be reported in
	the error string.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5646
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h: Change default
	back to UTF8 and improve error message on failure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5643
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Read configuration info from environment,
	if it's there.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5642
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Only update the progress bar once every N
	records, where N is determined by the number of records in the file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5639
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.h: Back off from Win32 encoding to more
	generic ISO8859-1 git-svn-id: http://svn.osgeo.org/postgis/trunk@5638
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-22  Sandro Santilli <strk@kbt.io>

	* NEWS: Add note about the truncated multibyte enhancement (as the
	issue came out on IRC for another dataset) git-svn-id: http://svn.osgeo.org/postgis/trunk@5634
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-20  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: minor formatting on ST_Covers git-svn-id: http://svn.osgeo.org/postgis/trunk@5632
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-19  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: link to ST_MakePointM from
	ST_MakePoint git-svn-id: http://svn.osgeo.org/postgis/trunk@5629
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-19  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: geography example for st_covers git-svn-id: http://svn.osgeo.org/postgis/trunk@5628
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_estimate.c: Remove crash for case when all
	geographies are on the outer edges of the histobox, causing all to
	be classified as "deviants" by the stdev code line (#474) git-svn-id: http://svn.osgeo.org/postgis/trunk@5625
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkt.c, liblwgeom/stringbuffer.c,
	liblwgeom/stringbuffer.h, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Rename vasbappend
	to stringbuffer_aprintf git-svn-id: http://svn.osgeo.org/postgis/trunk@5623
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c: Allow GUI to create partial connection
	strings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5622
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-13  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c: Fix memory error in ST_Split (short
	allocation) git-svn-id: http://svn.osgeo.org/postgis/trunk@5618
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-04  Sandro Santilli <strk@kbt.io>

	* NEWS: Add ST_MakeValid item git-svn-id: http://svn.osgeo.org/postgis/trunk@5615
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-04  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Oops, was using GEOS types instead of
	LWGEOM ones..  git-svn-id: http://svn.osgeo.org/postgis/trunk@5614
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-04  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: fix formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@5612
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-04  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: Provide at least one example of
	ST_GeogFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@5611
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-04  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: fix some faqs I got wrong, break out some
	long faqs.  Add Tamas nightly build to list for latest and greatest
	windows GDAL binaries git-svn-id: http://svn.osgeo.org/postgis/trunk@5610
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-04  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Break out raster band editor
	functions into separate section git-svn-id: http://svn.osgeo.org/postgis/trunk@5609
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: link ref git-svn-id: http://svn.osgeo.org/postgis/trunk@5607
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: requested changes from #514 git-svn-id: http://svn.osgeo.org/postgis/trunk@5606
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: ST_MakeValid: Early fail if an
	unsupported type is given git-svn-id: http://svn.osgeo.org/postgis/trunk@5604
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Document ST_MakeValid git-svn-id: http://svn.osgeo.org/postgis/trunk@5603
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Add a 'staged-install' rule, helpful when you
	want to run a single test after changing the core lib ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@5602
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c, regress/clean.sql,
	regress/clean_expected: ST_MakeValid: don't choke on MULTILINESTRING
	containing invalid LINESTRING elements git-svn-id: http://svn.osgeo.org/postgis/trunk@5601
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Sandro Santilli <strk@kbt.io>

	* regress/clean.sql, regress/clean_expected: Merge SRID-retainment
	tests with some of the other tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5600
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c, regress/clean.sql,
	regress/clean_expected: Do not drop polygon boundaries collapsed to
	points git-svn-id: http://svn.osgeo.org/postgis/trunk@5599
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Link to helper function built using
	ST_Value git-svn-id: http://svn.osgeo.org/postgis/trunk@5598
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-05-03  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Get rid of still under development
	for ST_DumpAsPolygons.  Seems to be working fairly well now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5597
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-30  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: move bandnodatavalue to raster band
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@5595
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-30  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: slight correction git-svn-id: http://svn.osgeo.org/postgis/trunk@5594
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-30  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: document build date and lib version
	maintenance functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5593
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-30  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: document more functions -- start
	breaking out raster band functions from raster functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5592
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-30  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: example for ST_DumpAsPolygons git-svn-id: http://svn.osgeo.org/postgis/trunk@5591
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-27  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_output.xml, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
	postgis/geography_inout.c, postgis/lwgeom_export.c,
	regress/out_geography.sql, regress/out_geography_expected,
	regress/out_geometry.sql, regress/out_geometry_expected: Add new
	option to ST_AsGML: ability to remove srsDimension attribute in GML
	3. cf #508 git-svn-id: http://svn.osgeo.org/postgis/trunk@5575
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-27  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_output.xml, liblwgeom/cunit/cu_out_gml.c,
	postgis/lwgeom_export.c, regress/out_geography_expected,
	regress/out_geometry_expected: Fix wrong OGC URN in GeoJson and GML
	output. Cf #507 git-svn-id: http://svn.osgeo.org/postgis/trunk@5572
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-20  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Add another example to st_value
	demonstrating sampling and fix other example git-svn-id: http://svn.osgeo.org/postgis/trunk@5568
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-19  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: document ST_SetBandHasNoDataValue git-svn-id: http://svn.osgeo.org/postgis/trunk@5567
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-18  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Escape fields named xmin (xmax was
	already escaped). See issue #504.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5566
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-17  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Fix documentation for ST_Split (so
	postgis_comments.sql is correct) git-svn-id: http://svn.osgeo.org/postgis/trunk@5565
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-17  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Plug a couple of memory leaks git-svn-id: http://svn.osgeo.org/postgis/trunk@5564
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-17  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: Fix crash on invalid polygon rings
	conversion to geos git-svn-id: http://svn.osgeo.org/postgis/trunk@5563
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-17  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: fix typos and add more links git-svn-id: http://svn.osgeo.org/postgis/trunk@5562
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-17  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: ST_SkewX, ST_SkewY, ST_SetSkew git-svn-id: http://svn.osgeo.org/postgis/trunk@5561
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-17  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: typo in return description of
	ST_MakeEmptyRaster git-svn-id: http://svn.osgeo.org/postgis/trunk@5560
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-14  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: fix typos git-svn-id: http://svn.osgeo.org/postgis/trunk@5551
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-14  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: more gdal_translate examples git-svn-id: http://svn.osgeo.org/postgis/trunk@5550
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-14  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: another example of gdal_translate git-svn-id: http://svn.osgeo.org/postgis/trunk@5549
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-14  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Example of AddRasterColumn git-svn-id: http://svn.osgeo.org/postgis/trunk@5547
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-14  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5546
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-14  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Provide yet more common use case
	examples of ST_Value git-svn-id: http://svn.osgeo.org/postgis/trunk@5545
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-14  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: try to get rid of really long lines git-svn-id: http://svn.osgeo.org/postgis/trunk@5544
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-14  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Document how to define a raster layer in
	Mapserver git-svn-id: http://svn.osgeo.org/postgis/trunk@5543
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-13  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Give faq an id for easier pretty
	bookmarking git-svn-id: http://svn.osgeo.org/postgis/trunk@5540
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-13  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5539
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-13  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: forgot paragraph mark git-svn-id: http://svn.osgeo.org/postgis/trunk@5538
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-13  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: more elaboration of the important Can I
	export my raster data FAQ git-svn-id: http://svn.osgeo.org/postgis/trunk@5537
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-12  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: typo fix git-svn-id: http://svn.osgeo.org/postgis/trunk@5536
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-12  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: Add quickie faq about exporting raster data
	from PostGIS git-svn-id: http://svn.osgeo.org/postgis/trunk@5535
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-12  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_output.xml, liblwgeom/cunit/cu_out_kml.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwout_kml.c,
	postgis/geography.sql.in.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c, postgis/postgis.sql.in.c,
	regress/out_geography.sql, regress/out_geography_expected,
	regress/out_geometry.sql, regress/out_geometry_expected: Add
	optional namespace to ST_AsKML function. related in a way to #460 git-svn-id: http://svn.osgeo.org/postgis/trunk@5532
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-12  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: minor additions git-svn-id: http://svn.osgeo.org/postgis/trunk@5531
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-11  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: start documenting ST_DumpAsPolygons.
	Will provide examples once get it to stop crashing on me.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5530
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-11  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: fix tag typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5529
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-11  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: mistated something.  Correct
	constraint description of addrastercolumn git-svn-id: http://svn.osgeo.org/postgis/trunk@5528
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-11  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Add management functions section git-svn-id: http://svn.osgeo.org/postgis/trunk@5527
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-10  Regina Obe <lr@pcorp.us>

	* doc/xsl/wktraster_comments.sql.xsl: minor change git-svn-id: http://svn.osgeo.org/postgis/trunk@5526
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-10  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: title change git-svn-id: http://svn.osgeo.org/postgis/trunk@5525
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-10  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: start itemizing operators git-svn-id: http://svn.osgeo.org/postgis/trunk@5524
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-10  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: document st_setgeoreference git-svn-id: http://svn.osgeo.org/postgis/trunk@5523
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-09  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Add ST_SetUpperLeft git-svn-id: http://svn.osgeo.org/postgis/trunk@5517
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml, doc/reference_wktraster.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5514
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/faq_wktraster.xml: fix reference typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5513
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: forgot to add faq_wktraster item git-svn-id: http://svn.osgeo.org/postgis/trunk@5512
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/faq_wktraster.xml, doc/postgis.xml: First
	draft of wktraster faq git-svn-id: http://svn.osgeo.org/postgis/trunk@5511
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: conver to 1 column 2 row table git-svn-id: http://svn.osgeo.org/postgis/trunk@5510
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5509
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: correct typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5508
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Put link to spec for a diagrammatic
	view.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5507
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-07  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: first draft of ST_ConvexHull -- still
	need to put in pictures git-svn-id: http://svn.osgeo.org/postgis/trunk@5506
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c,
	macros/gtk-2.0.m4: Add support for command-q shutdown in Mac GTK
	build git-svn-id: http://svn.osgeo.org/postgis/trunk@5505
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-06  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: WARN and continue on incomplete multibyte
	sequence git-svn-id: http://svn.osgeo.org/postgis/trunk@5503
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: slight correction git-svn-id: http://svn.osgeo.org/postgis/trunk@5497
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: itemize band pixel types and fix some
	formatting issues git-svn-id: http://svn.osgeo.org/postgis/trunk@5496
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/xsl/wktraster_comments.sql.xsl: more blurb in description git-svn-id: http://svn.osgeo.org/postgis/trunk@5495
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/xsl/wktraster_comments.sql.xsl: xsl to build postgresql help
	for wktraster git-svn-id: http://svn.osgeo.org/postgis/trunk@5494
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Start adding editors, give an
	additional better example of ST_Value git-svn-id: http://svn.osgeo.org/postgis/trunk@5493
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: upper left x and y git-svn-id: http://svn.osgeo.org/postgis/trunk@5492
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: example for st_value git-svn-id: http://svn.osgeo.org/postgis/trunk@5491
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: typo in constructor section git-svn-id: http://svn.osgeo.org/postgis/trunk@5490
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: st_box2d, st_envelope (note regular
	Postgis changed st_box2d to just box2d old st_box2d is deprecated) git-svn-id: http://svn.osgeo.org/postgis/trunk@5489
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: more typos fixed, add constructor
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@5488
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5487
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: more functions documented git-svn-id: http://svn.osgeo.org/postgis/trunk@5486
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/reference_wktraster.xml: more accessors git-svn-id: http://svn.osgeo.org/postgis/trunk@5485
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml, doc/reference_wktraster.xml: more changes git-svn-id: http://svn.osgeo.org/postgis/trunk@5484
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-04-05  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/reference_wktraster.xml: First start at
	integrating wktraster documentation -- hopefully didn't break
	anything doing this.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5483
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-31  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-cli.c: Do not hard-code default encoding (since
	it's a macro) git-svn-id: http://svn.osgeo.org/postgis/trunk@5473
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-31  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Dump more informations about failing
	decoding git-svn-id: http://svn.osgeo.org/postgis/trunk@5472
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-30  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_output.xml, postgis/geography.sql.in.c,
	postgis/geography_inout.c, regress/out_geography.sql,
	regress/out_geography_expected, regress/out_geometry.sql,
	regress/out_geometry_expected: Add geography support to ST_AsGML
	with prefix namespace option. Update doc and unit tests. cf #460 git-svn-id: http://svn.osgeo.org/postgis/trunk@5471
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-30  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_old.xml: Remove old reference file git-svn-id: http://svn.osgeo.org/postgis/trunk@5470
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c: Fix syntax error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5469
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c: Reorganize avprintf a litle.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5468
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c: Propogate vsnprintf errors up verbatim git-svn-id: http://svn.osgeo.org/postgis/trunk@5467
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-28  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/installation.xml, doc/postgis.xml,
	doc/reference_accessor.xml, doc/reference_editor.xml,
	doc/reference_measure.xml, doc/reference_misc.xml,
	doc/reference_operator.xml, doc/reference_output.xml,
	doc/reference_processing.xml, doc/reference_transaction.xml,
	doc/reference_type.xml, doc/using_postgis_dataman.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: Fix a lot of DocBook errors. Use
	DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml.xsl to produce
	valid Docbook. Now make check output in docs is clean. cf #471 git-svn-id: http://svn.osgeo.org/postgis/trunk@5466
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-27  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/Makefile.in: add make check rule in doc/Makefile. Use xmllint
	to check postgis.xml documentation against docbook dtd.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5465
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.h: Make the default size more reasonable
	again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5463
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c: Add comments on error return values.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5462
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Improved
	stringbuffer again. Always write directly into the buffer, no more
	memcpy'ing. Change return values for printing calls to int, so that
	print errors can be detected and handled by the layers above, if
	desired.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5461
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Restore
	original license terms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5460
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-23  Sandro Santilli <strk@kbt.io>

	* doc/reference_output.xml, postgis/lwgeom_export.c,
	postgis/postgis.sql.in.c, regress/out_geometry.sql,
	regress/out_geometry_expected: Expose custom prefix arg for ST_asGML
	to SQL, add tests and dox git-svn-id: http://svn.osgeo.org/postgis/trunk@5459
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_accum.c: Fix for array aggregation error (#469) git-svn-id: http://svn.osgeo.org/postgis/trunk@5454
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwout_gml.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c: Add support in liblwgeom for specifying a
	custom (or no) namespace/prefix for GML output git-svn-id: http://svn.osgeo.org/postgis/trunk@5452
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/getopt.c, loader/getopt.h, loader/pgsql2shp.c,
	loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-gui.c: Convert all extern opt* variables to
	pgis_opt* variables to avoid clashes with system variables. (ug!) git-svn-id: http://svn.osgeo.org/postgis/trunk@5450
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-17  Sandro Santilli <strk@kbt.io>

	* regress/split.sql, regress/split_expected: Add test for
	GEOMETRYCOLLECTION and ST_Split git-svn-id: http://svn.osgeo.org/postgis/trunk@5448
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-17  Sandro Santilli <strk@kbt.io>

	* NEWS: Add ST_Split git-svn-id: http://svn.osgeo.org/postgis/trunk@5447
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-17  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/Makefile.in: Don't choke on clean when there's
	nothing to clean git-svn-id: http://svn.osgeo.org/postgis/trunk@5446
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-17  Sandro Santilli <strk@kbt.io>

	* GNUmakefile, liblwgeom/Makefile.in: Fix 'clean' rule to descend in
	cunit git-svn-id: http://svn.osgeo.org/postgis/trunk@5445
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-16  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c, regress/split.sql,
	regress/split_expected: Add support for MULTI* in ST_Split git-svn-id: http://svn.osgeo.org/postgis/trunk@5444
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Document ST_Split git-svn-id: http://svn.osgeo.org/postgis/trunk@5440
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
	liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwcollection.c,
	liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgunparse.c, liblwgeom/lwhomogenize.c,
	liblwgeom/lwline.c, liblwgeom/lwmcurve.c, liblwgeom/lwmline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c,
	liblwgeom/lwout_geojson.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, liblwgeom/lwout_svg.c,
	liblwgeom/lwout_wkb.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
	liblwgeom/lwprint.c, liblwgeom/lwsegmentize.c, liblwgeom/lwutil.c,
	liblwgeom/measures.c, liblwgeom/ptarray.c, liblwgeom/wktparse.h,
	loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	postgis/geography_gist.c, postgis/geography_inout.c,
	postgis/lwgeom_chip.c, postgis/lwgeom_debug.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_clean.c, postgis/lwgeom_geos_split.c,
	postgis/lwgeom_gist.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c: Some function renaming: lwgeom_typename =>
	lwtype_name. The internal float/up/down functions get slightly
	better names. Make collection types re-sizable: added maxgeoms to
	all collections, and created lwcollection_add_lwgeom() function.
	Remove all *_add functions. Revized homogenize function to use the
	new _add_lwgeom and variants.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5439
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c, postgis/postgis.sql.in.c,
	regress/split.sql: Rename ST_SplitGeometry to ST_Split (better now
	than never) git-svn-id: http://svn.osgeo.org/postgis/trunk@5438
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c, regress/split.sql,
	regress/split_expected: Implement split-poly-by-line git-svn-id: http://svn.osgeo.org/postgis/trunk@5437
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-13  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@5436
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-13  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c: Fix printf call git-svn-id: http://svn.osgeo.org/postgis/trunk@5435
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-13  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c, regress/split.sql,
	regress/split_expected: Split-line-by-line: handle overlap cases by
	raising an exception git-svn-id: http://svn.osgeo.org/postgis/trunk@5434
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-13  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c, regress/split.sql,
	regress/split_expected: Implement split-line-by-line git-svn-id: http://svn.osgeo.org/postgis/trunk@5433
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-13  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c: Be polite git-svn-id: http://svn.osgeo.org/postgis/trunk@5432
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql-core.c: Fix memory errors in presence of NULL
	(0-verticed) geometries and insert (default) policy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5430
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: ptarray_substring *does* already implement
	interpolation git-svn-id: http://svn.osgeo.org/postgis/trunk@5429
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Sandro Santilli <strk@kbt.io>

	* postgis/TODO: Drop extraneous task (if it referred to loader we do
	have a switch for index creation now) git-svn-id: http://svn.osgeo.org/postgis/trunk@5428
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Fix ST_DumpPoints not to relay on NULL
	return from ST_NumGeometries to tell multi and singles apart git-svn-id: http://svn.osgeo.org/postgis/trunk@5427
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Trigger reconstruction of regress'
	postgis.sql when original one changes git-svn-id: http://svn.osgeo.org/postgis/trunk@5426
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Sandro Santilli <strk@kbt.io>

	* NEWS: Add item about GeometryN/NumGeometries git-svn-id: http://svn.osgeo.org/postgis/trunk@5424
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_ogc.c, regress/regress_ogc.sql,
	regress/regress_ogc_expected: Add support for simple geometries in
	ST_GeometryN and ST_NumGeometries git-svn-id: http://svn.osgeo.org/postgis/trunk@5423
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac: Fix the PGXS override code for detecting older
	versions of PostgreSQL - the existing (incomplete) check was still
	checking for a minimum version of 8.5, rather than the new version
	number of 9.0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5422
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-12  Regina Obe <lr@pcorp.us>

	* doc/reference_lrs.xml: put in note about improvement to
	ST_Line_SubString #410 git-svn-id: http://svn.osgeo.org/postgis/trunk@5419
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c: More comments cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@5416
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c: remove wrong comment git-svn-id: http://svn.osgeo.org/postgis/trunk@5415
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@5414
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_split.c, regress/split_expected: *always*
	return a collection from ST_SplitGeometry git-svn-id: http://svn.osgeo.org/postgis/trunk@5413
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@5412
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Sandro Santilli <strk@kbt.io>

	* regress/remove_repeated_points.sql,
	regress/remove_repeated_points_expected: Add SRID retainment
	testcase for removerepeatedpoint (paranoia) git-svn-id: http://svn.osgeo.org/postgis/trunk@5411
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Sandro Santilli <strk@kbt.io>

	* regress/clean.sql, regress/clean_expected: Add SRID retainment
	testcases git-svn-id: http://svn.osgeo.org/postgis/trunk@5410
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Don't 'clean' the SRID...  git-svn-id: http://svn.osgeo.org/postgis/trunk@5409
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE: Grammar fix.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5401
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_accum.c: Fix to allow compile on 9.0alpha git-svn-id: http://svn.osgeo.org/postgis/trunk@5398
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-10  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5396
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-10  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@5395
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h: Document closest_point_on_segment in header
	file git-svn-id: http://svn.osgeo.org/postgis/trunk@5394
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h: Document ptarray_locate_point in header
	file git-svn-id: http://svn.osgeo.org/postgis/trunk@5393
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-10  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
	postgis/lwgeom_geos_clean.c: Export geos error logger git-svn-id: http://svn.osgeo.org/postgis/trunk@5392
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/installation.xml: Fix syntax error in spatial_ref_sys hard
	upgrade directions (#373) git-svn-id: http://svn.osgeo.org/postgis/trunk@5389
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_proc_upgrade.pl: Include 'geography_columns' defn
	when upgrading from <= 1.4 (#414) git-svn-id: http://svn.osgeo.org/postgis/trunk@5387
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: Quiet notices in the .sql install files
	(#415) git-svn-id: http://svn.osgeo.org/postgis/trunk@5386
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwline.c, postgis/lwgeom_functions_basic.c: Update the
	bbox when you alter the underlying geometry (#410) ST_SetPoint,
	ST_Ad dPoint, ST_RemovePoint.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5384
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-08  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis_dataman.xml: updated broken link to utmzone
	PostGIS plpgsql helper function.  bug #461 git-svn-id: http://svn.osgeo.org/postgis/trunk@5380
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Note minimum required versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5377
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-05  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_ogc.c: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5376
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkb.c: A few more WKB unit tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5375
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-04  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_editor.xml: Add ST_PointN xref in ST_SetPoint entry,
	from Bruno Friedmann report git-svn-id: http://svn.osgeo.org/postgis/trunk@5374
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwhomogenize.c, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, liblwgeom/lwprint.c: Set keywords.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5372
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_print.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/cunit/cu_wkb.c, liblwgeom/cunit/cu_wkt.c: Set keywords and
	some copyright headers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5371
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkb.c, liblwgeom/lwout_wkb.c: Add some tests of
	the old versus new WKB output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5370
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Move spheroid test to the correct
	place.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5369
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Remove doxygen flags
	from static functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5368
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Add some
	documentation to the public functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5367
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_wkb.c, liblwgeom/libgeom.h,
	liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: Add in tests and fixes
	for WKB emitter.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5366
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_wkt.c, liblwgeom/libgeom.h,
	liblwgeom/liblwgeom.h, liblwgeom/lwout_wkb.c, liblwgeom/lwout_wkt.c: 
	Add first cut to lwgeom_to_wkb function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5365
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: Add a couple
	functions (length, copy) to stringbuffer, and add comments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5364
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-03-02  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c, regress/clean.sql,
	regress/clean_expected: ST_MakeValid : turn collapsed lines into
	points [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5363
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@5360
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Don't use a collection when there's
	no area git-svn-id: http://svn.osgeo.org/postgis/trunk@5359
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Fix build with debugging on, fix bug
	when run against invalid linestrings git-svn-id: http://svn.osgeo.org/postgis/trunk@5358
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Add paranoid check to make super-sure
	no input vertices are dropped by ST_MakeValid [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5357
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Put GEOS-only functionality of
	ST_MakeValid in its own function git-svn-id: http://svn.osgeo.org/postgis/trunk@5356
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Fix documentation to match current
	behaviour git-svn-id: http://svn.osgeo.org/postgis/trunk@5355
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Simplify code git-svn-id: http://svn.osgeo.org/postgis/trunk@5354
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@5353
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Move ST_CleanGeometry core code into
	specialized 'lwgeom' function git-svn-id: http://svn.osgeo.org/postgis/trunk@5352
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@5351
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-28  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Put areal part first in collection,
	and collapsed edges second git-svn-id: http://svn.osgeo.org/postgis/trunk@5350
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-26  Olivier Courtin <olivier.courtin@camptocamp.com>

	* GNUmakefile, doc/Makefile.in, regress/Makefile.in: Add new 'make
	garden' rule to launch full Garden test regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5349
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/README,
	liblwgeom/cunit/cu_tester.h: Instructions on adding new tests to
	cunit, from Jeff Adams.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5348
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-26  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwgeom.c, regress/tickets_expected: Add few more
	lwgeom_typename, and update regress test if needed. Restore initial
	lwnotice behaviour in remove_repeated_points on unknown types
	(instead of lwerror).  git-svn-id: http://svn.osgeo.org/postgis/trunk@5347
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwgeom.c: Fix add forgotten return in flip_coordinates
	(cf #452). Add lwgeom_typename in several functions to avoid cryptic
	error message (#452 again).  git-svn-id: http://svn.osgeo.org/postgis/trunk@5346
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Fix
	potential corner case in sphere area calculation (#451) git-svn-id: http://svn.osgeo.org/postgis/trunk@5345
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: Put new functions in alphabetical
	order.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5343
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Put in What is new in 2.0 section
	to trap new 2.0 enhancements git-svn-id: http://svn.osgeo.org/postgis/trunk@5342
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/installation.xml: Add libxml2 requirement para. Fix #344.
	Thanks to Mateus for report.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5341
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwspheroid.c: Fix for st_area(geography) over the dateline
	(#450) git-svn-id: http://svn.osgeo.org/postgis/trunk@5339
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_processing.xml, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_in_gml.c,
	postgis/postgis.sql.in.c: rename ptarray_reverse_axis to
	ptarray_flip_coordinates. Add lwgeom_flip_coordinates and
	ST_FlipCoordinates (#354). Add relevant cunit tests and basic
	documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5338
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Drop unused code, avoid putting empty
	geometry in a collection.. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5337
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-25  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Recursively try to build area with
	portions of the original boundary not on the boundary of newly
	constructed area and symdifference the new area (if any) with the
	final polygon being built. This behaviour gives more chance to get a
	pure areal (not mixed) output still not missing vertices.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5336
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkt.c, liblwgeom/lwout_wkt.c: Change
	dimensionality indicators to have spaces between type indicators for
	WKT_ISO output form.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5335
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkt.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, liblwgeom/lwout_wkt.c: Add support from SRID=
	block on EWKT git-svn-id: http://svn.osgeo.org/postgis/trunk@5334
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h: Remove last compile warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5333
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_svg.c: Making
	test methods static to avoid compiler warnings.  For Jeff Adams.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5332
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_print.c: Making
	test methods static to avoid compiler warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5331
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkt.c: Make test functions static.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5330
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
	liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_homogenize.h,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
	liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_geojson.h,
	liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_gml.h,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_kml.h,
	liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_svg.h,
	liblwgeom/cunit/cu_print.c, liblwgeom/cunit/cu_print.h,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/cunit/cu_wkt.c, liblwgeom/cunit/cu_wkt.h: Made unit tests
	easier to add.  New suites now just need to be added to two lines in
	cu_tester.c, no changes to header files necessary, new tests need
	one line in the appropriate .c file.  From Jeff Adams.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5329
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.c: Remove unused va_copy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5327
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.h: Woops again, got work and start size
	values reversed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5326
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/stringbuffer.h: Oops, commit stringbuffer.h with
	sensible values for internal sizes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5325
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkt.c, liblwgeom/stringbuffer.c,
	liblwgeom/stringbuffer.h: Improve performance and cut back
	stringbuffer_t to the minimum.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5324
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_tester.c: Allow cu_tester to accept parameters
	to run individual tests or suites, from Jeff Adams.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5323
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c, regress/remove_repeated_points.sql,
	regress/remove_repeated_points_expected: Don't let
	ST_RemoveRepeatedPoint collapse LINESTRINGs (not sure why, but
	someone doesn't want them in the db) git-svn-id: http://svn.osgeo.org/postgis/trunk@5322
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/liblwgeom.h, liblwgeom/ptarray.c,
	postgis/lwgeom_in_gml.c: Move ptarray reverse axis function from
	postgis/lwgeom_in_gml to liblwgeom/ptarray git-svn-id: http://svn.osgeo.org/postgis/trunk@5319
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkt.c: More WKT tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5318
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkt.c, liblwgeom/cunit/cu_wkt.h: More WKT unit
	tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5317
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_svg.c: In
	fact Nested GeometryCollection are never been supported in SVG and
	GeoJSON. Update the cunit tests cases git-svn-id: http://svn.osgeo.org/postgis/trunk@5316
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Olivier Courtin <olivier.courtin@camptocamp.com>

	* astyle.sh: Check astyle version prior to do anything. 'blessed'
	version is 1.23. Related to #433 and postgis-devel discussions git-svn-id: http://svn.osgeo.org/postgis/trunk@5315
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-23  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/geography_inout.c, regress/Makefile.in,
	regress/geojson.sql, regress/geojson_expected, regress/gml.sql,
	regress/gml_expected, regress/kml.sql, regress/kml_expected,
	regress/out_geography.sql, regress/out_geography_expected,
	regress/out_geometry.sql, regress/out_geometry_expected,
	regress/svg.sql, regress/svg_expected: Fix 443. Move all regress
	export functions test files in a single one. add geography output
	regression tests (SVG/KML/GML/GeoJSON) git-svn-id: http://svn.osgeo.org/postgis/trunk@5314
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_wkt.c: Add more unit tests for WKT git-svn-id: http://svn.osgeo.org/postgis/trunk@5312
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_out_geojson.c, liblwgeom/lwout_geojson.c: Fix
	#441. And introduce a change in behaviour: if geometryCollection and
	bbox, not sub geoms bbox are provided anymore git-svn-id: http://svn.osgeo.org/postgis/trunk@5311
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c: Let
	ST_CleanGeometry down to C [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5307
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Derive an lwgeom_make_valid from
	ST_MakeValid [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5306
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_output.xml, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_print.c,
	liblwgeom/cunit/cu_print.h, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/liblwgeom.h,
	liblwgeom/lwprint.c, postgis/lwgeom_inout.c,
	postgis/postgis.sql.in.c: ST_AsLatLonText(geometry, format) from
	Jeff Adams git-svn-id: http://svn.osgeo.org/postgis/trunk@5305
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c, postgis/postgis.sql.in.c: Follow
	style guidelines for function naming git-svn-id: http://svn.osgeo.org/postgis/trunk@5304
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/cunit/cu_wkt.c, liblwgeom/cunit/cu_wkt.h,
	liblwgeom/libgeom.h, liblwgeom/liblwgeom.h, liblwgeom/lwout_wkt.c,
	liblwgeom/stringbuffer.c, liblwgeom/stringbuffer.h: First cut of new
	WKT output functions, need more unit tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5302
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwout_svg.c, postgis/geography_inout.c,
	postgis/lwgeom_export.c, postgis/lwgeom_export.h: Fix missing math.h
	include in lwout_svg (#438). Put back lwgeom_export.h as we need
	header for getSRSbySRID.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5301
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h: Oops (#434) git-svn-id: http://svn.osgeo.org/postgis/trunk@5299
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Fix warnings when building with GEOS
	< 3.3.0 (ticket #434 git-svn-id: http://svn.osgeo.org/postgis/trunk@5298
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Sandro Santilli <strk@kbt.io>

	* install-sh, liblwgeom/liblwgeom.h: Fix missing prototypes warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@5297
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwout_geojson.c, liblwgeom/lwout_kml.c,
	liblwgeom/lwout_svg.c: Id tag git-svn-id: http://svn.osgeo.org/postgis/trunk@5296
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/Makefile.in, postgis/geography_inout.c,
	postgis/lwgeom_export.c, postgis/lwgeom_export.h,
	postgis/lwgeom_geojson.c, postgis/lwgeom_gml.c,
	postgis/lwgeom_kml.c, postgis/lwgeom_svg.c,
	postgis/postgis.sql.in.c: merge all export functions in a same file.
	remove useless old ones. rename SVG one to LWGEOM_asSVG for
	consistancy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5294
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_gml.c,
	liblwgeom/cunit/cu_out_kml.c: Fix comment stuff in cunit git-svn-id: http://svn.osgeo.org/postgis/trunk@5291
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_out_svg.c, liblwgeom/cunit/cu_out_svg.h,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/liblwgeom.h, liblwgeom/lwout_svg.c,
	postgis/geography_inout.c, postgis/lwgeom_export.h,
	postgis/lwgeom_svg.c, regress/svg.sql, regress/svg_expected: move
	ST_AsSVG from postgis to lwgeom dir. write cun it tests. related to
	#377 git-svn-id: http://svn.osgeo.org/postgis/trunk@5289
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_out_geojson.c: bbox only bother about external
	ring. add the related cunit test git-svn-id: http://svn.osgeo.org/postgis/trunk@5285
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h, {loader =>
	liblwgeom}/stringbuffer.c, {loader => liblwgeom}/stringbuffer.h,
	loader/Makefile.in, loader/shp2pgsql-core.h: Move stringbuffer from
	./loader to ./liblwgeom for use in string emitter functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5284
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_out_geojson.c, liblwgeom/cunit/cu_out_geojson.h,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/liblwgeom.h, liblwgeom/lwout_geojson.c,
	postgis/geography_inout.c, postgis/lwgeom_geojson.c,
	regress/geojson.sql, regress/geojson_expected: Move ST_AsGeoJson
	from postgis to liblwgeom dir. Use as most as cunit test as
	possible. Related to #377.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5283
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Cleanup the GeometryClean function now
	that vertex checking is done better in ST_MakeValid git-svn-id: http://svn.osgeo.org/postgis/trunk@5282
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos_clean.c: Force multi-type in output if input
	was multi [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5281
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_kml.c: Add
	missing MultiPoint test. Fix wrong LWGEOM type on cu_gml tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5280
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_homogenize.c: add explicit void return type git-svn-id: http://svn.osgeo.org/postgis/trunk@5279
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Sandro Santilli <strk@kbt.io>

	* postgis/Makefile.in, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos.h, postgis/lwgeom_geos_clean.c,
	regress/Makefile.in: Disable 'clean' test (still deciding on what's
	the expected output); keep only cut-lines that have vertices not
	shared with boundary of final area; move 'clean' code in separate
	file [RT-SIGTA].  git-svn-id: http://svn.osgeo.org/postgis/trunk@5278
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_out_gml.c, liblwgeom/cunit/cu_out_gml.h,
	liblwgeom/cunit/cu_out_kml.c, liblwgeom/cunit/cu_out_kml.h,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/liblwgeom.h, liblwgeom/lwout_gml.c,
	liblwgeom/lwout_kml.c, postgis/geography_inout.c,
	postgis/lwgeom_kml.c, regress/kml.sql, regress/kml_expected: Move
	ST_AsKML from postgis to liblwgeom dir. Use as most cunit test as
	possible. Few related corrections on GML similar implementation. cf
	#377 git-svn-id: http://svn.osgeo.org/postgis/trunk@5277
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/lwout_gml.c: Add forgotten lwout_gml.c file (#377) git-svn-id: http://svn.osgeo.org/postgis/trunk@5276
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/liblwgeom.h, postgis/geography_inout.c,
	postgis/lwgeom_export.h, postgis/lwgeom_gml.c, regress/gml.sql,
	regress/gml_expected, regress/tickets_expected: Move ST_AsGML from
	postgis dir to liblwgeom. Rewrite most units test with cunit. cf
	#377 git-svn-id: http://svn.osgeo.org/postgis/trunk@5275
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* extras/wkb_reader/readwkb.c, liblwgeom/g_ptarray.c,
	liblwgeom/lwalgorithm.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgunparse.c, liblwgeom/lwsegmentize.c,
	liblwgeom/lwspheroid.c, postgis/geography_inout.c,
	postgis/lwgeom_gist.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c, postgis/lwgeom_inout.c,
	postgis/lwgeom_ogc.c: make astyle session git-svn-id: http://svn.osgeo.org/postgis/trunk@5274
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Sandro Santilli <strk@kbt.io>

	* NEWS, doc/reference_processing.xml, liblwgeom/liblwgeom.h,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
	regress/Makefile.in, regress/remove_repeated_points.sql,
	regress/remove_repeated_points_expected: ST_RemoveRepeatedPoints
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5273
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_functions_analytic.c: style...  git-svn-id: http://svn.osgeo.org/postgis/trunk@5272
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-21  Sandro Santilli <strk@kbt.io>

	* liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_tester.c,
	liblwgeom/lwhomogenize.c, postgis/lwgeom_gml.c,
	postgis/lwgeom_in_kml.c: Make stylish git-svn-id: http://svn.osgeo.org/postgis/trunk@5271
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_homogenize.c: use the rights homogenize cunit
	suite handlers git-svn-id: http://svn.osgeo.org/postgis/trunk@5270
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_gml.c: Fix computed string length in Polygon with
	several rings for ST_AsGML with GML3. Related to #421 git-svn-id: http://svn.osgeo.org/postgis/trunk@5269
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_kml.c, regress/in_kml.sql,
	regress/in_kml_expected: Use lwgeom_homogenize in in_kml stuff.
	Related to #375 git-svn-id: http://svn.osgeo.org/postgis/trunk@5266
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in,
	liblwgeom/cunit/cu_homogenize.c, liblwgeom/cunit/cu_homogenize.h,
	liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h,
	liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
	liblwgeom/lwhomogenize.c, liblwgeom/lwhomogenize.h: Add
	lwgeom_homogenize function. Related to #375. Add cunit related tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5265
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/cunit/cu_tester.c, liblwgeom/cunit/cu_tester.h: Add
	Cunit - lwerror use case handle - #420 git-svn-id: http://svn.osgeo.org/postgis/trunk@5264
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_analytic.c: Add multilinestring support
	to st_line_substring (#419) git-svn-id: http://svn.osgeo.org/postgis/trunk@5261
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-17  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/clean.sql, regress/clean_expected: 
	Allow retaining badly collapsed rings (single-point) as points in
	ST_MakeValid. Add testcase for it [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5258
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_editor.xml: removed sfs_compliant note for
	ST_Transform git-svn-id: http://svn.osgeo.org/postgis/trunk@5257
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml, postgis/lwgeom_geos.c: Return NULL
	rather than throwing when a COLLECTION is given to ST_Boundary
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5256
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Fix build with --enable-debug=3 [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5255
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* regress/clean.sql: Add origin field for the clean dataset table,
	so we can add PG-specific ones w/out caring about visualizing them:) git-svn-id: http://svn.osgeo.org/postgis/trunk@5254
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* regress/clean.sql, regress/clean_expected: Add a test for input
	being invalid (a test of the test) git-svn-id: http://svn.osgeo.org/postgis/trunk@5253
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Separate areal-specific cleanups in
	LWGEOM_GEOS_makeValidPolygon [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5252
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Empty geometries are cleanest [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5251
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Drop the optional arg to ST_MakeClean,
	document what it does, improve the ST_CleanGeometry stub. [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5250
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* 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].  git-svn-id: http://svn.osgeo.org/postgis/trunk@5249
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Document ST_Dimension handling of
	empty geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@5248
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-16  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_ogc.c: Do not throw exception on empty
	ST_Dimension(empty) [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5247
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Further cleanups in ST_MakeClean [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5246
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Fix unsupported message git-svn-id: http://svn.osgeo.org/postgis/trunk@5245
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Plug more leaks git-svn-id: http://svn.osgeo.org/postgis/trunk@5244
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-15  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Plug memory leak on GEOS geom construction
	failure [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5243
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-15  Sandro Santilli <strk@kbt.io>

	* 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).  git-svn-id: http://svn.osgeo.org/postgis/trunk@5242
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-14  Sandro Santilli <strk@kbt.io>

	* doc/using_postgis_dataman.xml: Clarify the case of linestring
	invalidity dropping confugins reference to linearrings git-svn-id: http://svn.osgeo.org/postgis/trunk@5241
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c,
	regress/Makefile.in, regress/clean.sql, regress/clean_expected: 
	Implement ST_MakeValid(geom_in, collect_collapses) and stub
	ST_CleanGeometry. Add regression test for ST_MakeValid and polygons
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5240
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-14  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_dump.c: Cleanups. Hope to reuse some structs for a
	C-version of ST_DumpPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@5239
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-14  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: Try to make st_DumpPoints reference
	somewhat clearer [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5238
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-14  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: 
	ptarray_remove_repeated_points [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5237
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-13  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Add another
	validity test [RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5236
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-13  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@5235
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-12  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Revert GEOS error handlers to be lwnotice
	to avoid aborting full transactions (like it was in 1.5) git-svn-id: http://svn.osgeo.org/postgis/trunk@5234
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-11  Sandro Santilli <strk@kbt.io>

	* doc/reference_measure.xml: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5231
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-11  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Get style git-svn-id: http://svn.osgeo.org/postgis/trunk@5230
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-11  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@5229
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-10  Sandro Santilli <strk@kbt.io>

	* doc/reference_lrs.xml: xref git-svn-id: http://svn.osgeo.org/postgis/trunk@5228
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-10  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Enhance documentation of ptarray_addPoint
	[RT-SIGTA] git-svn-id: http://svn.osgeo.org/postgis/trunk@5227
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-09  Sandro Santilli <strk@kbt.io>

	* 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] git-svn-id: http://svn.osgeo.org/postgis/trunk@5226
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/liblwgeom.h: Oops, it seems I broke the build (sorry) git-svn-id: http://svn.osgeo.org/postgis/trunk@5225
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-09  Sandro Santilli <strk@kbt.io>

	* liblwgeom/ptarray.c: Fix documention git-svn-id: http://svn.osgeo.org/postgis/trunk@5224
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-08  Sandro Santilli <strk@kbt.io>

	* NEWS: tweak the sponsor name git-svn-id: http://svn.osgeo.org/postgis/trunk@5221
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-08  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@5220
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-08  Sandro Santilli <strk@kbt.io>

	* NEWS: Add credits to new feature item git-svn-id: http://svn.osgeo.org/postgis/trunk@5219
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-08  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_inout.c, postgis/lwgeom_ogc.c,
	regress/tickets.sql, regress/tickets_expected: Don't refuse to
	unparse malformed geometries. Fixes #411. Didn't seem to expose the
	crash in #168, the testcase for it was expanded to extract
	invalidity reason.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5214
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-06  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Simplify hooks on GEOS error reporter
	function from isvalid* functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5213
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-06  Sandro Santilli <strk@kbt.io>

	* regress/tickets.sql, regress/tickets_expected: Add another test
	for #407 git-svn-id: http://svn.osgeo.org/postgis/trunk@5212
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_svg.c, regress/svg.sql, regress/svg_expected: Fix
	non NULL terminated string in ST_AsSVG with GEOMETRYCOLLECTION
	EMPTY, cf #409 reported by sdikiy. Add related unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@5211
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-05  Sandro Santilli <strk@kbt.io>

	* NEWS: Add ST_isValidDetail item git-svn-id: http://svn.osgeo.org/postgis/trunk@5208
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-05  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, regress/tickets.sql,
	regress/tickets_expected: Register a buffer-logger as error-reporter
	from ST_isValidReason and ST_isValidDetail so to catch exceptions
	thrown by GEOS at postgis->geos conversion for the sake of reporting
	actual error. Fixes ticket #408. Completed with testcase.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5207
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-05  Sandro Santilli <strk@kbt.io>

	* doc/reference_processing.xml: A space after return type looks
	better (and seems to be the policy) for funcdef tags git-svn-id: http://svn.osgeo.org/postgis/trunk@5206
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-05  Sandro Santilli <strk@kbt.io>

	* doc/reference_accessor.xml: Document ST_IsValidDetail git-svn-id: http://svn.osgeo.org/postgis/trunk@5205
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-05  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add
	ST_isValidDetail(geom) returns valid_detail (new type!) git-svn-id: http://svn.osgeo.org/postgis/trunk@5204
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-04  Sandro Santilli <strk@kbt.io>

	* postgis/geography_gist.c: Astyle run (a-ha, got you!) git-svn-id: http://svn.osgeo.org/postgis/trunk@5203
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config: Push version numbers on
	trunk forward to next release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5202
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis, doc/release_notes.xml: Update
	release dates and changelog for 1.5.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@5197
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Initialize config->createindex value to 0 git-svn-id: http://svn.osgeo.org/postgis/trunk@5195
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: Fix handling of "missing table argument"
	case to use file name properly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5194
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Add --no-psqlrc to run_test (#405) git-svn-id: http://svn.osgeo.org/postgis/trunk@5193
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_gist.c: Tiny re-format git-svn-id: http://svn.osgeo.org/postgis/trunk@5190
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Extra information per Greg Troxel git-svn-id: http://svn.osgeo.org/postgis/trunk@5189
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: Update usage string to show correct
	default encoding.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5188
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: astyle recent change git-svn-id: http://svn.osgeo.org/postgis/trunk@5187
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: Fix segfault on cases where not enough
	arguments are provided. (#402) git-svn-id: http://svn.osgeo.org/postgis/trunk@5186
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c: Fix mis-handling
	of the commandline operations modes (#401) git-svn-id: http://svn.osgeo.org/postgis/trunk@5185
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_btree.c: Silence 'no-eol' compiler warning.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5184
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-02-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* astyle.sh, doc/html/image_src/generator.c,
	extras/wkb_reader/printwkb.c, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_measures.c, liblwgeom/examples/unparser.c,
	liblwgeom/g_box.c, liblwgeom/g_coord.c, liblwgeom/g_ptarray.c,
	liblwgeom/g_serialized.c, liblwgeom/g_util.c,
	liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c, liblwgeom/lwline.c,
	liblwgeom/lwmcurve.c, liblwgeom/lwmline.c, liblwgeom/lwmpoint.c,
	liblwgeom/lwmpoly.c, liblwgeom/lwmsurface.c, liblwgeom/lwpoly.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwspheroid.c,
	liblwgeom/lwtree.c, liblwgeom/lwutil.c, liblwgeom/measures.c,
	liblwgeom/ptarray.c, loader/dbfopen.c, loader/getopt.c,
	loader/pgsql2shp.c, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c, loader/shpopen.c,
	loader/stringbuffer.c, postgis/geography_btree.c,
	postgis/geography_estimate.c, postgis/geography_gist.c,
	postgis/geography_inout.c, postgis/geography_measurement.c,
	postgis/lwgeom_accum.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_chip.c, postgis/lwgeom_debug.c,
	postgis/lwgeom_estimate.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_gist.c, postgis/lwgeom_gml.c,
	postgis/lwgeom_in_gml.c, postgis/lwgeom_in_kml.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_spheroid.c,
	postgis/lwgeom_sqlmm.c, postgis/lwgeom_svg.c,
	postgis/lwgeom_transform.c: 1.5 astyle pass git-svn-id: http://svn.osgeo.org/postgis/trunk@5181
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/Makefile.in: Keep floats out of registers
	for spheroid calculation. Fixes odd bug in OS/X gcc 4.1. Could
	probably be narrowed to only use flag on affected platform. (#395) git-svn-id: http://svn.osgeo.org/postgis/trunk@5180
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-29  Regina Obe <lr@pcorp.us>

	* doc/reference_exception.xml: fix example git-svn-id: http://svn.osgeo.org/postgis/trunk@5179
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwspheroid.c: Extra debugging information in spheroid
	area calculation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5178
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Make area unit tests actually test
	against known good values git-svn-id: http://svn.osgeo.org/postgis/trunk@5177
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-28  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/tickets_expected: revert r5175 commit about points results
	on #304.  Related to #395 git-svn-id: http://svn.osgeo.org/postgis/trunk@5176
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-28  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/tickets.sql, regress/tickets_expected: In regress/tickets*
	Add missing srid 32702 and 32602. Add results from #304 tests.
	Related to #395 git-svn-id: http://svn.osgeo.org/postgis/trunk@5175
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-28  Sandro Santilli <strk@kbt.io>

	* GNUmakefile: Fix 'maintainer-clean' rule git-svn-id: http://svn.osgeo.org/postgis/trunk@5174
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* astyle.sh: Fix astyle.sh script so that if astyle cannot be found
	then it immediately aborts with an error. Per report from Nicklas.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5173
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* GNUmakefile, astyle.sh: Add "make astyle" target to clean up
	source tree formatting as per the style guidelines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5172
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make GEOS test insist on >= 3.1.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@5171
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwline.c: Remove warning from lwline git-svn-id: http://svn.osgeo.org/postgis/trunk@5170
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_lrs.xml: Add example for ST_AddMeasure on
	multilinestring git-svn-id: http://svn.osgeo.org/postgis/trunk@5169
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwline.c, liblwgeom/lwmline.c,
	postgis/lwgeom_functions_lrs.c: Make ST_AddMeasure handle
	multilinestrings as well as linestrings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5168
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_lrs.xml: Remove unneeded See Also section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5167
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/reference_lrs.xml, doc/release_notes.xml,
	postgis/postgis.sql.in.c, postgis/uninstall_postgis.sql.in.c: Remove
	ST_StartMeasure ST_EndMeasure git-svn-id: http://svn.osgeo.org/postgis/trunk@5166
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore postgis_comments.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@5165
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/uninstall_postgis.sql.in.c: Add uninstall recipe for
	AddMeasure (#390) git-svn-id: http://svn.osgeo.org/postgis/trunk@5163
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_lrs.xml, liblwgeom/liblwgeom.h, liblwgeom/lwline.c,
	postgis/lwgeom_functions_lrs.c, postgis/postgis.sql.in.c: Add
	ST_AddMeasure and associated documentations (#390) git-svn-id: http://svn.osgeo.org/postgis/trunk@5162
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-24  Nicklas Avn <nicklas.aven@jordogskog.no>

	* doc/reference_operator.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@5161
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-23  Nicklas Avn <nicklas.aven@jordogskog.no>

	* NEWS: Tiny Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5160
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-23  Nicklas Avn <nicklas.aven@jordogskog.no>

	* TODO: remove ST_Maxdistance from TODO and note that C-version is
	still TODO for ST_DumpPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@5159
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE: Add note on removing milestone from trac git-svn-id: http://svn.osgeo.org/postgis/trunk@5156
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, README.postgis: Updates for 1.5.0rc1 git-svn-id: http://svn.osgeo.org/postgis/trunk@5150
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-21  Nicklas Avn <nicklas.aven@jordogskog.no>

	* configure.ac: add missing comment git-svn-id: http://svn.osgeo.org/postgis/trunk@5149
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-21  Nicklas Avn <nicklas.aven@jordogskog.no>

	* configure.ac, regress/Makefile.in: Fix for make check on MingW
	#389 git-svn-id: http://svn.osgeo.org/postgis/trunk@5148
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/release_notes.xml: Updated XML release notes (#374) git-svn-id: http://svn.osgeo.org/postgis/trunk@5147
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/create_undef.pl, utils/postgis_proc_upgrade.pl,
	utils/postgis_restore.pl: Make proper #! calls to perl in perl
	scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@5145
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-20  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Add Jorge Arevalo to list since he's
	contributing a lot of work to WKT Raster git-svn-id: http://svn.osgeo.org/postgis/trunk@5143
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-19  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Add George, Guillaume, and Vincent to
	contributors list git-svn-id: http://svn.osgeo.org/postgis/trunk@5140
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-19  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Bump Nicklas up since he's added a lot to
	this release and now has commit access git-svn-id: http://svn.osgeo.org/postgis/trunk@5139
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Add towgs84 line into proj4text for srid =
	28992 (#387) git-svn-id: http://svn.osgeo.org/postgis/trunk@5137
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-16  Regina Obe <lr@pcorp.us>

	* NEWS: Add Guillaume's PostgreSQL 8.5 contribution git-svn-id: http://svn.osgeo.org/postgis/trunk@5136
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: 80col wrap NEWS git-svn-id: http://svn.osgeo.org/postgis/trunk@5135
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-15  Regina Obe <lr@pcorp.us>

	* NEWS: add note about GEOS 3.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@5134
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Short circuit on distance tests: only do
	full spheroidal calculation where the distance is near or greater
	than the tolerance. This will make large st_dwithin() radius
	searches much faster since points that are well within the radius
	will not have their full geodetic calculation run, only those that
	are close to the radius boundary.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5133
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS: Prepare for 1.5.0b2 git-svn-id: http://svn.osgeo.org/postgis/trunk@5130
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos_prepared.h, postgis/postgis.sql.in.c,
	postgis/uninstall_postgis.sql.in.c, regress/Makefile.in: Make GEOS
	3.1 the mandatory minimum (#385) git-svn-id: http://svn.osgeo.org/postgis/trunk@5129
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore all PNG files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5128
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-14  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/measures.c: Fix undefined vars in LWDEBUGF (#383) git-svn-id: http://svn.osgeo.org/postgis/trunk@5124
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-14  Olivier Courtin <olivier.courtin@camptocamp.com>

	* TODO: Update TODO. remove ST_GeomFromKML entry git-svn-id: http://svn.osgeo.org/postgis/trunk@5123
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/Makefile.pgxs: Add missing MODULE_big section for #311
	which was preventing the main PostGIS library from being installed
	on older versions of PostgreSQL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5121
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-12  Regina Obe <lr@pcorp.us>

	* NEWS: slight typo correction git-svn-id: http://svn.osgeo.org/postgis/trunk@5120
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-12  Regina Obe <lr@pcorp.us>

	* NEWS: Add ST_DFullyWithin and add analysis as descriptor to
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5119
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: Change ST_Equals to use && instead of ~=
	(#378) git-svn-id: http://svn.osgeo.org/postgis/trunk@5118
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Shorten trac URL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5117
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* make_dist.sh: Add comment about postgis_comments.sql handling in
	'clean' target of docs git-svn-id: http://svn.osgeo.org/postgis/trunk@5116
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: Don't remove postgis_comments.sql when doing a
	'make clean' in doc, that way they can survive into the tarball
	build for final release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5115
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Performance tweak to distance
	calculations with tolerance. If distance is much less than
	tolerance, don't bother with geodetic calculation. If distance is
	close to or greater than tolerance, do the geodetic calculation.
	Should make st_dwithin faster, avoiding geodetic calculations for
	points that are clearly within tolerance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5114
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/Makefile.in: added missing liblwgeom target
	needed to build the documentation images git-svn-id: http://svn.osgeo.org/postgis/trunk@5113
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-09  Regina Obe <lr@pcorp.us>

	* NEWS: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5112
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-09  Regina Obe <lr@pcorp.us>

	* NEWS: Fill in missing spots in News git-svn-id: http://svn.osgeo.org/postgis/trunk@5111
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Use macro define to determine default
	geometry column name in gui git-svn-id: http://svn.osgeo.org/postgis/trunk@5110
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Update the NEW file git-svn-id: http://svn.osgeo.org/postgis/trunk@5107
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_drop.sql.in.c: Added in one removed function
	(st_max_distance, replaced by st_maxdistance) to the drop script
	(#330) git-svn-id: http://svn.osgeo.org/postgis/trunk@5106
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, postgis/Makefile.in, postgis/Makefile.pgxs: Override
	pgxs defaults for install, from mcayland (#311) git-svn-id: http://svn.osgeo.org/postgis/trunk@5105
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_estimate.c, postgis/lwgeom_estimate.c,
	postgis/lwgeom_pg.h: Apply a modified version of Guillaume Lelarge's
	patch to allow compilation under current PostgreSQL 8.5 CVS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5104
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Initailize config value from
	simple_geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@5101
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Bracked and reformat comparison to be
	more explicit git-svn-id: http://svn.osgeo.org/postgis/trunk@5100
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
	liblwgeom/lwcollection.c, liblwgeom/lwmcurve.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwmsurface.c, liblwgeom/lwpoly.c: Fixed up
	de-serialization routines to avoid *geoms = malloc(0) cases which
	were causing free to fail later on down the line (#370) git-svn-id: http://svn.osgeo.org/postgis/trunk@5099
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h: Remove the ifdef/endif blocks for
	HAVE_ICONV (#367) git-svn-id: http://svn.osgeo.org/postgis/trunk@5098
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make configure error out when iconv is unavailable.
	(#367) git-svn-id: http://svn.osgeo.org/postgis/trunk@5097
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Minor change to about dialog build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5096
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Re-fix connection password hiding (#356) git-svn-id: http://svn.osgeo.org/postgis/trunk@5095
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Fix the RCSID to actually substitute git-svn-id: http://svn.osgeo.org/postgis/trunk@5094
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Add an About dialogue that contains the
	revision string (hopefully) git-svn-id: http://svn.osgeo.org/postgis/trunk@5093
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcollection.c: Make lwcollection_extract slightly more
	empty-intelligent git-svn-id: http://svn.osgeo.org/postgis/trunk@5092
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Separate the options config persistence
	from the main persistence routine to allow the "geocolumn" magic to
	work more reliably (#369) git-svn-id: http://svn.osgeo.org/postgis/trunk@5091
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Add initialization to fix one Win32
	segfault.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5090
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Add getopt.o into the modules used by
	shp2pgsql-gui.exe git-svn-id: http://svn.osgeo.org/postgis/trunk@5089
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Flip back to pgis_getopt git-svn-id: http://svn.osgeo.org/postgis/trunk@5088
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Change log entry to reflect actual iconv
	target encoding (UTF-8, not UTF8) git-svn-id: http://svn.osgeo.org/postgis/trunk@5087
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-01  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: amend upgrade instructions to include
	description postgis_upgrade*.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@5086
	b70326c6-7e19-0410-871a-916f4a2858ee

2010-01-01  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: put in ?, -n and -N missing from
	loader list git-svn-id: http://svn.osgeo.org/postgis/trunk@5085
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-31  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: minor change git-svn-id: http://svn.osgeo.org/postgis/trunk@5084
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-31  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: amend shp2pgsql section to mention
	gui loader and also -G geography switch git-svn-id: http://svn.osgeo.org/postgis/trunk@5083
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: change wording in what is new
	titles to reflect they show both new and changed/enhanced functions git-svn-id: http://svn.osgeo.org/postgis/trunk@5082
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml, doc/reference_misc.xml: Fix
	ST_Extent/ST_Expand docs to reflect change in behavior of outputting
	double precision coords instead of float4.  Still need to fix up
	examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5081
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_functions_basic.c,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve_expected, regress/tickets_expected: Fix
	ST_Envelope() and ST_Expand() so that they use double precision
	arithmetic rather than single precision arithmetic for their
	calculations. The internal BOX2DFLOAT4s should *never* be used for
	calculation purposes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5080
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: ST_Box back to Box link ref git-svn-id: http://svn.osgeo.org/postgis/trunk@5079
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/faq.xml, doc/reference_misc.xml: oops revert change I guess
	ST_Box .. is the one that's deprecated.  How confusing :)  PRobably
	should remove from docs at some point.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5077
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/faq.xml, doc/reference_misc.xml: amend faqs and change
	Box2D,Box3D to ST_Box...  git-svn-id: http://svn.osgeo.org/postgis/trunk@5076
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: correct example git-svn-id: http://svn.osgeo.org/postgis/trunk@5074
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: more clarity on the float4/float8 for
	ST_Envelope git-svn-id: http://svn.osgeo.org/postgis/trunk@5073
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_accessor.xml: #531 ST_Envelope has wrong return type
	changed from boolean to geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@5071
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: slight wording change git-svn-id: http://svn.osgeo.org/postgis/trunk@5069
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: fill in mising geography = operator git-svn-id: http://svn.osgeo.org/postgis/trunk@5068
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@5067
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: #365 document ST_GeogFromWKB and
	ST_GeogFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@5066
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Rename ST_GeographyFromBinary to
	ST_GeogFromWKB. Add ST_GeogFromText to ape the ISO geometry spec
	more closely. (#360) git-svn-id: http://svn.osgeo.org/postgis/trunk@5065
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Remove the NULL policy line from the GUI
	options (#363) git-svn-id: http://svn.osgeo.org/postgis/trunk@5064
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c: Make a few things more explicit in the
	handling of encoding.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5063
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Remove a couple compiler warnings
	following last change.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5062
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Change options dialogue into actual GTK
	dialog and move to creating/destroying it on each appearance. (#363) git-svn-id: http://svn.osgeo.org/postgis/trunk@5061
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Try and get around the expanding window
	problem git-svn-id: http://svn.osgeo.org/postgis/trunk@5060
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Add a filter name to the shapefile file
	selector; this is just a cosmetic fix.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5059
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Restrict SQL to only 255 characters when
	displaying erroneus SQL in the log window. This prevents GTK from
	crashing when really long lines are added to the log window.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5058
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Include GUI as conditional install target git-svn-id: http://svn.osgeo.org/postgis/trunk@5057
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c: Add some more missing defaults to the
	shapefile loader configuration.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5056
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: Fix shp2pgsql-gui
	not picking up the correct default settings, which was causing some
	shapefiles to abort in the GUI but when using the CLI.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5055
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Fix up another password leaking into the
	log (#356) git-svn-id: http://svn.osgeo.org/postgis/trunk@5054
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Handle case where there is no password to
	sanitize git-svn-id: http://svn.osgeo.org/postgis/trunk@5053
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Sanitize the connection string displayed
	in the GUI log (#356) git-svn-id: http://svn.osgeo.org/postgis/trunk@5052
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Add support for dumping geography tables.
	(#251) git-svn-id: http://svn.osgeo.org/postgis/trunk@5051
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-23  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Add http://www.epsg.org/6.11.2/4326 srsName
	pattern support (related to CITE WFS 1.1 GetFeature-tc17.2. Add
	related unit tests git-svn-id: http://svn.osgeo.org/postgis/trunk@5050
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Remove hack PGAdmin GUI target (#355) git-svn-id: http://svn.osgeo.org/postgis/trunk@5049
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Add message to GUI when creating spatial
	index.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5047
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Add shp2pgsql-pgadmin build target for exe
	without special win32 options.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5046
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c: Fix bug in geography support when
	creating indexes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5045
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-gui.c: More improvements
	 to the shapefile loader: - Fix COPY support for shapefiles containing more than 1 record  - Fix cancellation on mid-import  - Remove progress logging on import, and replace with flashly
	 progress bar git-svn-id: http://svn.osgeo.org/postgis/trunk@5044
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Handle index building when loading
	geography git-svn-id: http://svn.osgeo.org/postgis/trunk@5043
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Add support for GEOGRAPHY type to loader
	GUI. (#251) git-svn-id: http://svn.osgeo.org/postgis/trunk@5042
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: Add support for
	geography type to command-line loader (#251) git-svn-id: http://svn.osgeo.org/postgis/trunk@5040
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_ptarray.c, liblwgeom/lwcollection.c,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/lwmline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwtree.c,
	liblwgeom/measures.c, loader/pgsql2shp.c, loader/shp2pgsql-core.c: 
	CFLAGS=-pedantic pass over the codebase and warnings reduced git-svn-id: http://svn.osgeo.org/postgis/trunk@5039
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_kml.c: Disable unused static function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5038
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/getopt.c, loader/pgsql2shp.c, loader/shp2pgsql-core.h: 
	Minor changes to header inclusions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5037
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-cli.c: Fix bracket issue in commandline opt
	handline git-svn-id: http://svn.osgeo.org/postgis/trunk@5036
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/getopt.c, loader/getopt.h, loader/shp2pgsql-cli.c: 
	Radically simpler getopt implementation from AT&T UNIX.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5035
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Add some logging during the load so we can
	see what's going on.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5034
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/in_gml.sql, regress/in_gml_expected: remove the #273 test,
	as it already the same than point_1 git-svn-id: http://svn.osgeo.org/postgis/trunk@5033
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Olivier Courtin <olivier.courtin@camptocamp.com>

	* configure.ac, doc/reference_constructor.xml,
	doc/reference_management.xml, doc/release_notes.xml,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_in_gml.c,
	postgis/lwgeom_in_kml.c, postgis/postgis.sql.in.c,
	postgis/sqldefines.h.in, postgis/uninstall_postgis.sql.in.c,
	postgis_config.h.in, regress/Makefile.in: Libxml become mandatory.
	Cf #344. Modify configure step, remove all HAVE_LIBXML2 from code,
	sql and unit tests. Update documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@5032
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Moved size of int8 down to 19 chars (#326) git-svn-id: http://svn.osgeo.org/postgis/trunk@5031
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: fix some typos, cosmetic changes, throw some more
	geography around git-svn-id: http://svn.osgeo.org/postgis/trunk@5030
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Regina Obe <lr@pcorp.us>

	* doc/faq.xml, doc/using_postgis_dataman.xml: Find a home for Paul's
	examples and Advanced FAQ and back reference from main FAQ section git-svn-id: http://svn.osgeo.org/postgis/trunk@5029
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Regina Obe <lr@pcorp.us>

	* doc/faq.xml, doc/using_postgis_dataman.xml: We all new this day
	would come when we'd have to devote a whole section to this new kid
	called "geography".  Think we still need to shuffle things around as
	the next section seems like a disconnect from the geography section git-svn-id: http://svn.osgeo.org/postgis/trunk@5028
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/Makefile.in, loader/getopt.c, loader/getopt.h,
	loader/pgsql2shp.c, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c: Reverting the change of r5007, removal of
	the getopt hack, to get windows builds working again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5025
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.rc: Add in
	icon and resource information for Win32 GUI git-svn-id: http://svn.osgeo.org/postgis/trunk@5024
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, loader/Makefile.in: Make GUI open w/o console under
	Win32 git-svn-id: http://svn.osgeo.org/postgis/trunk@5023
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Implement proper cleanup if an import
	fails, and also disable the "Import" button during the import to
	ensure that multiple import threads can't be launched.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5020
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Add GUI option to allow the use of COPY
	rather than INSERT to load geometries into the database. Currently
	the default is still to use INSERT.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5019
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Fix memory scope error (resulting in
	segfault) accidentally introduced by the command line changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5018
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.h: Temporarily de-regress the loader while
	talking to -devel git-svn-id: http://svn.osgeo.org/postgis/trunk@5013
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, postgis/geography_estimate.c: Quiet solaris
	warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@5012
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_chip.c: Remove warning on Solaris git-svn-id: http://svn.osgeo.org/postgis/trunk@5011
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_estimate.c: Add initial values.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5010
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Change MAX_DBF_FIELD_SIZE to 254 (#326) git-svn-id: http://svn.osgeo.org/postgis/trunk@5009
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c: Add in support for command-line options for
	connection info to GUI (#338) git-svn-id: http://svn.osgeo.org/postgis/trunk@5008
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in, loader/getopt.c, loader/getopt.h,
	loader/pgsql2shp.c, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c: Remove custom getopt files and move back to
	system getopt. Will take some testing, but will be worth it to be
	rid of this unmaintainable hack.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5007
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Make null date field blank rather than
	00000000 (#321) git-svn-id: http://svn.osgeo.org/postgis/trunk@5006
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.h, postgis/geography_inout.c: Make 4326 the
	default SRID for "unknown" cases, both in column creation and in
	geography object creation. (#347) git-svn-id: http://svn.osgeo.org/postgis/trunk@5005
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, loader/Makefile.in, loader/shp2pgsql-gui.c: Add
	--with-libiconv argument to configure, to allow third-party iconv
	libraries to be used instead of system iconv, if so desired.
	Necessary to work around an OS/X Snow Leopard issue (iconv_open only
	available as a 32 bit call!) git-svn-id: http://svn.osgeo.org/postgis/trunk@5004
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c: Fix buffer overrun case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@5003
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_restore.pl: Remove syntax error (fumbling fingers?)
	in the usage line (#345) git-svn-id: http://svn.osgeo.org/postgis/trunk@5002
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c: Remove test that enforces only OGC-standard
	WKT for GeomFromText(). We'll accept any string we can parse, just
	like geometry_in(). (#332) git-svn-id: http://svn.osgeo.org/postgis/trunk@5001
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Flip argument order for -cli exe build and add
	CFLAGS back into linking line git-svn-id: http://svn.osgeo.org/postgis/trunk@5000
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Remove the original shp2pgsql.c file which is
	no longer required with the new architecture.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4999
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c: Fix incorrect logic when outputting
	escaped strings; COPY does not require the attribute to be
	surrounded by apostrophes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4998
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-cli.c: Fix missing COPY terminator from shp2pgsql
	command line component.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4997
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c, loader/shp2pgsql.c: Commit initial version
	of reworked shp2pgsql architecture that defines a common API within
	shp2pgsql-core that can be called from both the CLI and GUI
	interfaces.  There are still some minor TODOs left, however the basic concept
	appears to work well and I've also spent time running tests under
	valgrind to ensure that we don't leak memory on larger shapefiles.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4996
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-09  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis_dataman.xml: added identifier to shp2pgsql usage
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@4995
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-09  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis_dataman.xml: updated "Using the Loader" to
	demonstrate the use of the available options git-svn-id: http://svn.osgeo.org/postgis/trunk@4994
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-09  Regina Obe <lr@pcorp.us>

	* doc/reference_misc.xml: Correct the output type of ST_Extent and
	flag this as a change in behavior in PostGIS 1.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@4992
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_app.xml: Fix mistakes in geography faq item.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4991
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-04  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c: get rid of begin; commit in
	geography.sql.in.c.  Now that it is part of postgis.sql.inc.c, no
	need for it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4989
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-04  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: change to use refname instead of
	refid for link in what's new -- so operators show the operator
	symbol instead of underlying function name git-svn-id: http://svn.osgeo.org/postgis/trunk@4988
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* spatial_ref_sys.sql: removed VACUUM made into a single transaction
	block git-svn-id: http://svn.osgeo.org/postgis/trunk@4987
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis_dataman.xml: removed url that is probably the
	cause in breaking docbook git-svn-id: http://svn.osgeo.org/postgis/trunk@4986
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis_dataman.xml: a couple typos in the DE-9IM
	explanation added further reading references.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4985
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis_dataman.xml: fixed a typo and added a few cross
	links git-svn-id: http://svn.osgeo.org/postgis/trunk@4984
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-03  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Replace unicode codes with
	images.  IE 6 and 7 not happy. PDF not happy with unicode happy face
	symbol -- Regina not happy :( git-svn-id: http://svn.osgeo.org/postgis/trunk@4983
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-03  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: fill in missing curve support flags for
	outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@4982
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis_dataman.xml: added a few reference cross links git-svn-id: http://svn.osgeo.org/postgis/trunk@4981
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis_dataman.xml: removed borders around the tables
	in the geometry compliancy section git-svn-id: http://svn.osgeo.org/postgis/trunk@4980
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/style.css, doc/using_postgis_dataman.xml: added some
	thoughts on DE-9IM git-svn-id: http://svn.osgeo.org/postgis/trunk@4979
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/Makefile.in: added target to resize certain
	images git-svn-id: http://svn.osgeo.org/postgis/trunk@4978
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Regina Obe <lr@pcorp.us>

	* doc/reference_operator.xml: Flag more as working with curves.  I
	think all do except same operator but need to verify.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4977
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Looks fine in all my IE8 browsers
	perhaps its just IE7 that's behind the times.  Use cutesy unicode
	dingbats for now -- alos put in item list legend.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4976
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/Makefile.in, doc/html/image_src/de9im01.wkt,
	doc/html/image_src/de9im02.wkt, doc/html/image_src/de9im03.wkt,
	doc/html/image_src/de9im04.wkt, doc/html/image_src/de9im05.wkt,
	doc/html/image_src/de9im06.wkt, doc/html/image_src/de9im07.wkt,
	doc/html/image_src/de9im08.wkt, doc/html/image_src/de9im09.wkt,
	doc/html/image_src/de9im10.wkt, doc/html/image_src/de9im11.wkt,
	doc/html/image_src/de9im12.wkt, doc/html/image_src/de9im13.wkt,
	doc/html/image_src/styles.conf: added de9im images git-svn-id: http://svn.osgeo.org/postgis/trunk@4975
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Now that pdf table layout is
	fixed with informal table -- put back operators in matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@4974
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Do I dear try an informal table
	again :) git-svn-id: http://svn.osgeo.org/postgis/trunk@4973
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Try Mateusz idea of a unicode
	checkmark git-svn-id: http://svn.osgeo.org/postgis/trunk@4972
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: hmm spelled geometry wrong git-svn-id: http://svn.osgeo.org/postgis/trunk@4971
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/html/style.css: get rid of padding on tables git-svn-id: http://svn.osgeo.org/postgis/trunk@4970
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: try again git-svn-id: http://svn.osgeo.org/postgis/trunk@4969
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: back to formal table git-svn-id: http://svn.osgeo.org/postgis/trunk@4968
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@4967
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: try again git-svn-id: http://svn.osgeo.org/postgis/trunk@4966
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@4965
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix build git-svn-id: http://svn.osgeo.org/postgis/trunk@4964
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: seeif pdf looks better with an
	informaltable git-svn-id: http://svn.osgeo.org/postgis/trunk@4963
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: title change git-svn-id: http://svn.osgeo.org/postgis/trunk@4962
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4961
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: Add sql mm
	compliance column get rid of cell-padding git-svn-id: http://svn.osgeo.org/postgis/trunk@4960
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: shorten matrix list to exclude
	operators and exception so pdf is not quite so ugly.  Try to fit on
	one page.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4959
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: fix filter
	for 2.5D/curved support. More tweaking of style git-svn-id: http://svn.osgeo.org/postgis/trunk@4958
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/html/style.css, doc/xsl/postgis_aggs_mm.xml.xsl: get rid of
	border=0 altogether exclude management,types, and transaction from
	matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@4957
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/html/style.css: border not taking git-svn-id: http://svn.osgeo.org/postgis/trunk@4956
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/html/style.css: I want table borders git-svn-id: http://svn.osgeo.org/postgis/trunk@4955
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: oops had left over junk -- get
	rid of junk git-svn-id: http://svn.osgeo.org/postgis/trunk@4954
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: try to get rid of section
	abstract -- see if pdflatex accepts super duper matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@4953
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-12-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: First attempt at super-duper type
	functionality compare matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@4952
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_measures.c, liblwgeom/lwtree.c: Fix up boundary
	condition in node interaction test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4949
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h, liblwgeom/lwgeodetic.h,
	liblwgeom/lwtree.c, liblwgeom/lwtree.h, liblwgeom/measures.c: Add an
	internal geometry tree for use in a native prepared geometry scheme
	for fast intersection tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4948
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h: Add
	svn:keywords to everyone git-svn-id: http://svn.osgeo.org/postgis/trunk@4947
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/in_gml_expected: Add NL to end of expected file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4946
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/in_gml.sql, regress/in_gml_expected, regress/tickets.sql,
	regress/tickets_expected: Move the fromGML test into the in_gml.sql
	file, so that it will be properly excluded when libxml2 is not
	available.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4945
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_config.h.in: Move have_libxml2 define to the other library
	have_ defines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4944
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, postgis/sqldefines.h.in,
	postgis/uninstall_postgis.sql.in.c: Fix warnings from cpp during sql
	file build as reported by kneufeld git-svn-id: http://svn.osgeo.org/postgis/trunk@4943
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis_drop.sql.in.c,
	postgis/uninstall_geography.sql.in.c,
	postgis/uninstall_postgis.sql.in.c: Updated SQL files for
	uninstallation to match current state.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4942
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Update the upgrade process description to match
	new scripts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4941
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Rename ST_PointOutside to
	_ST_PointOutside (#325) git-svn-id: http://svn.osgeo.org/postgis/trunk@4938
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Kevin Neufeld <kneufeld.ca@gmail.com>

	* postgis/postgis.sql.in.c: renamed ST_DumpPoints to _ST_DumpPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@4937
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Regina Obe <lr@pcorp.us>

	* doc/template.xml: revise template to use new entities git-svn-id: http://svn.osgeo.org/postgis/trunk@4936
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: availability note not specified
	right for ST_DumpPoints git-svn-id: http://svn.osgeo.org/postgis/trunk@4935
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-30  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: fill in missing proto for
	st_polygonize git-svn-id: http://svn.osgeo.org/postgis/trunk@4934
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-29  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Yeh ST_GeomFromKML/GML not
	crashing anymore on Windows (when libxml statically compiled in)  --
	can put back the tests git-svn-id: http://svn.osgeo.org/postgis/trunk@4932
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-28  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: Add missing ST_CoveredBy proto for
	geography git-svn-id: http://svn.osgeo.org/postgis/trunk@4927
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-28  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_type.xml: try to force paragraph
	at top using sectinfo abstract.  Make note about deprecation more
	threatening.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4926
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-28  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml: slight amendment to description of casts git-svn-id: http://svn.osgeo.org/postgis/trunk@4925
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-28  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl: fill out
	casting behavior, also list box type functions and links to it and
	from it git-svn-id: http://svn.osgeo.org/postgis/trunk@4924
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add install directory as an ignore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4923
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl: thanks
	Kevin -- this should work now git-svn-id: http://svn.osgeo.org/postgis/trunk@4921
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml: take out link and see if hudson is happy git-svn-id: http://svn.osgeo.org/postgis/trunk@4920
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml: try again - maybe typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4919
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
	geometry_dump and special index to list all functions that take as
	input or output geometry_dump objects git-svn-id: http://svn.osgeo.org/postgis/trunk@4918
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_app.xml: A few more Mapserver usage updates.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4917
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis_app.xml: Update the using mapserver section a
	little git-svn-id: http://svn.osgeo.org/postgis/trunk@4916
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic_data.h: 
	Add newlines at file ends to silence warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@4913
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_processing.xml, doc/using_postgis_dataman.xml: Fixed
	a few typos and missing references git-svn-id: http://svn.osgeo.org/postgis/trunk@4912
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_longestline03.wkt,
	doc/reference_measure.xml: okay another try.  bad scaling git-svn-id: http://svn.osgeo.org/postgis/trunk@4911
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_closestpoint01.wkt,
	doc/html/image_src/st_closestpoint02.wkt: make all colors different
	for clarity git-svn-id: http://svn.osgeo.org/postgis/trunk@4910
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_closestpoint01.wkt,
	doc/html/image_src/st_closestpoint02.wkt: forgot images git-svn-id: http://svn.osgeo.org/postgis/trunk@4909
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-27  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_longestline03.wkt, doc/reference_measure.xml: 
	remove dupe ST_DFullyWithin, put in availability note for
	ST_DFullyWithin, add ST_ClosestPoint documentation and images, fix
	ST_LongestLine diag 3(forgot about the 200x200 rule) git-svn-id: http://svn.osgeo.org/postgis/trunk@4908
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-26  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_longestline03.wkt, doc/reference_measure.xml: 
	another st_longestline example git-svn-id: http://svn.osgeo.org/postgis/trunk@4907
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/regress_expected, regress/sql-mm-curvepoly_expected: 
	Commit slightly altered regression tests for the above.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4906
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgparse.c: Fix #316: IsValid? called on invalid 3d
	object leads to crash. Because of the way the parser works, not all
	tuples can hold a valid parse position; hence when trying to display
	the error message, the parser would crash. The solution I went for
	here was to alter pop() so that "counting tuples" always hold a
	valid parse position, and then re-write the various check functions
	to ensure that they only display parse errors with details from the
	next "counting tuple" higher up in the stack.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4905
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-26  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_longestline01.wkt,
	doc/html/image_src/st_shortestline01.wkt, doc/reference_measure.xml: 
	change shortestline/longestline point/line example git-svn-id: http://svn.osgeo.org/postgis/trunk@4903
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_shortestline01.wkt: another typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4901
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_longestline01.wkt: fix typo in coordinates git-svn-id: http://svn.osgeo.org/postgis/trunk@4900
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_longestline01.wkt,
	doc/html/image_src/st_shortestline01.wkt, doc/reference_measure.xml: 
	make diagrams more interesting git-svn-id: http://svn.osgeo.org/postgis/trunk@4899
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_longestline01.wkt,
	doc/html/image_src/st_longestline02.wkt,
	doc/html/image_src/st_shortestline02.wkt, doc/reference_measure.xml: 
	Put in figures for ST_LongestLine.  revise figure for shortest line
	make geometries the same for easy compare git-svn-id: http://svn.osgeo.org/postgis/trunk@4898
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-25  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: cosmetic changes git-svn-id: http://svn.osgeo.org/postgis/trunk@4897
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-25  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_shortestline01.wkt,
	doc/html/image_src/st_shortestline02.wkt, doc/reference_measure.xml: 
	Put in images for ST_ShortestLine git-svn-id: http://svn.osgeo.org/postgis/trunk@4896
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-25  Regina Obe <lr@pcorp.us>

	* doc/reference_measure.xml: put in missing availability notes git-svn-id: http://svn.osgeo.org/postgis/trunk@4895
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_measure.xml, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_measures.h, liblwgeom/liblwgeom.h,
	liblwgeom/measures.c, liblwgeom/measures.h,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
	postgis/uninstall_postgis.sql.in.c, regress/measures.sql,
	regress/measures_expected: Merge Nicklas Aven's distance spike into
	trunk. (#63, #231) git-svn-id: http://svn.osgeo.org/postgis/trunk@4894
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-24  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_processing.xml: added refentry section for
	ST_DumpPoints() git-svn-id: http://svn.osgeo.org/postgis/trunk@4892
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-24  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_dumppoints01.wkt,
	doc/html/image_src/styles.conf: added an ST_DumpPoints image to the
	collection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4891
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-24  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c: explicit NULL test on xa->name. Related
	to #273 git-svn-id: http://svn.osgeo.org/postgis/trunk@4890
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-24  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_constructor.xml: add also availability note to
	GmlToSQL() git-svn-id: http://svn.osgeo.org/postgis/trunk@4889
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-24  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_management.xml: add availability information for
	postgis_libxml_version() git-svn-id: http://svn.osgeo.org/postgis/trunk@4888
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference_type.xml, doc/xsl/postgis_comments.sql.xsl: #300 -
	minor casing changes to reference.  Incorporate logic to comment
	types.  Types need more description and casting behavior detail.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4887
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-23  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml, doc/reference.xml, doc/reference_type.xml: New
	postgresql type section per #300.  Still need to modify
	postgis_comments.sql.xsl accordingly git-svn-id: http://svn.osgeo.org/postgis/trunk@4886
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-23  Olivier Courtin <olivier.courtin@camptocamp.com>

	* configure.ac, doc/reference_management.xml,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
	postgis/sqldefines.h.in, postgis_config.h.in: Add libxml2 version
	information in postgis_full_version. Add libxml2 support information
	in postgis_version. Add new postgis_libxml_version function. Add doc
	entry for this new function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4885
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: Move utility functions only used in cunit
	tests to the cunit code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4880
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwspheroid.c: Replace pow(,2.0) with POW2 macro.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4879
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/g_util.c, liblwgeom/libgeom.h,
	liblwgeom/liblwgeom.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, liblwgeom/lwgeom.c, liblwgeom/lwspheroid.c,
	postgis/geography_measurement.c, postgis/lwgeom_spheroid.c: Move
	from pass-by-value to pass-by-const-pointer. What can I say, I have
	no control over myself.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4877
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_processing.xml: update st_buffer, st_intersection
	details for geography to reflect what we are actually doing in
	bestsrid calc git-svn-id: http://svn.osgeo.org/postgis/trunk@4876
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_editor.xml: grammar correction git-svn-id: http://svn.osgeo.org/postgis/trunk@4875
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_gist.c: Fix an error hidden in a debug line.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4873
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Fix graxing
	case and improve co-linear handling with help from Nicklas Aven
	(#314) git-svn-id: http://svn.osgeo.org/postgis/trunk@4872
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-20  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: added missing dependency of postgis_aggs_mm for
	the comments git-svn-id: http://svn.osgeo.org/postgis/trunk@4871
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp.c: Apply Kris Jurka's pgsql2shp patches, as
	detail in the postgis-devel archives on 12th Nov. Thanks Kris! git-svn-id: http://svn.osgeo.org/postgis/trunk@4870
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Finish working on Dave Fuhry's memory-leak
	patch, and also fix several other leaks found by running shp2pgsql
	through valgrind.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4868
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-19  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl, doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: Switch to reference
	splitted files. Add references entities. Use postgis.xml rather than
	reference.xml in doc/xsl/* files. Add template rule in doc/xsl/* to
	only use /book/chapter[@id='reference'].  git-svn-id: http://svn.osgeo.org/postgis/trunk@4866
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
	liblwgeom/lwgeodetic.c: Handle the case where the stabline and a
	polygon edge are co-linear in point-in-polygon test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4865
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in, regress/run_test: Alter regression test
	harness so that shp2pgsql/pgsql2shp can be tested without being
	installed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4862
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference.xml: Attempt to clarify MULTIPOLYGON behavior in
	ST_SimplifyPreserveTopology (#240) git-svn-id: http://svn.osgeo.org/postgis/trunk@4857
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_editor.xml: Add another example (#218) git-svn-id: http://svn.osgeo.org/postgis/trunk@4855
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_editor.xml: Put constants reference in the example,
	so people see it (nobody reads documentation) (#218) git-svn-id: http://svn.osgeo.org/postgis/trunk@4854
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-18  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: Ok, well that didn't work.  Reverting changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4853
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-18  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: simplified postgis-out.xml target.  The sed
	replacement should only happen on the postgis.xml file as the
	DocBook variable &last_release_version is used throughout the
	documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@4852
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* extras/history_table/README,
	extras/history_table/history_table.sql: Add in the history table
	convenience functions, a README and some manual examples for
	pedagogy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4851
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_libgeom.c: Fix a double-free in the unit test
	for collection extract.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4850
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_editor.xml: Add availability line.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4849
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_editor.xml: Add more explanation of type numbers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4848
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_editor.xml, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_libgeom.h, liblwgeom/liblwgeom.h,
	liblwgeom/lwcollection.c, liblwgeom/lwutil.c,
	postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
	regress/regress.sql, regress/regress_expected: Implement
	ST_CollectionExtract() to pull specific homogeneous collections out
	of heterogeneous collections. Regressions and documentation
	included. (#218) git-svn-id: http://svn.osgeo.org/postgis/trunk@4847
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/wmsservers.sql, regress/wmsservers_expected: Trim the
	binary versions of geometries to try and remove regressions from
	other platforms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4846
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/Makefile.in, regress/Makefile.in: Properly fix #219 by
	creating a separate "mini install" of PostGIS into the PGXS
	regression directory that can be used for regression. This is
	because different architectures have different naming conventions,
	and so Paul's original hack isn't guaranteed to work. By using PGXS
	to perform the install, we eliminate the problem of having to know
	the final architecture library name.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4845
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/tickets.sql, regress/tickets_expected: Add tests from #210
	to the tickets.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@4844
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in, regress/tickets.sql,
	regress/tickets_expected: Add tickets.sql and expected tests derived
	from old trac entries (#214) git-svn-id: http://svn.osgeo.org/postgis/trunk@4843
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/wmsservers.sql, regress/wmsservers_expected: Add
	identifying lines to SQL so that error lines are easier to find.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4842
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in: Remove trailing space from libname git-svn-id: http://svn.osgeo.org/postgis/trunk@4841
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in: Add in hack to match the library .so
	substition name to the one produced by a particular PgSQL version.
	(#219) git-svn-id: http://svn.osgeo.org/postgis/trunk@4840
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in, regress/wmsservers.sql,
	regress/wmsservers_expected: Add in tests for
	MapServer/Geoserver-style SQL calls. (#224) git-svn-id: http://svn.osgeo.org/postgis/trunk@4839
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make scripts version independent of library
	micro-version.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4838
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, utils/read_scripts_version.pl: Make
	POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of the SQL
	input files. (#242) git-svn-id: http://svn.osgeo.org/postgis/trunk@4837
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* postgis/postgis.sql.in.c, regress/Makefile.in,
	regress/dumppoints.sql, regress/dumppoints_expected: Ticket #76.  - added a modified version of a plpgsql implementation for
	ST_DumpPoints() proposed by Maxime van Noppen.  - added regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@4836
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: Make an unknown geography SRID
	translate to a 4326 geometry SRID during a cast (#298) git-svn-id: http://svn.osgeo.org/postgis/trunk@4835
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: forgot availability note git-svn-id: http://svn.osgeo.org/postgis/trunk@4834
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Regina Obe <lr@pcorp.us>

	* doc/reference_constructor.xml: fix typos in ST_MakeEnvelope (at
	least he tries  :) ) git-svn-id: http://svn.osgeo.org/postgis/trunk@4833
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_constructor.xml, regress/regress.sql,
	regress/regress_expected: Add doco and regression tests for
	ST_MakeEnvelope() (#199) git-svn-id: http://svn.osgeo.org/postgis/trunk@4832
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c: Add
	ST_MakeEnvelope() constructor, terse function for making bbox
	polygons. (#199) git-svn-id: http://svn.osgeo.org/postgis/trunk@4831
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest_subset.sql.xsl: revise to deal with
	boolean arguments git-svn-id: http://svn.osgeo.org/postgis/trunk@4830
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Update geography transform
	description to reflect new cowboy transform hack strategy :).  Need
	to update functions as well once Olivier has stopped kicking dust.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4829
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: More encouragement to use GEOS 3.2 :) git-svn-id: http://svn.osgeo.org/postgis/trunk@4827
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: get rid of reference to loading
	geography.sql (now integrated in postgis.sql) git-svn-id: http://svn.osgeo.org/postgis/trunk@4826
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/Makefile.in, doc/postgis.xml, doc/reference.xml: revert
	Makefile.in reference.xml and postgis.xml to r4816. Need to fix
	NewFunction reference to go further :( git-svn-id: http://svn.osgeo.org/postgis/trunk@4824
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c, postgis/lwgeom_transform.c: 
	Cowboy triumphs. (#304) git-svn-id: http://svn.osgeo.org/postgis/trunk@4823
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Actually use Antarctic
	stereographic for antarctic points. (#304) git-svn-id: http://svn.osgeo.org/postgis/trunk@4822
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/Makefile.in: Add final semicolon. Remove useless copy related
	to reference.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@4821
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/Makefile.in: Add forgotten .xml (in pdf rule) git-svn-id: http://svn.osgeo.org/postgis/trunk@4820
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/Makefile.in: Add forgotten .xml in postgis-out rule git-svn-id: http://svn.osgeo.org/postgis/trunk@4819
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/Makefile.in: Update Makefile rules, related to reference.xml
	split (r4817) git-svn-id: http://svn.osgeo.org/postgis/trunk@4818
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/postgis.xml, doc/reference.xml, doc/reference_accessor.xml,
	doc/reference_constructor.xml, doc/reference_editor.xml,
	doc/reference_exception.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_transaction.xml: Split reference.xml on several sub
	files (upon sect1). Use entity to avoid redundant compliant/support
	text (SFS, SQL/MM, Z/M dimensions, Curve support) git-svn-id: http://svn.osgeo.org/postgis/trunk@4817
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql.c: Handle odd ArcMap
	scinotation for large ints. (#38) git-svn-id: http://svn.osgeo.org/postgis/trunk@4816
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Add locale handling by setting to 'C' (#303) git-svn-id: http://svn.osgeo.org/postgis/trunk@4815
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_btree.c: Make the _cmp and _eq methods use the
	same equality conditions so that indexed and unindexed answers will
	be the same. (#292) git-svn-id: http://svn.osgeo.org/postgis/trunk@4814
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Move the polar stereographic line
	a little further north in bestsrid. (#304) git-svn-id: http://svn.osgeo.org/postgis/trunk@4812
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-14  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: missing ST_DWithin geography spheroid proto git-svn-id: http://svn.osgeo.org/postgis/trunk@4810
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c, postgis/postgis_drop.sql.in.c,
	utils/postgis_proc_upgrade.pl: Add testing and drop deprecated
	functions (#202) git-svn-id: http://svn.osgeo.org/postgis/trunk@4806
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, utils/postgis_proc_upgrade.pl: Build out
	version specific upgrade scripts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4804
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c, postgis/sqldefines.h.in,
	utils/postgis_proc_upgrade.pl: First baby steps towards
	version-specific loader git-svn-id: http://svn.osgeo.org/postgis/trunk@4803
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-13  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: libxml preferable git-svn-id: http://svn.osgeo.org/postgis/trunk@4802
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-13  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: fix Paul's bad spelling, add KML in output
	list, link to what's new in PostGIS 1.5 section, GEOS 3.2 preferred git-svn-id: http://svn.osgeo.org/postgis/trunk@4801
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-13  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: fix formatting in ST_LineCrossingDirection
	(replace tabs with spaces)-- show new corrected output after #272 -
	should be negatively symmetric fix git-svn-id: http://svn.osgeo.org/postgis/trunk@4795
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: Walk back function deletions of ST_
	functions under types and operators, these can't be dropped during
	an in-place upgrade, *sigh*. (#195) git-svn-id: http://svn.osgeo.org/postgis/trunk@4794
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/lwgeom_gist.c: Remove
	old version ifdefs for versions < PgSQL 8.3 (#290) git-svn-id: http://svn.osgeo.org/postgis/trunk@4793
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
	regress/regress_expected: Update behavior of lwgeom_same to match
	"orderingequals" semantics (#289) git-svn-id: http://svn.osgeo.org/postgis/trunk@4789
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Slightly loosen equality tolerance check
	for point in cone... does this fix cunit regressions? git-svn-id: http://svn.osgeo.org/postgis/trunk@4788
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h: Simplify code and
	improve consistency of linecrossing results (#272) git-svn-id: http://svn.osgeo.org/postgis/trunk@4786
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_btree.c: Remove GisT headers from file and set
	keywords.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4784
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_btree.c: Make the = operator do a pure equality
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@4783
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/geography.sql.in.c,
	postgis/geography_btree.c: Stub implementation of ordering operators
	(#292) git-svn-id: http://svn.osgeo.org/postgis/trunk@4779
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, postgis/geography.h,
	postgis/geography.sql.in.c, postgis/geography_gist.c,
	postgis/geography_measurement.c: Apply handling for EMPTY geometries
	to all geography functions per the DevWikiEmptyGeometry page.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4778
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: put logic to recognize boolean
	and KML text args.  Exclude ST_GeomFromKML and ST_GeomFromGML from
	testing until crashing problem under mingw is resolved.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4777
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: put availability note first in
	what's new for 1.5.  Some of the functions aren't new but support
	geography or have behavior change.  Easier if that note comes first.
	Will change for prior what's new later if this looks okay.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4774
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: using (T) to denote Paul's
	transform hacks and noting what that (T) means.  Will eventually use
	to generate super duper function compare matrix :) git-svn-id: http://svn.osgeo.org/postgis/trunk@4773
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Put in ST_Intersection proto for geography git-svn-id: http://svn.osgeo.org/postgis/trunk@4772
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: add ST_Intersects proto for geography git-svn-id: http://svn.osgeo.org/postgis/trunk@4771
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Add ST_GeomFromKML, add some grammar
	corrections to ST_GeomFromGML git-svn-id: http://svn.osgeo.org/postgis/trunk@4770
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/Makefile.in, postgis/lwgeom_in_kml.c,
	postgis/postgis.sql.in.c, regress/Makefile.in, regress/in_kml.sql,
	regress/in_kml_expected: Initial version of ST_GeomFromKML function
	and related units tests git-svn-id: http://svn.osgeo.org/postgis/trunk@4769
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c: remove an unused var. minor comment
	change git-svn-id: http://svn.osgeo.org/postgis/trunk@4768
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-08  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference.xml: Complete ST_GeomFromGML documentation. Add
	ST_GMLToSQL documentation entry. (Please tks to read back as my
	english grammar is far to be perfect) git-svn-id: http://svn.osgeo.org/postgis/trunk@4767
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: Remove TODO items that have actually been done.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4766
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Make the configure-time test for PgSQL version check
	for 8.3+ (#290) git-svn-id: http://svn.osgeo.org/postgis/trunk@4765
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/run_test: Drop database when function loads fail in
	regression tests. (#77) git-svn-id: http://svn.osgeo.org/postgis/trunk@4764
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_gist.c, postgis/postgis.sql.in.c,
	postgis/sqlmm.sql.in.c, regress/regress.sql,
	regress/regress_expected: Make ~= be a bounding box only operator
	and upgrade ST_Equals() and ST_OrderingEquals() to match the new
	behavior. Update regression tests to match new behavior. (#282) See
	also #289 for an odd quirk discovered while updating regression
	tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4763
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Add text wrappers to functions we
	commonly expect people to call with text arguments but expect
	implicit casting to geometry. (#252) git-svn-id: http://svn.osgeo.org/postgis/trunk@4762
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/lwgeodetic.c: Fix for point-on-vertex case of st_covers
	(#271) git-svn-id: http://svn.osgeo.org/postgis/trunk@4761
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/read_scripts_version.pl: Utility to read svn revision
	numbers from SQL scripts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4760
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-06  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: finalize Xlink support (GML SF-2 fully
	compliant). Fix typo on PointProperty/Point. Few comments and style
	corrections. Update unit tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4759
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, postgis/postgis.sql.in.c: Make geography.sql
	part of the standard postgis.sql build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4758
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis, doc/installation.xml, doc/release_notes.xml,
	postgis/geography.sql.in.c, postgis/postgis.sql.in.c: Add costs to
	CPU intensive C functions and update doco to ensure 8.3 is the
	referenced minimum PgSQL version. (#230) git-svn-id: http://svn.osgeo.org/postgis/trunk@4757
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference.xml: Update documentation for those functions
	affected by RFC3. They are all internal functions that are going to
	disappear in 2.0, might be better to simply remove them, but for
	now...  git-svn-id: http://svn.osgeo.org/postgis/trunk@4755
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_ogc.c, postgis/postgis.sql.in.c: Fix for #157,
	ST_GeometryType output doesn't correctly identify curved geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@4752
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/regress_lrs_expected: Fix for new LRS regression (#283) git-svn-id: http://svn.osgeo.org/postgis/trunk@4751
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c, postgis/postgis.sql.in.c,
	postgis/sqlmm.sql.in.c, regress/regress.sql,
	regress/regress_expected, regress/regress_ogc.sql,
	regress/regress_ogc_expected: Implement RFC3 (#195) git-svn-id: http://svn.osgeo.org/postgis/trunk@4750
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_gml.c: Some initializations and a null pointer
	avoidance test (#273) git-svn-id: http://svn.osgeo.org/postgis/trunk@4749
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/lwgeom_geos.c: Add
	ST_Intersection() and ST_Intersects() for geography.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4748
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_restore.pl: Remove createdb_opt lines from psql and
	createlang calls. (#228) git-svn-id: http://svn.osgeo.org/postgis/trunk@4746
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_lrs.c: Make non-M attempts to run LRS
	functions error out instead of return NULL (#113) git-svn-id: http://svn.osgeo.org/postgis/trunk@4745
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_in_gml.c: Fix for #273? Some unitialized variables
	may have been causing problems. Initializing them fixed this problem
	for me.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4744
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos.c: Fix hausdorf crasher (#279) git-svn-id: http://svn.osgeo.org/postgis/trunk@4743
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/wktparse.lex: revert wrong commit (r4741) on
	wktparse.lex file git-svn-id: http://svn.osgeo.org/postgis/trunk@4742
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/wktparse.lex, postgis/lwgeom_in_gml.c,
	regress/in_gml.sql, regress/in_gml_expected: Allow a double to not
	have digit after dot (related to #175). Update unit test case git-svn-id: http://svn.osgeo.org/postgis/trunk@4741
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lex.yy.c, liblwgeom/wktparse.lex: Fix for #175, numbers
	with a terminal decimal won't parse.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4739
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: amend ST_Length to include use_spheroid proto
	and amend examples to state new default behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@4737
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_gist.c: Allow ~= operator to recheck, per #253.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4736
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: type correction in ST_BuildArea output.  Add
	additional proto to ST_Area and correct the example to show the new
	spheroid measurement default git-svn-id: http://svn.osgeo.org/postgis/trunk@4735
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c: Give priority to gml namespace attribute
	if any. Apply a fix on ring incrementation (Surface/interior) git-svn-id: http://svn.osgeo.org/postgis/trunk@4734
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_measurement.c: 
	Change ST_Area(geog) to defaul to spheroid calculation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4733
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Remove unit
	test failure cases in 32-bit architectures. Now have to test
	correctness of algorithms on test data in 64-bit environment.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4732
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Initial support of Xlink. Add related units
	tests. Few cleaning git-svn-id: http://svn.osgeo.org/postgis/trunk@4731
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Olivier Courtin <olivier.courtin@camptocamp.com>

	* configure.ac: Add xpath headers support for libxml2 git-svn-id: http://svn.osgeo.org/postgis/trunk@4730
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	liblwgeom/lwspheroid.c: File headers and property setting.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4729
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Add in handlers to avoid sheroid
	area cases we currently cannot handle.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4728
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference.xml: Slight change in ST_Area wording.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4727
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: amend distance proto and example -- now we
	default to spheroid git-svn-id: http://svn.osgeo.org/postgis/trunk@4726
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Add namespace support. Add pointProperty
	and pointRep support. Fix pos and posList spaces inside coordinates
	issue. Comments update. Update unit tests git-svn-id: http://svn.osgeo.org/postgis/trunk@4725
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: get rid of extra para tag git-svn-id: http://svn.osgeo.org/postgis/trunk@4724
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: more typo fixing git-svn-id: http://svn.osgeo.org/postgis/trunk@4723
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4722
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Document ST_Buffer for geography and caveats git-svn-id: http://svn.osgeo.org/postgis/trunk@4721
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwspheroid.c: Re-enable
	other geodetic unit tests and remove Java code block.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4720
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/g_box.c, liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
	postgis/geography.h, postgis/geography.sql.in.c,
	postgis/geography_measurement.c: First cut of ST_Area(geography) on
	spheroid. Currently not default, use ST_Area(geog, true) to enable
	it. Beware of limitations over poles and eequator.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4719
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-02  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: minor corrections to
	ST_distance_sphere/spheroid descriptions git-svn-id: http://svn.osgeo.org/postgis/trunk@4717
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-11-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: amend doc for st_distance_sphere,
	st_distance_spheroid to reflect expanded support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4716
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_spheroid.c: Make distance_spher(oid) functions a
	little more type safe.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4713
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_spheroid.c, postgis/postgis.sql.in.c: Update
	distance_sphere and distance_spheroid to back onto new geodetic
	handlers and support generic geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4712
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_inout.c: Tighten up geometry->geography case
	(#265) git-svn-id: http://svn.osgeo.org/postgis/trunk@4711
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/libgeom.h, liblwgeom/liblwgeom.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
	liblwgeom/lwspheroid.h, postgis/geography.sql.in.c,
	postgis/geography_measurement.c: Add ST_Length() implementation on
	spheroid and rationalize the sphere/spheroid implementations into a
	smaller shared set of functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4710
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwspheroid.c, liblwgeom/lwspheroid.h,
	postgis/geography.h, postgis/geography.sql.in.c,
	postgis/geography_measurement.c: Add in spheroid calculations for
	ST_Distance and ST_DWithin.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4709
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-30  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Add link to new compatibility matrix git-svn-id: http://svn.osgeo.org/postgis/trunk@4708
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql: Change dimension to
	srsDimension (GML 3.1.1) git-svn-id: http://svn.osgeo.org/postgis/trunk@4705
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_gml.c, regress/gml_expected: Change attribute
	dimension into srsDimension (GML 3.1.1), cf #276 git-svn-id: http://svn.osgeo.org/postgis/trunk@4704
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwspheroid.c: Minor changes for numerical stability.
	Remove logging.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4702
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.h: Increase precision of minor axis constant.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4701
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, liblwgeom/lwspheroid.c,
	liblwgeom/lwspheroid.h: Spheroid distance calculation between points
	added.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4700
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Add mixed GML srs support. Add ability to
	deal with lat/lon issue in GML 3. Fix GML collection units tests.
	Update units tests git-svn-id: http://svn.osgeo.org/postgis/trunk@4699
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_transform.c, postgis/lwgeom_transform.h: Expose
	transform_point, make_project and GetProj4StringSPI. Creation of
	lwgem_transform.h git-svn-id: http://svn.osgeo.org/postgis/trunk@4698
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/kml_expected: Update unit test result, related to error
	message change (r4662 in lwgeom_transform.c) git-svn-id: http://svn.osgeo.org/postgis/trunk@4697
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_gml.c, regress/gml.sql, regress/gml_expected: Add
	attribute dimension in gml:pos and gml:posList. Fix
	geometrycollection invalid GML output. Update units test. Cf #276 git-svn-id: http://svn.osgeo.org/postgis/trunk@4696
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_gist.c: Note why the penalty function was
	changed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4694
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_gist.c: Remove overly clever penalty calculation
	and improve index structure a lot! git-svn-id: http://svn.osgeo.org/postgis/trunk@4693
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_gist.c: Fill in actual error condition git-svn-id: http://svn.osgeo.org/postgis/trunk@4692
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_gist.c, postgis/geography_measurement.c: Fix
	error in picksplit routine, perhaps will fix balance problem.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4691
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: slight attribution update git-svn-id: http://svn.osgeo.org/postgis/trunk@4690
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: minor update to release notes (copying
	content from branch 1.3 not in trunk) git-svn-id: http://svn.osgeo.org/postgis/trunk@4689
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: switch pretty tag back to credits -- already
	linked in reference.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@4687
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: update credits to include breakout of PSC
	and bump up people with commit access and currently committing work git-svn-id: http://svn.osgeo.org/postgis/trunk@4686
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: copy release notes text from branch 1.4
	which is strangely more up to date.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4684
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-28  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml, doc/reporting.xml: correct links to postgis
	bug tracker and subversion repository.  Also amend the release_notes
	section to reflect newer version changes git-svn-id: http://svn.osgeo.org/postgis/trunk@4683
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-27  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_export.h, postgis/lwgeom_geojson.c,
	postgis/lwgeom_gml.c, postgis/lwgeom_kml.c, postgis/lwgeom_svg.c: 
	Fix huge number overflow in export functions, cf #277 git-svn-id: http://svn.osgeo.org/postgis/trunk@4682
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-24  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Add multi data coordinates support. Add
	unit test case data_1 git-svn-id: http://svn.osgeo.org/postgis/trunk@4680
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-24  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: Add ptarray_merge
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@4679
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Update personal information.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4677
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: typo in example git-svn-id: http://svn.osgeo.org/postgis/trunk@4676
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: put in availability note for ST_GeomFromGML,
	link back from ST_AsGML, note about libxml2 required git-svn-id: http://svn.osgeo.org/postgis/trunk@4675
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: Preliminary documentation
	for ST_GeomFromGML and logic to support gml input parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@4672
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_in_gml.c, regress/in_gml.sql,
	regress/in_gml_expected: Use ptarray_isclosed3d to check if 3D rings
	are closed also on Z. Update units tests cases git-svn-id: http://svn.osgeo.org/postgis/trunk@4671
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-22  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/liblwgeom.h, liblwgeom/ptarray.c: Add ptarray_isclosed3d
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@4670
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-20  Regina Obe <lr@pcorp.us>

	* configure.ac: fix typo in libxml deactivated notice git-svn-id: http://svn.osgeo.org/postgis/trunk@4669
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis_config.h.in: Add HAVE_LIBXML2 git-svn-id: http://svn.osgeo.org/postgis/trunk@4668
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/Makefile.in, postgis/lwgeom_in_gml.c,
	postgis/postgis.sql.in.c, regress/Makefile.in, regress/in_gml.sql,
	regress/in_gml_expected: Add initial version of GeomFromGML
	function, and units tests cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4667
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* configure.ac, postgis/sqldefines.h.in: Add libxml2 support (needed
	by GeomFromGML) git-svn-id: http://svn.osgeo.org/postgis/trunk@4666
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update to include ST_Length for geography git-svn-id: http://svn.osgeo.org/postgis/trunk@4665
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_measurement.c,
	postgis/lwgeom_transform.c: Add _ST_BestSRID(Geography) utility
	function to support ST_Buffer(geography, radius) hack that casts
	back and forth to geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4664
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_transform.c: Add in support for magic srid numbers
	that will always be available for UTM WGS84 and polar stereography.
	Will be used in wrappers that allow geometry functions to be applied
	to geography.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4663
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, postgis/geography.sql.in.c,
	postgis/geography_measurement.c: ST_Length(geography) per #266 git-svn-id: http://svn.osgeo.org/postgis/trunk@4662
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_gist.c, postgis/lwgeom_gist.c: Muck with index
	logging code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4661
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_estimate.c: Fix the geography <column> &&
	<column> selectivity code. Now the answers between geometry and
	geography are reasonably similar :) git-svn-id: http://svn.osgeo.org/postgis/trunk@4660
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* utils/test_geography_joinestimation.pl: Commit a first-hack
	attempt at a script to test the geography join estimation code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4659
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* utils/test_joinestimation.pl: Change "Mixed Geometry Types"
	message into a warning rather than an error in the existing join
	estimation test script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4658
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: revise to test && against
	table and also put in some floating points to make tests more
	interesting git-svn-id: http://svn.osgeo.org/postgis/trunk@4657
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-16  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c: #269 get rid of geography -> geometry
	implicit to make it an explicit cast git-svn-id: http://svn.osgeo.org/postgis/trunk@4656
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-16  Sandro Santilli <strk@kbt.io>

	* loader/README.shp2pgsql, loader/shp2pgsql.c: Tell what the default
	is for -N in help output and README file git-svn-id: http://svn.osgeo.org/postgis/trunk@4655
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/cunit/cu_libgeom.c, liblwgeom/libgeom.h,
	postgis/geography_inout.c: Update the TYPMOD_SET_* macros in the
	same way as for the FLAGS_SET_* macros earlier, so that they
	actually change the variable they reference.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4654
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* utils/test_geography_estimation.pl: Add (slightly hacked) version
	of geography selectivity test script to the repo.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4653
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* utils/test_estimation.pl: Fix test_estimation.pl script so it
	doesn't require oids - no-one uses these in the 21st century...  git-svn-id: http://svn.osgeo.org/postgis/trunk@4652
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/g_coord.c, liblwgeom/g_serialized.c, liblwgeom/g_util.c,
	liblwgeom/libgeom.h, postgis/geography_estimate.c,
	postgis/geography_gist.c, postgis/geography_inout.c: Alter the
	FLAGS_SET_* macros so that they actually update the specified flag
	variable, rather than just returning the new value of the flag
	variable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4651
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_estimate.c: Fix for column intersection
	geography queries sometimes returning "lwgeom_get_gbox_geodetic:
	non-geodetic gbox provided" during execution - a missing
	initialisation bug.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4650
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography.sql.in.c: Re-enable ANALYZE hook, now that it
	doesn't crash upon loading Paul's test dataset anymore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4649
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_estimate.c: Don't use the default (integer)
	version of abs() during floating point calculations...  git-svn-id: http://svn.osgeo.org/postgis/trunk@4648
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Much better fix for NaN area problem.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4647
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: HAck fix for NaN areas.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4646
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c: Don't copy bboxes from lwgeom to
	gserialized when working with geodetics. (#263) git-svn-id: http://svn.osgeo.org/postgis/trunk@4640
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update to include ST_Covers geography git-svn-id: http://svn.osgeo.org/postgis/trunk@4639
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update ST_Area with geography examples git-svn-id: http://svn.osgeo.org/postgis/trunk@4638
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c, postgis/geography_inout.c: Add
	geometry(geography) case per #257 git-svn-id: http://svn.osgeo.org/postgis/trunk@4637
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Fix
	ST_Area(geography) calculation to be more... correct.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4636
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeom.c, liblwgeom/measures.c,
	postgis/geography.sql.in.c, postgis/geography_measurement.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_functions_basic.c: Add
	implementation for ST_Covers(geography, geography) in
	point-in-polygon case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4635
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c: Fix incorrect use of flags macros git-svn-id: http://svn.osgeo.org/postgis/trunk@4634
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c: One more fix for #260.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4633
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c: Fix for #261 (spurious dimension difference
	errors) git-svn-id: http://svn.osgeo.org/postgis/trunk@4632
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-09  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Put in proto for ST_Area(geography).  Still
	need to put in example but my ST_Area is non-existent will
	double-check why.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4631
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
	postgis/geography.sql.in.c, postgis/geography_measurement.c: Add
	ST_PointOutside() function for testing purposes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4630
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Make geographic point initialization
	slightly more efficient (avoid doing it twice for each vertex) git-svn-id: http://svn.osgeo.org/postgis/trunk@4629
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_measurement.c: Make error messages slightly less
	opaque git-svn-id: http://svn.osgeo.org/postgis/trunk@4628
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Comment out analyze argument in
	geometry type creation -- it is causing a crash for me when loading
	my test data tables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4627
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.h: Change radius figure to common average.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4626
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Reformat SQL lines with tabs git-svn-id: http://svn.osgeo.org/postgis/trunk@4625
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Regina Obe <lr@pcorp.us>

	* doc/README: revise readme to include link to instructions for
	garden test git-svn-id: http://svn.osgeo.org/postgis/trunk@4624
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest_subset.sql.xsl: Revise to have function
	list past in as arg to xsltproc git-svn-id: http://svn.osgeo.org/postgis/trunk@4623
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_estimate.c: Commit first attempt at working
	geography index selectivity - the conversion should be there,
	however it needs some kind of test harness to verify some of the
	results.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4622
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h, postgis/Makefile.in,
	postgis/geography.sql.in.c, postgis/{geography_distance.c =>
	geography_measurement.c}: ST_Area(geography) implementation and SQL
	bindings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4621
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/libgeom.h,
	postgis/geography_distance.c: Make the calculation of gboxes a
	little simpler in the db level code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4620
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_accum.c, postgis/lwgeom_functions_basic.c: Fix
	#179: ST_MakeLine and ST_MakeLine_Garry crash server with null
	arrays again. There was another non-NULL safe array iterator within
	LWGEOM_makeline_garray.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4618
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-07  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: Add table with multiple
	nulls to garden of geometries.  Evidentally -- there are some NULL
	bugs that escape trapping with just a single null geometry in the
	table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4617
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-07  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: flip order of ST_Relate protos as Martin
	observes it doesn't match our description git-svn-id: http://svn.osgeo.org/postgis/trunk@4615
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Put prototypes
	into place git-svn-id: http://svn.osgeo.org/postgis/trunk@4614
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c: 
	Change from pass by reference to pass by value git-svn-id: http://svn.osgeo.org/postgis/trunk@4613
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Short circuit the edge intersection test
	when the gboxes are disjoint git-svn-id: http://svn.osgeo.org/postgis/trunk@4612
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_estimate.c: First attempt at porting the
	estimate_selectivity() function to handle 3 dimensions. Note this is
	mostly untested at the moment, as this is only the function that
	cuts the relevant section out of the histogram. We still need to
	plug this into the PostgreSQL infrastructure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4611
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_geos.c: Fix #258: ST_HausdorffDistance crashes
	server. Another geometry free typo (same as #241) in both
	st_hausdorffdistance() and st_hausdorffdistancedensify().  git-svn-id: http://svn.osgeo.org/postgis/trunk@4610
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_functions_analytic.c: Fix #241:
	ST_LineCrossingDirection Server Crash (Segfault) caused by a typo
	freeing the wrong parameter.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4608
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: Put NULL safety tests
	back in now that Mark has fixed aggregate collection bug git-svn-id: http://svn.osgeo.org/postgis/trunk@4607
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Regina Obe <lr@pcorp.us>

	* liblwgeom/cunit/cu_geodetic.c: Turn of Paul's accidental commit of
	fanboy mac enabled random test git-svn-id: http://svn.osgeo.org/postgis/trunk@4606
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgeodetic.c: Fix compilation bug when debug is enabled.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4605
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_accum.c, postgis/lwgeom_functions_basic.c: Fix
	another non-NULL safe array iteration within LWGEOM_collect_garray,
	as discovered by Regina's torture tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4604
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in: Move CFLAGS after the PGXS include directive,
	so that the autotools configuration doesn't getting overwritten by
	the PGXS version. Required when passing custom compiler f lags into
	PostGIS as reported by William Kyngesburye.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4602
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, postgis/geography_distance.c: Make
	db implementation consistent with liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@4600
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/libgeom.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Change signatures
	for lwgeom distance sphere git-svn-id: http://svn.osgeo.org/postgis/trunk@4599
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
	liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c: New point-outside
	routine, and allow distances against empty geometries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4598
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: updated ST_IsValid's reference to the OGC
	specs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4597
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: More test cases in
	there (but turned off, because they fail :( git-svn-id: http://svn.osgeo.org/postgis/trunk@4596
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Add untested new
	p-i-p approach for more testing later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4595
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_estimate.c: Commit first attempt at a multi-D
	statistics histogram builder. Note that while geodetic data is
	inherently 3D, the builder also contains code to handle lower
	dimension cartesian coordinates, which should make porting to
	ggeometry easier at a later date. At the moment there are no
	selectivity routines which actually use the histograms for real
	queries, however a reasonably convincing histogram is created in
	pg_statistic and all regression tests pass here.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4594
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Increase precision.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4593
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Add another printing block git-svn-id: http://svn.osgeo.org/postgis/trunk@4592
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: more errors in my logic git-svn-id: http://svn.osgeo.org/postgis/trunk@4591
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: more corrections git-svn-id: http://svn.osgeo.org/postgis/trunk@4590
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: Added new point-on-edge routine still no joy
	on bad test case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4589
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Add another test case that needs
	resolution git-svn-id: http://svn.osgeo.org/postgis/trunk@4588
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Add SQL bindings for selectivity
	functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4587
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* install-sh: revert to previous version git-svn-id: http://svn.osgeo.org/postgis/trunk@4586
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* install-sh, liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/lwgeodetic.c, postgis/geography.sql.in.c,
	postgis/geography_distance.c, postgis/geography_estimate.c,
	postgis/geography_gist.c: Some fixes to the ST_DWithin code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4585
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-02  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl,
	doc/xsl/postgis_gardentest_subset.sql.xsl: more changes to better
	test geography git-svn-id: http://svn.osgeo.org/postgis/trunk@4584
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: cosmetic change to tolerance args for
	ST_DWithin git-svn-id: http://svn.osgeo.org/postgis/trunk@4583
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-02  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: put create table examples in
	program listing tag git-svn-id: http://svn.osgeo.org/postgis/trunk@4582
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: add geography proto for ST_DWithin, also fill
	in some availability marks forgotten.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4581
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Add geography example for ST_Distance, more
	geometry examples and amend to reflect its in meters git-svn-id: http://svn.osgeo.org/postgis/trunk@4580
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.h, postgis/geography.sql.in.c,
	postgis/geography_distance.c, postgis/geography_gist.c,
	postgis/geography_inout.c: Largely untested implementation of
	ST_DWithin(geography, geography).  We're in business baby! git-svn-id: http://svn.osgeo.org/postgis/trunk@4579
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-02  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: typo in help message git-svn-id: http://svn.osgeo.org/postgis/trunk@4578
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.h, postgis/geography_distance.c: Make the units
	of st_distance(geography, geography) meters git-svn-id: http://svn.osgeo.org/postgis/trunk@4577
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Fix boner error git-svn-id: http://svn.osgeo.org/postgis/trunk@4576
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: typos git-svn-id: http://svn.osgeo.org/postgis/trunk@4575
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: put in ST_Distance proto for geography so can
	test it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4574
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, postgis/Makefile.in, postgis/geography.h,
	postgis/geography.sql.in.c, postgis/geography_distance.c,
	postgis/geography_gist.c: ST_Distance(geography, geography) roughed
	in. Small detail, currently returns answers in radians. :) git-svn-id: http://svn.osgeo.org/postgis/trunk@4573
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/libgeom.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Add polygon/point
	distance and tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4572
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Wow, error that only showed up in
	MinGW, but totally an error. I wonder why my test passed this...
	clean memory I guess.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4571
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-10-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/libgeom.h, liblwgeom/lwgeodetic.c: lwgeom sphere distance
	function and tests for point/linestring git-svn-id: http://svn.osgeo.org/postgis/trunk@4570
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h, liblwgeom/lwgeom.c: 
	Roughing in lwgeom distance machinery now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4569
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h: Add
	edge-edge distance tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4568
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: Add return value for point of closest
	approach on arc/edge distance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4567
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Add edge-to-point
	distance calculation and tests git-svn-id: http://svn.osgeo.org/postgis/trunk@4566
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Remove CPU
	intensive test and add some lat/lon utility functions git-svn-id: http://svn.osgeo.org/postgis/trunk@4565
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Make
	point-in-edge test even looser (fp tolerance factor) git-svn-id: http://svn.osgeo.org/postgis/trunk@4564
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Move defines around a bit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4563
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Add some debugging blocks for later git-svn-id: http://svn.osgeo.org/postgis/trunk@4562
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Add in
	special case test for parallel / equal edges.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4561
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Whoops, make sure we test all our
	test cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4560
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Make random brute force test a
	compile-time option.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4559
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c: Add more
	test cases for geocentric bbox calculation and make 'in cone' test
	inclusive of end points.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4558
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: more fixes to make geography
	friendly git-svn-id: http://svn.osgeo.org/postgis/trunk@4557
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@4556
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: add missing newline at end of error message
	(utf8/iconv) git-svn-id: http://svn.osgeo.org/postgis/trunk@4555
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Re-enable all geodetic tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4554
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Add some
	extra comments git-svn-id: http://svn.osgeo.org/postgis/trunk@4553
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: astyle the work thus far git-svn-id: http://svn.osgeo.org/postgis/trunk@4552
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: Flip the clairaut calculations to return
	both top and bottom in one go.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4551
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic_data.h: 
	Remove old GBOX test answers (some were wrong!) in favor of actual
	slow calculations git-svn-id: http://svn.osgeo.org/postgis/trunk@4550
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Add randomized box maker/checker...
	still some small errors? git-svn-id: http://svn.osgeo.org/postgis/trunk@4549
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Make polygon pole check a little more
	general.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4548
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: All bbox test cases
	now pass. Suck on that! git-svn-id: http://svn.osgeo.org/postgis/trunk@4547
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: remove null geometry from
	testing until we fix aggregate null crashing bug.  Also fix
	multipolygonz and m not returning those geometry types.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4546
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Remove un-used
	function from testing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4544
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: Work on making "on edge" test more reliable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4543
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwcollection.c, regress/regress.sql,
	regress/regress_expected: Ensure lwcollection_segmentize2d always
	return a NEW geometry. Fixes ticket #254. Add regression test for
	that bug.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4542
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add missing
	protos for geography for ST_AsKML, ST_AsGeoJSON, ST_AsSVG, ST_AsGML.
	Revise xml parser special index generator to not dupe when multiple
	protos with geography git-svn-id: http://svn.osgeo.org/postgis/trunk@4541
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Regina Obe <lr@pcorp.us>

	* postgis/geography.sql.in.c: Put in overload text for ST_AsText and
	ST_AsBinary to prevent the function .. is not unique when passing in
	text (unknown) rep of a geometry.  Still need to do this for
	ST_AsKML etc. that Olivier just put in.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4540
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/using_postgis_dataman.xml: Update documentation related to
	geography typmod export functions (r4535, r4536) git-svn-id: http://svn.osgeo.org/postgis/trunk@4539
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-29  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml, doc/xsl/postgis_aggs_mm.xml.xsl: 
	Add a new special index section to collect functions that take as
	input or output geography data type.  Also give pretty anchor to
	PostGIS Geography section git-svn-id: http://svn.osgeo.org/postgis/trunk@4538
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: Test re-org and
	first cut at edge intersection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4537
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-28  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/geography.sql.in.c: A forgot prototype in ST_AsGeoJson
	export function git-svn-id: http://svn.osgeo.org/postgis/trunk@4536
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-28  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/Makefile.in, postgis/geography.sql.in.c,
	postgis/geography_inout.c, postgis/lwgeom_export.c,
	postgis/lwgeom_export.h, postgis/lwgeom_geojson.c,
	postgis/lwgeom_gml.c, postgis/lwgeom_kml.c, postgis/lwgeom_svg.c: 
	Add geography typmod support for export functions (ST_AsGML,
	ST_AsGeoJson, ST_KML, St_AsSVG). Create lwgeom_export.c and
	lwgeom_export.h to factorize common export functions routines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4535
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-25  Regina Obe <lr@pcorp.us>

	* liblwgeom/libgeom.h: remove regex.h include per Nicklas
	observation its still in there.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4533
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography.sql.in.c: Add SQL def'n for geography_analyze
	function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4532
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: another typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4531
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: missing spots for geography.sql and
	postgis_comments.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@4530
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: correct typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4529
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: start putting in geography functions git-svn-id: http://svn.osgeo.org/postgis/trunk@4528
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h: Commit fix to LW_ABS() macro as discovered
	by Nicklas Aven.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4527
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/Makefile.in, postgis/geography.sql.in.c,
	postgis/geography_estimate.c: Add the basic machinery to call a
	function when running VACUUM ANALYZE on a geography column - the
	more interesting parts are yet to come ;) git-svn-id: http://svn.osgeo.org/postgis/trunk@4526
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: get rid of things like invalid
	coords for 4326 space tripping up geography testing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4525
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/g_util.c: Oops - forgot to bump the array indices on the
	last commit :( git-svn-id: http://svn.osgeo.org/postgis/trunk@4524
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Update installation to include geography.sql
	(yikes we still had install lwpostgis.sql -- no wonder people are so
	confused).  Also upped required to 8.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@4523
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: cut in Paul's geography.txt into
	the official docs.  Didn't notice it before :(.  We might need a
	whole new chapter for this to do it justice but will deal with
	formatting later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4522
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/g_util.c: Add missing geometry(m)(z) type missing from
	previous commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4521
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, liblwgeom/cunit/Makefile.in, liblwgeom/g_util.c,
	postgis/Makefile.in: Remove dependency on regex library by
	implementing the same functionality using standard C functions.
	Passes regression tests for me.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4520
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/geography_gist.c: Change signatures to use fewer pointers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4519
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_inout.c, postgis/lwgeom_geos_prepared.c: Update
	LWDEBUG(F)/POSTGIS_DEBUG(F) macro debug levels to follow the
	standard in postgis/DEBUG.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4518
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/geography_gist.c: Change macros to use capitalised names,
	as per standard C convention. This means it is possible at a glance
	to determine what is a macro and what is a function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4517
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-20  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml, doc/xsl/postgis_gardentest.sql.xsl: 
	fix typos and redundant things git-svn-id: http://svn.osgeo.org/postgis/trunk@4516
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-20  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/xsl/postgis_gardentest.sql.xsl: flag some
	operators that support geography, put in logic to test for geography
	marked functions git-svn-id: http://svn.osgeo.org/postgis/trunk@4515
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-20  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@4514
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-20  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: Make slot for geography data type
	and start filling in details git-svn-id: http://svn.osgeo.org/postgis/trunk@4513
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c: Clean up tests so they pass
	quietly. (#249) git-svn-id: http://svn.osgeo.org/postgis/trunk@4512
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-18  Regina Obe <lr@pcorp.us>

	* configure.ac, liblwgeom/cunit/Makefile.in, postgis/Makefile.in: 
	#250: Fix to get mingw to compile using conditional -lregex Had to
	change configure.ac too so -lregex is not put in if its built-in.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4511
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Revise garden test to include
	testing for creating geography types.  Still needs a bit more work.
	Also discovered more crashers to put in bug list (not all related to
	geography) git-svn-id: http://svn.osgeo.org/postgis/trunk@4510
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_serialized.c, postgis/lwgeom_functions_basic.c: Fix
	serialization problem with lwgeoms that have bboxes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4509
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_tester.c,
	liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
	liblwgeom/lwgeodetic.c: Clean up gbox serialization a little git-svn-id: http://svn.osgeo.org/postgis/trunk@4508
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add lwgeom_is_empty()
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@4507
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_serialized.c,
	liblwgeom/lwgeodetic.c: Work on tracking down bug in casting
	geometry->geography git-svn-id: http://svn.osgeo.org/postgis/trunk@4506
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c,
	liblwgeom/cunit/cu_geodetic_data.h, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeodetic.h: Fix some test cases crossing the date line git-svn-id: http://svn.osgeo.org/postgis/trunk@4505
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/g_box.c,
	liblwgeom/libgeom.h: Add gbox string constructor for testing
	purposes git-svn-id: http://svn.osgeo.org/postgis/trunk@4504
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/cunit/cu_tester.c, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: More tests pass git-svn-id: http://svn.osgeo.org/postgis/trunk@4503
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeodetic.c: Change back to less intensive cartesian
	clairaut git-svn-id: http://svn.osgeo.org/postgis/trunk@4502
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/g_box.c, liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h: 
	Fix errors in calculating geocentric bounds. Early test cases now
	pass! git-svn-id: http://svn.osgeo.org/postgis/trunk@4501
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_geodetic.c, liblwgeom/lwgeodetic.c: Hook
	geocentric calculation into gbox routines, start testing git-svn-id: http://svn.osgeo.org/postgis/trunk@4500
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_algorithm.h,
	liblwgeom/cunit/cu_geodetic.c, liblwgeom/cunit/cu_geodetic.h,
	liblwgeom/cunit/cu_libgeom.c, liblwgeom/cunit/cu_libgeom.h,
	liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_tester.c,
	liblwgeom/cunit/cu_tester.h, liblwgeom/g_box.c,
	liblwgeom/g_serialized.c, liblwgeom/libgeom.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h,
	postgis/geography_gist.c, postgis/geography_inout.c: Geocentric
	bounding box roughed in and compiles.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4499
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
	liblwgeom/liblwgeom_internal.h, liblwgeom/lwalgorithm.h,
	liblwgeom/lwgeodetic.c, liblwgeom/lwgeodetic.h, liblwgeom/lwgeom.c,
	postgis/geography_gist.c: Start the geodetic machinery. Add an
	internal API header for eventual API rationalisation git-svn-id: http://svn.osgeo.org/postgis/trunk@4498
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, postgis/geography_gist.c: Crib index
	penalty tweak from pgsphere.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4497
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h: Add FP_EQUALS and bracket arguments for a
	little extra safety git-svn-id: http://svn.osgeo.org/postgis/trunk@4496
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-14  Kevin Neufeld <kneufeld.ca@gmail.com>

	* postgis/postgis.sql.in.c: fix for POPULATE_GEOMETRY_COLUMNS -
	remove hard-coded "public" schema references.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4495
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/geography.txt, liblwgeom/Makefile.in,
	liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_libgeom.c,
	liblwgeom/cunit/cu_libgeom.h, liblwgeom/cunit/cu_tester.c,
	liblwgeom/g_box.c, liblwgeom/g_coord.c, liblwgeom/g_geometry.c,
	liblwgeom/g_ptarray.c, liblwgeom/g_serialized.c,
	liblwgeom/g_serialized.txt, liblwgeom/g_util.c,
	liblwgeom/libgeom.h, liblwgeom/liblwgeom.h,
	liblwgeom/lwcircstring.c, liblwgeom/lwgeodetic.c,
	liblwgeom/lwgeom.c, liblwgeom/lwline.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/lwutil.c, liblwgeom/ptarray.c,
	postgis/Makefile.in, postgis/geography.h,
	postgis/geography.sql.in.c, postgis/geography_gist.c,
	postgis/geography_inout.c, postgis/lwgeom_gist.c,
	postgis/sqlmm.sql.in.c, postgis/uninstall_long_xact.sql.in.c,
	postgis/uninstall_postgis.sql.in.c,
	postgis/uninstall_sqlmm.sql.in.c: Merge Paul's geodetic (geography)
	branch into trunk, as per discussions on postgis-devel. Most of the
	merge was automatic (albeit quite slow), with a few manual touch-ups
	where the merge algorithm couldn't handle this automatically. "make
	check" runs and passes, so I hope I haven't managed to break too
	much ;) git-svn-id: http://svn.osgeo.org/postgis/trunk@4494
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-12  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: formatting cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@4493
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-12  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_linecrossingdirection03.wkt,
	doc/html/image_src/st_linecrossingdirection04.wkt,
	doc/reference.xml: Add  more line crossings.  change tab to 4 spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@4492
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-12  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_linecrossingdirection01.wkt,
	doc/html/image_src/st_linecrossingdirection02.wkt,
	doc/html/image_src/styles.conf: define new styles mediumline and use
	those git-svn-id: http://svn.osgeo.org/postgis/trunk@4491
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-11  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_linecrossingdirection01.wkt,
	doc/html/image_src/st_linecrossingdirection02.wkt,
	doc/html/image_src/styles.conf, doc/reference.xml: add new
	st_linecrossing graphic, experiment with new style, put in informal
	table git-svn-id: http://svn.osgeo.org/postgis/trunk@4484
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-11  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_linecrossingdirection02.wkt,
	doc/reference.xml: incomplete finish later git-svn-id: http://svn.osgeo.org/postgis/trunk@4480
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-11  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_linecrossingdirection01.wkt: make arrow and
	start separate to see if it shows better git-svn-id: http://svn.osgeo.org/postgis/trunk@4479
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-11  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_linecrossingdirection01.wkt,
	doc/reference.xml: revise example so scales well on 200 x 200 grid git-svn-id: http://svn.osgeo.org/postgis/trunk@4478
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/generator.c, doc/html/image_src/styles.c: added
	a few comments to aid in image generation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4477
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_linecrossingdirection01.wkt: round digits git-svn-id: http://svn.osgeo.org/postgis/trunk@4475
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_linecrossingdirection01.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@4474
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_linecrossingdirection01.wkt: try geometry
	collection instead git-svn-id: http://svn.osgeo.org/postgis/trunk@4473
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_linecrossingdirection01.wkt: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@4472
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in: typo in makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@4471
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_linecrossingdirection01.wkt,
	doc/reference.xml: first attempt at figure for
	st_linecrossingdirection.  Also query correction.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4470
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_line_substring01.wkt, doc/reference.xml: 
	figure for st_line_substring git-svn-id: http://svn.osgeo.org/postgis/trunk@4468
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-10  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_line_interpolate_point01.wkt,
	doc/reference.xml: figure of st_line_interpolate_point git-svn-id: http://svn.osgeo.org/postgis/trunk@4467
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-08  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_minimumboundingcircle01.wkt,
	doc/reference.xml: better fit example git-svn-id: http://svn.osgeo.org/postgis/trunk@4451
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-08  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_minimumboundingcircle01.wkt,
	doc/reference.xml: typos git-svn-id: http://svn.osgeo.org/postgis/trunk@4450
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-08  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_minimumboundingcircle01.wkt: forgot wkt git-svn-id: http://svn.osgeo.org/postgis/trunk@4449
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-08  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in, doc/reference.xml: figure for
	minimum bounding circle git-svn-id: http://svn.osgeo.org/postgis/trunk@4448
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-05  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_difference01.wkt, doc/reference.xml: Some
	wording changes and addition of figure for st_difference git-svn-id: http://svn.osgeo.org/postgis/trunk@4446
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-05  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: formatting change git-svn-id: http://svn.osgeo.org/postgis/trunk@4445
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-05  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_symdifference01.wkt,
	doc/html/image_src/st_symdifference02.wkt, doc/reference.xml: add
	figures for st_symdifference and slight update on st_convexhull git-svn-id: http://svn.osgeo.org/postgis/trunk@4444
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-04  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: added images as a requirement to the chunked-html
	target git-svn-id: http://svn.osgeo.org/postgis/trunk@4443
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-04  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/html/image_src/generator.c: made the 'images'
	a requirement for pdf generation changed the background of the
	generated images to white instead of being transparent.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4442
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: minor formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@4440
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-09-01  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_convexhull01.wkt, doc/reference.xml: better
	convex hull example git-svn-id: http://svn.osgeo.org/postgis/trunk@4439
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_convexhull01.wkt, doc/reference.xml: 
	git-svn-id: http://svn.osgeo.org/postgis/trunk@4438
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_convexhull01.wkt, doc/reference.xml: better
	visual convex hull git-svn-id: http://svn.osgeo.org/postgis/trunk@4437
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_convexhull01.wkt, doc/reference.xml: Put in
	image of ST_ConvexHull git-svn-id: http://svn.osgeo.org/postgis/trunk@4436
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in: put in alpha order git-svn-id: http://svn.osgeo.org/postgis/trunk@4434
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_buildarea02.wkt: get rid of extra space git-svn-id: http://svn.osgeo.org/postgis/trunk@4433
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_buildarea02.wkt, doc/reference.xml: Make
	gaping hole more gaping, make code table 1 column instead of 2 git-svn-id: http://svn.osgeo.org/postgis/trunk@4432
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: improve on st_buildarea code formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@4430
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/st_buildarea02.wkt: Changing MULTIPOLYGON into
	several POLYGONs so the image generating WKT parser doesn't fail.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4429
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/README: added a small How To section, referencing the wiki on
	how to generate images used in the documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4428
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_buildarea01.wkt,
	doc/html/image_src/st_buildarea02.wkt, doc/reference.xml: Add
	pictures for ST_BuildArea examples git-svn-id: http://svn.osgeo.org/postgis/trunk@4427
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-28  Regina Obe <lr@pcorp.us>

	* doc/performance_tips.xml: Commit jlivni documentation addition and
	update with minor comment for PostgreSQL 8.4 users and notice about
	obsolete settings.  Also put in hyperlinks back to the current
	interactive version of PostgreSQL manual for each part.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4425
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, postgis/postgis.sql.in.c: change lwpostgis to
	postgis and example to show 1.5.0SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@4423
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_svg.c: Initialize counter to ensure later test
	works (#239) git-svn-id: http://svn.osgeo.org/postgis/trunk@4421
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_svg.c: Add comment and clearer information to fix
	for #239 git-svn-id: http://svn.osgeo.org/postgis/trunk@4419
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: revert order
	of availability.  Revise xsl to pick up availabilities embedded in
	note tag git-svn-id: http://svn.osgeo.org/postgis/trunk@4417
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: debugging why not showing in new section git-svn-id: http://svn.osgeo.org/postgis/trunk@4416
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_svg.c: Fix for handling of empty geometrycollection
	in asssvg (#239) git-svn-id: http://svn.osgeo.org/postgis/trunk@4415
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update svg availability note git-svn-id: http://svn.osgeo.org/postgis/trunk@4413
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Correct ST_AsSVG command to reflect
	introduction of L command git-svn-id: http://svn.osgeo.org/postgis/trunk@4410
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: add null and empty geometry
	collection to garden variety geometry list git-svn-id: http://svn.osgeo.org/postgis/trunk@4409
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest_subset.sql.xsl: cast null to geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@4408
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest_subset.sql.xsl: Version of garden test
	to allow selecting a subset of functions to test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4407
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update ST_buffer (include buffer style in
	refpuprose so shows in postgresql function descrip), update
	refpurpose of hausdorf and include useful links for more details git-svn-id: http://svn.osgeo.org/postgis/trunk@4406
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-13  Mark Leslie <mark.leslie@lisasoft.com>

	* regress/Makefile.in: Removing accidental commit from r4366.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4397
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-11  Sandro Santilli <strk@kbt.io>

	* GNUmakefile, authors.svn: Add ChangeLog.svn rule, and auxiliary
	authors file git-svn-id: http://svn.osgeo.org/postgis/trunk@4383
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-07  Mark Leslie <mark.leslie@lisasoft.com>

	* liblwgeom/lwgparse.c, regress/Makefile.in,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected: Fix for ticket #234 git-svn-id: http://svn.osgeo.org/postgis/trunk@4366
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_functions_basic.c: Remove printfs from code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4350
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-08-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update ST_Line_Locate ... with example of
	closest point.  Asked way too many times on postgis news groups git-svn-id: http://svn.osgeo.org/postgis/trunk@4341
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/Makefile.in: Remove quotes from PATH in regression
	Makefile, as it seems that the last MingW hack doesn't need this any
	more.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4338
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/Makefile.in: Fix for Windows combining stdout/stderr when
	executing the $(shell) command.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4322
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/Makefile.in, regress/run_test: Apply fix to allow
	regression tests to run on MingW by fixing PATH and removing
	trailing CR/LFs on some outputs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4321
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/run_test: Fix regression regex listings so that the newer
	"LINE n:" lines and lines containing just a position indicator (^)
	introduced in PostgreSQL 8.4 are removed from the regression output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4319
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, postgis/lwgeom_pg.h: Move SERIALIZED_FORM
	to lwgeom_pg.h from liblwgeom.h since it references a
	PostgreSQL-only structure. Per report from Nicklas Aven.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4310
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-gui.c: Commit patch for missing lw_asprintf()
	from #222.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4308
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, loader/Makefile.in,
	loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c: MinGW fix for
	loader (#222), Mark Cave-Ayland git-svn-id: http://svn.osgeo.org/postgis/trunk@4293
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* : ignore copied version of postgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@4292
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Put in availability and GEOS for Hausdorff
	distance git-svn-id: http://svn.osgeo.org/postgis/trunk@4287
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: match header format git-svn-id: http://svn.osgeo.org/postgis/trunk@4286
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Sandro Santilli <strk@kbt.io>

	* README.postgis: Update instructions for testing (and moved that
	step *before* install - finally!) git-svn-id: http://svn.osgeo.org/postgis/trunk@4285
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in: Pre-install check rule by Paul cleaned up to
	allow top-level run and correct dependencies. See issue #219.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4284
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/Makefile.in: Remove images from clean target git-svn-id: http://svn.osgeo.org/postgis/trunk@4283
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/generator.c: Remove CUnit dependency git-svn-id: http://svn.osgeo.org/postgis/trunk@4280
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile.in: clean doc images as part of clean git-svn-id: http://svn.osgeo.org/postgis/trunk@4279
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* make_dist.sh: Fix itglish.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4278
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwsegmentize.c: Fix #112: ST_CurveToLine sometimes
	 crashes server. While the circle segmentiser detected colinear
	 circle points, it didn't check for the NULL pointer returned in
	this case. Since we are converting to a line, the current behaviour
	is to simply append the circle points as s tandard line points.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4272
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwsegmentize.c: Fix #183: ST_LineToCurve gives
	getPoint4d_p offset error. This was due to the lookahead in the
	curve segmentising code going off the end of the point array.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4270
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_proc_upgrade.pl: Change error message to be more
	relevant git-svn-id: http://svn.osgeo.org/postgis/trunk@4268
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-07  Sandro Santilli <strk@kbt.io>

	* doc/reference.xml: It's "synonym", not "synonim"...  git-svn-id: http://svn.osgeo.org/postgis/trunk@4267
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-07  Sandro Santilli <strk@kbt.io>

	* doc/reference.xml, postgis/lwgeom_geos.c,
	regress/regress_buffer_params.sql,
	regress/regress_buffer_params_expected: For buffer parameters:
	accept 'butt' as a synonim for 'flat', 'miter' for 'mitre' and
	'miter_limit' for 'mitre_limit'.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4266
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-07  Sandro Santilli <strk@kbt.io>

	* doc/reference.xml: Fix join style images to match calls git-svn-id: http://svn.osgeo.org/postgis/trunk@4265
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/vsprintf.c: Fix compile problems on non-GNU systems by
	using va_copy as an alias onto the real version. Per report from
	Stefano Bonnin.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4264
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-06  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Don't use strtok_r, to help with MingW
	builds.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4262
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-06  Regina Obe <lr@pcorp.us>

	* STYLE: forgot to save last change git-svn-id: http://svn.osgeo.org/postgis/trunk@4261
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-06  Regina Obe <lr@pcorp.us>

	* STYLE: slight correction git-svn-id: http://svn.osgeo.org/postgis/trunk@4260
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-06  Regina Obe <lr@pcorp.us>

	* STYLE: Update style on commenting required to be picked up by
	doxygen git-svn-id: http://svn.osgeo.org/postgis/trunk@4259
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in: Alter loader Makefile to include PGXS so that
	we can extract DESTDIR to use for the location for
	shp2pgsql/pgsql2shp. Per report from Devrim GÜNDÜZ.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4258
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-03  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update st_pointn to note it supports circular
	strings and curves git-svn-id: http://svn.osgeo.org/postgis/trunk@4255
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* : removed the images used in the documentation since these are now
	generated automatically using ImageMagick.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4254
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/README: updated the doc's README file made
	"images" a target to "all" so the images get automatically generated
	when calling make with no parameters.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4253
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: Add SQL/MM item git-svn-id: http://svn.osgeo.org/postgis/trunk@4252
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE, make_dist.sh: Build doc images as part of
	distribution build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4250
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* : add generator to ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@4249
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-02  Mark Leslie <mark.leslie@lisasoft.com>

	* liblwgeom/lwgparse.c, postgis/lwgeom_ogc.c,
	regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected: 
	Making the changes from r4244 and r4245 onto trunk, addressing
	ticket 212.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4246
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* CREDITS: Bring this up to date.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4243
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_accum.c, postgis/lwgeom_geos.c: Fix bad memory
	access in aggregates on nulls (#210), Mark Cave-Ayland.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4238
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: arg should be text not string for st_buffer git-svn-id: http://svn.osgeo.org/postgis/trunk@4236
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-07-01  Regina Obe <lr@pcorp.us>

	* doc/using_postgis_dataman.xml: amend documentation on curved
	support to include new compound curve in curve polygon support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4234
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-30  Mark Leslie <mark.leslie@lisasoft.com>

	* liblwgeom/lwsegmentize.c: Enabling the compound curve parsing for
	segmentisation; reported in ticket 213 git-svn-id: http://svn.osgeo.org/postgis/trunk@4232
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-30  Mark Leslie <mark.leslie@lisasoft.com>

	* liblwgeom/lwgunparse.c, regress/sql-mm-curvepoly_expected: First
	swing at ticket 212.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4231
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: slight correction some functions
	are not new but enhanced git-svn-id: http://svn.osgeo.org/postgis/trunk@4227
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-26  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: change ST_Buffer argname from params to
	buffer_style_params so torture test can eventually properly exercise
	it and not feed it garbage params git-svn-id: http://svn.osgeo.org/postgis/trunk@4225
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-26  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update ST_Buffer so appears in new in PostGIS
	1.5 section git-svn-id: http://svn.osgeo.org/postgis/trunk@4224
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: try to fix hudson build error git-svn-id: http://svn.osgeo.org/postgis/trunk@4223
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Update special index to include a
	what is new in 1.5 section git-svn-id: http://svn.osgeo.org/postgis/trunk@4222
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_geos.c, regress/Makefile.in: Unbreak the PostGIS
	universe for people who aren't using GEOS SVN (will be 3.2).  git-svn-id: http://svn.osgeo.org/postgis/trunk@4218
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-25  Sandro Santilli <strk@kbt.io>

	* doc/reference.xml: Put queries right below the diagram showing
	them git-svn-id: http://svn.osgeo.org/postgis/trunk@4217
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-25  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@4216
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-25  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_buffer06.wkt,
	doc/html/image_src/st_buffer07.wkt,
	doc/html/image_src/st_buffer08.wkt, doc/reference.xml: Add more
	styled buffer example images and update reference manual to include
	them git-svn-id: http://svn.osgeo.org/postgis/trunk@4215
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-25  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@4214
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-25  Sandro Santilli <strk@kbt.io>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_buffer03.wkt,
	doc/html/image_src/st_buffer04.wkt,
	doc/html/image_src/st_buffer05.wkt: Add examples of different encdap
	styles git-svn-id: http://svn.osgeo.org/postgis/trunk@4213
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-25  Sandro Santilli <strk@kbt.io>

	* NEWS: Add item for parametrized buffers git-svn-id: http://svn.osgeo.org/postgis/trunk@4212
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-25  Regina Obe <lr@pcorp.us>

	* loader/shp2pgsql-core.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_estimate.c, postgis/lwgeom_gist.c,
	postgis/lwgeom_rtree.c: More cleanup of code comments so function
	descriptions are picked up by doxygen git-svn-id: http://svn.osgeo.org/postgis/trunk@4211
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-25  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwalgorithm.c, liblwgeom/lwgeom_api.c: fix commenting
	style so function descriptions are picked up by doxygen git-svn-id: http://svn.osgeo.org/postgis/trunk@4210
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Add news item for #206 git-svn-id: http://svn.osgeo.org/postgis/trunk@4209
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference.xml, postgis/lwgeom_geos.c,
	postgis/postgis.sql.in.c, postgis/uninstall_postgis.sql.in.c,
	regress/Makefile.in, regress/hausdorff.sql,
	regress/hausdorff_expected: Add support for hausdorff distance
	calculations. Requires GEOS 3.2+. (#209) From Vincent Picavet.  If
	you are working off of GEOS trunk, svn up, compile and install! git-svn-id: http://svn.osgeo.org/postgis/trunk@4208
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-24  Sandro Santilli <strk@kbt.io>

	* postgis/uninstall_postgis.sql.in.c: Add uninstall lines for new
	buffer signatures git-svn-id: http://svn.osgeo.org/postgis/trunk@4207
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-24  Sandro Santilli <strk@kbt.io>

	* regress/Makefile.in, regress/regress_buffer_params.sql,
	regress/regress_buffer_params_expected: Add tests for parametrized
	buffer git-svn-id: http://svn.osgeo.org/postgis/trunk@4206
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-24  Sandro Santilli <strk@kbt.io>

	* doc/reference.xml: Document third ST_Buffer signature (the one
	taking parameters as string).  git-svn-id: http://svn.osgeo.org/postgis/trunk@4205
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c, loader/shp2pgsql.c: Remove validation
	from shapefile to WKT/WKB conversion to retain same behaviour as
	1.3. Final resolution for #198.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4203
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/postgis.sql.in.c: Fix accidental typo; module name
	hardcoded in the .sql.in.c file rather than being set to
	MODULE_PATHNAME. Fixes #208.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4200
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-24  Sandro Santilli <strk@kbt.io>

	* postgis/postgis.sql.in.c: Use $$ quoting. See ticket #207.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4199
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-23  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c, postgis/postgis.sql.in.c: Add
	_ST_Buffer(geom, distance, params); refactor other versions to all
	proxy to the new one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4198
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config: Bump up to 1.5 in trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@4195
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-23  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_inout.c: Fix dangerous use of message string as
	printf-like format.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4193
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-23  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4192
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-23  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc.sql, regress/regress_ogc_expected: Add test
	for third argument to buffer() being a string (based on auto-cast) git-svn-id: http://svn.osgeo.org/postgis/trunk@4191
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-22  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Put in minimal GEOS requirement for ST_Covers
	and ST_CoveredBy.  Its not necessary for 1.4 really but oh well.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4190
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-20  Sandro Santilli <strk@kbt.io>

	* postgis/lwgeom_geos.c: Gracefully handle typed empty GEOS
	geometries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4189
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-20  Sandro Santilli <strk@kbt.io>

	* regress/measures.sql, regress/measures_expected: Add tests for
	area() called against empty geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@4188
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-20  Sandro Santilli <strk@kbt.io>

	* liblwgeom/measures.c: Handle empty polygon rings git-svn-id: http://svn.osgeo.org/postgis/trunk@4187
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-19  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: get rid of ref_geom so doesn't
	break agg checks git-svn-id: http://svn.osgeo.org/postgis/trunk@4185
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-19  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: test not handling aggregates
	right git-svn-id: http://svn.osgeo.org/postgis/trunk@4184
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-19  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: typo in docs -- git-svn-id: http://svn.osgeo.org/postgis/trunk@4183
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-19  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: fix type and add --with-gui description for
	building loader gui git-svn-id: http://svn.osgeo.org/postgis/trunk@4182
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-16  Regina Obe <lr@pcorp.us>

	* NEWS: Forgot ST_MinimumBoundingCircle and credit Bruce Rindahl git-svn-id: http://svn.osgeo.org/postgis/trunk@4175
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE: More updates git-svn-id: http://svn.osgeo.org/postgis/trunk@4173
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* HOWTO_RELEASE: Update doc instructions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4172
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-12  Regina Obe <lr@pcorp.us>

	* postgis/long_xact.sql.in.c: replace _VOLATILE_STRICT with VOLATILE
	STRICT git-svn-id: http://svn.osgeo.org/postgis/trunk@4170
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-12  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c: Change  _VOLATILE to VOLATILE git-svn-id: http://svn.osgeo.org/postgis/trunk@4169
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/image_src/generator.c, doc/html/image_src/styles.c,
	doc/html/image_src/styles.h, extras/WFS_locks/WFS_locks.c,
	extras/wkb_reader/printwkb.c, extras/wkb_reader/readwkb.c,
	extras/wkb_reader/wkbtest.h, liblwgeom/box2d.c,
	liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
	liblwgeom/cunit/cu_measures.c, liblwgeom/cunit/cu_measures.h,
	liblwgeom/cunit/cu_tester.c, liblwgeom/examples/unparser.c,
	liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwcollection.c, liblwgeom/lwcompound.c,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
	liblwgeom/lwgunparse.c, liblwgeom/lwline.c, liblwgeom/lwmcurve.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwmsurface.c, liblwgeom/lwpoint.c, liblwgeom/lwpoly.c,
	liblwgeom/lwsegmentize.c, liblwgeom/lwutil.c, liblwgeom/measures.c,
	liblwgeom/ptarray.c, liblwgeom/vsprintf.c, liblwgeom/wktparse.h,
	liblwgeom/wktparse.tab.c, liblwgeom/wktparse.tab.h,
	loader/dbfopen.c, loader/getopt.c, loader/getopt.h,
	loader/shapefil.h, loader/shpopen.c, loader/stringbuffer.c,
	loader/stringbuffer.h, postgis/long_xact.c, postgis/lwgeom_accum.c,
	postgis/lwgeom_box2dfloat4.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_btree.c, postgis/lwgeom_chip.c,
	postgis/lwgeom_debug.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_estimate.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_functions_lrs.c,
	postgis/lwgeom_geojson.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_geos.h, postgis/lwgeom_geos_prepared.c,
	postgis/lwgeom_geos_prepared.h, postgis/lwgeom_gist.c,
	postgis/lwgeom_gml.c, postgis/lwgeom_inout.c, postgis/lwgeom_kml.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c, postgis/lwgeom_pg.h,
	postgis/lwgeom_spheroid.c, postgis/lwgeom_svg.c,
	postgis/lwgeom_transform.c, postgis/lwgeom_triggers.c: astyle
	--style=ansi --indent=tab (#133) git-svn-id: http://svn.osgeo.org/postgis/trunk@4168
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/test.c: remove file that should never have been added git-svn-id: http://svn.osgeo.org/postgis/trunk@4167
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/long_xact.sql.in.c, postgis/postgis.sql.in.c,
	postgis/sqldefines.h.in, postgis/sqlmm.sql.in.c: Clean up old
	compatibility code. (#196) git-svn-id: http://svn.osgeo.org/postgis/trunk@4166
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Further fix for #156, and also #167 it
	seems. Looks like I forgot to apply the fix to the WKB routines
	aswell.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4165
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: correct example git-svn-id: http://svn.osgeo.org/postgis/trunk@4164
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-10  Regina Obe <lr@pcorp.us>

	* NEWS: Add David Techer, new doco enhancements, new
	populate_geometry_columns git-svn-id: http://svn.osgeo.org/postgis/trunk@4162
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-10  Regina Obe <lr@pcorp.us>

	* NEWS: Add  Jean David Techer to list of contributors git-svn-id: http://svn.osgeo.org/postgis/trunk@4161
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_restore.pl: Update the hard upgrade script to handle
	1.4 transition. (#144) git-svn-id: http://svn.osgeo.org/postgis/trunk@4160
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Closes (#134) git-svn-id: http://svn.osgeo.org/postgis/trunk@4159
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_proc_upgrade.pl: More work on 1.4 upgrade script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4158
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: More fixes to upgrade process.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4157
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c, utils/postgis_proc_upgrade.pl: Work on
	upgrade script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4156
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: Turn "CREATE OR REPLACE FUNCTION" into
	"CREATEFUNCTION" for preprocessing magic.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4155
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/postgis.sql.in.c: remove syntax error git-svn-id: http://svn.osgeo.org/postgis/trunk@4154
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Updated to EPSG 7.1 version (#191) git-svn-id: http://svn.osgeo.org/postgis/trunk@4153
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-08  Regina Obe <lr@pcorp.us>

	* postgis/postgis.sql.in.c:  #190: populate_geometry_columns  gives  nonstandard use of \' in a
	 string literal in 8.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@4152
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/Makefile.in, postgis/{long_xact.sql.in =>
	long_xact.sql.in.c}, postgis/postgis.sql.in.c,
	postgis/{sqlmm.sql.in => sqlmm.sql.in.c},
	postgis/uninstall_long_xact.sql.in.c,
	postgis/uninstall_postgis.sql.in.c,
	postgis/uninstall_sqlmm.sql.in.c: Add a new uninstall_postgis.sql
	file to the repository that will enable the complete removal of
	PostGIS from a database.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4147
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-04  Regina Obe <lr@pcorp.us>

	* NEWS: updated to make 8.2 minimum for Linux as well (its too
	confusing to have minimum 8.2 for windows and not for Linux as well) git-svn-id: http://svn.osgeo.org/postgis/trunk@4136
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-04  Regina Obe <lr@pcorp.us>

	* README.postgis, doc/installation.xml: change ReadME and
	installation to change minimum version from 8.1 to 8.2 (not many
	people are running 8.1 and besides Paul already put in a DROP AGG IF
	EXISTS in upgrade script -- so binds us to 8.2+ already.  Besides I
	don't think we should be supporting more than 2 versions behind of
	latest PostgreSQL release in our trunk.  Too much maintenance.
	Correct ReadME bug tracker link git-svn-id: http://svn.osgeo.org/postgis/trunk@4135
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in, regress/run_test: Fix for #192.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4134
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/Makefile.in, utils/postgis_proc_upgrade.pl: Fix for issue
	#189, includes implicit requirement for 8.2+ in DROP AGGREGATE git-svn-id: http://svn.osgeo.org/postgis/trunk@4132
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in, regress/run_test: Fix for issue #186 git-svn-id: http://svn.osgeo.org/postgis/trunk@4131
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: remove warnings from autoconf process git-svn-id: http://svn.osgeo.org/postgis/trunk@4130
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-29  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: small typo in Populate_Geometry_Columns doc git-svn-id: http://svn.osgeo.org/postgis/trunk@4113
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/style.css, doc/installation.xml, doc/xmlformat.conf: 
	performed an overhaul of the installation guide ... hopefully it's
	easier to follow.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4111
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: updated the comments-install make target git-svn-id: http://svn.osgeo.org/postgis/trunk@4110
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/installation.xml: added version numbers to the requirements
	section in the installation doc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4109
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Kevin Neufeld <kneufeld.ca@gmail.com>

	* configure.ac: added dblatex and convert to the status lines at the
	end of configure git-svn-id: http://svn.osgeo.org/postgis/trunk@4108
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: added postgis_aggs_mm.xml to the 'make clean'
	target git-svn-id: http://svn.osgeo.org/postgis/trunk@4107
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Kevin Neufeld <kneufeld.ca@gmail.com>

	* GNUmakefile, configure.ac, doc/Makefile.in: added
	postgis_comments.sql as a target to the main makefile Since we don't want to add xsltproc as a dependency, this will
	remain separate for now: make comments make comments-install (the file should be removed by 'make uninstall') git-svn-id: http://svn.osgeo.org/postgis/trunk@4106
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: make example fit the diagram in text git-svn-id: http://svn.osgeo.org/postgis/trunk@4105
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_buffer02.wkt, doc/reference.xml: Make lame
	circle more lame git-svn-id: http://svn.osgeo.org/postgis/trunk@4104
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_buffer01.wkt,
	doc/html/image_src/st_buffer02.wkt,
	doc/html/image_src/st_within01.wkt, doc/reference.xml: put in images
	for buffer, fix within example image and example query git-svn-id: http://svn.osgeo.org/postgis/trunk@4103
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: for consistency make example be same as what is
	used to generate the image.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4102
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_within01.wkt: bad image try again git-svn-id: http://svn.osgeo.org/postgis/trunk@4101
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-26  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_within01.wkt: Add st_within example to
	makefile and translate example so in viewable region.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4100
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-25  Kevin Neufeld <kneufeld.ca@gmail.com>

	* GNUmakefile: added a status line to the main makefile that
	indicates if PostGIS was built successfully.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4099
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-24  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: update to include behavior for 3D and also note
	this seems to go beyond what the spec defines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4098
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/installation.xml: use a docbook variable instead git-svn-id: http://svn.osgeo.org/postgis/trunk@4097
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/{installation.xml.in => installation.xml}: 
	didn't need the c preprocessor after all git-svn-id: http://svn.osgeo.org/postgis/trunk@4096
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/installation.xml.in: Added a Short Version section.  Updated
	requirements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4095
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/installation.xml, doc/installation.xml.in: 
	formatted installation.xml in preparation for editing git-svn-id: http://svn.osgeo.org/postgis/trunk@4094
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/xmlformat.conf: added the xmlformatter conf file for pretty
	printing the documentation's xml files This will allow us to separate code changes from style changes in
	the docs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4093
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-20  Regina Obe <lr@pcorp.us>

	* doc/html/image_src/st_within01.wkt, doc/reference.xml: Testing out
	Kevin's auto image generator hopefully I didn't break it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4092
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-20  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Correct ST_GeometryN example -- sign was wrong.
	Also embellish by showing a multicurve and flag as working for
	multicurves git-svn-id: http://svn.osgeo.org/postgis/trunk@4091
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-19  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/Makefile.in,
	doc/html/image_src/st_contains01.wkt,
	doc/html/image_src/st_contains02.wkt,
	doc/html/image_src/st_contains03.wkt,
	doc/html/image_src/st_contains04.wkt,
	doc/html/image_src/st_contains05.wkt,
	doc/html/image_src/st_contains06.wkt, doc/reference.xml: added image
	examples to ST_Contains git-svn-id: http://svn.osgeo.org/postgis/trunk@4089
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-19  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Example exploding a compoundcurve, also
	reference to ST_GeometryN since they serve similar purposes git-svn-id: http://svn.osgeo.org/postgis/trunk@4085
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-14  Kevin Neufeld <kneufeld.ca@gmail.com>

	* configure.ac, doc/Makefile.in, doc/html/image_src/Makefile.in,
	doc/html/image_src/generator.c,
	doc/html/image_src/st_centroid01.wkt,
	doc/html/image_src/st_centroid02.wkt,
	doc/html/image_src/st_centroid03.wkt,
	doc/html/image_src/st_centroid04.wkt,
	doc/html/image_src/st_crosses01.wkt,
	doc/html/image_src/st_crosses02.wkt,
	doc/html/image_src/st_crosses03.wkt,
	doc/html/image_src/st_crosses04.wkt,
	doc/html/image_src/st_issimple01.wkt,
	doc/html/image_src/st_issimple02.wkt,
	doc/html/image_src/st_issimple03.wkt,
	doc/html/image_src/st_issimple04.wkt,
	doc/html/image_src/st_issimple05.wkt,
	doc/html/image_src/st_issimple06.wkt,
	doc/html/image_src/st_issimple07.wkt,
	doc/html/image_src/st_isvalid01.wkt,
	doc/html/image_src/st_isvalid02.wkt,
	doc/html/image_src/st_isvalid03.wkt,
	doc/html/image_src/st_isvalid04.wkt,
	doc/html/image_src/st_isvalid05.wkt,
	doc/html/image_src/st_isvalid06.wkt,
	doc/html/image_src/st_isvalid07.wkt,
	doc/html/image_src/st_isvalid08.wkt,
	doc/html/image_src/st_touches01.wkt,
	doc/html/image_src/st_touches02.wkt,
	doc/html/image_src/st_touches03.wkt,
	doc/html/image_src/st_touches04.wkt,
	doc/html/image_src/st_touches05.wkt,
	doc/html/image_src/st_touches06.wkt, doc/html/image_src/styles.c,
	doc/html/image_src/styles.conf, doc/html/image_src/styles.h,
	doc/reference.xml: added styles to the generated documentation
	images added ImageMagick as a dependency git-svn-id: http://svn.osgeo.org/postgis/trunk@4081
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_box3d.c: Fix #178: ST_XMax() and ST_YMax() return
	incorrect values. This was caused by the fact that the min/max
	routines did not check whether the result for each axis was actually
	the min or max, but instead simply returned the structure value.
	Hence if an inverted coordinate system were being used, the wrong
	value would be returned.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4079
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Remove a double-free bug caused if the
	unparser finds an invalid geometry (fixes #168) git-svn-id: http://svn.osgeo.org/postgis/trunk@4078
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Correct erroneus formatting which was causing
	two comments to be nested and hence generating a compiler warning.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4077
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-06  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/generator.c,
	doc/html/image_src/st_centroid02.wkt,
	doc/html/image_src/st_centroid03.wkt,
	doc/html/image_src/st_centroid04.wkt,
	doc/html/image_src/st_crosses01.wkt,
	doc/html/image_src/st_crosses02.wkt,
	doc/html/image_src/st_crosses03.wkt,
	doc/html/image_src/st_crosses04.wkt,
	doc/html/image_src/st_issimple01.wkt,
	doc/html/image_src/st_issimple02.wkt,
	doc/html/image_src/st_issimple03.wkt,
	doc/html/image_src/st_issimple04.wkt,
	doc/html/image_src/st_issimple05.wkt,
	doc/html/image_src/st_issimple06.wkt,
	doc/html/image_src/st_issimple07.wkt,
	doc/html/image_src/st_isvalid01.wkt,
	doc/html/image_src/st_isvalid02.wkt,
	doc/html/image_src/st_isvalid03.wkt,
	doc/html/image_src/st_isvalid04.wkt,
	doc/html/image_src/st_isvalid05.wkt: removed horrible dos carriage
	returns - convert to unix git-svn-id: http://svn.osgeo.org/postgis/trunk@4076
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-06  Kevin Neufeld <kneufeld.ca@gmail.com>

	* configure.ac, doc/Makefile.in, doc/html/image_src/Makefile.in,
	doc/html/image_src/generator.c,
	doc/html/image_src/st_centroid01.svg,
	doc/html/image_src/st_centroid01.wkt,
	doc/html/image_src/st_centroid02.svg,
	doc/html/image_src/st_centroid02.wkt,
	doc/html/image_src/st_centroid03.svg,
	doc/html/image_src/st_centroid03.wkt,
	doc/html/image_src/st_centroid04.svg,
	doc/html/image_src/st_centroid04.wkt,
	doc/html/image_src/st_crosses01.wkt,
	doc/html/image_src/st_crosses02.wkt,
	doc/html/image_src/st_crosses03.wkt,
	doc/html/image_src/st_crosses04.wkt,
	doc/html/image_src/st_issimple01.wkt,
	doc/html/image_src/st_issimple02.wkt,
	doc/html/image_src/st_issimple03.wkt,
	doc/html/image_src/st_issimple04.wkt,
	doc/html/image_src/st_issimple05.wkt,
	doc/html/image_src/st_issimple06.wkt,
	doc/html/image_src/st_issimple07.wkt,
	doc/html/image_src/st_isvalid01.wkt,
	doc/html/image_src/st_isvalid02.wkt,
	doc/html/image_src/st_isvalid03.wkt,
	doc/html/image_src/st_isvalid04.wkt,
	doc/html/image_src/st_isvalid05.wkt,
	doc/html/image_src/st_touches01.svg,
	doc/html/image_src/st_touches02.svg,
	doc/html/image_src/st_touches03.svg,
	doc/html/image_src/st_touches04.svg,
	doc/html/image_src/st_touches05.svg,
	doc/html/image_src/st_touches06.svg: Added code that will
	automatically generate the spatial images used in the documentation
	from WKT input.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4075
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-06  Regina Obe <lr@pcorp.us>

	* NEWS: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4073
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-06  Regina Obe <lr@pcorp.us>

	* NEWS: update with 1.3.6 items git-svn-id: http://svn.osgeo.org/postgis/trunk@4072
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Add 900913 to allow web mappers a smoother
	ride.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4070
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-05  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_functions_basic.c: doxygen friendly comments git-svn-id: http://svn.osgeo.org/postgis/trunk@4069
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-05  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_accum.c, postgis/lwgeom_geojson.c,
	postgis/lwgeom_gml.c, postgis/lwgeom_ogc.c, postgis/lwgeom_svg.c,
	postgis/lwgeom_transform.c, postgis/lwgeom_triggers.c: doxygen
	friendly comments git-svn-id: http://svn.osgeo.org/postgis/trunk@4068
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-04  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwmpoly.c, liblwgeom/wktparse.h, postgis/lwgeom_kml.c: 
	more doxygen comment cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@4064
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-03  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_geos.c: slight mod git-svn-id: http://svn.osgeo.org/postgis/trunk@4062
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-03  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_geos.c: make doco descriptions doxygen/javadoc
	friendly git-svn-id: http://svn.osgeo.org/postgis/trunk@4061
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-03  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwgeom.c: make function doc doxygen friendly git-svn-id: http://svn.osgeo.org/postgis/trunk@4060
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-03  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwcompound.c: make function descriptor doxygen friendly git-svn-id: http://svn.osgeo.org/postgis/trunk@4059
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-03  Regina Obe <lr@pcorp.us>

	* doc/doxygen.cfg.in: enable alphabetical index git-svn-id: http://svn.osgeo.org/postgis/trunk@4058
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-03  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c,
	liblwgeom/ptarray.c, loader/pgsql2shp.c, loader/shp2pgsql.c: change
	commenting style to javadoc style git-svn-id: http://svn.osgeo.org/postgis/trunk@4057
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-03  Regina Obe <lr@pcorp.us>

	* doc/doxygen.cfg.in: enable javadoc autobrief git-svn-id: http://svn.osgeo.org/postgis/trunk@4056
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-02  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: make function descriptions
	doxygen friendly git-svn-id: http://svn.osgeo.org/postgis/trunk@4054
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-02  Regina Obe <lr@pcorp.us>

	* liblwgeom/ptarray.c: make function descriptions doxygen friendly git-svn-id: http://svn.osgeo.org/postgis/trunk@4053
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-02  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwalgorithm.c, liblwgeom/lwcollection.c: Experimenting
	with Doxygen hyperlinking tags git-svn-id: http://svn.osgeo.org/postgis/trunk@4052
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-01  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwcollection.c: More experimentation with doxygen
	commenting styles git-svn-id: http://svn.osgeo.org/postgis/trunk@4051
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-01  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwcollection.c: More auto doc friendlying git-svn-id: http://svn.osgeo.org/postgis/trunk@4049
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-01  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwcollection.c: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@4048
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-05-01  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwcollection.c: experiment with making our inline
	comments more doxygen friendly git-svn-id: http://svn.osgeo.org/postgis/trunk@4047
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-30  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/doxygen.cfg.in: updated several Doxygen parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@4045
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-30  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/doxygen.cfg.in: removed full path names from config file git-svn-id: http://svn.osgeo.org/postgis/trunk@4044
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-30  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/doxygen.cfg.in: add make target to build
	Doxygen git-svn-id: http://svn.osgeo.org/postgis/trunk@4043
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-30  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/doxygen.cfg.in: added a Doxygen configuration file git-svn-id: http://svn.osgeo.org/postgis/trunk@4042
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-29  Kevin Neufeld <kneufeld.ca@gmail.com>

	* regress/run_test: dropping a table that's not there causes an
	ERROR in the logs - 8.1 does not support DROP TABLE IF EXISTS, so first test if the
	table is there, then drop it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4040
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-28  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference.xml, postgis/lwgeom_gml.c, regress/gml.sql,
	regress/gml_expected: Add a new option for ST_AsGML related to axis
	order, and lat lon inversion in GML 3.1.1, cf #161. Add unit test on
	this new option bit field. Update documentation. Fix also wrong
	option value in ST_AsGML for CRS, and outdated example output (still
	for ST_AsGML).  git-svn-id: http://svn.osgeo.org/postgis/trunk@4039
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-28  Kevin Neufeld <kneufeld.ca@gmail.com>

	* java/jdbc/build.xml, java/jdbc/src/org/postgis/Geometry.java,
	java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java: - removed a few compile errors from the javadoc build - renamed jar so it follows the name-version convention git-svn-id: http://svn.osgeo.org/postgis/trunk@4038
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-27  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp.c: change error about unknown spatial ref to a
	warning.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4034
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/template.xml: test commit git-svn-id: http://svn.osgeo.org/postgis/trunk@4030
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/postgis.xml: test commit git-svn-id: http://svn.osgeo.org/postgis/trunk@4029
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/faq.xml: Test commit to test autobuild git-svn-id: http://svn.osgeo.org/postgis/trunk@4026
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-27  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: revise to better guarantee a
	deteriministic sort so can diff compare between 1.3.5, 1.3.6, 1.4
	(still needs work).  Also exclude curved tests and functions not
	supported in 1.3.5 since it curve crashes 1.3.5 thus making it not
	comparable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4025
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-26  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: small typo fix git-svn-id: http://svn.osgeo.org/postgis/trunk@4023
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: add feature mangling task git-svn-id: http://svn.osgeo.org/postgis/trunk@4020
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: exclude curved geometries from
	1.3.5 testing git-svn-id: http://svn.osgeo.org/postgis/trunk@4019
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add ST_BdMPolyFromText to list
	not to test against 1.3.5 (crashes 1.3.5 with curves though fine in
	1.3.6) git-svn-id: http://svn.osgeo.org/postgis/trunk@4018
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: revise to include a version
	variable and get rid of limit (think its causing different tests to
	be run non-consistently depending on ordering of postgresql so hard
	to compare outputs) git-svn-id: http://svn.osgeo.org/postgis/trunk@4017
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, make_dist.sh: More info about XSL in final configure
	output git-svn-id: http://svn.osgeo.org/postgis/trunk@4012
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: add ST_MinimumBoundingCircle
	to 1.3 exclude git-svn-id: http://svn.osgeo.org/postgis/trunk@4010
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-16  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Update installation to have link to Windows
	Compilation guide Nicklas put together.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4006
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/xsl/postgis_aggs_mm.xml.xsl: ADd more
	curved geometry support functions to list and give curved geometry
	special index a pretty anchor.  git-svn-id: http://svn.osgeo.org/postgis/trunk@4005
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: wee reformatting git-svn-id: http://svn.osgeo.org/postgis/trunk@4004
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: remove tabs git-svn-id: http://svn.osgeo.org/postgis/trunk@4003
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: add link to trac for 1.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@4002
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: add link to st_relate git-svn-id: http://svn.osgeo.org/postgis/trunk@4001
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: amend ST_ContainsProperly to summarize its
	speed advantages git-svn-id: http://svn.osgeo.org/postgis/trunk@4000
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c: Try and fix shp2pgsql-core for bug #124.
	Need to change sprintf() to pgis_exec() within the loader.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3999
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-14  Regina Obe <lr@pcorp.us>

	* NEWS: add containsproperly git-svn-id: http://svn.osgeo.org/postgis/trunk@3998
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-14  Regina Obe <lr@pcorp.us>

	* NEWS: I think the year is 2009 and we are in april now git-svn-id: http://svn.osgeo.org/postgis/trunk@3997
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c: Same as r3994 but for the second copy of
	shp2pgsql.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3995
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Fix #104 'shp2pgsql is using deprecated
	PostgreSQL escape syntax'. Remember that not everyone's installation
	has "standard_conforming_strings" enabled by default.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3994
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/postgis.sql.in.c: Fix bug #148 'envelope() doesn't support
	new box3d_extent type'. Looks like we do need to add casts for
	box3d_extent to all of box2dfloaat, box3d and geometry after all.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3993
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: missed some git-svn-id: http://svn.osgeo.org/postgis/trunk@3992
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add ST_ContainsProperly to
	exclude for 1.3 testing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3991
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-12  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Add new function ST_ContainsProperly and
	provide examples.  Also update ST_Contains to better explain the
	subtleties of the definition and example to demonstrate the
	difference between contains and containsproperly git-svn-id: http://svn.osgeo.org/postgis/trunk@3990
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql-core.c, loader/shp2pgsql.c: Make good on my
	promise from bug #123 to remove the E'...' escaping from shp2pgsql
	and revert to standard SQL escaping. Also rename
	protect_quote_string() and make_good_string() to
	escape_insert_string() and escape_copy_string() respectively so the
	names reflect what they actually do.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3989
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/introduction.xml: Fix mis-spelling in Eduin Carrillo's
	name git-svn-id: http://svn.osgeo.org/postgis/trunk@3980
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* : keywords git-svn-id: http://svn.osgeo.org/postgis/trunk@3969
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-04-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/Makefile.in, liblwgeom/cunit/cu_measures.c,
	liblwgeom/cunit/cu_measures.h, liblwgeom/cunit/cu_tester.c,
	liblwgeom/measures.c: Fix for collection vs collection distance
	behavior. Per Nicklas Avén. GBT #146 git-svn-id: http://svn.osgeo.org/postgis/trunk@3967
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/postgis.sql.in.c: Fix for previous commit; move the
	locations of the CASTs so that they are after the definitions.
	Thanks Olivier! git-svn-id: http://svn.osgeo.org/postgis/trunk@3939
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c: Add additional
	casts for box3d_extent to box3d/box2d so that other PostGIS
	functions can use the output of ST_Extent. Per report from Olivier
	Courtin related to GBT#93.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3938
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-24  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_kml.c: suppress compilation warning on non
	initialized variable git-svn-id: http://svn.osgeo.org/postgis/trunk@3936
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore autotools artefacts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3935
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* ltmain.sh: Back to the future.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3933
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: expansion of example and description git-svn-id: http://svn.osgeo.org/postgis/trunk@3932
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Create new exception section and move over the
	Has,Drop, Add BBOX family per MCA request.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3931
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Can't get enough punishment: write out results of
	configure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3929
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* config.guess, ltmain.sh: Back for more punishment: if we can
	checkin config.sub and config.guess, we can check in ltmain.sh.
	Autotools, I despise thee.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3928
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* autogen.sh: OK, didn't like that. libtoolize alters config.guess
	and config.sub, but removing them breaks build. Run libtoolize by
	hand and add the resultants to svn? git-svn-id: http://svn.osgeo.org/postgis/trunk@3927
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* config.guess: config.guess back? git-svn-id: http://svn.osgeo.org/postgis/trunk@3926
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* config.sub: config.sub back in? git-svn-id: http://svn.osgeo.org/postgis/trunk@3925
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* autogen.sh, config.guess, config.sub: Break build per mloskot.
	Remember to run ./autogen.sh and hopefully you have libtoolize! git-svn-id: http://svn.osgeo.org/postgis/trunk@3924
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3923
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: not dealing correctly with
	arguments that are geometry arrays where there is only one geometry
	in the arglist git-svn-id: http://svn.osgeo.org/postgis/trunk@3922
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-21  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_geojson.c, postgis/lwgeom_gml.c,
	postgis/lwgeom_kml.c, postgis/lwgeom_svg.c: Fix static buffer size
	to add precision spaces. Cf #119 git-svn-id: http://svn.osgeo.org/postgis/trunk@3921
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: Update release notes more git-svn-id: http://svn.osgeo.org/postgis/trunk@3916
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-20  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: updated the operator notes in reference.xml to
	reflect the fact that they do indeed use indexes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3915
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-20  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Add ST_MakeLine array proto.  Provide example
	use. Flag that ST_MAkeLine was enhanced in 1.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@3912
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-20  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Fill in missing ST_Collect(geomarray) proto.
	Provide examples for using ST_Union(geomarray),
	ST_Collect(geomarray) git-svn-id: http://svn.osgeo.org/postgis/trunk@3911
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-20  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_gml.c: Fix GML multi size computation. Cf issue
	#141 git-svn-id: http://svn.osgeo.org/postgis/trunk@3910
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-20  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, postgis/postgis.sql.in.c: a small typo patch
	from mloskot, renaming a few "geometry_column" to "geometry_columns" git-svn-id: http://svn.osgeo.org/postgis/trunk@3906
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-20  Kevin Neufeld <kneufeld.ca@gmail.com>

	* configure.ac, doc/Makefile.in, doc/postgis.xml,
	doc/reference.xml, doc/reference_new.xml, doc/reference_old.xml: 
	renamed reference.xml to reference_old.xml renamed reference_new.xml
	to reference.xml updated configure.ac, doc/Makefile.in, and
	doc/postgis.xml accordingly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3905
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_chip.c: Revert, now I get a warning in OS/X.
	Solaris will have to suck it up.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3903
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* autogen.sh, configure.ac: Make autogen.sh a little more tolerant
	of missing / re-named autotools.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3901
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: updated ST_Relate docs - changed 3rd
	parameter to be more clear git-svn-id: http://svn.osgeo.org/postgis/trunk@3900
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_debug.c: Remove warning in Solaris.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3899
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_chip.c: Remove warning in Solaris.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3898
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos_prepared.c, postgis/lwgeom_geos_prepared.h: 
	Remove one last 'const' warning.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3897
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_svg.c: Few minor improve/change on memory size to
	allocate git-svn-id: http://svn.osgeo.org/postgis/trunk@3895
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_geos.c: More lwgeom_geos.c fixes to remove
	compilation warnings, but this time for compiling with GEOS >= 3.1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3894
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_estimate.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_gist.c, postgis_config.h.in: Oops, we don't use the
	literal output of autoheader.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3893
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos_prepared.c: Remove prepared geometry
	compilation warning.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3892
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_estimate.c, postgis/lwgeom_gist.c: Add ieeefp.h for
	Solaris.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3891
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, postgis_config.h.in: Add testing for ieeefp.h to
	autoconf git-svn-id: http://svn.osgeo.org/postgis/trunk@3890
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly_expected,
	regress/sql-mm-multicurve_expected,
	regress/sql-mm-multisurface_expected: Final fix to remove cpp
	requirement git-svn-id: http://svn.osgeo.org/postgis/trunk@3889
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/{sql-mm-circularstring_expected.in =>
	sql-mm-circularstring_expected},
	regress/{sql-mm-compoundcurve_expected.in =>
	sql-mm-compoundcurve_expected},
	regress/{sql-mm-curvepoly_expected.in =>
	sql-mm-curvepoly_expected}, regress/{sql-mm-multicurve_expected.in
	=> sql-mm-multicurve_expected},
	regress/{sql-mm-multisurface_expected.in =>
	sql-mm-multisurface_expected}: Remove preproc step for sql-mm curve
	regression.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3888
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile.in, regress/sql-mm-circularstring_expected.in,
	regress/sql-mm-compoundcurve_expected.in,
	regress/sql-mm-curvepoly_expected.in,
	regress/sql-mm-multicurve_expected.in,
	regress/sql-mm-multisurface_expected.in: Remove USE_JTS and cpp
	preproc from sql-mm regression git-svn-id: http://svn.osgeo.org/postgis/trunk@3887
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: Add lidar item git-svn-id: http://svn.osgeo.org/postgis/trunk@3886
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lex.yy.c, liblwgeom/lwgunparse.c,
	liblwgeom/wktparse.lex, postgis/lwgeom_inout.c: More cleanup work
	based upon Mateusz's MSVC patches; remove references to unistd.h and
	sys/param.h since they are no longer required for determining
	endian-ness.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3877
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-13  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: switch order git-svn-id: http://svn.osgeo.org/postgis/trunk@3868
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-13  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: get rid of sT_PolyFromWKB reference.  Will
	readd those stupid ones left in reference.xml later git-svn-id: http://svn.osgeo.org/postgis/trunk@3867
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-13  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: more spots git-svn-id: http://svn.osgeo.org/postgis/trunk@3866
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-13  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: missed a spot git-svn-id: http://svn.osgeo.org/postgis/trunk@3865
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-13  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: remove using_postgis and reference  and add
	using_postgis_dataman, using_postgis_app git-svn-id: http://svn.osgeo.org/postgis/trunk@3864
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-13  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in, doc/using_postgis_app.xml,
	doc/{using_postgis.xml => using_postgis_dataman.xml}: Break
	using_postgis into 2 sections, remover reference.xml from doc make git-svn-id: http://svn.osgeo.org/postgis/trunk@3863
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-12  Regina Obe <lr@pcorp.us>

	*
	extras/tiger_geocoder/geocode/geocode_address_countysub_exact.sql,
	extras/tiger_geocoder/geocode/geocode_address_countysub_fuzzy.sql,
	extras/tiger_geocoder/geocode/geocode_address_place_exact.sql,
	extras/tiger_geocoder/geocode/geocode_address_place_fuzzy.sql,
	extras/tiger_geocoder/geocode/geocode_address_state.sql,
	extras/tiger_geocoder/geocode/geocode_address_zip.sql,
	extras/tiger_geocoder/geocode/geocode_location.sql,
	extras/tiger_geocoder/geocode/geocode_zip.sql,
	extras/tiger_geocoder/normalize/pprint_addy.sql,
	extras/tiger_geocoder/tables/lookup_tables.sql: #HISTORY #GBT 121:
	update tiger_geocoder to run in PostgreSQL 8.3 - apply patch from
	cdwinslow git-svn-id: http://svn.osgeo.org/postgis/trunk@3860
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: updated SQL/MM specs in
	ST_PointFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@3854
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over
	ST_LineFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@3853
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: added missing linkend git-svn-id: http://svn.osgeo.org/postgis/trunk@3852
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: updated doc descriptions and linkends.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3851
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over
	ST_PointFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@3850
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over
	ST_GeomFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@3849
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: More MSVC fixes from Mateusz related to
	ISO C++ vs. C99 variable initialisation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3848
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/svg.sql, regress/svg_expected: updated SVG unit to reduce
	to max 2 decimal digits git-svn-id: http://svn.osgeo.org/postgis/trunk@3847
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: MSVC line git-svn-id: http://svn.osgeo.org/postgis/trunk@3846
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/Makefile.in, regress/svg.sql, regress/svg_expected: Add
	SVG unit test file git-svn-id: http://svn.osgeo.org/postgis/trunk@3845
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/release_notes.xml: Add 1.3.5 release notes into trunk
	docs git-svn-id: http://svn.osgeo.org/postgis/trunk@3844
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: First cut of 1.4 release notes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3843
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* GNUmakefile, liblwgeom/cunit/Makefile.in: Fix for GBT#132: Make
	check should run CUnit. This is to aid developers as we move the
	majority of the testing framework over to CUnit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3842
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/long_xact.c, postgis/lwgeom_box2dfloat4.c,
	postgis/lwgeom_box3d.c, postgis/lwgeom_btree.c,
	postgis/lwgeom_chip.c, postgis/lwgeom_dump.c,
	postgis/lwgeom_estimate.c, postgis/lwgeom_functions_basic.c,
	postgis/lwgeom_geos.h, postgis/lwgeom_geos_prepared.h,
	postgis/lwgeom_gist.c, postgis/lwgeom_inout.c, postgis/lwgeom_pg.c,
	postgis/lwgeom_pg.h, postgis/lwgeom_sqlmm.c,
	postgis/lwgeom_transform.c: Commit Mateusz's patch to move the
	postgres.h #include to the top of the file in order to aid the MSVC
	build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3841
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/gml.sql, regress/gml_expected: update GML unit test
	according to AsGML option related to CRS output option git-svn-id: http://svn.osgeo.org/postgis/trunk@3840
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/wktparse.h: Remove compiler warning from commit r3821.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3839
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* regress/geojson.sql, regress/geojson_expected: Update unit test
	upon previous GeoJson CRS change git-svn-id: http://svn.osgeo.org/postgis/trunk@3838
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, postgis/lwgeom_geos.c, postgis/lwgeom_geos.h,
	postgis/postgis.sql.in.c: Update PostGIS trunk so that the minimum
	required version of GEOS is 3.0.0. This allows us to finally remove
	all remaining compilation warnings since we can adjust the casts to
	make correct use of the GEOS 3.0.0 header types.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3837
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_new.xml, postgis/lwgeom_geojson.c,
	postgis/lwgeom_gml.c, postgis/postgis.sql.in.c: Fix GeoJson CRS
	output format (1.0 spec). Add OGC long CRS format (Cf RFC 5165) as
	an option. On AsGeoJson it change option order from 1.3.X between
	Bbox and CRS. On AsGML a new option parameter is added git-svn-id: http://svn.osgeo.org/postgis/trunk@3835
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/installation.xml, doc/postgis.xml: Some documentation updates;
	change the instructions for decompressing the tarballs for PROJ and
	GEOS so that they work for our Solaris friends (as per the
	instructions for the main PostGIS tarball). Also move version
	entities for GEOS and PROJ into postgis.xml, so that as newer
	versions of PROJ/GEOS are released, we only need to update the
	version number in one location for the change to be reflected
	throughout the installation documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3833
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Augment comment related to Paul's fix for
	GBT#130 as I'm bound to forget why we decided to do this at a later
	date...  git-svn-id: http://svn.osgeo.org/postgis/trunk@3831
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwgeom.c: Add circstring release and LWGEOM conversion
	entry git-svn-id: http://svn.osgeo.org/postgis/trunk@3830
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Remove some GCC-isms from the unparser
	related to setting array sizes at run-time rather than compile time.
	Per report from Mateusz Loskot.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3828
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_transform.c: Fix GBT#126: Don't include private
	PROJ.4 header projects.h. It appears that from its inception,
	PostGIS has inadvertently used the PROJ.4 internal projects.h header
	file rather than the correct proj_api.h header file. This patch
	flips over to the new header file and changes everything over to use
	the new external structures/APIS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3827
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgunparse.c: Fix for GBT #130, remove bdpoly regression
	failure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3826
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/reference_new.xml, postgis/lwgeom_transform.c: Fix for GBT#89:
	transform() grid-shift 2nd chance logic defective. Remove the 2nd
	chance logic completely and allow the user to configure the
	behaviour using the standard PROJ.4 +nadgrids parameter. I've added
	a section to the ST_Transform() section of the manual which gives an
	example of how you can do this.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3825
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_svg.c: Add SVG L Command in absolute path according
	to BNF SVG Path. Add some forgotten geometry release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3824
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-10  Mark Leslie <mark.leslie@lisasoft.com>

	* liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwcurvepoly.c, liblwgeom/lwgparse.c,
	liblwgeom/lwgunparse.c, liblwgeom/lwmcurve.c, liblwgeom/wktparse.h,
	liblwgeom/wktparse.tab.c, liblwgeom/wktparse.y,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected.in,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected.in,
	regress/sql-mm-serialize.sql: Moving parser changes from
	spike/mleslie/parser to allow the proper nesting of compound curves
	within curve polygons and the validation of compound curve
	continuity.  This also resolves GBT#124.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3821
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_sqlmm.c: Don't segmentize geometry if input doesn't
	pass hasarc git-svn-id: http://svn.osgeo.org/postgis/trunk@3820
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-09  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Put ST_CurveToLine back in
	script.  Seems to not crash anymore with Paul's changes to GBT: 112 git-svn-id: http://svn.osgeo.org/postgis/trunk@3819
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
	postgis/lwgeom_functions_basic.c, regress/regress.sql,
	regress/regress_expected: Fix for GBT#96.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3817
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* spatial_ref_sys.sql: Fix the OSGB 27700 SRID definition in
	spatial_ref_sys.sql since it is missing a datum parameter. We can't
	backpatch this since it is only available in newer versions of PROJ,
	and we don't have any PROJ version detection capability in 1.3
	branch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3816
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_dump.c: Remove compile warnings from lwgeom_dump.c
	related to the removal of TupleDescGetSlot (we don't need to set the
	deprecated fields in FuncCallContext if we are using
	BuildTupleFromCStrings).  git-svn-id: http://svn.osgeo.org/postgis/trunk@3815
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
	postgis/lwgeom_functions_basic.c: More camel-case changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3814
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-09  Olivier Courtin <olivier.courtin@camptocamp.com>

	* postgis/lwgeom_svg.c: Refactored the whole assvg export function
	in the same way than asgeojson. Fix #119 issue on big
	geometrycollection geometry. Keep the same SVG output than before git-svn-id: http://svn.osgeo.org/postgis/trunk@3813
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c, liblwgeom/lwpoint.c,
	postgis/lwgeom_dump.c, postgis/lwgeom_functions_analytic.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos.c,
	postgis/lwgeom_ogc.c, postgis/lwgeom_pg.c,
	postgis/lwgeom_transform.c: Remove some camelCase function
	signatures from liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@3812
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_box3d.c, postgis/postgis.sql.in.c,
	regress/lwgeom_regress_expected: Fix for GBT#93: ST_Extent() and
	ST_Estimated_Extent() return BOX2DFLOAT4s. This is currently done
	using a horrible hack for backwards compatibility which introduces a
	new type just for ST_Extent(). See GBT email to postgis-devel and
	code comments for more detail.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3811
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_api.c: Fix goof in box2d computation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3809
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwsegmentize.c: Fix for GBT#112 git-svn-id: http://svn.osgeo.org/postgis/trunk@3807
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_accum.c: Add some explanation comments to
	lwgeom_accum.c explaining why we need to implement our own set of
	geometry aggregate functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3806
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_box.c, postgis/lwgeom_box3d.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_pg.h: Alter the
	in-built casts between the internal PostgreSQL BOX type and the
	PostGIS geometry/BOX3D types so that they do not go through an
	intermediate BOX2DFLOAT4 first. This prevents the float4 rounding
	errors appearing in the numbers when invoking the casts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3805
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_api.c: Fix for GBT #116, EMPTY hex polygon no
	longer causes crash.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3803
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/lwgeom_functions_analytic.c: Fix GBT#122: ST_SnapToGrid
	gives 13 when fed circular string. Alter the error message so that
	it correctly displays the type rather than just it's internal
	number.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3802
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-06  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_dump.c: missing svn tags and copyright info git-svn-id: http://svn.osgeo.org/postgis/trunk@3799
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Flag
	ST_GeoHash as curved support friendly, put in pretty anchors for
	special function sections git-svn-id: http://svn.osgeo.org/postgis/trunk@3790
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-03-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Fix tests to match current geohash
	signatures (lon/lat) and precisions (odd and even) git-svn-id: http://svn.osgeo.org/postgis/trunk@3789
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-27  Regina Obe <lr@pcorp.us>

	* postgis/lwgeom_dump.c: Get rid of additional calls to
	TupleDescGetSlot(tupdesc) in dump and dumprings and replace
	deprecated use of TupleDescGetSlot with 8.1+ preferred
	BlessTupleDesc git-svn-id: http://svn.osgeo.org/postgis/trunk@3781
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-23  Sandro Santilli <strk@kbt.io>

	* liblwgeom/lwgeom_api.c: Fix parse_hex to support lower-case A-F
	too (issue 120) git-svn-id: http://svn.osgeo.org/postgis/trunk@3762
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-23  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: change to move postgis_comments.sql to root git-svn-id: http://svn.osgeo.org/postgis/trunk@3760
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c: Add variable decls to trunk :) git-svn-id: http://svn.osgeo.org/postgis/trunk@3750
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c: Add EOF marker, per GBT#105 git-svn-id: http://svn.osgeo.org/postgis/trunk@3749
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis/long_xact.c, postgis/lwgeom_estimate.c: Update trunk so
	that it will compile against PostgreSQL 8.4. Based upon Talha
	Rizwan's original patch, with a small tweak from me.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3741
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-17  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: change to use tab separator instead git-svn-id: http://svn.osgeo.org/postgis/trunk@3734
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3730
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@3729
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-17  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Make new -
	1 section with 2 subsections.  Change ST_AsGeoJSON availability tag
	to be consistent with others git-svn-id: http://svn.osgeo.org/postgis/trunk@3728
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-17  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Section new functions in 1.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@3727
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-16  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: Try again to get postgis_comments.sql to generate git-svn-id: http://svn.osgeo.org/postgis/trunk@3721
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-13  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl: amend
	st_union description to include new proto and performance
	enhancements.  Add space before availability in xsl parser what is
	new section git-svn-id: http://svn.osgeo.org/postgis/trunk@3705
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-13  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml, doc/xsl/postgis_aggs_mm.xml.xsl: Add
	special section listing new functions in this release.  Get rid of
	note tag around ST_GeoHash availability so consistent with other
	availability text git-svn-id: http://svn.osgeo.org/postgis/trunk@3704
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-13  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@3702
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-12  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: more work on comments generation git-svn-id: http://svn.osgeo.org/postgis/trunk@3694
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-12  Regina Obe <lr@pcorp.us>

	* doc/Makefile.in: Put in logic to output postgis_comments.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@3690
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference_new.xml, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h, postgis/lwgeom_functions_basic.c,
	postgis/postgis.sql.in.c: Bind ST_GeoHash into SQL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3688
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile, README.postgis, STYLE, configure.ac, make_dist.sh,
	regress/Makefile.in, topology/topology.sql.in.c: Change references
	from ./lwgeom to ./postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@3687
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* {lwgeom => postgis}/.cvsignore, {lwgeom =>
	postgis}/BBOXCACHE_BEHAVIOURS, {lwgeom => postgis}/DEBUG, {lwgeom
	=> postgis}/MISSING_OBJECTS, {lwgeom => postgis}/Makefile.in,
	{lwgeom => postgis}/README, {lwgeom => postgis}/SERIALIZED_FORM,
	{lwgeom => postgis}/TODO, {lwgeom => postgis}/compat.h, {lwgeom =>
	postgis}/long_xact.c, {lwgeom => postgis}/long_xact.sql.in, {lwgeom
	=> postgis}/lwgeom_accum.c, {lwgeom => postgis}/lwgeom_box.c,
	{lwgeom => postgis}/lwgeom_box2dfloat4.c, {lwgeom =>
	postgis}/lwgeom_box3d.c, {lwgeom => postgis}/lwgeom_btree.c,
	{lwgeom => postgis}/lwgeom_chip.c, {lwgeom =>
	postgis}/lwgeom_debug.c, {lwgeom => postgis}/lwgeom_dump.c, {lwgeom
	=> postgis}/lwgeom_estimate.c, {lwgeom =>
	postgis}/lwgeom_functions_analytic.c, {lwgeom =>
	postgis}/lwgeom_functions_basic.c, {lwgeom =>
	postgis}/lwgeom_functions_lrs.c, {lwgeom =>
	postgis}/lwgeom_geojson.c, {lwgeom => postgis}/lwgeom_geos.c,
	{lwgeom => postgis}/lwgeom_geos.h, {lwgeom =>
	postgis}/lwgeom_geos_prepared.c, {lwgeom =>
	postgis}/lwgeom_geos_prepared.h, {lwgeom => postgis}/lwgeom_gist.c,
	{lwgeom => postgis}/lwgeom_gml.c, {lwgeom =>
	postgis}/lwgeom_inout.c, {lwgeom => postgis}/lwgeom_kml.c, {lwgeom
	=> postgis}/lwgeom_ogc.c, {lwgeom => postgis}/lwgeom_pg.c, {lwgeom
	=> postgis}/lwgeom_pg.h, {lwgeom => postgis}/lwgeom_rtree.c,
	{lwgeom => postgis}/lwgeom_rtree.h, {lwgeom =>
	postgis}/lwgeom_spheroid.c, {lwgeom => postgis}/lwgeom_sqlmm.c,
	{lwgeom => postgis}/lwgeom_svg.c, {lwgeom =>
	postgis}/lwgeom_transform.c, {lwgeom => postgis}/lwgeom_triggers.c,
	{lwgeom => postgis}/pgsql_compat.h, {lwgeom =>
	postgis}/postgis.sql.in.c, {lwgeom => postgis}/profile.h, {lwgeom
	=> postgis}/sqldefines.h.in, {lwgeom => postgis}/sqlmm.sql.in,
	{lwgeom => postgis}/test.c: Change the name of the main source
	directory. This is going to break the build for a little while until
	I fix all the references, but I want to do it atomically to ensure
	version history is preserved.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3686
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
	liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c: GeoHash implementation first cut.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3685
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac: Solve iconv-on-Solaris (and hopefully  many other
	platforms with system iconv in libc) problem in autoconf.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3683
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile.in: Demote new loader code from default build for
	now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3682
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/new_postgis_restore.pl: New restore script, much simpler,
	takes -Fc dump and writes back ASCII on stdout git-svn-id: http://svn.osgeo.org/postgis/trunk@3681
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_new.xml, lwgeom/lwgeom_kml.c, regress/kml.sql,
	regress/kml_expected: KML output: use decimal places rather than
	significant digit, trim trailing zeros, update documentation, update
	unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@3677
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-10  Olivier Courtin <olivier.courtin@camptocamp.com>

	* doc/reference_new.xml, lwgeom/lwgeom_geojson.c,
	lwgeom/lwgeom_gml.c, regress/Makefile.in, regress/geojson.sql,
	regress/geojson_expected, regress/gml.sql, regress/gml_expected: 
	GeoJson output: trim trailing zero, add forgotten free on subgemotry
	inspect. GML output: precision no more as a global one, decimal
	places rather than significant digits, trim trailing zero, add unit
	test, doc update with output example git-svn-id: http://svn.osgeo.org/postgis/trunk@3676
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_restore.pl: Fix case sensitive in AGGREGATE reading.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3675
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-05  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: Updated ST_DumpRings description and
	example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3647
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-04  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: Added example to ST_PointN git-svn-id: http://svn.osgeo.org/postgis/trunk@3641
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-04  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: minor changes.  Take
	ST_CurveToLine out so tests can complete until we fix.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3640
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
	java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
	java/ejb3/src/org/postgis/hibernate/PostGISDialect.java,
	java/ejb3/src/org/postgis/hibernate/WithinExpression.java,
	java/pljava/build.xml,
	java/pljava/src/org/postgis/pljava/PLJtsParser.java,
	java/pljava/src/org/postgis/pljava/PLJtsWriter.java,
	liblwgeom/examples/unparser.c, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgunparse.c, liblwgeom/lwline.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/measures.c,
	liblwgeom/ptarray.c, loader/shp2pgsql-cli.c,
	loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c, topology/topology.sql.in.c: Propset Author
	Id Keyword Revision on all files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3639
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c: Formating git-svn-id: http://svn.osgeo.org/postgis/trunk@3638
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: Fix
	boundary conditions with from==to hitting first/list vertex.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3637
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgeom.c: Fix GBT#109: Some operators not supported for
	Circular. In this case I haven't added the comparison code as I am
	not 100% sure on the semantics, but the error message should be much
	clearer to users now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3636
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add corrections from Bruce Rindahl git-svn-id: http://svn.osgeo.org/postgis/trunk@3635
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: forgot some spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@3634
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: forgot availability info git-svn-id: http://svn.osgeo.org/postgis/trunk@3633
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: update st_convexhull definition -- wasn't
	very clear git-svn-id: http://svn.osgeo.org/postgis/trunk@3632
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Document ST_MinimumBoundingCircle git-svn-id: http://svn.osgeo.org/postgis/trunk@3631
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Regina Obe <lr@pcorp.us>

	* lwgeom/postgis.sql.in.c: #HISTORY: ST_MinimumBoundingCircle --
	also change to support geometries with LINESTRING,POINT convex hulls git-svn-id: http://svn.osgeo.org/postgis/trunk@3630
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Regina Obe <lr@pcorp.us>

	* lwgeom/postgis.sql.in.c: First draft of ST_MinimumBoundingCircle
	contributed by Bruce Rindahl.  Changed to use named params and
	renamed function from mbc to ST_MinimumBoundingCircle.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3629
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: put back linetocurve
	curvetoline tests now that issue 86 and 108 should have fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@3628
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql.c: Use "extended string"
	format for escaping \ and ' in insert statements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3623
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Mark Leslie <mark.leslie@lisasoft.com>

	* doc/rfc/postgis_rfc_04.txt: Adding an rfc for changing the
	validation approach when parsing WKT.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3622
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c: astyle this file git-svn-id: http://svn.osgeo.org/postgis/trunk@3621
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_gist.c: Comment datum slice pull.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3620
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
	lwgeom/lwgeom_geos.c: formatting git-svn-id: http://svn.osgeo.org/postgis/trunk@3619
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-02  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml, doc/xsl/postgis_gardentest.sql.xsl: Typo in
	docs confusing gardentester. Also change ST_Collect use to ST_Union
	so we are testing with valid polygons (reduces union intersection
	error messages) git-svn-id: http://svn.osgeo.org/postgis/trunk@3617
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-02  Mark Leslie <mark.leslie@lisasoft.com>

	* liblwgeom/lwsegmentize.c, regress/sql-mm-general.sql,
	regress/sql-mm-general_expected: Fix for Issue 108 and regress test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3605
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-02  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Document ST_LocateBetweenElevations git-svn-id: http://svn.osgeo.org/postgis/trunk@3604
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-02-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Get rid of warnings -- no longer relevant
	for ST_LineCrossingDirection git-svn-id: http://svn.osgeo.org/postgis/trunk@3603
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-30  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: revise to correctly fill in
	timestamp/date args git-svn-id: http://svn.osgeo.org/postgis/trunk@3599
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-30  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: put in logic to test operators git-svn-id: http://svn.osgeo.org/postgis/trunk@3594
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-30  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/postgis_gardentest.sql.xsl: Operator check in wrong segment
	of xpath git-svn-id: http://svn.osgeo.org/postgis/trunk@3593
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos.c: Change error message.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3578
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos.c: Handle null return from cascadedunion.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3576
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: wrapping git-svn-id: http://svn.osgeo.org/postgis/trunk@3572
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-27  Regina Obe <lr@pcorp.us>

	* : missing meta properties git-svn-id: http://svn.osgeo.org/postgis/trunk@3570
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/rfc/postgis_rfc_03_sheet.txt, lwgeom/lwgeom_accum.c,
	lwgeom/postgis.sql.in.c: Small changes in createrelplace syntax,
	comments, function rename recommendation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3568
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-23  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: small wording fix for DropGeometryColumn git-svn-id: http://svn.osgeo.org/postgis/trunk@3567
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/rfc/postgis_rfc_03.txt, doc/rfc/postgis_rfc_03_sheet.txt: Add
	function naming rfc git-svn-id: http://svn.osgeo.org/postgis/trunk@3566
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_accum.c, lwgeom/lwgeom_geos.c,
	lwgeom/postgis.sql.in.c: Flip all aggregate functions over to the
	new aggregation system. Remove catalog hacks in favour of wrapper
	type. Make the fast implementations the default and _old
	implementations the legacy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3565
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/postgis_gardentest.sql.xsl: Filter out Operators section
	from xsl transforms git-svn-id: http://svn.osgeo.org/postgis/trunk@3564
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over the remaining
	operands from reference.xml to reference_new.xml in the
	documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@3563
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Give operators section a pretty anchor and
	id so easy to bookmark and I can exclude from xsl scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@3562
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Regina Obe <lr@pcorp.us>

	* loader/dbfopen.c: Fix DBFReadDeleted logic -- should return 1 if
	record is deleted and 0 if it is not deleted git-svn-id: http://svn.osgeo.org/postgis/trunk@3561
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over |>> from
	reference.xml to reference_new.xml in the documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@3558
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over <<, <<|, and
	>> from reference.xml to reference_new.xml in the documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@3557
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/postgis.sql.in.c: Remove protection from ST_GeometryArray()
	aggregate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3556
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* : More ignore fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@3555
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/postgis.sql.in.c: Alter pg_proc update to work with older
	PgSQLs too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3553
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile.in, lwgeom/lwgeom_accum.c,
	lwgeom/postgis.sql.in.c: First stab at a back-port of the array_agg
	from 8.4. Our's isn't generic, and it's got it's own name, so it
	won't collide, ... needs testing on PgSQL < 8.3 still.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3552
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over |&> from
	reference.xml to reference_new.xml in the documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@3551
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over &>| from
	reference.xml to reference_new.xml in the documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@3550
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-22  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over &> from
	reference.xml to reference_new.xml in the documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@3549
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-21  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over &&, &<, and =
	from reference.xml to reference_new.xml in the documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@3548
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, lwgeom/lwgeom_geos.c, lwgeom/postgis.sql.in.c: Add
	support for fast unions, with cascaded union. Currently for testing,
	in the ST_Union_Fast() agggregate. Requires GEOS SVN r2252 or
	higher.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3547
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/rfc/postgis_rfc_02.txt: Add rfc document. First one: alignment
	ideas.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3546
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_estimate.c: Headers split in 8.4? git-svn-id: http://svn.osgeo.org/postgis/trunk@3545
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-core.c, loader/shp2pgsql-core.h,
	loader/shp2pgsql-gui.c: Put translation_stage into descriptive MACRO
	names git-svn-id: http://svn.osgeo.org/postgis/trunk@3544
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* macros/gtk-2.0.m4: Add GTK macro.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3543
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, loader/Makefile.in: Replace hand-built pkg-config
	routine w/ m4 from gtk source.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3542
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Compile your work much? git-svn-id: http://svn.osgeo.org/postgis/trunk@3541
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql-gui.c: Protect the filename setting a little bit
	more in case it's NULL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3540
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-20  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: Fixed accidental broken build in docs from
	Rev3536.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3539
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/liblwgeom.h, loader/Makefile.in,
	loader/dbfopen.c, loader/shp2pgsql-cli.c, loader/shp2pgsql-core.c,
	loader/shp2pgsql-core.h, loader/shp2pgsql-gui.c,
	loader/stringbuffer.c, loader/stringbuffer.h: First revision of the
	GUI. Configure using --with-gui to enable full GUI build. New
	core/cli will build by default. Old utilities remain in place for
	now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3538
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: move ST_GeomCollFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@3537
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move st_mpolyfromtext git-svn-id: http://svn.osgeo.org/postgis/trunk@3536
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-15  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Left some garbage in git-svn-id: http://svn.osgeo.org/postgis/trunk@3535
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* GNUmakefile, README.postgis, doc/installation.xml,
	extras/ogc_test_suite/Makefile, extras/ogc_test_suite/README,
	extras/template_gis/profile, extras/tiger_geocoder/INSTALL,
	extras/tiger_geocoder/import/newdb.sh, lwgeom/Makefile.in,
	lwgeom/{lwpostgis.sql.in.c => postgis.sql.in.c},
	lwgeom/sqldefines.h.in, regress/Makefile.in, regress/run_test: Part
	1 of GBT#94: Rename folders/files to be more consistent. Embed the
	MAJOR.MINOR version in the PostgreSQL shared library name (to allow
	different databases to contain different PostGIS versions) and also
	rename lwpostgis.sql to postgis.sql. Update documentation in various
	files to reflect the new names at the same time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3534
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move ST_MLineFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@3533
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-15  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: more stuff git-svn-id: http://svn.osgeo.org/postgis/trunk@3532
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-15  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: forgot some stuff git-svn-id: http://svn.osgeo.org/postgis/trunk@3531
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over MPointFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@3530
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in.c,
	lwgeom/sqldefines.h.in: Fix the output of "SELECT
	postgis_full_version()" on trunk by ensuring that USE_STATS is
	present, and correctly generating the POSTGIS_SCRIPTS_VERSION
	variable so that installations of trunk don't keep thinking that
	they need a scripts upgrade.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3529
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/wktparse.h: Remove missing prototype warning from build.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3527
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-13  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Error in logic in gardentest
	not correctly flagging WKT functions as taking geometry variant git-svn-id: http://svn.osgeo.org/postgis/trunk@3526
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/geojson_expected, regress/kml_expected: Fix regression
	tests to account for changes made in r3522 (rename 'Curve' to
	'CircularString') git-svn-id: http://svn.osgeo.org/postgis/trunk@3525
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-13  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_PolygonFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@3524
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_tester.c: Fix
	compile warnings for the cunit tests (unused variables).  git-svn-id: http://svn.osgeo.org/postgis/trunk@3523
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwutil.c: Update lwgeom_gettypename() by renaming Curve
	to CircularString. Now lots of error messages scattered throughout
	liblwgeom should start to make sense...  git-svn-id: http://svn.osgeo.org/postgis/trunk@3522
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwcircstring.c,
	liblwgeom/lwgeom_api.c: Rearrange liblwgeom.h as per Paul's comment
	on GBT#97: Rename LWCURVE to LWCIRCSTRING. Also rename
	lwfree_circstring() to lwcircstring_free() so that it matches the
	others (I guess this was missed in the first pass).  git-svn-id: http://svn.osgeo.org/postgis/trunk@3521
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
	liblwgeom/{lwcurve.c => lwcircstring.c}, liblwgeom/lwcollection.c,
	liblwgeom/lwcompound.c, liblwgeom/lwcurvepoly.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwgparse.c,
	liblwgeom/lwgunparse.c, liblwgeom/lwmcurve.c,
	liblwgeom/lwsegmentize.c, liblwgeom/wktparse.h,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_transform.c: Commit for GBT#97: Rename LWCURVE to
	LWCIRCSTRING (also know as restoring balance to the universe).  Having gone through and re-read sections of the CIRCULARSTRING code,
	it is amazing how much easier the code is to read without the
	confusion of a curve being either a CIRCULARSTRING or LINESTRING as
	per the SQL-MM spec. The resulting commit compiles & installs
	cleanly for me, passes "make check" and also Regina's torture
	script. Please let me know if I accidentally broke anything :) git-svn-id: http://svn.osgeo.org/postgis/trunk@3520
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwcollection.c, liblwgeom/lwmpoint.c,
	liblwgeom/lwmpoly.c, loader/shp2pgsql.c: Remove double-free problem
	from loader in presence of new deep-freeing lwfree calls.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3519
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-12  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typos git-svn-id: http://svn.osgeo.org/postgis/trunk@3518
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-12  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Correct.  ST_LinestringFromText does not
	exist though was documented before.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3517
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-12  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Line
	functions and point out how pointless they are.  Also correct
	incorrect statement that they throw errors when given non-line -
	they just return null.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3516
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/Makefile.in: Remove erroneus merge from r3502
	(HAVE_CUNIT_H just isn't defined anymore...) git-svn-id: http://svn.osgeo.org/postgis/trunk@3515
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in.c: Remove RECHECK
	per GBT#18.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3514
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3513
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over rest of
	miscellaneous -- NOTE st_find_srid does not exist - was never
	renamed from find_srid.  Not sure its worth fixing since its rarely
	used anyway.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3512
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geojson.c,
	lwgeom/lwgeom_gml.c, lwgeom/lwgeom_kml.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_transform.c: Rename
	lwfree_inspected to lwinspected_release, per it's "shallow free"
	behavior.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3511
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/examples/unparser.c,
	liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
	liblwgeom/lwgeom.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
	loader/shp2pgsql.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_kml.c: Rename lwfree_* to *_free.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3510
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: Missed some ST_ spots.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3509
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: Missed a spot.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3508
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: Using - fix some connectiontype omissions
	in Mapserver section, add in processing defer comment, fix some
	missing ST_ git-svn-id: http://svn.osgeo.org/postgis/trunk@3507
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add circular string note git-svn-id: http://svn.osgeo.org/postgis/trunk@3506
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_NRings git-svn-id: http://svn.osgeo.org/postgis/trunk@3505
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-09  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Zmflag git-svn-id: http://svn.osgeo.org/postgis/trunk@3504
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_gml.c: Forgot to save this file. Also changes to
	lwfree_* *_release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3503
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
	liblwgeom/lwcollection.c, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, liblwgeom/lwline.c, liblwgeom/lwmline.c,
	liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c, liblwgeom/lwpoint.c,
	liblwgeom/lwpoly.c, liblwgeom/ptarray.c,
	lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geojson.c: Alter
	lwfree_* to deep-free memory. Add variants of *_release to support
	shallow-free. Go through lwgeom/ and replace any lwfree_* instances
	with *_release where appropriate. (Surprisingly few.) git-svn-id: http://svn.osgeo.org/postgis/trunk@3502
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-08  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: documentatioin out of synch with reality
	since garden test failing.  Change spelling ST_CrossingDirection to
	new name ST_LineCrossingDirection git-svn-id: http://svn.osgeo.org/postgis/trunk@3501
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: put in valid name space
	(giving error with my xsltproc otherwise) git-svn-id: http://svn.osgeo.org/postgis/trunk@3500
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-07  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Finish off adding multi garden
	geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@3499
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-07  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: updated documention on addgeometrycolumn,
	clarifying the errors thrown.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3498
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwalgorithm.c: Bump some LWDEBUG(F) from level 1 up to
	levels 3-4 (level 1 is reserved) git-svn-id: http://svn.osgeo.org/postgis/trunk@3496
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Remove memory leak in standard loader.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3495
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, liblwgeom/cunit/Makefile.in: Allow CPPFLAGS/LDFLAGS
	parameters from the command line to be passed into the CUnit
	Makefile, since CUnit is the only dependency that cannot determine
	its own flags using a --with-X parameter. This allows CUnit to be
	installed in a non-standard location if required.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3494
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-05  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Put circular back in mix.
	Doesn't crash now that MCA changed distance to throw error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3493
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/Makefile.in: 
	Rework the CUnit detection infrastructure as you can't locate
	include files based on an absolute path. This is because autoconf
	and the compiler have differing ideas of the current paths (this
	totally breaks the Win32 build since you have the extra mapping
	between UNIX-type MingW paths and Windows-type paths). Hopefully
	this should not affect existing users at all - if so, please post a
	report on -devel. I'll try running this on MingW at a later date.  I've also enforced "make check" to run the unit tests, rather than
	"make test". This is a fallout from the early days when strk
	committed the regression test suite to run using "make test" by
	accident which appears to have stuck :( .  git-svn-id: http://svn.osgeo.org/postgis/trunk@3492
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgeom.c: Fix comment in lwgeom_from_ewkt() and also add
	a quick error check to lwgeom_from_ewkt() and lwgeom_from_ewkb() -
	otherwise upon parse failure we could pass a half-baked geometry
	back to the caller which would not be good :( git-svn-id: http://svn.osgeo.org/postgis/trunk@3491
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/cunit/cu_algorithm.c: Update the cunit tests to use the
	proper parser flag PARSER_CHECK_NONE rather than the hard-coded
	zero.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3490
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/cunit/Makefile.in: Add -lm to the cu_tester link line -
	we must always add this to the link line for anything that links
	agains liblwgeom.a (at least on my Linux system here) git-svn-id: http://svn.osgeo.org/postgis/trunk@3489
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/measures.c: Commit quick fix for GBT#85: ST_Distance
	crashes on Circular String. Rather than devise and implement a set
	of distance functions for CIRCULARSTRINGs, I've simply added code to
	detect the condition and throw an "Unsupported geometry type" error,
	similar to as already exists within the codebase.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3487
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-02  Regina Obe <lr@pcorp.us>

	* TODO: minor update git-svn-id: http://svn.osgeo.org/postgis/trunk@3486
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-02  Regina Obe <lr@pcorp.us>

	* TODO: Add ST_DumpPoints.  Not sure how simple it is.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3485
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-01  Regina Obe <lr@pcorp.us>

	* TODO: Put time stamp placeholder on (I think) git-svn-id: http://svn.osgeo.org/postgis/trunk@3484
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-01  Regina Obe <lr@pcorp.us>

	* TODO: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3483
	b70326c6-7e19-0410-871a-916f4a2858ee

2009-01-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
	liblwgeom/lwgeom_api.c: Fix based on test case from MAC.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3482
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
	lwgeom/lwgeom_functions_analytic.c: Add support for multilinestring
	to st_locatebetweenelevations git-svn-id: http://svn.osgeo.org/postgis/trunk@3481
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: Add heat map case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3480
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h: Add mline
	version of clipper.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3479
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwgeom.c: Add lwfree_geom to
	generically deep-free lwgeometries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3478
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c: Add lwgeom_from_ewkt and change larger cunit
	tests to create candidate geometries from text instead of by hand.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3477
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lex.yy.c: Try and commit a pre-generated output from
	flex that works for the build-bot.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3476
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lex.yy.c: Revert accidental commit of lex.yy.c git-svn-id: http://svn.osgeo.org/postgis/trunk@3475
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lex.yy.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwcollection.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwpostgis.sql.in.c: Rename new functions to
	ST_LineCrossingDirection and ST_LocateBetweenElevations for more
	explicitness and closer correspondance to SQL/MM, respectively. Add
	a new geometry counter for collections.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3474
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-23  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Break out multi as separate
	geometry types and start putting in. Remove unary/aggregate geom
	since now exactly the same as section that takes only 1 geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3473
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* configure.ac, liblwgeom/Makefile.in, liblwgeom/cunit/{Makefile =>
	Makefile.in}: Add CUnit to main 'make test' build and check for
	existance of CUnit.h as part of ./configure git-svn-id: http://svn.osgeo.org/postgis/trunk@3472
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac: Fix typo in the backticks when extracting
	linker/include flags from pg_config. Resolving this allows SVN trunk
	to compile on MingW! :) git-svn-id: http://svn.osgeo.org/postgis/trunk@3471
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: More typos git-svn-id: http://svn.osgeo.org/postgis/trunk@3470
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: More typos git-svn-id: http://svn.osgeo.org/postgis/trunk@3469
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3468
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Missed a constant git-svn-id: http://svn.osgeo.org/postgis/trunk@3467
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: First draft of ST_CrossingDirection --
	needs more work git-svn-id: http://svn.osgeo.org/postgis/trunk@3466
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: More conditional corrections.
	Also take circular back out of test since still crashes under 1.4
	with ST_Distance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3465
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Revision - change to not test
	geoms against other geoms if function only takes one geom, better
	commenting of output.  Put back circularstring -- crashes on 1.3
	still on ST_Distance in some cases. Haven't tested against trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@3464
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* STYLE, liblwgeom/lwcurve.c, liblwgeom/lwutil.c,
	liblwgeom/wktparse.lex, lwgeom/lwgeom_chip.c, lwgeom/test.c: Remove
	the few C++-style comments that have crept into the codebase, and
	add a note to the STYLE document stating that C-style comments
	should be used.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3462
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_geos.c: Remove the WKB_CONVERSION hack which was
	invented to try and make the JTS connector more reliable. Since all
	the other JTS code has gone, this can now go too. See

	http://postgis.refractions.net/pipermail/postgis-devel/2008-August/003495.html for a little discussion.git-svn-id: http://svn.osgeo.org/postgis/trunk@3461
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Errr.... unsigned *what* exactly??! If
	you'd have asked me yesterday if I thought this would compile, I
	would have said no...  git-svn-id: http://svn.osgeo.org/postgis/trunk@3460
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwmcurve.c: Some code tidy-ups: remove Windows CR/LFs
	from the file, change the free()s into lwfree()s, and fix a spelling
	mistake.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3459
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: revert part of last change git-svn-id: http://svn.osgeo.org/postgis/trunk@3458
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: correction to last edit git-svn-id: http://svn.osgeo.org/postgis/trunk@3457
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
	liblwgeom/lwalgorithm.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwpostgis.sql.in.c: Add ST_LineClipZ(geometry, from, to) SQL
	and C functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3456
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c: Complete
	c-level line clipping routines, and unit tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3455
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h, liblwgeom/lwcollection.c,
	liblwgeom/lwmline.c, liblwgeom/lwmpoint.c, liblwgeom/lwmpoly.c: Add
	in lwfree_* deep memory clean-up routines for multi-objects.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3454
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-19  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml, doc/using_postgis.xml: Upgraded section in
	using_postgis.xml that talks about OGC Simplicity / Validity.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3453
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* STYLE: Remove camelCase example from style guideline against
	camelCase (! :) git-svn-id: http://svn.osgeo.org/postgis/trunk@3452
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp.c: Remove the PostGIS LWGEOM type constants from
	pgsql2shp - they are no longer needed here as they are included as
	part of liblwgeom.h.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3451
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/examples/unparser.c, liblwgeom/lwgeom_api.c,
	liblwgeom/lwpoint.c, loader/shp2pgsql.c,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geojson.c,
	lwgeom/lwgeom_gml.c, lwgeom/lwgeom_kml.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_transform.c: Complete the
	pfree_ to lwfree_ renaming.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3450
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h: Move curve back down below curve struct.
	Hm.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3449
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwcurve.c, liblwgeom/lwgeom_api.c, liblwgeom/lwline.c,
	liblwgeom/lwpoint.c, liblwgeom/lwpoly.c: Complete the pfree_* to
	lwfree_* renaming.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3448
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom_api.c, liblwgeom/lwpoint.c, loader/shp2pgsql.c,
	lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geojson.c,
	lwgeom/lwgeom_gml.c, lwgeom/lwgeom_kml.c: Rename pfree_* memory
	management function lwfree_* git-svn-id: http://svn.osgeo.org/postgis/trunk@3447
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/cunit/cu_algorithm.c, liblwgeom/cunit/cu_algorithm.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
	liblwgeom/lwgeom.c: Partial work commit for safety git-svn-id: http://svn.osgeo.org/postgis/trunk@3446
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Ignore generated Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@3445
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Get rid of redundant variable
	declares git-svn-id: http://svn.osgeo.org/postgis/trunk@3443
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Get rid of 2 geom relation
	section.  Its redundant now that the last condition section has been
	improved.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3442
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Numerous enhancements to make
	torture script generator smarter - e.g. don't use geometry select
	when function takes not geometries, don't put monkey in when you see
	pattern matrix use a real intersectionmatrix, concept of version git-svn-id: http://svn.osgeo.org/postgis/trunk@3441
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/Makefile.in, liblwgeom/cunit/cu_algorithm.c,
	liblwgeom/cunit/cu_algorithm.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h: Partial work saved back for later.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3440
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO, liblwgeom/liblwgeom.h, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h: Partial work into SVN where I can get at it
	elsewhere.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3439
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/sql-mm-circularstring_expected.in,
	regress/sql-mm-compoundcurve_expected.in,
	regress/sql-mm-curvepoly_expected.in,
	regress/sql-mm-multicurve_expected.in,
	regress/sql-mm-multisurface_expected.in: Remove LFs from regression
	files per MCA.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3438
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: #HISTORY: Really fix what was broken in
	r3431/3432. See the notes there for the full detail.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3436
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* STYLE, TODO, {cunit => liblwgeom/cunit}/Makefile, {cunit =>
	liblwgeom/cunit}/cu_algorithm.c, {cunit =>
	liblwgeom/cunit}/cu_algorithm.h, {cunit =>
	liblwgeom/cunit}/cu_tester.c: Re-locate cunit, add a STYLE guideline
	draft and some TODO notes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3435
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Undo r3431/3432: this isn't ready for the
	primetime yet as it breaks a couple of the regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3433
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Fix for one of Regina's torture failures
	as posted to the -devel list here:

	http://postgis.refractions.net/pipermail/postgis-devel/2008-December/004362.html. A CurvePolygon has a "standard header" and so must be passed through a function that understands the optional existence of SRIDs/BBOXes etc. in the header.git-svn-id: http://svn.osgeo.org/postgis/trunk@3431
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* cunit/cu_algorithm.c, cunit/cu_algorithm.h: harmonize unit tests
	with new function names git-svn-id: http://svn.osgeo.org/postgis/trunk@3430
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c: harmonize function names so
	things... compile git-svn-id: http://svn.osgeo.org/postgis/trunk@3429
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* cunit/cu_algorithm.c, cunit/cu_algorithm.h, cunit/cu_tester.c,
	liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h,
	lwgeom/lwgeom_functions_analytic.c: Revisison per MCA and (c)
	headers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3428
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* cunit/cu_algorithm.c: Add some co-linearity tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3427
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* cunit/cu_algorithm.c, liblwgeom/lwalgorithm.c,
	liblwgeom/lwalgorithm.h: Basic co-linearity support. Remove touching
	cases from crossingdirection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3426
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwalgorithm.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwpostgis.sql.in.c: Add ST_CrossingDirection(line, line)
	bindings into SQL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3425
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* cunit/Makefile, cunit/cu_algorithm.c, cunit/cu_algorithm.h,
	cunit/cu_tester.c, liblwgeom/Makefile.in, liblwgeom/liblwgeom.h,
	liblwgeom/lwalgorithm.c, liblwgeom/lwalgorithm.h: First cut of line
	crossing function, and associated cunit tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3424
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwpostgis.sql.in.c: fixed bug in probe_geometry_columns
	where an srid of -1 is not properly detected. (last time :)) git-svn-id: http://svn.osgeo.org/postgis/trunk@3423
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwpostgis.sql.in.c: fixed bug in probe_geometry_columns
	where an srid of -1 is not properly detected.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3422
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwpostgis.sql.in.c: fixed bug in probe_geometry_columns
	where an srid of -1 is not properly detected.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3421
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-16  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: More changes - can't remember git-svn-id: http://svn.osgeo.org/postgis/trunk@3420
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-16  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add cross reference to ST_IsValidReason on
	ST_IsValid and ST_Summary git-svn-id: http://svn.osgeo.org/postgis/trunk@3419
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-16  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Fix formatting of ForceRHR args -- messing
	up torture test generator git-svn-id: http://svn.osgeo.org/postgis/trunk@3417
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: missing the st_geomfromtext
	among others because of bad conditions - switched to xsl:choose to
	simplify logic.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3411
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp.c: minor comment addition git-svn-id: http://svn.osgeo.org/postgis/trunk@3410
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: add more data types.  Remove
	curve tests again -- too many crashers git-svn-id: http://svn.osgeo.org/postgis/trunk@3409
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Typo in data type param git-svn-id: http://svn.osgeo.org/postgis/trunk@3408
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c: #HISTORY: Fix for GBT#83:
	"ST_Multi on curved polygon gives ERROR: Unknown geometry type: 0".
	On reflection, ST_Multi() can only operate on standard POINT,
	LINESTRING and POLYGON types as the only MULTI geomtypes are
	MULTIPOINT, MULTILINESTRING and MULTIPOLYGON. This was caused by the
	introduction of the curve crashing fixes in 1.3.4.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3406
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: more cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@3405
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Think I got most of the
	functions with additional args, left out circular since it crashes.
	We can fix in 1.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@3404
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: replace param logic git-svn-id: http://svn.osgeo.org/postgis/trunk@3403
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-15  Regina Obe <lr@pcorp.us>

	* lwgeom/lwgeom_geos.c: #GBT 84: Fix typo in boundary error git-svn-id: http://svn.osgeo.org/postgis/trunk@3401
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add circular string and curved
	polygon to garden set.  Also start work on dealing with functions
	that take floats and integers as additional params git-svn-id: http://svn.osgeo.org/postgis/trunk@3400
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Exclude st_curvetoline from
	test for now.  Crashes on geometry collection test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3399
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add GEOMETRYCOLLECTION to
	garden mix.  This crashes my 1.3.5SVN build after running generated
	script - investigating git-svn-id: http://svn.osgeo.org/postgis/trunk@3398
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add logic to test for unary
	functions that take box2d/3d and add 3d geometries to garden set.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3397
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-14  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add create table, add geom,
	drop column, drop table to batch of tortures git-svn-id: http://svn.osgeo.org/postgis/trunk@3396
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: Remove isvalidreason, it's done.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3395
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: Add typmod idea git-svn-id: http://svn.osgeo.org/postgis/trunk@3394
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Fix condition statement that
	prevented some 2 geom functions from being picked up git-svn-id: http://svn.osgeo.org/postgis/trunk@3393
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Added POLYGONM gset to test.
	Also got rid of monkey crashing LineMerge.  May add back later by
	removing the NOT (j=i) conditions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3392
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Note that ST_MakePolygon can be used to
	make measured polys and 3d polys git-svn-id: http://svn.osgeo.org/postgis/trunk@3391
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp.c: use strcmp for compare instead of comparing
	first element in projcreate git-svn-id: http://svn.osgeo.org/postgis/trunk@3390
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: get rid of accidentally copied
	comment git-svn-id: http://svn.osgeo.org/postgis/trunk@3389
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add relationship/ functions
	that act on 2 geometries tests to the mix git-svn-id: http://svn.osgeo.org/postgis/trunk@3388
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Add POINTM and LINESTRINGM to
	garden family git-svn-id: http://svn.osgeo.org/postgis/trunk@3387
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Remove Postgis_JTS_Version from docs.  No
	longer in 1.4 code base.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3386
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Revise to use an xml
	collection instead of repetitive loops.  Also put in select start
	and end so when the server crashes you know where it broke.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3385
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c: Looks like I accidentally removed
	some code from LWGEOM_accum that was required to set the Oid of the
	array being used to store the aggregate results. As reported by
	Regina.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3384
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: Fix typo in geometry test git-svn-id: http://svn.osgeo.org/postgis/trunk@3381
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl,
	doc/xsl/postgis_comments.sql.xsl,
	doc/xsl/postgis_gardentest.sql.xsl: put in the svn:keywords thingy
	and also update postgis_gardentest to generate garden test for all
	unary postgis functions and aggregates git-svn-id: http://svn.osgeo.org/postgis/trunk@3380
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-11  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwgeom_geos.c: added a HINT to the ERROR message in
	errorIfGeometryCollection indicating the geometry that is in error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3379
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-11  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_gardentest.sql.xsl: First draft of garden test sql
	generator.  This version just searches the docs and outputs tests
	for functions that take no arguments.  Need to formulate a list of
	geometries to generate code for unary and so forth.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3378
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-11  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp.c: Incorporated Mark's suggestion to use
	PQescapeStringConn instead of building a custom function.  Also
	fixed typo.  Note using free() instead of PQfree since couldn't find
	a PQfree.  I looked at the 8.3.5 postgresql source code base, and
	that's what they seem to use when releasing buffer space.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3377
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwutil.c: Increase the amount of allocated memory by 3
	bytes, so that if maxlength < 3 and we return just "..." then we
	still have enough space to store the string without clobbering
	memory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3376
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwutil.c, lwgeom/lwgeom_pg.c: Fix up a couple of errors
	in the new lwmessage_truncate() function found by Kevin - correct an
	off-by-one error in the code, and include a missing startpos offset
	in the end truncation code. Also ensure that if maxlength gets too
	small then we return "..." rather than crashing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3375
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h: Resolve local merge conflict from previous
	commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3374
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwutil.c, lwgeom/lwgeom_pg.c, regress/regress_expected,
	regress/wkt_expected: Add new lwmessage_truncate() function to
	liblwgeom that will truncate a string to a maximum number of
	characters, adding a "..." to indicate where the string has been
	trimmed. Truncation can be specified to occur from either the start
	or end of the string as required. Also update the parser error
	handler to use the new function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3373
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-09  Mark Leslie <mark.leslie@lisasoft.com>

	* liblwgeom/liblwgeom.h, liblwgeom/lwcurve.c: Porting the floating
	point comparison operator upgrade from the 1.3 branch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3372
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: correct mm reference of
	ST_PointFromText and remove from old MM section git-svn-id: http://svn.osgeo.org/postgis/trunk@3370
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Minor additions git-svn-id: http://svn.osgeo.org/postgis/trunk@3369
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: fix some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@3368
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over (x,y,z)
	min/max family and add cross reference to those from ST_X, ST_Y,
	ST_Z git-svn-id: http://svn.osgeo.org/postgis/trunk@3367
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-07  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Box2D and
	ST_Box3D and flag ST_Accum as working with circular strings git-svn-id: http://svn.osgeo.org/postgis/trunk@3366
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-05  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: revise example git-svn-id: http://svn.osgeo.org/postgis/trunk@3365
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-05  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Clarify use of ST_Relation and include
	Martin's example of interior intersects git-svn-id: http://svn.osgeo.org/postgis/trunk@3364
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-05  Regina Obe <lr@pcorp.us>

	* loader/pgsql2shp.c: #HISTORY: #GBT:34 - .prj creation by pgsql2shp git-svn-id: http://svn.osgeo.org/postgis/trunk@3363
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-05  Regina Obe <lr@pcorp.us>

	* liblwgeom/lwgeom.c: #GBT 80: ST_Multi seg faults when given
	MULTILINESTRING git-svn-id: http://svn.osgeo.org/postgis/trunk@3362
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-04  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over rest of Long
	Transactions git-svn-id: http://svn.osgeo.org/postgis/trunk@3360
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Fix GBT#79: shp2pgsql does not honor -s (also
	known as Mark accidentally missed the sr_id from the geometry
	constructors) git-svn-id: http://svn.osgeo.org/postgis/trunk@3359
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/ptarray.c, lwgeom/lwgeom_functions_lrs.c: Lightbulb
	moment: the fix for GBT#21: locate_along_measure: wrong values,
	invalid data required extra work as floating point errors could
	still be introduced by the removal of the memcpy(). In fact it was
	the clipping logic that was wrong, so this patch re-adds the
	memcpy() in the correct place(s) and corrects the clipping flags to
	remove this floating point error. With thanks to Stephen Davies.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3357
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-02  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Remove some junk and fix some typos,
	rephrase descriptions git-svn-id: http://svn.osgeo.org/postgis/trunk@3356
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-02  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over LockRow git-svn-id: http://svn.osgeo.org/postgis/trunk@3355
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-02  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over CheckAuth git-svn-id: http://svn.osgeo.org/postgis/trunk@3354
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3353
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: remove extra def git-svn-id: http://svn.osgeo.org/postgis/trunk@3352
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over Enable/Disable
	LongTransactions git-svn-id: http://svn.osgeo.org/postgis/trunk@3351
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Damn casing - wrong fix git-svn-id: http://svn.osgeo.org/postgis/trunk@3350
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo ? git-svn-id: http://svn.osgeo.org/postgis/trunk@3349
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo? git-svn-id: http://svn.osgeo.org/postgis/trunk@3348
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_HasBBox git-svn-id: http://svn.osgeo.org/postgis/trunk@3347
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-12-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_AddBBox,
	ST_DropBBox - the last of the Geometry Editors git-svn-id: http://svn.osgeo.org/postgis/trunk@3346
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos.c: wrap isvalidreason in test for GEOS >= 3.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@3345
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-27  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: correction git-svn-id: http://svn.osgeo.org/postgis/trunk@3344
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-27  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: ST_IsValidReason typo and add an example of
	a valid geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@3343
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-27  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Document new ST_IsValidReason function.  I
	suppose this may be the last time I can successfully create invalid
	geometries before Mark ruins all the fun.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3342
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in.c: 
	ST_IsValidReason(geometry) returns text reason for validity failure.
	Requires GEOS >= 3.1.  GBT#51 git-svn-id: http://svn.osgeo.org/postgis/trunk@3341
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/Makefile.in: Apply patch from strk to prevent
	unneccesary invocation of 'ar' when building liblwgeom.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3340
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-26  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Correct install docs to agree with README.
	Not sure if this is necessary since this is partially for already
	installed postgis.  Are we going to have an lwgeom folder in
	contrib? git-svn-id: http://svn.osgeo.org/postgis/trunk@3339
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* GNUmakefile: Create liblwgeom as a phony dependency, so that any
	changes to liblwgeom cause a re-build of liblwgeom.a during "make".
	Patch provided by strk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3338
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* README.postgis: Fix some minor errors in the README documentation
	as indicated by strk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3337
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/release_notes.xml: Bring forward release notes from
	1.3.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@3336
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-25  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_estimate.c: Quick fix for GBT#72:
	ST_Estimated_Extent sometimes returns null if table exists but not
	in current schema.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3335
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-24  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Fix indentation for estimated_extent
	example.  Document ST_Force_Collection broken when given Circular
	strings for versions prior to 1.3.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@3326
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c: Fix for GBT#73:
	ST_Force_Collection crashes with CIRCULARSTRING. This is basically
	the same fix for GBT#66: ST_Dump kills backend when fed CIRCULAR
	STRING except that it occurs in a different place.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3325
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, lwgeom/lwgeom_dump.c: 
	Move lwgeom_contains_subgeoms() into liblwgeom core as it seems it
	is now required outside of lwgeom_dump.c.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3324
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over the rest of
	the ST_Force* family git-svn-id: http://svn.osgeo.org/postgis/trunk@3320
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_Estimated_Extent git-svn-id: http://svn.osgeo.org/postgis/trunk@3319
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: minor changes git-svn-id: http://svn.osgeo.org/postgis/trunk@3318
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_GeomFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@3317
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3316
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-21  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: Fix indentation of examples git-svn-id: http://svn.osgeo.org/postgis/trunk@3315
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml, doc/using_postgis.xml: GBT #71: Update
	section 4.2 of docs to describe manual adding to geometry columns -
	revision.  Add pretty anchor, reference pretty anchor in
	AddGeometryColumn reference section.  Rearrange order.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3314
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-21  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: GBT #71: Update section 4.2 of docs to
	describe manual adding to geometry columns.  Decided to just add a new section after git-svn-id: http://svn.osgeo.org/postgis/trunk@3313
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@3311
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-21  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_CoordDim git-svn-id: http://svn.osgeo.org/postgis/trunk@3310
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.h,
	lwgeom/lwgeom_inout.c: Located more profile calls using grep and
	converted them over to use the new macros. Hopefully I've caught all
	of them now...  git-svn-id: http://svn.osgeo.org/postgis/trunk@3309
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c: Found some
	new locations containing profiling code outside of the GEOS
	functions, so swap them over to using the new macros.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3308
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, lwgeom/lwgeom_geos.c, lwgeom/profile.h,
	postgis_config.h.in: Switch GEOS profiling over to use conditional
	macros, much in the same way as LWDEBUG(F) has been implemented.
	This improves code readability by not having constant #if...#endif
	sections throughout the code. I've also changed the variable that
	indicates whether profiling has been enabled to POSTGIS_PROFILE, and
	integrated it into the autoconf configuration. Hence profiling can
	be enabled by running configure with the --enable-profile option, or
	setting POSTGIS_PROFILE in postgis_config.h to 1 and re-compiling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3307
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-20  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3305
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-20  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add note on ST_Transform and ST_AsKML that
	they require Proj support git-svn-id: http://svn.osgeo.org/postgis/trunk@3304
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-19  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: update doc on install to reference geos
	3.0.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@3301
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-17  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: amend ST_Mem_Size git-svn-id: http://svn.osgeo.org/postgis/trunk@3300
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-17  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typos git-svn-id: http://svn.osgeo.org/postgis/trunk@3299
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: st_mem_size git-svn-id: http://svn.osgeo.org/postgis/trunk@3298
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-17  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Document missing ST_AsGML func proto git-svn-id: http://svn.osgeo.org/postgis/trunk@3296
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-16  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3294
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Polygon and
	ST_WKBToSQL, move ST_MakePolygon from Geometry Processing to
	Geometry Constructors section git-svn-id: http://svn.osgeo.org/postgis/trunk@3293
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-14  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over rest of non-MM
	compliant Geometry Constructor functions git-svn-id: http://svn.osgeo.org/postgis/trunk@3291
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: Update with latest BS git-svn-id: http://svn.osgeo.org/postgis/trunk@3290
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_prepared.c, lwgeom/lwgeom_geos_prepared.h,
	lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: astyle --style=ansi
	--indent=tab=8 git-svn-id: http://svn.osgeo.org/postgis/trunk@3284
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_prepared.h, lwgeom/lwgeom_rtree.h: Fix error in
	prepgeomcache type git-svn-id: http://svn.osgeo.org/postgis/trunk@3283
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-08  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Document affine functions now work with
	curves.  Though I don't have a tool to verify correctness, so my
	assumption - it returns something that sounds sort of right.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3282
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-08  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: document more functions that work with
	circular strings git-svn-id: http://svn.osgeo.org/postgis/trunk@3281
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-08  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: document support for curves of functions
	Mark C just fixed with disclaimer only works in 1.3.4+ git-svn-id: http://svn.osgeo.org/postgis/trunk@3280
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_prepared.c, lwgeom/lwgeom_geos_prepared.h,
	lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h,
	regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected: 
	Prepared geometry mixed-types bug fix ported forward from 1.3.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3279
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_transform.c: After a quick sanity grep, I noticed
	that ST_Transform() was also susceptible to crashing on curve types
	in the same way as the previous two fixes. Hence I'm committing a
	fix now before Regina finds it and logs another bug report :) git-svn-id: http://svn.osgeo.org/postgis/trunk@3278
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c: Fix GBT#69: ST_Translate crashes
	when fed circular string. lwgeom_affine_recursive() needs to know
	about the new lwgeom_getcurve_inspected() function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3277
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c: Fix GBT#70: ST_NPoints Crashes
	with Curves. lwgeom_npoints() needs to know about the new
	lwgeom_getcurve_inspected() function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3276
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom_api.c: Add missing
	lwgeom_getcurve_inspected() function which is required for some of
	the latest GBT fixes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3275
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-07  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Yeh ST_Dump now works with curves git-svn-id: http://svn.osgeo.org/postgis/trunk@3267
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_dump.c: Add missing function prototype from r3263.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3265
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_dump.c: Fix for GBT#66: ST_Dump kills backend when
	fed CIRCULAR STRING. With thanks to Regina Obe.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3263
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_geos.h, lwgeom/lwgeom_geos_prepared.h: The GEOS 2.2
	series "geos_c.h" is missing header guards, so including the header
	multiple times as is done in lwgeom_geos.h and
	lwgeom_geos_prepared.h causes compilation to fail with multiple
	definition errors. This patch fixes this problem allowing GEOS 2.2
	to work with PostGIS once again, although of course it can easily be
	removed when it is decided that GEOS 2.2 support is no longer
	required.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3262
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, lwgeom/Makefile.in, topology/Makefile.in: Change
	configure to check for the existence of the PGXS Makefile, even if
	pg_config can be found. This is become distributions such as Debian
	install pg_config as part of libpq-dev but this package doesn't
	contain the required Makefile. Per bug report from strk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3261
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-05  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: amend ST_Longitude bug comment git-svn-id: http://svn.osgeo.org/postgis/trunk@3258
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_gml.c: Fix ST_AsGML() not recognising
	GEOMETRYCOLLECTION as a valid geometry type from my GBT#65 fix :( git-svn-id: http://svn.osgeo.org/postgis/trunk@3257
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/geojson_expected, regress/kml_expected: Fix regression
	tests reporting incorrect failures due to a change of output caused
	by r3243.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3255
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgeom.c: Fix for GBT#68 - ST_Shift_Longitude doesn't
	work with MULTIPOINT. Looks like this was just a simple mistake in
	the code. I've also improved the error message to return the proper
	type name instead of just a number.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3253
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-05  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: add ST_Collect as having some support for
	circular git-svn-id: http://svn.osgeo.org/postgis/trunk@3251
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo in proto git-svn-id: http://svn.osgeo.org/postgis/trunk@3249
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add missing proto for ST_CurveToLine git-svn-id: http://svn.osgeo.org/postgis/trunk@3247
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add ST_HasArc, pull some useful comments
	from source code to add to ST_CurveToLine git-svn-id: http://svn.osgeo.org/postgis/trunk@3245
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwutil.c: Fix lwgeom_typename() not returning a valid
	string for any of the newer geometry types.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3243
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_gml.c: Fix for GBT#65: ST_AsGML kills the backend
	when fed a CIRCULAR STRING. The default code attempts to inspect any
	unknown geometry which fails on CIRCULARSTRING. A longer term fix
	may be to fix CIRCULARSTRING so that it can be inspected, however
	the fix here is to throw an ERROR for unknown types just as the
	other As_*() functions do.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3241
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* lwgeom/lwpostgis.sql.in.c: Change all ST_AsKML to use new
	ST_Transform git-svn-id: http://svn.osgeo.org/postgis/trunk@3240
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: More flagging of functions that work with
	3d git-svn-id: http://svn.osgeo.org/postgis/trunk@3238
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: fill in all protos for kml, flag more
	functions as supporting 3d and circular/curve git-svn-id: http://svn.osgeo.org/postgis/trunk@3237
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Change ST_GeomFromText() to GeomFromText() for
	older hwgeom (-w) support - looks like I was a little bit to eager
	in my earlier conversion to use the new ST_ calling convention.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3236
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in: Alter loader Makefile to add liblwgeom.a
	dependency, so people who just want to build the shapefile loaders
	can do "make" within the loader subdirectory and liblwgeom.a will
	automagically get build first.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3235
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3234
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: document circular support of more functions git-svn-id: http://svn.osgeo.org/postgis/trunk@3233
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Get rid of MM compliancy note for
	ST_LineToCurve, can only find ST_CurveToLine in MM docs git-svn-id: http://svn.osgeo.org/postgis/trunk@3232
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: correct comment git-svn-id: http://svn.osgeo.org/postgis/trunk@3231
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Add new section to document
	circular string support git-svn-id: http://svn.osgeo.org/postgis/trunk@3230
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml, doc/template.xml: Document ST_LineToCurve
	and ST_CurveToLine, update template to include note about Circular
	String support in prep for new index section git-svn-id: http://svn.osgeo.org/postgis/trunk@3228
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwgeom_functions_analytic.c: updated url in comments to the
	documentation on the implemented point-in-polygon algorithm to

	http://softsurfer.com/Archive/algorithm_0103/algorithm_0103.htm#Winding%20Number.  Old link was dead.git-svn-id: http://svn.osgeo.org/postgis/trunk@3226
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in: Add missing ICONV_LDFLAGS variable to the
	loader Makefile. Thanks to Olivier Courtin for noticing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3225
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-11-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in, loader/pgsql2shp.c, loader/wkb.h: Switch
	pgsql2shp over to using liblwgeom.  There are few commits that can be as satisfying as one which
	involves the removal of ~1200 lines of code. By using the liblwgeom
	parser instead of the in-built parser, we have now achieved the
	following: i) all parsers within PostGIS, shp2pgsql and pgsql2shp are now the
	same which means they all follow the same rules. Also extended error
	reporting information including error text and position information
	is available.  ii) the complexity of the shp2pgsql/pgsql2shp is considerably
	reduced.  The slightly unfortunate cost is the overall executable size is
	larger, since we are linking with liblwgeom. However, from both a
	consistency and maintainability point of view, this is a big win.
	Note that while there may be a difference in behaviour in some
	corner cases, all regression tests pass here.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3224
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c: Add missing
	serialized_lwgeom_from_hexwkb() function to liblwgeom which is
	required for adding liblwgeom support to pgsql2shp.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3223
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Some more shp2pgsql clearups; remove some dead
	commented code and switch over to use the LWDEBUG(F) debugging
	framework.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3222
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/reference_new.xml, lwgeom/lwgeom_geojson.c,
	regress/geojson.sql, regress/geojson_expected: Fix regression test
	differences between different platforms in the AsGeoJSON regression
	code. There were two issues: firstly, the original regression tests
	included precision information > 15 significant figures, and
	secondly the GeoJSON code was exposing BOX2DFLOAT4 information to
	the client instead of calculating the true bounding box. With thanks
	to Olivier Courtin.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3221
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-30  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_DumpRings git-svn-id: http://svn.osgeo.org/postgis/trunk@3218
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.in, loader/shp2pgsql.c: Switch shp2pgsql over to
	use liblwgeom instead of its own internal parser. Some notes from
	looking at the code: i) I've abstracted the I/O formatting functions into a new
	OutputGeometry() function since it allow the logic concerning output
	formatting to kept in one place, rather than sprinkled throughout
	all the other Insert* functions.  ii) InsertPoint() and InsertMultiPoint() have been combined, since
	it seems that the same code will work for both - all that is
	required is to know whether to produce a MULTIPOINT collecton or a
	POINT at the end.  iii) I've added additional comments within the Insert* functions to
	help clarify what is going on in places iv) It appears some corner cases were missing within the conversion
	code with respect to Z/M coordinates, so in theory the new code
	should do a better job.  All in all, the source code is slightly reduced in size (although of
	course the binary is larger after linking with liblwgeom), and seems
	a lot more readable to my eyes. A quick TODO is to go through the
	file and replace the #if...#endif sections related to debugging with
	LWDEBUG(F) options.  NOTE: I've had to change the Makefile to allow linking against the
	maths library and liblwgeom.a, so some manual intervention on the
	automated build may be required ;) git-svn-id: http://svn.osgeo.org/postgis/trunk@3217
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Make more pretty section
	names, move over ST_Accum and provide example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3215
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Pretty anchors for all new sections git-svn-id: http://svn.osgeo.org/postgis/trunk@3214
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Incorrect function arg in ST_Union git-svn-id: http://svn.osgeo.org/postgis/trunk@3212
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Okay maybe hmm 4th or 5th time is the charm git-svn-id: http://svn.osgeo.org/postgis/trunk@3210
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Again git-svn-id: http://svn.osgeo.org/postgis/trunk@3209
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Lets try again git-svn-id: http://svn.osgeo.org/postgis/trunk@3208
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: function name typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3207
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over rest of Linear
	Referencing functions and provide examples.  Experiment with giving
	pretty anchor to section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3206
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add Availability note for
	Populate_Geometry_Columns git-svn-id: http://svn.osgeo.org/postgis/trunk@3205
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Fix line_interpolate_point link git-svn-id: http://svn.osgeo.org/postgis/trunk@3204
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_Line_Substring git-svn-id: http://svn.osgeo.org/postgis/trunk@3202
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-29  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_Line_Interpolate_Point git-svn-id: http://svn.osgeo.org/postgis/trunk@3200
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: changed linkend to match
	case in ST_Length2d to ST_Length2D git-svn-id: http://svn.osgeo.org/postgis/trunk@3199
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: attempt to fix broken linkend by replacing
	it with an xref in reference_new.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@3198
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml, doc/template.xml: Move
	over sql mm compliance for ST_Disjoint and get rid of annoying
	carriage return in template.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@3197
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwpostgis.sql.in.c: added availability to
	Populate_Geometry_Columns git-svn-id: http://svn.osgeo.org/postgis/trunk@3196
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: fixed typo in broken link to
	ST_Distance_Spheroid git-svn-id: http://svn.osgeo.org/postgis/trunk@3195
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: fixed typo in ST_Length3d_Spheriod xref to
	ST_Length_Spheroid git-svn-id: http://svn.osgeo.org/postgis/trunk@3194
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: fixed typo in missing constraint linkend:
	ST_InteriorRings to ST_NumInteriorRings git-svn-id: http://svn.osgeo.org/postgis/trunk@3193
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: typo in xref link git-svn-id: http://svn.osgeo.org/postgis/trunk@3192
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: added id for missing constraint linkend:
	PostGIS_Scripts_Released git-svn-id: http://svn.osgeo.org/postgis/trunk@3191
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: added id for missing constraint linkend:
	line_substring git-svn-id: http://svn.osgeo.org/postgis/trunk@3190
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: added id for constraint linkend: length2d git-svn-id: http://svn.osgeo.org/postgis/trunk@3189
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwpostgis.sql.in.c: fixed bug in lwpostgis.sql.in.c in
	POPULATE_GEOMETRY_COLUMNS when detecting SRIDs of -1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3188
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: updated description for
	Populate_Geometry_Columns git-svn-id: http://svn.osgeo.org/postgis/trunk@3187
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml, lwgeom/lwpostgis.sql.in.c: added plpgsql
	function Probe_Geometry_Columns to lwpostgis.sql.in.c and added
	documentation in reference_new.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@3186
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-26  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3185
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-26  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Length*
	functions.  Correct documentation - e.g. missing
	ST_Length2D_Spheroid and ST_Length3d_Spheroid and ST_Length_Spheroid
	are synonyms.  Seems to disagree with how we define ST_Length.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3183
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-26  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_Distance_Spher* functions git-svn-id: http://svn.osgeo.org/postgis/trunk@3181
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-26  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Put in availability info for rotate
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@3179
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-26  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over rest of Affine
	family.  Correct some typos.  Put ST_ForceRHR in right location.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3178
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-26  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Affine git-svn-id: http://svn.osgeo.org/postgis/trunk@3177
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-25  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Add = operator the most confusing and
	accidentally used operator of all git-svn-id: http://svn.osgeo.org/postgis/trunk@3175
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-25  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Commit provide another example of
	ST_SetPoint and flag as supporting 3d git-svn-id: http://svn.osgeo.org/postgis/trunk@3174
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-24  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3170
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-24  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_SnapToGrid git-svn-id: http://svn.osgeo.org/postgis/trunk@3168
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-23  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3166
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-22  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Relate the
	last of the Geometry Relationship Function and destroy the section
	in old reference.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3164
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-21  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over perimeter and
	max distance git-svn-id: http://svn.osgeo.org/postgis/trunk@3161
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-21  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: moved ST_ForceRHR into the correct category git-svn-id: http://svn.osgeo.org/postgis/trunk@3159
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-21  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over ST_ForceRHR git-svn-id: http://svn.osgeo.org/postgis/trunk@3158
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-20  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo in st_cover something.  Hate
	non-symmetric relationships git-svn-id: http://svn.osgeo.org/postgis/trunk@3157
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-20  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Revert change to ST_MemUnion - it really is
	that.  Most have had a faulty restore when it was named
	ST_MemGeomUnion git-svn-id: http://svn.osgeo.org/postgis/trunk@3155
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-20  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Covers and
	ST_CoveredBy and provide examples, update ST_Contains example to
	show distinction between ST_Covers, ST_Contains etc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3154
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-20  Regina Obe <lr@pcorp.us>

	* README.postgis: correct links in README and note about running
	make check before make install.  How the hell do you do that? git-svn-id: http://svn.osgeo.org/postgis/trunk@3152
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Provide example for GeometryType.  fix typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3146
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo in ST_Y definition.  Also added common
	use-case example of ST_Centroid used with ST_X, ST_Y git-svn-id: http://svn.osgeo.org/postgis/trunk@3144
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-19  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, loader/Makefile, loader/Makefile.in,
	loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql.in: After
	several discussions at PGDay, it seems that the only use-case for
	the PGXS PROGRAM clause is for programs that wish to link with the
	backend libraries. Hence create a new Makefile for the loader
	directory which uses the new autoconf infrastructure, based upon
	library and dependency lists from the original 1.3 branch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3143
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-19  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over remainder of
	Geometry Accessors to new section.  Fix ST_MemUnion (really
	ST_MemGeomUnion), correct mistake in ST_SymDifference git-svn-id: http://svn.osgeo.org/postgis/trunk@3141
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/run_test: Remove postgis_jts_version() function call from
	regression tests as the function no longer exists (prevents warning
	being displayed at the start of the test run) git-svn-id: http://svn.osgeo.org/postgis/trunk@3140
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over the *N family git-svn-id: http://svn.osgeo.org/postgis/trunk@3138
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_length2d,
	ST_length3d git-svn-id: http://svn.osgeo.org/postgis/trunk@3136
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_MemUnion
	the last of the geometry processing functions and destroy the
	geometry processing functions old section git-svn-id: http://svn.osgeo.org/postgis/trunk@3134
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-17  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: forgot to delete some stuff git-svn-id: http://svn.osgeo.org/postgis/trunk@3133
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: move over
	ST_Shift_Longitude, ST_Difference, ST_SymDifference git-svn-id: http://svn.osgeo.org/postgis/trunk@3131
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/template.xml: reverting accidental commit to template.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@3130
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_NumGeometries git-svn-id: http://svn.osgeo.org/postgis/trunk@3128
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing git-svn-id: http://svn.osgeo.org/postgis/trunk@3126
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* configure.ac, doc/Makefile.in: added dblatex as a dependency for
	building PDF's added a pdf target to doc/Makefile.in git-svn-id: http://svn.osgeo.org/postgis/trunk@3125
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_pg.c: Update to previous parser patch: if the error
	location is 0 (i.e. we haven't even matched a valid OGC WKT type)
	then display a more appropriate message. Per minor gripe from Paul.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3124
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-16  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: update st_azimuth - it should be called
	vector instead of line since order of points reverses the angle git-svn-id: http://svn.osgeo.org/postgis/trunk@3123
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Azimuth and
	provide example git-svn-id: http://svn.osgeo.org/postgis/trunk@3120
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: Move over ST_Boundary to new
	section,  copy comment about SQL-MM srid to xsl header git-svn-id: http://svn.osgeo.org/postgis/trunk@3118
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_pg.c: Fix pointer problem in the new HINT code
	caused by strncpy() not padding with zeros unless the specified
	length is *longer* than the source string.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3117
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_box2dfloat4.c: last one! git-svn-id: http://svn.osgeo.org/postgis/trunk@3116
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c: expunge remaining
	stringBuffer references git-svn-id: http://svn.osgeo.org/postgis/trunk@3115
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile.in, lwgeom/lwgeom_gist.c, lwgeom/stringBuffer.c,
	lwgeom/stringBuffer.h: Remove stringBuffer.* from build/repository.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3114
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-15  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
	liblwgeom/lwgunparse.c, liblwgeom/wktparse.h, lwgeom/lwgeom_pg.c,
	lwgeom/lwgeom_pg.h, regress/regress_expected,
	regress/regress_ogc_expected, regress/wkt_expected: Update the
	LWGEOM parser to provide error HINTs when being called from
	PostgreSQL, and update regression tests accordingly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3113
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-15  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: fix spacing of st_linemerge, st_segmentize
	examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3112
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Segmentize
	and ST_LineMerge git-svn-id: http://svn.osgeo.org/postgis/trunk@3110
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-14  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: moved cleanup of the pdf to the maintainer-clean
	target git-svn-id: http://svn.osgeo.org/postgis/trunk@3109
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_gist.c: Remove sliced test code and return to
	original state.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3107
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgparse.c,
	liblwgeom/lwgunparse.c, liblwgeom/wktparse.h,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h,
	regress/regress_ogc_expected: Nearly finish work on the new parser
	API. The key part of this patch is to alter the behaviour of the
	parser so that instead of generating errors directly, it returns an
	error code, error location and an error message. Hence the caller is
	now in charge of the behaviour when parsing invalid geometries, and
	so can ignore errors or proceed onto the next geometry if required.
	The regression test change is due to a change in an error message,
	since the error is now returned from the unparser before it even
	gets to GEOS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3106
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-14  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Provide examples for ST_Simplify and
	ST_SimplifyPreserveTopology git-svn-id: http://svn.osgeo.org/postgis/trunk@3105
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-14  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over st_simplify
	and st_simplifypreservetopology.  Still need to put in examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3103
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gist.c: astyle
	style=ansi indent=tab=8 git-svn-id: http://svn.osgeo.org/postgis/trunk@3101
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-14  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: completely move over
	rest of management functions to new section.  Add
	probe_geometry_columns - never been documented, but useful.  Get rid
	of update_geometry_stats - just returns a dumb message that its
	obsolete.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3099
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-14  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add missing function proto for
	dropgeometrytable git-svn-id: http://svn.osgeo.org/postgis/trunk@3098
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c: Rename
	parser_check_flags to current_parser_check_flags and
	unparser_check_flags to current_unparser_check_flags to clarify that
	these status variables only reflect the checks enabled for the
	current parse.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3095
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/examples/unparser.c: Move the liblwgeom unparser example
	over to the dynptarray API which is the proper way to alter point
	arrays in memory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3094
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_prepared.c,
	lwgeom/lwgeom_geos_prepared.h: Fix up some more warnings in SVN
	trunk; note that there are still 2 remaining PreparedGeometry
	warnings, but these will require patching GEOS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3093
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_gist.c: Performance boost: only detoast the front of
	the tuple first and extract the bbox from that.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3091
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos.c: Pull prep_cache reference safely inside
	PREPARED_GEOM #ifdef git-svn-id: http://svn.osgeo.org/postgis/trunk@3089
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in.c: Set keywords
	propery.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3088
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos.h,
	lwgeom/lwgeom_geos_prepared.c, lwgeom/lwpostgis.sql.in.c: Clean-up
	and comment.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3087
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile.in, lwgeom/{lwgeom_geos_c.c => lwgeom_geos.c}: 
	Rename lwgeom_geos_c.c to lwgeom_geos.c git-svn-id: http://svn.osgeo.org/postgis/trunk@3086
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile.in, lwgeom/lwgeom_geos.h, lwgeom/lwgeom_geos_c.c,
	lwgeom/lwgeom_geos_prepared.c, lwgeom/lwgeom_geos_prepared.h,
	lwgeom/lwgeom_rtree.h, lwgeom/lwpostgis.sql.in.c, regress/README,
	regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected: 
	Prepared geometries getting closer to readiness. Integrated into
	standard functions, regression tests added.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3085
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-10  Mark Leslie <mark.leslie@lisasoft.com>

	* regress/README: Updating the regression test README file with
	details about the c preprocessing step and the formatting of the
	_expected file results.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3084
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-08  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: SQL my MM git-svn-id: http://svn.osgeo.org/postgis/trunk@3083
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-08  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: update st_translate include support for 3d
	flag git-svn-id: http://svn.osgeo.org/postgis/trunk@3082
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c: Move to
	memcmp keys, leave prepared functions tied to old keyed signatures
	for now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3081
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-08  Mark Leslie <mark.leslie@lisasoft.com>

	* liblwgeom/lwcurve.c, regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected.in: Rebuilt the box3d
	generation for circular strings to account for a special large-arc
	case.  Fix for issue 58, includes regression test for the case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3080
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-08  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: fixed several broken or redirected external
	URLs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3077
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-08  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/introduction.xml, doc/reference.xml, doc/reporting.xml,
	doc/template.xml, doc/using_postgis.xml: fixed several broken or
	redirected external URLs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3076
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Fix minor logic error in intersects() bbox
	shortcut.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3075
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Re-work prepared geom cache to use memcmp
	instead of keys, step 1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3074
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_gist.c: Move DEBUG statement next to a req'd
	variable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3073
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-07  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: correct mistake git-svn-id: http://svn.osgeo.org/postgis/trunk@3072
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-07  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_ConvexHull git-svn-id: http://svn.osgeo.org/postgis/trunk@3071
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Fix slight error in box shortcut logic in
	prepared intersects.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3070
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Convert from LWDEBUG to POSTGIS_DEBUG git-svn-id: http://svn.osgeo.org/postgis/trunk@3068
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgparse.c: Fix stupid mistake in the liblwgeom
	parser...  git-svn-id: http://svn.osgeo.org/postgis/trunk@3067
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Fix boneheaded error in prepared
	intersects.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3065
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Protect prepared geometry implementation
	in GEOS>=3.1 defines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3064
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-04  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
	lwgeom/lwgeom_inout.c: Fix the DEBUGF statements I didn't realise I
	broke with the new LWGEOM parser/unparser API (in response to Paul's
	r3061 commit).  git-svn-id: http://svn.osgeo.org/postgis/trunk@3063
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Some extra debugf's in the prepared
	geometry code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3062
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
	lwgeom/lwgeom_inout.c: Patch up and comment out some DEBUGF lines
	that don't compile due to changes in function signatures in
	liblwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@3061
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: correct incorrect statement git-svn-id: http://svn.osgeo.org/postgis/trunk@3060
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Update ST_Union's fitness for 3d with
	examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3059
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-03  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add more examples of 3d use and annotate
	more 3d functions git-svn-id: http://svn.osgeo.org/postgis/trunk@3058
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_transform.c: Rework prepared
	geometry handling to look more like the implementation of PJ caching
	in transform.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3056
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Flip format to 'astyle --style=ansi
	--indent=tab=8' to make upcoming changes more consistent, stylewise.
	(Can't stand the mixed styles anymore!) git-svn-id: http://svn.osgeo.org/postgis/trunk@3055
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* : add .so. to svn:ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@3054
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: ensure relate(g,g,p) is case insensitive
	(#44) git-svn-id: http://svn.osgeo.org/postgis/trunk@3050
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Flag more 3d compatible functions git-svn-id: http://svn.osgeo.org/postgis/trunk@3048
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* utils/postgis_restore.pl: pass commandline options into backend
	command (#45) git-svn-id: http://svn.osgeo.org/postgis/trunk@3047
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_rtree.c: Fix log message to refer to correct
	function name git-svn-id: http://svn.osgeo.org/postgis/trunk@3045
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Fix minor typos in ST_Polygonize git-svn-id: http://svn.osgeo.org/postgis/trunk@3044
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of extra line breaks in
	specialty function section (by changing xsl).  Move over
	ST_Polygonize and provide examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3043
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml, doc/template.xml,
	doc/xsl/postgis_aggs_mm.xml.xsl: Start annotating functions that
	support 3d, add some examples of 3d, update xsl to pull out
	functions that support 3d in a separate special function index git-svn-id: http://svn.osgeo.org/postgis/trunk@3042
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: extraneous junk left git-svn-id: http://svn.osgeo.org/postgis/trunk@3041
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-02  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Extent git-svn-id: http://svn.osgeo.org/postgis/trunk@3040
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-01  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Get rid of excess paragraph in mm
	compliance section git-svn-id: http://svn.osgeo.org/postgis/trunk@3039
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Moved some functions to Geometry Processing
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@3038
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Put in SQL mm compliance for
	ST_Intersection git-svn-id: http://svn.osgeo.org/postgis/trunk@3037
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-10-01  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move ST_Intersection to
	new reference_new.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@3036
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-30  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: Revise to include mm compliance
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@3035
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-30  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Intersects
	sql mm compliance note to reference_new (remove sT_Intersects from
	MM section of old reference) git-svn-id: http://svn.osgeo.org/postgis/trunk@3034
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/regress_lrs.sql, regress/regress_lrs_expected: Update
	regression tests to include test cases for GBT#21.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3032
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_lrs.c: Fix for locate_along_measure
	returning invalid values (GBT#21) git-svn-id: http://svn.osgeo.org/postgis/trunk@3031
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-30  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/postgis.xml, doc/xsl/postgis_aggs_mm.xml.xsl: 
	added a new aggregate and sql_mm toc to docs generated via a custom
	xsl (provided by Regina Obe) to the documentation Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@3030
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-29  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: change to sort functions
	alphabetically git-svn-id: http://svn.osgeo.org/postgis/trunk@3027
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
	liblwgeom/wktparse.h, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c: 
	Update LWGEOM unparser to (E)WKT/WKB to resturn a
	LWGEOM_UNPARSER_RESULT structure instead of just the WKT/WKB
	character array. This is the same work done for r3023 but applied to
	the unparser instead.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3026
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwgparse.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c: With
	the advent of LWGEOM_PARSER_RESULT, it is now possible to get rid of
	the horrible SERIALIZED_LWGEOM hack for PostgreSQL 8.3 to allow us
	to return the size separate from the result. This is good as it
	removes another level of indirection from the parser. Note that the
	size field has now been added to the LWGEOM_PARSER_RESULT structure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3025
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Clear up warnings
	(mixed declartions within code and invalid return) from r3022.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3024
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwgparse.c,
	liblwgeom/wktparse.h, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_pg.c: Update (E)WKT/WKB parser to return a structure
	(LWGEOM_PARSER_RESULT) instead of just the serialized lwgeom. This
	is in preparation for returning more detailed error information back
	to the caller.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3023
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geos_c.c,
	lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Update pip shortcut
	code to be less aggressive in building cache.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3022
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c, lwgeom/lwgeom_functions_analytic.c: Rename
	parser_check_flags to unparser_check_flags for the unparser to
	prevent linking error under OS X. Also add missing function
	prototype to silence compiler warning in the PiP code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3021
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in.c: harmonize sql
	functions with c functions for prepared geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@3020
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_geos_c.c: Make preparedgeometry memory handling a
	good deal kinder (no longer losing base geometry every time) git-svn-id: http://svn.osgeo.org/postgis/trunk@3019
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: put index in listitems and hope
	for the best git-svn-id: http://svn.osgeo.org/postgis/trunk@3018
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geos_c.c,
	lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: P-I-P rennovation
	complete: memory leaks gone, multipolygon support added git-svn-id: http://svn.osgeo.org/postgis/trunk@3017
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: correct the comments git-svn-id: http://svn.osgeo.org/postgis/trunk@3016
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_aggs_mm.xml.xsl: xsl that generates index listing
	of postgis spatial aggregates and MM compliant functions git-svn-id: http://svn.osgeo.org/postgis/trunk@3015
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-26  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl: Put in author/license info (hmm
	this is a guess - couldn't find a good example in SVN to go by).
	Also comment on what xsl is doing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3014
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-26  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: updated "make clean" directive to include the
	newly generated PDFs git-svn-id: http://svn.osgeo.org/postgis/trunk@3013
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-25  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/examples/unparser.c, liblwgeom/liblwgeom.h,
	liblwgeom/lwgeom.c, liblwgeom/lwgparse.c, liblwgeom/lwgunparse.c,
	liblwgeom/wktparse.h, lwgeom/lwgeom_dump.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Add parser flags to the
	LWGEOM to (E)WKB/WKT parsers, similar to has already been done for
	the (E)WKB/WKT to LWGEOM parsers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3012
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-25  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_rtree.c: Remove missing variables from LWDEBUG(F)
	statement that would cause compilation to fail with
	POSTGIS_DEBUG_LEVEL > 0 git-svn-id: http://svn.osgeo.org/postgis/trunk@3011
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_rtree.c: Another biggish leak into the parent
	context.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3010
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: More small memory
	leaks removed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3009
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_rtree.c: Remove more memory leaks from P-I-P
	shortcut code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@3008
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-25  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: More typo fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@3007
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-25  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_MakePointM,
	miscellaneous typo fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@3006
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-24  Regina Obe <lr@pcorp.us>

	* Version.config: Put svn back in microversion git-svn-id: http://svn.osgeo.org/postgis/trunk@3003
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-24  Regina Obe <lr@pcorp.us>

	* lwgeom/lwpostgis.sql.in.c: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@3002
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-24  Regina Obe <lr@pcorp.us>

	* lwgeom/lwpostgis.sql.in.c: Added ST_MakePointM, removed redundant
	redefinition of MakePointM so docs are now in synch with actual
	functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2999
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/vsprintf.c: Use __va_copy() to pass a copy of the
	variadic structure to lw_vasprintf() to solve ABI difference between
	32bit/64bit architectures.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2998
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_gist.c: Remove a couple more warnings when compiling
	with debug enabled from lwgeom_gist.c.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2997
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Revert commit 2990: the real bug was that
	the LWDEBUG statement was incorrect rather than the code - the
	additional read_int() was causing an off-by-one error when
	outputting WKB causing several regression tests to fail.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2996
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwutil.c, liblwgeom/vsprintf.c,
	lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_pg.c,
	lwgeom/lwgeom_pg.h: Refactor the memory management routines to
	account for the fact that variadic functions can't be called
	directly from the initial allocators. Also solve issues related to
	differences between the system vasprintf() (if supplied) and the
	liblwgeom vasprintf() by renaming to lw_vasprintf() and using it
	throughout PostGIS. With all this in place, GBT#54 is fixed which is
	very useful when debugging ;) git-svn-id: http://svn.osgeo.org/postgis/trunk@2995
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_rtree.c: Reduce p-i-p memory leak by 50% git-svn-id: http://svn.osgeo.org/postgis/trunk@2993
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-23  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: fix typo add more links git-svn-id: http://svn.osgeo.org/postgis/trunk@2992
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Buffer git-svn-id: http://svn.osgeo.org/postgis/trunk@2991
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgunparse.c: Add cnt declaration where missing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2990
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl: change to xsl 1.0 plus minor
	indent change git-svn-id: http://svn.osgeo.org/postgis/trunk@2989
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-22  Regina Obe <lr@pcorp.us>

	* doc/xsl/postgis_comments.sql.xsl: Add xsl file that autogenerates
	sql set comment statements from reference_new.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@2988
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-22  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Realized from my sql comment generation xsl
	that there is really no ST_WKTToSQL that takes an SRID and no
	ST_BD.. that doesn't take an SRID.  Very shocking.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2987
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-21  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo in st_setsrid returns geometry not
	boolean git-svn-id: http://svn.osgeo.org/postgis/trunk@2986
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Add a few more generated files to ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@2985
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Update the code for unparsing LWGEOMs to
	WKB/WKT so that it includes the standard simple checks: LINESTRINGs
	must have > 2 points, POLYGONs must have closed rings and
	CIRCULARSTRINGs must have > 2 points and the number of points must
	be odd. There is still a little more work to do to allow flags to be
	passed into the parser to specify which checks should be enforced,
	much like has already been done for the parsing from WKB/WKT to
	LWGEOM.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2983
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-18  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: commit to test autobuild process and svn
	hooks - removed extra tabs from preformatted text blocks git-svn-id: http://svn.osgeo.org/postgis/trunk@2982
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-18  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/installation.xml: commit to test autobuild process and svn
	hooks - removed extra tabs from preformatted text blocks git-svn-id: http://svn.osgeo.org/postgis/trunk@2981
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-17  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add to ST_SetSRID - reference to
	spatial_ref_sys git-svn-id: http://svn.osgeo.org/postgis/trunk@2980
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-17  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Link ST_SetSRID to updated spatial_ref_sys
	section using cutesy anchor.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2979
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-17  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: Give spatial reference systems section a
	cutesy anchor.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2978
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-17  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@2977
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-17  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: typo in link git-svn-id: http://svn.osgeo.org/postgis/trunk@2976
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-17  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: more fleshing out of spatial ref section git-svn-id: http://svn.osgeo.org/postgis/trunk@2975
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-17  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: Beef up spatial reference section.  Still
	needs work.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2974
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-17  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml: added an id to ST_Buffer to provide an end link
	for cross references.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2973
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwsegmentize.c,
	liblwgeom/lwutil.c: Silence a few more compiler warnings that had
	appeared during my last few parser commits.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2972
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/examples/Makefile, liblwgeom/examples/README,
	liblwgeom/examples/unparser.c: Add an example of how the liblwgeom
	API can be used by other C programs to manipulate geometries and
	output the result. Currently the unparser.c program shows how a
	geometry can be constructed "on the fly" and then exported in both
	WKT and HEXWKB formats; however it gives programmers the potential
	to devise some very unique processing tools which can generate files
	that can be loaded into PostGIS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2971
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/Makefile.in, liblwgeom/lwsegmentize.c,
	lwgeom/lwgeom_sqlmm.c: Move the LWGEOM-specific functions from
	lwgeom_sqlmm.c into liblwgeom/lwsegmentize.c to ensure that
	liblwgeom can exist as a standalone library.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2970
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-16  Regina Obe <lr@pcorp.us>

	* doc/faq.xml: Cleanup of FAQ git-svn-id: http://svn.osgeo.org/postgis/trunk@2969
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-16  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Expand git-svn-id: http://svn.osgeo.org/postgis/trunk@2968
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-16  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Expand list of contributors git-svn-id: http://svn.osgeo.org/postgis/trunk@2966
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-16  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Expand list of contributors git-svn-id: http://svn.osgeo.org/postgis/trunk@2965
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-15  Regina Obe <lr@pcorp.us>

	* doc/using_postgis.xml: Fix url link to proj to point to osgeo git-svn-id: http://svn.osgeo.org/postgis/trunk@2963
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-13  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: Moved over ST_IsRing to
	new PostGIS reference.  Fixed link errors to ST_IsSimple.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2962
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-12  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2960
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-12  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Spelled Kevin's last name wrong and Mateusz
	first name wrong.  Sorry Kevin and Mateusz.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2959
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-12  Regina Obe <lr@pcorp.us>

	* doc/introduction.xml: Update Credits and project links 1) Get rid of emails 2) Change order of key contributors based on heuristics a) duration
	of contribution, b) frequency of contributions, c)recency of
	contributions, d) impact of contributions, and add some new
	contributors (more need to be added) git-svn-id: http://svn.osgeo.org/postgis/trunk@2958
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, doc/Makefile.in: Reinstate the PDF documentation
	system based on OpenJade, including integration with autoconf. "make
	postgis.pdf" should now output lovely PDF format documentation :) git-svn-id: http://svn.osgeo.org/postgis/trunk@2957
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/reference_new.xml, doc/using_postgis.xml: Documentation fixes
	to allow PDF documents to be generated from Docbook source using
	OpenJade - OpenJade seems a lot more strict than xsltproc when
	generating output :( git-svn-id: http://svn.osgeo.org/postgis/trunk@2956
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-10  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Get rid of left over stuff from ST_IsValid
	and ST_Summary copy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2955
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-10  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: example and result misaligned git-svn-id: http://svn.osgeo.org/postgis/trunk@2954
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Summary and
	provide example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2953
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_IsValid and
	provide example git-svn-id: http://svn.osgeo.org/postgis/trunk@2952
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-10  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: correct st_contain signature, other misc
	fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@2951
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-10  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Add ST_IsValid reference to ST_Within.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2950
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, liblwgeom/lwgparse.c,
	liblwgeom/wktparse.h, lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c: Allow a flags parameter to
	be passed into the WKT parser to determine which consistency checks
	are performed out of polygon ring closure, minimum number of points
	and odd number of points.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2949
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lex.yy.c, liblwgeom/wktparse.tab.c,
	liblwgeom/wktparse.tab.h: Commit generated versions of the new
	parser files for people who do not have flex or bison installed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2948
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/wktparse.lex, liblwgeom/wktparse.y: Enhance geometry
	parser so that it keeps track of the current position during
	parsing. With a bit more work, this should allow error messages to
	pinpoint the exact location of an invalid geometry section or syntax
	error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2947
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-08  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Translate
	and provide example use git-svn-id: http://svn.osgeo.org/postgis/trunk@2946
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-07  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c: Yet another update to the
	liblwgeom parser API - lwgeom_from_ewkt() has been renamed to
	serialized_lwgeom_from_ewkt() to indicate that the function returns
	a serialied LWGEOM rather than an unserialized LWGEOM structure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2945
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-07  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo in funcprototype git-svn-id: http://svn.osgeo.org/postgis/trunk@2944
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-07  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Provide example of ST_SetPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@2943
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-07  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_SetPoint to
	new section git-svn-id: http://svn.osgeo.org/postgis/trunk@2942
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: change alias field names of st_contains
	examples git-svn-id: http://svn.osgeo.org/postgis/trunk@2941
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: correct mm spec section
	of ST_Contains.  Remove MM ST_Contains from old ref section git-svn-id: http://svn.osgeo.org/postgis/trunk@2940
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-06  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Contains to
	new section.  Provide example.  Minor changes to ST_Within git-svn-id: http://svn.osgeo.org/postgis/trunk@2939
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Put in disclaimer on ST_Equals when dealing
	with invalid geometries git-svn-id: http://svn.osgeo.org/postgis/trunk@2938
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-04  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_NDims and
	ST_Dimension to new reference section git-svn-id: http://svn.osgeo.org/postgis/trunk@2937
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: minor change to example git-svn-id: http://svn.osgeo.org/postgis/trunk@2936
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-04  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: accidentally took out reference from
	ST_OrderingEquals git-svn-id: http://svn.osgeo.org/postgis/trunk@2935
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-09-04  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Overlaps to
	new reference section and provide some examples git-svn-id: http://svn.osgeo.org/postgis/trunk@2934
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-28  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Fixed url links to geos and proj.  Both are
	now osgeo projects and no longer at refractions or remotesensing.
	Move around instructions putting geos and proj compilation steps at
	the end per Mark's request git-svn-id: http://svn.osgeo.org/postgis/trunk@2932
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-27  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved ST_IsClosed to the
	new documentation template.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2931
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-24  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved ST_StartPoint and
	ST_EndPoint to new reference_new.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@2930
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: another typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2929
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2928
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Some changes based on Mark's comments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2927
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: More typos git-svn-id: http://svn.osgeo.org/postgis/trunk@2926
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2925
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: More reordering git-svn-id: http://svn.osgeo.org/postgis/trunk@2924
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Installation got moved out of order for some
	reason.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2923
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2922
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-22  Regina Obe <lr@pcorp.us>

	* doc/installation.xml: Updated the installations docs. I took some
	of Olivier Courtin instructions for install

	(http://postgis.refractions.net/pipermail/postgis-users/2008-August/020746.html) which seemed much easier to follow than the ones we currently have.  Also corrected path settings we had to the install files. They are all in downloads not root of postgis as we suggested.git-svn-id: http://svn.osgeo.org/postgis/trunk@2921
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* README.postgis: Update PostGIS README file to account for changes
	in SVN trunk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2920
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_gist.c, lwgeom/lwpostgis.sql.in.c: Update PostGIS
	SVN trunk to use the new 8.4 GiST API (where RECHECK is now
	specified within the consistent function, rather than being supplied
	as part of the operator class definition). This allows PostGIS to
	compile and pass regression tests on the latest PostgreSQL 8.4 CVS
	HEAD.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2919
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql.in,
	lwgeom/Makefile.in: Alter the lwgeom Makefile so that liblwgeom.a is
	linked directly, rather than using the -L...-l options on the
	command line. This is to prevent problems on OSX where PGXSadds the
	PostgreSQL $libdir to the PostGIS link line, causing it to link to
	liblwgeom.so produced by older versions of PostGIS rather than the
	static liblwgeom.a.  Also change the PGXS CPP/LIB equivalent variables to use += so that
	extra compile/link options can be supplied. Per report from Robert
	Rainthorpe, with thanks to William Kyngesburye.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2918
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/using_postgis.xml: move to CLASS/STYLE mapserver 5.X syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@2916
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-04  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Moved over ST_SRID,
	fixed a typo, added some references git-svn-id: http://svn.osgeo.org/postgis/trunk@2915
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-04  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: got rid of additional
	entry for ST_GeomFromText - was already moved over, moved over
	ST_PointFromText, ST_MakePoint git-svn-id: http://svn.osgeo.org/postgis/trunk@2914
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis, doc/README, doc/faq.xml, doc/introduction.xml,
	doc/reference.xml, doc/release_notes.xml: Spelling changes from Mark
	Kolybabi.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2913
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/installation.xml: Add a download reference for Apache Ant,
	plus fix a couple more typos.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2912
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/installation.xml: Correct typo from the previous documentation
	commit.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2911
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/installation.xml: A long overdue documentation update - update
	the installation section to reflect the many changes in the new SVN
	trunk build system.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2909
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: bad break in GeoJSON example git-svn-id: http://svn.osgeo.org/postgis/trunk@2908
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-01  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: Provide example for geojson (excerpts from
	postgis newsgroup thread) git-svn-id: http://svn.osgeo.org/postgis/trunk@2907
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-01  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: Reverted html markup for mathematical
	expressions in ST_Touches and ST_Crosses to a gif image.  It seems
	unicode markup does not work well for both IE and Firefox.  The next
	best thing to do is to get MathML markup working.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2906
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-01  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: small grammar correction in ST_Touches git-svn-id: http://svn.osgeo.org/postgis/trunk@2905
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-08-01  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/st_touches01.svg,
	doc/html/image_src/st_touches02.svg,
	doc/html/image_src/st_touches03.svg,
	doc/html/image_src/st_touches04.svg,
	doc/html/image_src/st_touches05.svg,
	doc/html/image_src/st_touches06.svg, doc/reference_new.xml: added
	ST_Touches examples git-svn-id: http://svn.osgeo.org/postgis/trunk@2904
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-31  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: took out kml example - causing parsing
	error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2903
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-31  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Moved over remaining
	geometry output functions and put in availability for each.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2902
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-31  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Put in Availability 1.3.4 for ST_AsGeoJSON git-svn-id: http://svn.osgeo.org/postgis/trunk@2901
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-31  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: fixed small typo in ST_Touches mathematical
	expression git-svn-id: http://svn.osgeo.org/postgis/trunk@2899
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-31  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: Moved over ST_Touches to
	new PostGIS reference.  Examples forthcoming.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2898
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-31  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/style.css, doc/reference_new.xml: replaced the
	mathematical gif expression in ST_Crosses with simple html markup git-svn-id: http://svn.osgeo.org/postgis/trunk@2897
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-30  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_WKTToSQL
	and also defined ST_GeometryFromText (didn't see it in the old docs,
	but its not deprecated and is a popular variant) git-svn-id: http://svn.osgeo.org/postgis/trunk@2896
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-30  Regina Obe <lr@pcorp.us>

	* lwgeom/lwpostgis.sql.in.c, lwgeom/sqlmm.sql.in: Got rid pf
	superfluous redirection to deprecated functions of ST_GeomFromWkb
	and ST_GeomFromText - now they just point directly to the c
	functions.  Changed all FromWKB, FromText variants to point to the
	non-deprecated ST_GeomFrom, ST_BuildArea etc. (before they were
	pointing at deprecated functions) git-svn-id: http://svn.osgeo.org/postgis/trunk@2895
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: grammatical error git-svn-id: http://svn.osgeo.org/postgis/trunk@2894
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-29  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_Collect and
	ST_Union, provide examples for ST_Union.  Get rid of comment about
	don't use ST_Union with geometry collections - seems to work fine
	with those.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2893
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo in function declare for perimeter git-svn-id: http://svn.osgeo.org/postgis/trunk@2892
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-29  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: remove ST_Area from
	reference.xml already accounted for in reference_new.xml, move over
	ST_Length, ST_Perimeter git-svn-id: http://svn.osgeo.org/postgis/trunk@2891
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-29  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved over
	st_pointonsurface and provided examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2890
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-29  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/image_src/st_centroid01.svg,
	doc/html/image_src/st_centroid02.svg,
	doc/html/image_src/st_centroid03.svg,
	doc/html/image_src/st_centroid04.svg, doc/reference.xml,
	doc/reference_new.xml: moved over st_centroid and provided examples
	in both svg and png format.   Eventually, ImageMagick will be used
	to generate the png files, but for now they are committed into svn.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2889
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-29  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: minor formatting changes, note about
	ST_NumPOints being an alias for ST_NPoints moving forward.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2888
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-28  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: fixed some minor
	xrefences in the documentation so the autobuild doesn't throw
	errors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2887
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-28  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_GeomFromEWKT, ST_GeomFromEWKB and provide examples.  Fix some
	miscellaneous references.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2886
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, loader/Makefile.pgsql2shp.in,
	loader/Makefile.shp2pgsql.in, lwgeom/Makefile.in,
	topology/{Makefile => Makefile.in}: Allow Makefile substitutions for
	PGCONFIG which are required if pg_config is not located in the path.
	Note that as part of this fix, we now need to generate
	topology/Makefile using autoconf. Thanks to Jorgen Austvik for the
	report and partial patch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2885
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/Makefile.in: Fix -o option for flex; the output filename
	must be specified immediately after -o without any preceding white
	space. Per report from Jorgen Austvik.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2884
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-24  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_GeomFromText and provide examples git-svn-id: http://svn.osgeo.org/postgis/trunk@2883
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-24  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac: Add PROJ.4 version check to ensure that a minimum
	version of 4.5.0 is installed. This is to ensure that the
	pj_set_searchpath() function is present (note: it was actually added
	in 4.4.9, however we version detect on major.minor rather than
	major.minor.release) git-svn-id: http://svn.osgeo.org/postgis/trunk@2882
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-24  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/reference.xml, doc/reference_new.xml: Moved
	several version functions to the new PostGIS reference.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2881
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-23  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: added some xreferences
	so the autobuild process does not throw errors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2880
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-23  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/installation.xml, doc/postgis.xml: changed
	@@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct
	version number gets substituted in all included files, not just
	postgis.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@2879
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: move of
	ST_AsBinary,ST_AsEWKB - add examples, various minor fixes to ST_As
	function descriptions git-svn-id: http://svn.osgeo.org/postgis/trunk@2878
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-23  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: git-svn-id:
	http://svn.osgeo.org/postgis/trunk@2877
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-22  Regina Obe <lr@pcorp.us>

	* lwgeom/lwpostgis.sql.in.c: Deprecate ST_area2d git-svn-id: http://svn.osgeo.org/postgis/trunk@2876
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-22  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_AsText,
	ST_AsEWKT and provide examples.  Change order of ST_Multi.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2875
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-22  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: move over ST_SetSRID,
	ST_Transform and ST_Multi.  Provide examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2874
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-21  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Remove ST_Area2D and
	replace with ST_Area - move to new section and provide example git-svn-id: http://svn.osgeo.org/postgis/trunk@2873
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-21  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over
	ST_GeometryType, ST_MakePolygon git-svn-id: http://svn.osgeo.org/postgis/trunk@2871
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-21  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: delete reference to
	ST_Equals in reference.xml - alread in new version, include an
	ST_DWithin non-join join example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2870
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-18  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move over ST_AddPoint,
	ST_RemovePoint, ST_Npoints, ST_NumPoints and provide examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2869
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move ST_Reverse and add
	example git-svn-id: http://svn.osgeo.org/postgis/trunk@2868
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move ST_BuildArea expand
	on definition, provide example, Move ST_BdPolyFromText and
	ST_BdMPolyFromText git-svn-id: http://svn.osgeo.org/postgis/trunk@2867
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-17  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: move over ST_Within and
	provide example git-svn-id: http://svn.osgeo.org/postgis/trunk@2866
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_estimate.c: Fix for segfault in ANALYZE due to
	incorrect use of legacy BOX type within compute_geometry_stats()
	(Fixes GBT#43). Thanks to Landon Fuller for the bug report and fix.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2864
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: moved ST_Envelope,
	complete with examples.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2863
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference_new.xml: updated the st_crosses method:   made the geometry parameters lowercase and made a few changes to
	  content.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2862
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/html/style.css, doc/reference.xml, doc/reference_new.xml: 
	Moved ST_Crosses into new reference_new.xml file, complete with
	images.  Updated css to use fixed-width fonts for programlistings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2861
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/using_postgis.xml: fixed small typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2860
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-16  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/template.xml: Apparently, the <inlinegraphic> will become
	deprecated in a future version of DocBook.  Now replaced with
	<inlinemediaobject>.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2859
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/reference.xml, doc/reference_new.xml: fixed a small typo so
	the autobuild process will still work.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2858
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml, doc/template.xml: Move
	ST_Equals, ST_OrderingEquals - provide examples.  Make Geometry -
	geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@2857
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: minor corrections to ST_SetSRID and
	UpdateGeometrySRID git-svn-id: http://svn.osgeo.org/postgis/trunk@2856
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: remove includes index note for ST_MakeLine git-svn-id: http://svn.osgeo.org/postgis/trunk@2855
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move ST_Intersection,
	ST_Disjoint provide examples for both.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2854
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: applied patch from Mark to fix the if/then/else
	so the Makefile can run on older systems (ie. FC3) git-svn-id: http://svn.osgeo.org/postgis/trunk@2853
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Regina Obe <lr@pcorp.us>

	* doc/reference_new.xml: typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2852
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Regina Obe <lr@pcorp.us>

	* doc/reference.xml, doc/reference_new.xml: Move ST_MakeLine from
	reference.xml to reference_new.xml  and add an additional example to
	ST_MakeLine git-svn-id: http://svn.osgeo.org/postgis/trunk@2851
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-15  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/postgis.xml, doc/reference.xml,
	doc/reference_new.xml, doc/release_notes.xml, doc/template.xml: 
	Started migration of the functions in reference.xml using the
	<variablelist> concept to a new "reference_new.xml" using DocBook's
	<refentry> concept.  Once migration is complete, reference.xml will
	be removed and reference_new.xml will be renamed to reference.xml.
	The included template.xml file is not used, except to provide
	example usage of DocBook's refentry tag.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2850
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/style.css: Updated CSS from Dane Springmeyer git-svn-id: http://svn.osgeo.org/postgis/trunk@2849
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-14  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Example use case of ST_DWithin git-svn-id: http://svn.osgeo.org/postgis/trunk@2847
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac: Modify autoconf stylesheet logic (again) to
	correctly distinguish between the case where a valid docbook
	stylesheet is found automatically and where it is explicitly
	specified using the --with-xsldir option.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2846
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac: Change autoconf iconv-detection code so that
	ICONV_LDFLAGS is explicitly set in the AC_CHECK_LIB()
	action-if-found section (LIBS does not get automatically set when
	action-if-found is set). Thanks to Olivier Courtin for the bug
	report.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2845
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, doc/Makefile.in: Apply some autoconf / Makefile
	changes from Olivier Courtin. XSLBASE should not be checked for
	validity unless it has been explicitly specified using the
	--with-xsldir option, and we also add some friendlier messages in
	the documentation Makefile in case the DocBook stylesheets and/or
	xsltproc cannot be found. Additionally, the configure --help output
	has been tidied up using the AS_HELP_STRING macro.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2844
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/reference.xml, lwgeom/lwgeom_geojson.c, regress/geojson.sql,
	regress/geojson_expected: Apply GeoJSON patch from Olivier Courtin.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2842
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c: Rename the new parser
	function ewkt_to_lwgeom() to lwgeon_from_ewkt() so that it matches
	the rest of the parser API git-svn-id: http://svn.osgeo.org/postgis/trunk@2841
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/lwgunparse.c: Add some additional LWDEBUG(F) statements
	for debugging that I missed the first time around with the new
	debugging infrastructure git-svn-id: http://svn.osgeo.org/postgis/trunk@2840
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* liblwgeom/liblwgeom.h, liblwgeom/lwgeom.c,
	liblwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c: More
	work on improving the EWKT/B parser; remove all references to
	allocator functions from outside of liblwgeom by generating wrapper
	functions with more meaningful names. As well as cleaning up the
	API, it also makes the code much more readable git-svn-id: http://svn.osgeo.org/postgis/trunk@2839
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-11  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Example uses of ST_Line_SubString git-svn-id: http://svn.osgeo.org/postgis/trunk@2838
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-10  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Examples of using ST_ExteriorRing and
	ST_NumInteriorRings git-svn-id: http://svn.osgeo.org/postgis/trunk@2837
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-09  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Numerous small changes.  Changed some returns 1
	(TRUE) to just TRUE. Automatic casting between 0 1 and boolean no
	longer exists in PostgreSQL. Lets not confuse people by suggesting
	to them they are the same.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2836
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-08  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: numerous changes(remove additional parent,
	argument list changes, multi function breakout) git-svn-id: http://svn.osgeo.org/postgis/trunk@2835
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-08  Regina Obe <lr@pcorp.us>

	* doc/reference.xml: Provide examples of using ST_MakePolygon in
	conjunction with ST_Accum and PostgreSQL ARRAY() function git-svn-id: http://svn.osgeo.org/postgis/trunk@2834
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-08  Mark Leslie <mark.leslie@lisasoft.com>

	* doc/using_postgis.xml: Added brief descriptions to the SQL-MM
	curve types.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2833
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-08  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in: modified toc top generation level param git-svn-id: http://svn.osgeo.org/postgis/trunk@2832
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-08  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/Makefile.in, doc/faq.xml, doc/installation.xml,
	doc/introduction.xml, doc/long_xact.xml, doc/performance_tips.xml,
	doc/postgis.xml, doc/reference.xml, doc/release_notes.xml,
	doc/reporting.xml, doc/using_postgis.xml: split postgis.xml into
	manageable chunks, broken at chapter divisions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2831
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-08  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/postgis.xml: updated tips section to reference ST_* function
	names git-svn-id: http://svn.osgeo.org/postgis/trunk@2830
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-07  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Example of ST_AddPoint, some fixes of non-ST
	references, miscellaneous indenting changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2829
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-07  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Add examples for ST_MakePolygon, correct non-st
	to ST references in ST_MakePolygon section git-svn-id: http://svn.osgeo.org/postgis/trunk@2828
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-06  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: fixed ST_Dimension example, flipped order of
	conditions in WHERE on some examples (in later versions of
	PostgreSQL since we don't have our costs right - the planner may
	choose to process in order of conditions git-svn-id: http://svn.osgeo.org/postgis/trunk@2827
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-06  Kevin Neufeld <kneufeld.ca@gmail.com>

	* doc/postgis.xml: fixed typo in a WKT example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2826
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-03  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Examples of use of ST_MakeLine, correction to my
	ST_Collect example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2825
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Add version information to <title> git-svn-id: http://svn.osgeo.org/postgis/trunk@2824
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* java/jdbc/Makefile, java/jdbc/build.xml: Match version numbers to
	new naming conventions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2821
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-03  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, liblwgeom/Makefile.in: Add the parser build rules
	back into the liblwgeom Makefile, so now any changes to either the
	lexer or parser source files will automatically invoke a rebuild of
	the relevant output files during make git-svn-id: http://svn.osgeo.org/postgis/trunk@2820
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-07-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.ac, liblwgeom/Makefile.in: Fix liblwgeom requiring gcc
	to compile. By using macros and variables supplied by libtool, we
	can now detect the PIC flags and whether the compiler will accept
	additional gcc warning flags for developers git-svn-id: http://svn.osgeo.org/postgis/trunk@2819
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-30  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Fixed typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2817
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h: Move some PostgreSQL
	compatibility macros from lwgeom_pg.h into pgsql_compat.h which is
	their proper home git-svn-id: http://svn.osgeo.org/postgis/trunk@2816
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* GNUmakefile, configure.ac, liblwgeom/Makefile.in, {lwgeom =>
	liblwgeom}/box2d.c, {lwgeom => liblwgeom}/lex.yy.c, {lwgeom =>
	liblwgeom}/liblwgeom.h, {lwgeom => liblwgeom}/lwcollection.c,
	{lwgeom => liblwgeom}/lwcompound.c, {lwgeom =>
	liblwgeom}/lwcurve.c, {lwgeom => liblwgeom}/lwcurvepoly.c, {lwgeom
	=> liblwgeom}/lwgeom.c, {lwgeom => liblwgeom}/lwgeom_api.c, {lwgeom
	=> liblwgeom}/lwgparse.c, lwgeom/wktunparse.c =>
	liblwgeom/lwgunparse.c, {lwgeom => liblwgeom}/lwline.c, {lwgeom =>
	liblwgeom}/lwmcurve.c, {lwgeom => liblwgeom}/lwmline.c, {lwgeom =>
	liblwgeom}/lwmpoint.c, {lwgeom => liblwgeom}/lwmpoly.c, {lwgeom =>
	liblwgeom}/lwmsurface.c, {lwgeom => liblwgeom}/lwpoint.c, {lwgeom
	=> liblwgeom}/lwpoly.c, lwgeom/liblwgeom.c => liblwgeom/lwutil.c,
	{lwgeom => liblwgeom}/measures.c, {lwgeom => liblwgeom}/ptarray.c,
	{lwgeom => liblwgeom}/vsprintf.c, {lwgeom => liblwgeom}/wktparse.h,
	{lwgeom => liblwgeom}/wktparse.lex, {lwgeom =>
	liblwgeom}/wktparse.tab.c, {lwgeom => liblwgeom}/wktparse.tab.h,
	{lwgeom => liblwgeom}/wktparse.y, lwgeom/Makefile.in,
	lwgeom/lwgeom_dump.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c,
	lwgeom/lwgeom_pg.h, lwgeom/lwgeom_sqlmm.c: Split the basic geometry
	accessors into a separate static library liblwgeom.a; this
	potentially allows re-use of the liblwgeom functions from within
	PostGIS, or could be extended at a later date to include databases
	other than MySQL. This patch includes a change to the liblwgeom
	handler functions; instead of sprinkling init_pg_func()s around the
	source, I have changed the default liblwgeom handlers to make use of
	a callback to allow linked libraries to set their own handlers the
	first time any of them are called. I have also tidied up the parser
	API a little in liblwgeom.h, which means wktparse.h can be removed
	from all of the headers in the lwgeom/ directory, plus renamed
	wktunparse.c to lwgunparse.c to keep things similar to lwgparse.c.
	Finally, I renamed liblwgeom.c to lwutil.c to avoid confusion within
	the new interface. TODO: the liblwgeom Makefile has some
	gcc-specific options, but these can be fixed later - it seemed more
	important to make the warnings visible to developers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2815
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-28  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Flesh out definition of ST_Collect and how to use
	it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2814
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-26  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwpostgis.sql.in.c: ST_SnapToGrid SQL functions were
	referencing the deprecated SnapToGrid instead of their ST_..
	equivalents.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2812
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-24  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Fix mismatched para in intersection documentation
	and remove dangling command tag in Reporting Documentation Issues
	section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2811
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-24  Regina Obe <lr@pcorp.us>

	* doc/postgis.xml: Definitions for st_convexhull and
	st_shift_longitude git-svn-id: http://svn.osgeo.org/postgis/trunk@2810
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/Makefile.in: Rearrange lwgeom/Makefile.in in terms of the
	liblwgeom/PostgreSQL distinction, plus remove remaining JTS
	reference.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2809
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp,
	lwgeom/lwgeom_nojts.c: Remove JTS support from liblwpostgis; native
	GCJ-compiled JTS code is reported not to be reliable enough within a
	production environment, so well stick with GEOS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2808
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwpostgis.sql.in.c: Some more updates to
	lwpostgis.sql.in.c; correct a couple of missing conversions from
	OPAQUE_TYPE to internal (how on earth did regression tests pass with
	this still in place??), plus remove the UPDATE on pg_opclass to
	change the OID of the index storage type since we can do this by
	specifying a STORAGE clause instead.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2807
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/Makefile: Remove Makefile from lwgeom/ directory; it is no
	longer needed as it is automatically generated from
	lwgeom/Makefile.in git-svn-id: http://svn.osgeo.org/postgis/trunk@2806
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql.in,
	loader/compat.h, loader/pgsql2shp.c, lwgeom/Makefile,
	lwgeom/Makefile.in: Update new Makefile copyrights, also remove
	compat.h from the loader/ directory since it is now no longer
	needed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2805
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.in => configure.ac, macros/ac_proj4_version.m4: Update
	copyrights for configure.ac (rewritten from scratch, and now renamed
	from the deprecated form configure.in) and also the PROJ.4 version
	detection macro git-svn-id: http://svn.osgeo.org/postgis/trunk@2804
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/long_xact.sql.in, lwgeom/lwpostgis.sql.in.c,
	lwgeom/sqlmm.sql.in: Switch all SQL and PL/PGSQL stored procedures
	over to use dollar quoting instead of apostrophes for function
	bodies. At last, most of the stored procedures actually become
	readable git-svn-id: http://svn.osgeo.org/postgis/trunk@2803
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/long_xact.sql.in, lwgeom/sqldefines.h.in: Remove the
	HAS_SCHEMA #define and all related #else code since we now guarantee
	to be using PostgreSQL > 7.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@2802
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/Makefile.pgsql2shp.in, loader/PQunescapeBytea.c: Remove
	PQunescapeBytea hack from pgsql2shp which is no longer needed, as it
	was only required for versions of PostgreSQL < 7.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@2801
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwpostgis.sql.in.c: Remove all of the pre-PostgreSQL 7.3
	schema #ifdefs from lwpostgis.sql.in to make things readable once
	again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2800
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-06-05  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_btree.c, lwgeom/lwgeom_dump.c,
	lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_transform.c, lwgeom/lwpostgis.sql.in.c,
	lwgeom/pgsql_compat.h, lwgeom/sqldefines.h.in: Blast away the huge
	amounts of legacy C code related to PostgreSQL versions < 8.1. Next
	step will be to work on the SQL script files too.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2799
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.in, lwgeom/DEBUG: Provide a new text file called DEBUG
	explaining how to use the new debug system.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2798
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.in, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
	lwgeom/long_xact.c, lwgeom/lwcollection.c, lwgeom/lwcompound.c,
	lwgeom/lwcurve.c, lwgeom/lwcurvepoly.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c,
	lwgeom/lwgeom_debug.c, lwgeom/lwgeom_dump.c,
	lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_functions_lrs.c,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gist.c, lwgeom/lwgeom_gml.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c,
	lwgeom/lwgeom_pg.h, lwgeom/lwgeom_rtree.c,
	lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_sqlmm.c,
	lwgeom/lwgeom_transform.c, lwgeom/lwgparse.c, lwgeom/lwline.c,
	lwgeom/lwmpoly.c, lwgeom/lwmsurface.c, lwgeom/lwpoint.c,
	lwgeom/lwpoly.c, lwgeom/lwpostgis.sql.in.c, lwgeom/measures.c,
	lwgeom/ptarray.c, postgis_config.h.in: Commit new PostGIS debugging
	infrastructure. These changes unify all the debug logging to use a
	new set of macros: LWDEBUG()/LWDEBUGF() for LWGEOM functions, and
	POSTGIS_DEBUG()/POSTGIS_DEBUGF() for PostgreSQL functions. To enable
	debugging, run configure with --enable-debug and then remake the
	entire project. If --enable-debug is omitted during configure, the
	above macros evaluate to (void)0, and hence should be removed by the
	compiler during optimisation. Also: contains minor warning cleanups
	and a fix for the ST_Dwithin SQL definition.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2797
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/box2d.c, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_svg.c,
	lwgeom/lwpostgis.sql.in.c, lwgeom/measures.c: Enhanced speed
	_ST_DWithin(g,g,d) that returns as soon as g and g are within d of
	each other, rather than using distance naively. Change ST_DWithin to
	use enhanced op. (Issue 20) git-svn-id: http://svn.osgeo.org/postgis/trunk@2796
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Fix towgs84 for 31300 and 31370 (issue 23) git-svn-id: http://svn.osgeo.org/postgis/trunk@2793
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Geomunion name change note, issue 26.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2792
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Bug reporting documentation (issue 27) git-svn-id: http://svn.osgeo.org/postgis/trunk@2789
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fix for issue 30, ST_Buffer doco mistake git-svn-id: http://svn.osgeo.org/postgis/trunk@2787
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: Remove
	extra warnings related to the shp2pgsql deleted records patch git-svn-id: http://svn.osgeo.org/postgis/trunk@2785
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.in, loader/{Makefile.shp2pgsql =>
	Makefile.shp2pgsql.in}, loader/shp2pgsql.c, postgis_config.h.in: 
	Update new build system to include iconv detection for shp2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@2784
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-27  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, loader/dbfopen.c, loader/shapefil.h,
	loader/shp2pgsql.c: Fix for DBF files with deleted records. (#29) git-svn-id: http://svn.osgeo.org/postgis/trunk@2783
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/liblwgeom.h, lwgeom/long_xact.c, lwgeom/lwcurve.c,
	lwgeom/lwgeom_box.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_sqlmm.c,
	lwgeom/lwgeom_transform.c, lwgeom/wktunparse.c: Since PGXS compiles
	libraries with -Wall, attempt to remove as many warnings as
	possible. Most of these are missing function prototypes at the top
	of each file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2781
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.in, doc/Makefile.in: Update documentation build so that
	"make install" now works. Maybe this will fix the on-line website
	build? git-svn-id: http://svn.osgeo.org/postgis/trunk@2780
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-22  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* topology/Makefile, topology/{topology.sql.in =>
	topology.sql.in.c}: Update topology/ directory to use the new PGXS
	build system.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2779
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/{Makefile => Makefile.in}: Update previous commit: add
	Makefile.in and remove Makefile, since Makefile is now generated
	from Makefile.in automatically.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2778
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-20  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.in, doc/Makefile: Rework the documentation Makefile so
	that it works with the autoconf build system.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2777
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* GNUmakefile: Fixes for previous commit: missed Makefile.config
	target for "make clean" git-svn-id: http://svn.osgeo.org/postgis/trunk@2776
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* GNUmakefile, lwgeom/sqldefines.h: Fixes for previous commit: Alter
	GNUmakefile to understand that Makefile.config no longer exists,
	plus remove lwgeom/sqldefines.h as it is generated by autoconf git-svn-id: http://svn.osgeo.org/postgis/trunk@2775
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-05-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* HOWTO_RELEASE, Makefile.config.in, Version.config, autogen.sh,
	config.h.in, configure.in, loader/Makefile,
	loader/Makefile.pgsql2shp.in, loader/Makefile.shp2pgsql,
	loader/pgsql2shp.c, loader/shp2pgsql.c, lwgeom/Makefile,
	lwgeom/Makefile.in, lwgeom/Makefile.shlib, lwgeom/liblwgeom.c,
	lwgeom/liblwgeom.h, lwgeom/long_xact.sql.in, lwgeom/lwgeom_btree.c,
	lwgeom/lwgeom_dump.c, lwgeom/lwgeom_estimate.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_pg.c,
	lwgeom/lwgeom_pg.h, lwgeom/lwgeom_transform.c,
	lwgeom/{lwpostgis.sql.in => lwpostgis.sql.in.c},
	lwgeom/pgsql_compat.h, lwgeom/sqldefines.h, lwgeom/sqldefines.h.in,
	lwgeom/sqlmm.sql.in, macros/ac_proj4_version.m4,
	postgis_config.h.in, regress/{Makefile => Makefile.in},
	regress/run_test, regress/sql-mm-circularstring_expected.in,
	regress/sql-mm-compoundcurve_expected.in,
	regress/sql-mm-curvepoly_expected.in,
	regress/sql-mm-multicurve_expected.in,
	regress/sql-mm-multisurface_expected.in: Commit new build system
	based upon PGXS. Due to the large number of changes, please refer to

	http://postgis.refractions.net/pipermail/postgis-devel/2008-May/003010.html.git-svn-id: http://svn.osgeo.org/postgis/trunk@2774
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, doc/postgis.xml, lwgeom/Makefile,
	lwgeom/lwgeom_chip.c, lwgeom/lwgeom_geojson.c,
	lwgeom/lwpostgis.sql.in, regress/Makefile, regress/geojson.sql,
	regress/geojson_expected: ST_AsGeoJSon patch from Olivier Courtin
	<olivier.courtin@camptocamp.com>.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2772
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: envelope doco fix git-svn-id: http://svn.osgeo.org/postgis/trunk@2771
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* Version.config: Bump trunk up to 1.3.4SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@2770
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, NEWS, README.postgis, Version.config, doc/postgis.xml: 
	Versions and news for the 1.3.3 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2768
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog: Update re dbf patch git-svn-id: http://svn.osgeo.org/postgis/trunk@2765
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: New -n switch to support DBF-only loading of
	attributes without shapes.  Submitted by Regina Obe.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2764
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* : Remove svn:eol-style from regress_ogc_expected; MingW requires
	unix line endings in order for the diff to work as expected.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2763
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_jts.c: Another round of
	PostgreSQL 8.3 fixes, this time related to arrays. Make sure that we
	use the supplied ArrayType pointer macros, instead of attempting to
	access to cast directly to ArrayType. This resolved GBT#13 where a
	"corrupted histogram" error is thrown when using using
	ST_EstimatedExtent() under 8.3.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2761
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Change sr_id into an integer, per mca's
	suggestion.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2760
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Fix string literal comparison warnings:
	"comparison with string literal results in unspecified behaviour" git-svn-id: http://svn.osgeo.org/postgis/trunk@2759
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, loader/getopt.c, loader/getopt.h, loader/pgsql2shp.c,
	loader/shp2pgsql.c: Rename all occurances of getopt to pgis_getopt
	to work around OS/X 10.5 system function name collision.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2758
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/kml.sql: Fix the ST_AsKML regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2757
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwpostgis.sql.in, regress/Makefile, regress/kml_expected,
	regress/regress_ogc.sql, regress/regress_ogc_cover.sql,
	regress/regress_ogc_cover_expected, regress/regress_ogc_expected: 
	Allow conditional regression tests based on GEOS_VERNUM and move the
	cover/prepared tests into the appropriate buckets. Fix the AT_AsKML
	regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2756
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-04-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom.h: remove unloved header file git-svn-id: http://svn.osgeo.org/postgis/trunk@2755
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_transform.c: Remove the code that adds
	share/contrib/nad to the PROJ.4 search path for PostgreSQL < 8.0
	since the mechanism for determining the path has changed from
	earlier versions, and this was mainly for Win32 users. Also rename
	nad/ directory to proj/ to keep it inline with an existing PROJ.4
	installation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2754
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: small syntax errors in ST_YMAX, etc functions git-svn-id: http://svn.osgeo.org/postgis/trunk@2753
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwpostgis.sql.in: confirm st_*min st_*max git-svn-id: http://svn.osgeo.org/postgis/trunk@2752
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwpostgis.sql.in: Syntax error in sql.in git-svn-id: http://svn.osgeo.org/postgis/trunk@2751
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Fixed up
	KML patch from Eduin Carillo.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2750
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile: Enable the USE_PROJ and GEOS_VERNUM macros to
	propogate into lwpostgis.sql.in git-svn-id: http://svn.osgeo.org/postgis/trunk@2749
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Revert
	KML patch, bad puppy! git-svn-id: http://svn.osgeo.org/postgis/trunk@2748
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Added KML
	patch from Eduin Carillo.
	http://code.google.com/p/postgis/issues/detail?id=17 git-svn-id: http://svn.osgeo.org/postgis/trunk@2747
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile: Changed ifeq to ifndef for CXX macro test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2746
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* geos_version.sh: Removed unloved and un-used geos_version.sh file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2745
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, doc/postgis.xml, lwgeom/lwgeom_svg.c: Added SVN support
	patch from Dr. Marco Hugentobler, as described in

	http://postgis.refractions.net/pipermail/postgis-devel/2008-February/002883.htmlgit-svn-id: http://svn.osgeo.org/postgis/trunk@2744
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, Makefile.config.in, configure.in, lwgeom/Makefile,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in: Added GEOS_VERNUM
	macro and protected GEOS 3.0/3.1 functionality behind it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2743
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c: Fix crash caused by double-free
	in LWGEOM_same - we were accidentally freeing the 1st parameter
	twice instead of freeing the second parameter. Thanks to Cliff
	Wright for the bug report.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2742
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/Makefile: Removed regress_ogc_prep from tests temporarily
	until a new GEOS is released with support for new predicates.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2741
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_box2dfloat4.c: Fix bug with |>> and <<| operators -
	the BOX2D overabove and overbelow functions were actually wrong,
	causing index scans to return the wrong results. Per bug report from
	Tomas Karlsson.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2740
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Change link to postgis bug tracker git-svn-id: http://svn.osgeo.org/postgis/trunk@2739
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-03-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos_c.c: Resolve
	GBT bugs #2,#3 and #9 related to crashes when calling aggregate
	functions under PostgreSQL 8.3 (all earlier versions would not see
	the error). This was due to missing more VARSIZE macros in the
	PostgreSQL 8.3 conversion. The complete list of affected functions
	under PostgreSQL 8.3 is: ST_force_2d(), ST_force_3dz(),
	ST_force_3dm(), ST_force_4d(), ST_Collect(), ST_MakeLine(),
	ST_Polygonize(), ST_Union()/ST_GeomUnion(),
	ST_MakePolygon()/ST_Polygon().  git-svn-id: http://svn.osgeo.org/postgis/trunk@2738
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-02-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Document
	ST_SimplifyPreserveTopology(geometry,float) git-svn-id: http://svn.osgeo.org/postgis/trunk@2737
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-02-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in: Added
	hook to GEOSTopologyPreserveSimplify git-svn-id: http://svn.osgeo.org/postgis/trunk@2736
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-29  Ben Jubb <benjubb@refractions.net>

	* lwgeom/lwgeom_geos_c.c, lwgeom/lwpostgis.sql.in,
	regress/Makefile, regress/regress_ogc_prep.sql,
	regress/regress_ogc_prep_expected: Changed the interface for the
	GEOS prepared predicates.  ST_contains, ST_containsProperly,
	ST_covers, and ST_intersects are now overloaded.  The new arguments
	style is ( geometry, geometry, integer).  The third argument is used
	to determine when the first argument changes.  The assumption is
	that when the third argument changes, the first argument is assumed
	to have changed too.  This side-steps the issue of determining when
	the identity of the first geometry changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2735
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-22  Ben Jubb <benjubb@refractions.net>

	* lwgeom/lwgeom_geos_c.c: Ammended to include prepared geometry
	cache code in scope of PREPARED_GEOM symbol.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2734
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-22  Ben Jubb <benjubb@refractions.net>

	* lwgeom/lwgeom_geos_c.c: Modified to check version of GEOS and stub
	out prepared predicates if GEOS is prior to 3.1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2733
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-18  Ben Jubb <benjubb@refractions.net>

	* lwgeom/lwgeom_geos_c.c: Made some minor changes suggested by Mark
	Cave-Ayland.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2732
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-18  Ben Jubb <benjubb@refractions.net>

	* lwgeom/lwpostgis.sql.in: Added new function wrappers to expose
	prepared geometry predicates: ST_ContainsPrepared( geometry,
	geometry ) ST_ContainsProperlyPrepared( geometry, geometry )
	ST_CoversPrepared( geometry, geometry ) ST_IntersectsPrepared(
	geometry, geometry ) as well, this function was added, for orthogonality:
	ST_ContainsProperly( geometry, geometry ) git-svn-id: http://svn.osgeo.org/postgis/trunk@2731
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-18  Ben Jubb <benjubb@refractions.net>

	* lwgeom/lwgeom_geos_c.c: Added new functions to lwgeom_geos_c.c to
	support prepared geometry predicates.  bool containsPrepared( geom,
	geom) bool containsProperlyPrepared( geom, geom) bool
	coversPrepared( geom, geom) bool intersectsPrepared( geom, geom) git-svn-id: http://svn.osgeo.org/postgis/trunk@2730
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-18  Ben Jubb <benjubb@refractions.net>

	* regress/regress_ogc_prep.sql, regress/regress_ogc_prep_expected: 
	Tests for the prepared geometry predicates.  The tests were copied
	from regress_ogc, and modified.  Most of the tests use a pattern
	where the same function is invoked three times with the same
	argument.  This tests the prepared geometry caching mechanism.  This
	testfile haven't been added to regress/Makefile yet, as it fails for
	one case.  This probably due to a bug in GEOS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2729
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* Version.config: Bump version number to 1.3.3SVN for next
	development cycle.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2727
	b70326c6-7e19-0410-871a-916f4a2858ee

2008-01-11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp.c, lwgeom/Makefile: Rewrite the pgsql2shp
	connection string code so that it uses a connection string, rather
	than setting environment variables. MingW-compiled and MSVC-compiled
	apps seem to have great problems passing the variables to each
	other, causing regression to fail. With this fix (and a Makefile
	tweak), it is now possible to run a MingW-compiled PostGIS against
	an MSVC compiled PostgreSQL and pass all regression tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2726
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-12-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fix up bad entities and screwed up
	programlistings from some previous pretty-printing run on the XML.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2725
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-12-02  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* ChangeLog, README.postgis: Commit updated versions of the
	ChangeLog and README.postgis (also change some references in
	README.postgis from "run as root" to "run as postgres", and correct
	the --with-pgsql and --with-geos documentation) git-svn-id: http://svn.osgeo.org/postgis/trunk@2723
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-11-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, doc/postgis.xml: Added release notes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2722
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-11-30  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgparse.c: Fix the (E)WKB parser so that it performs
	validation checks in the same way as the WKT parser, e.g. ensure
	POLYGON rings are closed, LINESTRINGs consist of at least 2 points
	and that curves have at least 3 points. As discovered when looking
	simplify() bug submitted by Ivan Mincik.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2721
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-11-27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/liblwgeom.h, lwgeom/lwcurve.c, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_pg.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
	lwgeom/lwpoly.c: Rename the existing get_int32() and get_uint32()
	functions to lw_get_int32() and lw_get_uint32() respectively in
	order to avoid a collision with functions of the same name in newer
	versions of OS X. This should resolve the problem with PostGIS
	crashing on some OS X installations. Many thanks to William
	Kyngesburye and others for resolving this issue.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2719
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-11-27  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_transform.c: Extend the PROJ.4 search path to
	include $sharedir/contrib/postgis/nad when looking for grid files.
	This is mainly to allow Win32 builds to find grid files without
	having to use a PROJ.4 DLL compiled containing a fixed path.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2718
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-11-23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Apply Tom Glancy's patch to shp2pgsql which
	corrects an off-by-one error in the field_width calculation when
	determining which SQL numeric type is required depending upon the
	length of the corresponding shapefile field. This should eliminate
	various out of range error messages that may have appeared when
	attempting to load a converted shapefile into PostgreSQL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2717
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-11-23  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* java/jdbc/Makefile, java/jdbc/build.xml: Commit a first attempt at
	an Ant build.xml file for the PostGIS JDBC driver so finally all the
	Java drivers build with Ant for consistency, plus we eliminate
	numerous cross platform problems. As it stands, the build.xml file
	supports only the standard JDBC driver - if you wish to use a
	JTS-enabled JDBC driver or run the online regression tests then you
	must still use the Makefile. Any help porting the remaining parts of
	the Makefile would be appreciated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2716
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-10-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/pgsql2shp.c, lwgeom/lwcurve.c, lwgeom/lwgeom_dump.c,
	lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_transform.c: Apply parts of
	Charlie Savage's MSVC patch - mainly tidying up variable allocations
	so they appear at the start of functions, but also making better use
	of the pj_get_errno_ref() which gets rid of the auto-import warnings
	on MingW.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2715
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-10-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/Makefile: Remove version numbers from liblwgeom references
	in lwpostgis.sql as per

	http://postgis.refractions.net/pipermail/postgis-devel/2007-September/002764.html. This should help make upgrades a lot easier for people since it removes the need to change the SQL function definitions when upgrading version. Note that this is a quick and dirty fix as I didn't want to change Makefile.shlib too much - as soon as we remove support for PostgreSQL < 8.0, we can use PGXS instead and thus remove the redundant shared library code from PostGIS.git-svn-id: http://svn.osgeo.org/postgis/trunk@2714
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-10-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
	lwgeom/lwgeom_functions_basic.c: Commit Charlie Savage's patches
	(with additional comments) to the bounding box/envelope functions to
	ensure that valid geometries are always returned; in more specific
	terms, if a bounding box is a point then a POINT is returned, and if
	a bounding box is 1-dimensional a LINESTRING is returned. Otherwise
	a POLYGON is returned as per the old behaviour. For details see the
	thread in the postgis-users archives Sept 2007 'How to get the
	centroid of an bounding box using st_extent'.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2713
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-10-29  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwpoint.c: Fix broken error message when attempting to
	deserialise a type other than a point; the message should now
	correctly show the name of the offending type. Patch supplied by
	Charlie Savage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2712
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-10-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* CREDITS, lwgeom/lwgeom_kml.c, regress/kml.sql: KML credits patch
	<yecarrillo> git-svn-id: http://svn.osgeo.org/postgis/trunk@2711
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-10-10  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_gml.c: Apply extra fixes for the reworked AsGML()
	function to ensure that enough memory is allocated for the GML
	output. Patch supplied by Barbara Phillipot.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2710
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-09-28  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_gml.c: Fix a mistake in my refactoring of the
	AsGML() patch for GML3 support - the detoasted geometry is now the
	second argument rather than the first. Per report from Olivier
	Courtin.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2709
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_functions_basic.c: Applied patch from Charlie Savage
	to make ST_Envelope return a POINT when the input geometry is a
	POINT or a one-part MULTIPOINT.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2708
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-09-06  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/postgis.xml, lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in: 
	Commit modified version of Barbara Phillipot's GML patch to fix
	existing output to make it GML2 compliant, plus add GML3 output
	capability git-svn-id: http://svn.osgeo.org/postgis/trunk@2707
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml, lwgeom/lwpostgis.sql.in: Rename ST_GeomUnion to
	ST_Union in docs and ST_MemGeomUnion to ST_MemUnion in .sql.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2700
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_ogc.c: Fix crash when calling ST_EndPoint caused by
	a double-free in LWGEOM_endpoint_linestring. This bug has been there
	for a while - thanks to Eric Francois for the bug report.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2699
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-15  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/geocode/geocode_location.sql: - Include levenshtein difference in rating when doing city/state
	match.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2694
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* Version.config: Increment version number to 1.3.2 for next
	development cycle git-svn-id: http://svn.osgeo.org/postgis/trunk@2693
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* ChangeLog, HOWTO_RELEASE, NEWS, README.postgis, Version.config,
	doc/postgis.xml: Version flip up to 1.3.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@2691
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/postgis.xml: Fixed spelling error for the word "geometry"
	thanks to Regina Obe, plus added comment about initial PostgreSQL
	8.3 support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2690
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/postgis.xml: This time really fix the documentation missing
	tag problem...  git-svn-id: http://svn.osgeo.org/postgis/trunk@2689
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/postgis.xml: Fix documentation since an error in the 1.3.0
	release notes xml caused the build to fail (this may need author
	review) git-svn-id: http://svn.osgeo.org/postgis/trunk@2688
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom.c: Remove warning about unused variable in lwgeom.c
	(it was a leftover from the PostgreSQL 8.3 compatibility patch) git-svn-id: http://svn.osgeo.org/postgis/trunk@2687
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-09  Mark Leslie <mark.leslie@lisasoft.com>

	* ChangeLog, NEWS, README.postgis, Version.config, doc/postgis.xml: 
	Added release notes and updated version numbers and release dates.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2684
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-09  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_jts.c: Moved the intersects method back to the
	original definition and disabled the new apparently broken
	implementation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2682
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-09  Mark Leslie <mark.leslie@lisasoft.com>

	* Version.config: Bumped the version number to RC5.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2681
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-09  Mark Leslie <mark.leslie@lisasoft.com>

	* regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected.in,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected.in,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected.in,
	regress/sql-mm-multicurve.sql,
	regress/sql-mm-multicurve_expected.in,
	regress/sql-mm-multisurface.sql,
	regress/sql-mm-multisurface_expected.in: Updated the regression
	tests for curved geoms to avoid the byte ordering problems.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2680
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-03  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_jts_wrapper.cpp: Removed an unused function that was
	erroneously committed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2679
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-02  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
	PreparedGeometry and caching support to the intersects function in
	the jts connector.  Created wrapper functions for the
	PreparedGeometry functionality.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2678
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-08-02  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_functions_analytic.c: Removed a call to the
	deprecated point_in_ring function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2677
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-31  Mark Leslie <mark.leslie@lisasoft.com>

	* Version.config: Updated the version numbers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2672
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-26  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/long_xact.sql.in: Applyed Michael Fuhrs patch to fix the
	reserved word issue against PostgreSQL 8.3.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2671
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-23  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/liblwgeom.h: Fixed the FP_LTEQ macro to accomodate values
	significantly larger that zero.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2669
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-23  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_jts.c: Added the covers and coveredby functions to
	the jts connector.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2668
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-23  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql.c: Updated the loader to create the index after
	the data has been loaded.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2667
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwpostgis.sql.in: Fix some ST_ declarations that were
	missing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2666
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-18  Mark Leslie <mark.leslie@lisasoft.com>

	* doc/postgis.xml: Applying Michael Fuhrs patch to correct my
	attrocious selling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2665
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-16  Mark Leslie <mark.leslie@lisasoft.com>

	* doc/postgis.xml: Added notes about the implicit index operators on
	the relational functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2664
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-16  Mark Leslie <mark.leslie@lisasoft.com>

	* 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: 
	Resurrected the ST_LineToCurve regression tests, but commented them
	out until ST_SnapToGrid excepts curves.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2663
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-16  Mark Leslie <mark.leslie@lisasoft.com>

	* loader/shp2pgsql.c: Upgraded the escaping of quotes from the
	deprecated backslashing to the doubling of quotes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2662
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c: Rollback experimental shp2pgsql escaping
	change that accidently got included in the last commit :( git-svn-id: http://svn.osgeo.org/postgis/trunk@2657
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* loader/shp2pgsql.c, lwgeom/lwgeom_transform.c: Correct previous
	commit for older PostgreSQL versions - the order of the methods in
	PROJ4SRSCacheContextMethods is not consistent between versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2656
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-12  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_transform.c: Add missing methods to the PROJ.4 cache
	memory context to prevent a backend crash caused by a NULL pointer
	dereference when PostgreSQL is trying to clean up memory contexts.
	Per report from Tom Lane.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2655
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-12  Mark Leslie <mark.leslie@lisasoft.com>

	* regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected.in,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected.in,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected.in,
	regress/sql-mm-multicurve.sql,
	regress/sql-mm-multicurve_expected.in,
	regress/sql-mm-multisurface.sql,
	regress/sql-mm-multisurface_expected.in: Removing the unsnappable
	test calls to LineToCurve.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2654
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* extras/debian/README.Debian, extras/debian/changelog,
	extras/debian/compat, extras/debian/control,
	extras/debian/createdb.postgis, extras/debian/createdb.postgis.1,
	extras/debian/logtop.sh, extras/debian/mktemplate_gis.1,
	extras/debian/mktemplate_gis.in, extras/debian/mkupstreampatch.sh,
	extras/debian/patches/patch.level,
	extras/debian/patches/upstream.diff,
	extras/debian/postgresql.vars.mk, extras/debian/rmtemplate_gis,
	extras/debian/rmtemplate_gis.1, extras/debian/rules,
	extras/debian/sofiles.in/control,
	extras/debian/sofiles.in/copyright,
	extras/debian/sofiles.in/libpostgis#SOVER#.dirs,
	extras/debian/sofiles.in/libpostgis#SOVER#.docs,
	extras/debian/sofiles.in/libpostgis#SOVER#.examples,
	extras/debian/sofiles.in/libpostgis#SOVER#.install,
	extras/debian/sofiles.in/libpostgis#SOVER#.manpages,
	extras/debian/sofiles.in/libpostgis#SOVER#.postinst,
	extras/debian/sofiles.in/libpostgis#SOVER#.prerm,
	extras/debian/sofiles.in/libpostgis-doc.doc-base,
	extras/debian/sofiles.in/libpostgis-doc.docs,
	extras/debian/sofiles.in/libpostgis-java-debug.install,
	extras/debian/sofiles.in/libpostgis-java.dirs,
	extras/debian/sofiles.in/libpostgis-java.docs,
	extras/debian/sofiles.in/libpostgis-java.examples,
	extras/debian/sofiles.in/libpostgis-java.install,
	extras/debian/sofiles.mk, extras/debian/watch: Remove extra/debian,
	per recommendation from Stephen Frost git-svn-id: http://svn.osgeo.org/postgis/trunk@2653
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* GNUmakefile: Remove templategis from make, install, clean targets.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2652
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-09  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/geocode/geocode.sql: - Remove debugging NOTICE git-svn-id: http://svn.osgeo.org/postgis/trunk@2651
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-09  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/create_geocode.sql,
	extras/tiger_geocoder/geocode/geocode.sql,
	extras/tiger_geocoder/normalize/pprint_addy.sql: - Added print-print function for norm_addy type (norm_addy ->
	varchar) - Restructured geocode(), accept address in parsed norm_addy form   as well as unparsed varchar form.  Return norm_addy type instead
	  of varchar (use pprint_addy() if you want a varchar result
	instead) git-svn-id: http://svn.osgeo.org/postgis/trunk@2650
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-08  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/tables/lookup_tables.sql: - City names are 90 characters (this matters more than you might   think because it affects the types returned from the various   calls and if they don't match subsequent geocode() queries in   the same session may complain about the planned record type not   matching across calls) git-svn-id: http://svn.osgeo.org/postgis/trunk@2649
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: ST_Dwithin reference entry git-svn-id: http://svn.osgeo.org/postgis/trunk@2648
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwpostgis.sql.in: Added ST_DWithin SQL function git-svn-id: http://svn.osgeo.org/postgis/trunk@2647
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-04  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwpostgis.sql.in: Applied the patch from Michael Fuhr to
	fix the definition of ST_PointN git-svn-id: http://svn.osgeo.org/postgis/trunk@2646
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/import/load_tiger.sh: - Change to generic database name git-svn-id: http://svn.osgeo.org/postgis/trunk@2645
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/INSTALL: - Update install instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@2644
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/import/load_tiger.sh,
	extras/tiger_geocoder/import/newdb.sh,
	extras/tiger_geocoder/import/tigerimport.sh,
	extras/tiger_geocoder/import/tigerpoly2.py: Add in initial import
	scripts for importing the TIGER/Line data into a PostGIS system.
	Could probably be improved to accept more arguments/etc and require
	less direct script modification to make it work.  Also, not sure the
	polygons are done perfectly yet. :/ git-svn-id: http://svn.osgeo.org/postgis/trunk@2643
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/create_geocode.sql,
	extras/tiger_geocoder/geocode/geocode.sql,
	extras/tiger_geocoder/geocode/geocode_address.sql,
	extras/tiger_geocoder/geocode/geocode_address_countysub_exact.sql,
	extras/tiger_geocoder/geocode/geocode_address_countysub_fuzzy.sql,
	extras/tiger_geocoder/geocode/geocode_address_place_exact.sql,
	extras/tiger_geocoder/geocode/geocode_address_place_fuzzy.sql,
	extras/tiger_geocoder/geocode/geocode_address_state.sql,
	extras/tiger_geocoder/geocode/geocode_address_zip.sql,
	extras/tiger_geocoder/geocode/geocode_get_point.sql,
	extras/tiger_geocoder/geocode/geocode_location.sql,
	extras/tiger_geocoder/geocode/geocode_zip.sql,
	extras/tiger_geocoder/geocode/includes_address.sql,
	extras/tiger_geocoder/geocode/interpolate_from_address.sql,
	extras/tiger_geocoder/geocode/rate_attributes.sql,
	extras/tiger_geocoder/normalize/count_words.sql,
	extras/tiger_geocoder/normalize/end_soundex.sql,
	extras/tiger_geocoder/normalize/get_last_words.sql,
	extras/tiger_geocoder/normalize/location_extract.sql,
	extras/tiger_geocoder/normalize/location_extract_countysub_exact.sq
	l,
	extras/tiger_geocoder/normalize/location_extract_countysub_fuzzy.sq
	l,
	extras/tiger_geocoder/normalize/location_extract_place_exact.sql,
	extras/tiger_geocoder/normalize/location_extract_place_fuzzy.sql,
	extras/tiger_geocoder/normalize/normalize_address.sql,
	extras/tiger_geocoder/normalize/state_extract.sql: Add in broken
	out/updated normalize/geocode functions - create_geocode.sql:   Main creation script for pulling in all the other   .sql files to create all the functions and whatnot - normalize/   Normalization routines, includes mapping 'North' -> 'N',   'Virginia' -> 'VA', etc, etc.  - geocode/   Actual geocoding routines to find the point geometry of the   address.  Includes interpolation across the linestring found   for the location (perhaps not the best), and fallbacks to   zip-code and city, state matches using the associated lookup   tables for those.  Also currently returns a set rather than   a cursor, that's up for some debate but the cursor makes it   difficult to do things like fallback, imv.  Especially since   references to it from another pl/pgsql function require it to   be a specific record type across multiple calls.  That's   currently a problem. :/ git-svn-id: http://svn.osgeo.org/postgis/trunk@2642
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/utility/cull_null.sql,
	extras/tiger_geocoder/utility/levenshtein_ignore_case.sql,
	extras/tiger_geocoder/utility/nullable_levenshtein.sql,
	extras/tiger_geocoder/utility/utmzone.sql: Initial import of utility
	functions, seperated into individual files for sanity.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2641
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/tables/lookup_tables.sql,
	extras/tiger_geocoder/tables/roads_local.sql,
	extras/tiger_geocoder/tables/tiger_geocode_roads.sql: tables/- New
	scripts for roads_local/tiger_geocode_roads, clean up lookup_tables - roads_local.sql:   Script to create the road_local table from the completechain   table which is created by ogr2ogr.  Mainly handles type   conversions.  Also creates the tlid, cfcc, and geometry   indexes.  - tiger_geocode_roads.sql:   Script to create the tiger_geocode_roads table which breaks   down the roads_local to just the street name, etc, much   smaller than roads_local but has the pointers to get back   to the full roads_local for address number matching, etc.    Also creates the appropriate indexes using soundex().  - lookup_tables.sql:   - Add 'drop if exists' to make script easily re-runnable   - Add primary keys, good thing to have, and creates indexes   - Add st_code (TIGER/Line state code) to state_lookup   - Remove dup in street_type_lookup   - Add in building of:     place_lookup     county_lookup     countysub_lookup     zip_lookup_all     zip_lookup git-svn-id: http://svn.osgeo.org/postgis/trunk@2640
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/INSTALL, extras/tiger_geocoder/README,
	extras/tiger_geocoder/{ => orig}/tiger_geocoder.sql,
	extras/tiger_geocoder/tables/lookup_tables.sql: - Minor reorg, add in other parts of the initial load git-svn-id: http://svn.osgeo.org/postgis/trunk@2639
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Stephen Frost <sfrost@snowman.net>

	* extras/tiger_geocoder/tiger_geocoder.sql: - Original tiger geocoder git-svn-id: http://svn.osgeo.org/postgis/trunk@2638
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-07-03  Mark Leslie <mark.leslie@lisasoft.com>

	* : Added a home for the tiger geocoder.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2637
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-28  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/Makefile, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_geos_c.c,
	lwgeom/lwgeom_rtree.c, lwgeom/lwgeom_rtree.h: Added a 1D rtree for
	polygon segment indexing, and tied the index into the point in
	polygon short-circuit of the contains, within, intersects and
	disjoint methods.  Added an index cache to the comparitor methods to
	save index build times.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2634
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-28  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwline.c,
	lwgeom/lwpoly.c: Added or updated debugging statements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2633
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-28  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_pg.c: Altered the macro tests for pg_alloc,
	pg_realloc to only print debugging information when alloc debugging
	is enabled.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2632
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-15  Mark Leslie <mark.leslie@lisasoft.com>

	* config.h.in, configure.in, regress/Makefile,
	regress/{sql-mm-circularstring_expected =>
	sql-mm-circularstring_expected.in},
	regress/{sql-mm-compoundcurve_expected =>
	sql-mm-compoundcurve_expected.in},
	regress/{sql-mm-curvepoly_expected =>
	sql-mm-curvepoly_expected.in}, regress/{sql-mm-multicurve_expected
	=> sql-mm-multicurve_expected.in},
	regress/{sql-mm-multisurface_expected =>
	sql-mm-multisurface_expected.in}: Updated the regression test suite
	to allow variable results depending on jts/geos availability.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2625
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-15  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_jts.c: Added curvey geometry recognition to the jts
	connector.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2624
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Typo corrections from Michael Fuhr.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2623
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-08  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/long_xact.sql.in, lwgeom/lwgeom_gml.c,
	lwgeom/lwgeom_kml.c, lwgeom/lwpostgis.sql.in: Applied Michael Fuhr's
	patch to use explicit text casts where required. Required for
	PostgreSQL 8.3 where many of the implicit casts to text have been
	removed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2622
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-07  Mark Leslie <mark.leslie@lisasoft.com>

	* ChangeLog, lwgeom/lwpostgis.sql.in: Added relational function
	definitions that inline index operators for automagic index
	utilization.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2620
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-06  Norman Barker <nbarker@ittvis.com>

	* java/ejb3/src/org/postgis/hibernate/ContainsExpression.java,
	java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java,
	java/{ => ejb3/src/org/postgis}/hibernate/PostGISDialect.java,
	java/ejb3/src/org/postgis/hibernate/WithinExpression.java: Hibernate
	Spatial Criteria Queries and Dialect git-svn-id: http://svn.osgeo.org/postgis/trunk@2619
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-05  Mark Leslie <mark.leslie@lisasoft.com>

	* doc/postgis.xml: Updated the docs to reflect the function name
	transition.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2618
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-05  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwpostgis.sql.in, lwgeom/sqlmm.sql.in: Reorganized the
	sqlmm function declarations to prevent duplication and confusion.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2617
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-04  Mark Leslie <mark.leslie@lisasoft.com>

	* ChangeLog, lwgeom/lwpostgis.sql.in, lwgeom/sqlmm.sql.in,
	regress/affine.sql, regress/affine_expected, regress/ctors.sql,
	regress/ctors_expected, regress/kml.sql, regress/kml_expected,
	regress/lwgeom_regress.sql, regress/lwgeom_regress_expected,
	regress/measures.sql, regress/measures_expected,
	regress/regress.sql, regress/regress_bdpoly.sql,
	regress/regress_bdpoly_expected, regress/regress_expected,
	regress/regress_index.sql, regress/regress_lrs.sql,
	regress/regress_lrs_expected, regress/regress_ogc.sql,
	regress/regress_ogc_expected, regress/regress_proj.sql,
	regress/regress_proj_expected, regress/removepoint.sql,
	regress/removepoint_expected, regress/setpoint.sql,
	regress/setpoint_expected, regress/simplify.sql,
	regress/simplify_expected, regress/snaptogrid.sql,
	regress/snaptogrid_expected, regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
	regress/sql-mm-multicurve.sql, regress/sql-mm-multicurve_expected,
	regress/sql-mm-multisurface.sql,
	regress/sql-mm-multisurface_expected, regress/sql-mm-serialize.sql,
	regress/wkt.sql: Added versions of functions with standard ST
	(Spatial Type) prefixes to any functions that were lacking them.
	Updated the regression tests to include the new functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2616
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-01  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_functions_analytic.c, regress/regress_ogc.sql,
	regress/regress_ogc_expected: Ongoing PIP trauma.  Addressed the
	issue of points in line with a boundary segment, but not actually on
	it.  Added appropriate unit tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2614
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_estimate.c: Reduce 'LWGEOM_gist_joinsel called with
	arguments that are not column references' warning to DEBUG1; it's
	not really a problem, and in cases where people a lot of these types
	of queries, the logs get flooded with these NOTICEs. Per email from
	Flavio Perri.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2613
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/ptarray.c: Fixed bug #145 - RemovePoint Failure in the
	bugtracker. It was an off-by-one error in ptarray.c which caused the
	penultimate point to not be copied to the new geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2612
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-06-01  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.in: Fix broken docbook stylesheet search. AC_ARG_WITH
	only calls its contents when a --with-* option is specified, so the
	search would never be invoked in its current position. Moved the
	search into the second macro argument, so it is now invoked if no
	--with-xsl argument is specified, which I believe was the intended
	behaviour.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2611
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-05-31  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* Makefile.config.in, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_jts.c, lwgeom/lwgeom_kml.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_pg.c, lwgeom/lwgeom_svg.c, lwgeom/lwgeom_transform.c,
	lwgeom/lwgparse.c, lwgeom/pgsql_compat.h, lwgeom/wktparse.h: Add
	support for the upcoming release of PostgreSQL 8.3. From PostgreSQL
	8.3, the internal structure of varlena datatypes has changed and so
	any references to the size of the varlena and its address must use
	the VARSIZE and SET_VARSIZE macros. Includes a #define in
	pgsql_compat.h so that SET_VARSIZE still works with the older
	PostgreSQL versions. Passes all regression tests under PostgreSQL
	8.2 and PostgreSQL 8.3. Thanks to David Techer and Michael Fuhr for
	additional testing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2610
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-05-28  Mark Leslie <mark.leslie@lisasoft.com>

	* ChangeLog, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_sqlmm.c,
	lwgeom/lwpostgis.sql.in, lwgeom/measures.c, regress/Makefile,
	regress/sql-mm-circularstring.sql,
	regress/sql-mm-circularstring_expected,
	regress/sql-mm-compoundcurve.sql,
	regress/sql-mm-compoundcurve_expected,
	regress/sql-mm-curvepoly.sql, regress/sql-mm-curvepoly_expected,
	regress/sql-mm-general.sql, regress/sql-mm-general_expected,
	regress/sql-mm-multicurve.sql, regress/sql-mm-multicurve_expected,
	regress/sql-mm-multisurface.sql,
	regress/sql-mm-multisurface_expected: Added curve handling to
	getType, numGeometries, geometryN, dimension, exteriorRing,
	numInteriorRings, interiorRingN, closed (lwgeom_ogc.c) lwgeom_clone
	(lwgeom.c) and area.  Added function ST_CurveToLine and
	ST_LineToCurve.  Added regression tests for sql-mm geometries and
	related functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2609
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-05-22  Mark Leslie <mark.leslie@lisasoft.com>

	* ChangeLog, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_geos_c.c, regress/regress_ogc.sql,
	regress/regress_ogc_expected: Added short-circuit calls for the
	point-in-polygon cases of disjoint and intersect calls.  Added
	regression tests for the new short-circuits.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2608
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-05-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* Version.config: Bump SVN code version to 1.2.2SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@2607
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-05-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* regress/regress_proj_expected: Fix broken regress_proj expected
	results by removing the extra DELETE at the end of the file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2606
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-05-14  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* Makefile.config.in, configure.in, lwgeom/Makefile,
	lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Remove GEOS
	C++ API support from PostGIS HEAD; it's been broken since 1.2.0 and
	so we require a minimum of GEOS 2.2.0 to compile and run PostGIS.
	Includes alterations to autoconf to display an error message during
	configure if the GEOS version is incorrect. Passes all regression
	tests with GEOS 2.2.3 and GEOS 3.0.0rc4 using GEOS CAPI.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2605
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-05-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Spelling fix git-svn-id: http://svn.osgeo.org/postgis/trunk@2604
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-04-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Small doco fix git-svn-id: http://svn.osgeo.org/postgis/trunk@2602
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-03-15  Markus Schaber <markus@schabi.de>

	* ChangeLog, NEWS, java/hibernate/PostGISDialect.java: aded PostGIS
	Dialect for Hibernate from Norman Barker git-svn-id: http://svn.osgeo.org/postgis/trunk@2601
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-03-09  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_functions_analytic.c: Bug 143 is once again dealt
	with, this time for good.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2600
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-03-09  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_functions_analytic.c: Rolling back a cure that
	killed the patient.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2599
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-03-09  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_analytic.c,
	regress/regress_ogc.sql, regress/regress_ogc_expected: Bug 143 code
	fix and regression case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2598
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-03-01  Sandro Santilli <strk@kbt.io>

	* ChangeLog, extras/template_gis/Makefile:         * extras/template_gis/Makefile:           Install 'defaults' file to $(DATADIR)$(prefix) git-svn-id: http://svn.osgeo.org/postgis/trunk@2597
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-02-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Remove minor typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2596
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-02-26  Sandro Santilli <strk@kbt.io>

	* ChangeLog, regress/Makefile, regress/kml.sql,
	regress/kml_expected, regress/run_test:         * regress/run_test: discard CONTEXT and DELETE           lines from test outputs.  Patch by Eduin Carrillo, sliglty modified to take precision into
	account:         * regress/: Makefile, kml.sql, kml_expected:           Regression test for asKML().  git-svn-id: http://svn.osgeo.org/postgis/trunk@2595
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-02-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Edits from Bruce Rindahl git-svn-id: http://svn.osgeo.org/postgis/trunk@2594
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-26  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* ChangeLog, extras/template_gis/Makefile: Refine previous patch to
	use a different delimiter than : (!) for sed. This simplifies the
	Makefile and protects all the $*dir arguments from escaping issues
	under Win32.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2591
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-19  Sandro Santilli <strk@kbt.io>

	* ChangeLog, extras/template_gis/Makefile:         * extras/template_gis/Makefile: escape $bindir           to allow for colons in it's value (win32 issue).  git-svn-id: http://svn.osgeo.org/postgis/trunk@2590
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-18  Markus Schaber <markus@schabi.de>

	* ChangeLog, java/jdbc/Makefile: finally really fixed javadoc build
	on Windows. Yes, that hack is ugly. Kudos to Marc Cave-Ayland.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2589
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-18  Markus Schaber <markus@schabi.de>

	* java/jdbc/Makefile: further fix for javadoc build git-svn-id: http://svn.osgeo.org/postgis/trunk@2588
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-18  Markus Schaber <markus@schabi.de>

	* ChangeLog, java/jdbc/Makefile: fixed jdbc javadoc build git-svn-id: http://svn.osgeo.org/postgis/trunk@2587
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-15  Sandro Santilli <strk@kbt.io>

	* ChangeLog, extras/template_gis/Makefile: Patch by Michael Fuhr: *
	extras/template_gis/Makefile: quote grep argument for Solaris to
	work.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2586
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Change 'Postgis' to 'PostGIS' git-svn-id: http://svn.osgeo.org/postgis/trunk@2585
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-12  Sandro Santilli <strk@kbt.io>

	* ChangeLog, configure.in: Patch by Gerald Fenoy <djay@gentoo.org>:         * configure.in: add --with-xsl switch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2584
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* CREDITS, ChangeLog, HOWTO_RELEASE, NEWS, README.postgis, TODO,
	Version.config, doc/postgis.xml: 1.2.1 release prep git-svn-id: http://svn.osgeo.org/postgis/trunk@2582
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-11  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_functions_analytic.c: Added a length check to
	prevent the point in polygon shortcut from finding points contained
	within a zero length segment.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2580
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-11  Mark Leslie <mark.leslie@lisasoft.com>

	* doc/postgis.xml: Fixed the COMPOUNDCURVE example to properly
	should the contained CIRCULARSTRING.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2579
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-08  Markus Schaber <markus@schabi.de>

	* ChangeLog, NEWS,
	java/jdbc/jtssrc/org/postgis/jts/JtsWrapper.java,
	java/jdbc/src/org/postgis/DriverWrapper.java,
	java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java,
	java/jdbc/src/org/postgis/DriverWrapperLW.java: fixed 8.2
	compatibility git-svn-id: http://svn.osgeo.org/postgis/trunk@2570
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-08  Markus Schaber <markus@schabi.de>

	* java/jdbc/Makefile: hopefully fixed GCJ build git-svn-id: http://svn.osgeo.org/postgis/trunk@2569
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-05  Sandro Santilli <strk@kbt.io>

	* ChangeLog, GNUmakefile, extras/template_gis/Makefile:         * GNUmakefile: bring in extra/template_gis for all rules.          * extras/template_gis/Makefile: have 'install' also install
	        manuals.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2568
	b70326c6-7e19-0410-871a-916f4a2858ee

2007-01-03  Kevin Neufeld <kneufeld.ca@gmail.com>

	* regress/regress_index_nulls_expected: initial load git-svn-id: http://svn.osgeo.org/postgis/trunk@2567
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-29  Sandro Santilli <strk@kbt.io>

	* ChangeLog, configure.in:         * configure.in: fixed GEOS_LDFLAGS detection           for older GEOS versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2566
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-29  Sandro Santilli <strk@kbt.io>

	* ChangeLog, doc/postgis.xml:  cleaned up Hard Upgrade manual section (was unreadable).  git-svn-id: http://svn.osgeo.org/postgis/trunk@2565
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-27  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/patches/postgis-configure.patch,
	extras/rpm/patches/postgis-javamakefile.patch,
	extras/rpm/patches/postgis-jdbcdedectver.sh,
	extras/rpm/spec/postgis.spec: Update spec file to 1.2.0 and fix many
	issues.  Update RPM patches.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2564
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-22  Markus Schaber <markus@schabi.de>

	* ChangeLog, NEWS, java/jdbc/Makefile: Added generation of JDBC
	javadoc zip file git-svn-id: http://svn.osgeo.org/postgis/trunk@2563
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Updated to 1.2.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2562
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-20  Sandro Santilli <strk@kbt.io>

	* ChangeLog, regress/README: * regress/README: wrote info about adding regression tests (plus
	some ChangeLog formatting) git-svn-id: http://svn.osgeo.org/postgis/trunk@2561
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-20  Kevin Neufeld <kneufeld.ca@gmail.com>

	* ChangeLog: Added fix to permit gist indexes to have more than 459
	null geometries in a table git-svn-id: http://svn.osgeo.org/postgis/trunk@2560
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-20  Kevin Neufeld <kneufeld.ca@gmail.com>

	* regress/Makefile, regress/regress_index_nulls.sql,
	regress/regress_lots_of_nulls.sql: Added test to fix that permitted
	gist indexes to have more than 459 null geometries in a table git-svn-id: http://svn.osgeo.org/postgis/trunk@2559
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-20  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/lwgeom_gist.c: Added fix to permit gist indexes to have
	more than 459 null geometries in a table git-svn-id: http://svn.osgeo.org/postgis/trunk@2558
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-18  Markus Schaber <markus@schabi.de>

	* ChangeLog, java/jdbc/jtssrc/examples/JtsTestParser.java: Improved
	SRID handling in regression tests and added CoordinateArraySequence
	tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2557
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-18  Markus Schaber <markus@schabi.de>

	* ChangeLog, NEWS: Added ChangeLog/News entries for recent commits git-svn-id: http://svn.osgeo.org/postgis/trunk@2556
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-18  Markus Schaber <markus@schabi.de>

	* java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java: Fix
	multi-dimension handling in JtsBinaryWriter, thanks to Thomas Marti
	for the hints git-svn-id: http://svn.osgeo.org/postgis/trunk@2555
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-18  Markus Schaber <markus@schabi.de>

	* java/jdbc/Makefile: Fixed Makefile for jts tests, commented debug
	options better git-svn-id: http://svn.osgeo.org/postgis/trunk@2554
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-15  Sandro Santilli <strk@kbt.io>

	* ChangeLog, lwgeom/lwgeom_transform.c: Patch by Eduin Carrillo:
	short circuit transform when source and target SRID are the same.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2553
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-15  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Added additional step for adding release marks in
	ChangeLog git-svn-id: http://svn.osgeo.org/postgis/trunk@2552
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-15  Sandro Santilli <strk@kbt.io>

	* ChangeLog: marked 1.2.0 release git-svn-id: http://svn.osgeo.org/postgis/trunk@2551
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-15  Sandro Santilli <strk@kbt.io>

	* ChangeLog, doc/postgis.xml, lwgeom/Makefile, lwgeom/lwgeom_kml.c,
	lwgeom/lwpostgis.sql.in: Patch by Eduin Carrillo
	<yecarrillo@yahoo.com>:         * lwgeom/: Makefile, lwgeom_kml.c, lwpostgis.sql.in:           New AsKML() function         * doc/postgis.xml: document new AsKML function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2550
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-13  Markus Schaber <markus@schabi.de>

	* ChangeLog, README.postgis: fixed 'hard upgrade' instructions in
	readme.postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@2549
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Updated vers. # git-svn-id: http://svn.osgeo.org/postgis/trunk@2548
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, Version.config: Update version to corrent 1.2.0 version, and
	set news to correct version and date.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2543
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-06  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/SERIALIZED_FORM: Updated with curved geometry definitions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2541
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-06  Mark Leslie <mark.leslie@lisasoft.com>

	* ChangeLog, doc/postgis.xml: Added sections for SQL-MM and ArcSDE
	function ports.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2540
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-05  Mark Leslie <mark.leslie@lisasoft.com>

	* ChangeLog: Fixing some incomplete paths, and adding changes to the
	regress directory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2539
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-05  Mark Leslie <mark.leslie@lisasoft.com>

	* ChangeLog: Added the previous changes for the curved geometry
	support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2538
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-05  Kevin Neufeld <kneufeld.ca@gmail.com>

	* ChangeLog: Added SQL/MM wrappers to existing PostGIS functions git-svn-id: http://svn.osgeo.org/postgis/trunk@2537
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-05  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/Makefile, lwgeom/sqlmm.sql.in: added a subset (only those
	implemented by ArcSDE) of the SQL/MM function prototypes and
	appended the file to lwpostgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@2536
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-05  Kevin Neufeld <kneufeld.ca@gmail.com>

	* lwgeom/{long_xact.sql => long_xact.sql.in},
	lwgeom/lwpostgis.sql.in, lwgeom/sqldefines.h: Moved common sql
	defines to their own header file.  ie. IF USE_VERSION>72 ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@2535
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-05  Markus Schaber <markus@schabi.de>

	* ChangeLog, NEWS, java/jdbc/jtssrc/org/postgis/jts/JTSShape.java: 
	Added JTS shape + missing News message git-svn-id: http://svn.osgeo.org/postgis/trunk@2534
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-05  Mark Leslie <mark.leslie@lisasoft.com>

	* NEWS, doc/postgis.xml: Updated the documentation to include an
	SQL-MM types section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2533
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-12-01  Mark Leslie <mark.leslie@lisasoft.com>

	* NEWS, Version.config, doc/postgis.xml, lwgeom/Makefile,
	lwgeom/lex.yy.c, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
	lwgeom/lwcollection.c, lwgeom/lwcompound.c, lwgeom/lwcurve.c,
	lwgeom/lwcurvepoly.c, lwgeom/lwgeom.c, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_pg.c,
	lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_sqlmm.c, lwgeom/lwgparse.c,
	lwgeom/lwline.c, lwgeom/lwmcurve.c, lwgeom/lwmsurface.c,
	lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c, lwgeom/wktparse.h,
	lwgeom/wktparse.lex, lwgeom/wktparse.tab.c, lwgeom/wktparse.tab.h,
	lwgeom/wktparse.y, lwgeom/wktunparse.c, regress/Makefile,
	regress/lwgeom_regress_expected, regress/sql-mm-serialize.sql,
	regress/sql-mm-serialize_expected: Added typedefs and
	serialization/deserialization functionality for sql-mm defined
	curved geometry types.  Added a point_in_polygon short-circuit for
	contains and within functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2532
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-22  Markus Schaber <markus@schabi.de>

	* ChangeLog, java/ejb3/src/org/postgis/hibernate/GeometryType.java: 
	java/ejb3/src/org/postgis/hibernate/GeometryType.java Added
	Nullpointer Fix by Norman Barker git-svn-id: http://svn.osgeo.org/postgis/trunk@2531
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-20  Sandro Santilli <strk@kbt.io>

	* ChangeLog, utils/postgis_restore.pl:         * utils/postgis_restore.pl (canonicalize_typename):           canonicalize 'timezone .* time stamp' to 'timezone'           (fixes bug #121) git-svn-id: http://svn.osgeo.org/postgis/trunk@2530
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-17  Sandro Santilli <strk@kbt.io>

	* ChangeLog, lwgeom/lwgeom_gist.c: Patch by "Antoine Bajolet"
	<antoine.bajolet@tdf.fr>:         * lwgeom/lwgeom_gist.c: fixed 'directives may not be used
	          inside a macro argument' error raised by some compilers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2529
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-10  Sandro Santilli <strk@kbt.io>

	* ChangeLog, configure.in: * configure.in (geos detection): use $geos_prefix/lib when --ldflags
	is not supported by geos-config available.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2528
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-10  Sandro Santilli <strk@kbt.io>

	* ChangeLog, doc/postgis.xml, utils/postgis_restore.pl: Patch by
	Havard Tveite <havard.tveite@nlh.no>:         * doc/postgix.xml (Hard Upgrade): add info about createdb
	        params * utils/postgis_restore.pl: fix use of createdb params git-svn-id: http://svn.osgeo.org/postgis/trunk@2527
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-02  Sandro Santilli <strk@kbt.io>

	* ChangeLog, doc/postgis.xml: * doc/postgis.xml: list setSRID bug fix in 'Bug fixes' section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2525
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-02  Markus Schaber <markus@schabi.de>

	* ChangeLog, doc/postgis.xml: Added missing docs about setsrid() git-svn-id: http://svn.osgeo.org/postgis/trunk@2524
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-02  Markus Schaber <markus@schabi.de>

	* NEWS, java/jdbc/src/org/postgis/ComposedGeom.java: fixed setSRID
	bug in JDBC ComposedGeom.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2523
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-02  Sandro Santilli <strk@kbt.io>

	* ChangeLog, NEWS, Version.config, doc/postgis.xml: ready for 1.1.6
	release git-svn-id: http://svn.osgeo.org/postgis/trunk@2522
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-11-02  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2521
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-26  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE, CHANGES => NEWS, extras/debian/rules,
	extras/rpm/spec/postgis.spec: Renamed CHANGES file to NEWS, updated
	references to it git-svn-id: http://svn.osgeo.org/postgis/trunk@2520
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-26  Sandro Santilli <strk@kbt.io>

	* ChangeLog: Initial import of an automatic generated ChangeLog -
	all developers please manually edit this on each commit git-svn-id: http://svn.osgeo.org/postgis/trunk@2519
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-25  Markus Schaber <markus@schabi.de>

	* CHANGES, lwgeom/lwgeom_geos_c.c: fixed CAPI change that broke
	64-bit platforms git-svn-id: http://svn.osgeo.org/postgis/trunk@2518
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-25  Markus Schaber <markus@schabi.de>

	* CHANGES: updated changelog to reflect loader regression fix git-svn-id: http://svn.osgeo.org/postgis/trunk@2517
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-25  Markus Schaber <markus@schabi.de>

	* regress/Makefile: Make regress test build loader and dumper as it
	needs them git-svn-id: http://svn.osgeo.org/postgis/trunk@2516
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-24  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_transform.c: use Z ordinate in
	reprojections git-svn-id: http://svn.osgeo.org/postgis/trunk@2515
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-19  Sandro Santilli <strk@kbt.io>

	* CHANGES, spatial_ref_sys.sql: spatial_ref_sys.sql updated to EPSG
	6.11.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@2514
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-14  Markus Schaber <markus@schabi.de>

	* CHANGES, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
	loader/README.pgsql2shp, loader/README.shp2pgsql,
	loader/pgsql2shp.c, loader/shp2pgsql.c: sanitized usage info output
	on loader/dumper git-svn-id: http://svn.osgeo.org/postgis/trunk@2513
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-14  Markus Schaber <markus@schabi.de>

	* CHANGES, HOWTO_RELEASE, Version.config, doc/Makefile,
	extras/debian/rules, extras/template_gis/Makefile,
	java/jdbc/Makefile, java/jdbc/src/org/postgis/Version.java,
	loader/Makefile, loader/pgsql2shp.c, loader/shp2pgsql.c,
	lwgeom/Makefile, lwgeom/Makefile.shlib: Cleaned up Version.config &
	co.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2512
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-13  Markus Schaber <markus@schabi.de>

	* CHANGES, doc/postgis.xml: updated CHANGES and doc/postgis.xml in
	preparation of upcoming release git-svn-id: http://svn.osgeo.org/postgis/trunk@2510
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-13  Markus Schaber <markus@schabi.de>

	* HOWTO_RELEASE: updated HOWTO_RELEASE to reflect version.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2509
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-13  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* CHANGES: Updated CHANGES files to reflect the MingW (Win32) linker
	fix for pgsql2hp under PostgreSQL 8.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@2508
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-11  Markus Schaber <markus@schabi.de>

	* doc/postgis.xml: Added hint about template_postgis to docs, thanks
	to Marc Cave-Ayland for contribution.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2507
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-11  Markus Schaber <markus@schabi.de>

	* loader/shp2pgsql.c: fix ARC regression test failures in loader git-svn-id: http://svn.osgeo.org/postgis/trunk@2506
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-11  Markus Schaber <markus@schabi.de>

	* java/ejb3/README.txt: added note about odt to README, re-exported
	pdf git-svn-id: http://svn.osgeo.org/postgis/trunk@2505
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-11  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Fixed a bug in InsertLineStringWKT, also fixed
	some typos git-svn-id: http://svn.osgeo.org/postgis/trunk@2504
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-11  Markus Schaber <markus@schabi.de>

	* CHANGES, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1,
	doc/postgis.xml, loader/README.pgsql2shp, loader/README.shp2pgsql,
	loader/README.txt, loader/shp2pgsql.c: added -S option and updated
	README to loader/dumper git-svn-id: http://svn.osgeo.org/postgis/trunk@2503
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-11  Markus Schaber <markus@schabi.de>

	* Version.config: bumped versions to 1.1.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@2502
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-09  Markus Schaber <markus@schabi.de>

	* java/ejb3/src/org/postgis/hibernate/GeometryType.java: fix EJB3
	replace Method for Hibernate git-svn-id: http://svn.osgeo.org/postgis/trunk@2501
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-09  Markus Schaber <markus@schabi.de>

	* CHANGES, java/ejb3/README.txt, java/ejb3/build.xml,
	java/ejb3/src/org/postgis/ejb/PersonEntity.java,
	java/ejb3/src/org/postgis/ejb/UserBean.java,
	java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
	java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
	java/ejb3/src/org/postgis/hibernate/GeometryType.java: added
	EJB3Spatial.odt, fixed Normans contact mail git-svn-id: http://svn.osgeo.org/postgis/trunk@2500
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-09  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* configure.in: Remove extra PGFELIBS definition in one of the MingW
	specific sections since it was triggering a linker bug within
	MingW's gcc. This was the reason that compiling against PostgreSQL
	8.2 beta 1 under MingW would produce pgsql2shp executables that
	would segfault.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2499
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-04  Markus Schaber <markus@schabi.de>

	* : fixed svn:ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@2498
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-02  Markus Schaber <markus@schabi.de>

	* java/pljava/README.txt, java/pljava/build.xml,
	java/pljava/functions.sql, java/pljava/install.sh,
	java/pljava/src/org/postgis/pljava/Aggregates.java,
	java/pljava/src/org/postgis/pljava/HelloWorld.java,
	java/pljava/src/org/postgis/pljava/PLJGeometry.java,
	java/pljava/src/org/postgis/pljava/PLJtsParser.java,
	java/pljava/src/org/postgis/pljava/PLJtsWriter.java,
	java/pljava/update.sh: First PLJava checkin.  pljava needs some
	patches that are currently floating on pljava-dev to make it work,
	it seems that we're the first actual users of varlen UTD mappings in
	pljava.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2496
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-02  Markus Schaber <markus@schabi.de>

	* CHANGES, java/jdbc/src/org/postgis/Geometry.java: fixed
	NullPointer exception in org.postgis.Geometry.equals() git-svn-id: http://svn.osgeo.org/postgis/trunk@2495
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-02  Markus Schaber <markus@schabi.de>

	* : added .settings to svn:ignore git-svn-id: http://svn.osgeo.org/postgis/trunk@2494
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-10-02  Markus Schaber <markus@schabi.de>

	* lwgeom/SERIALIZED_FORM: fix bit width bugs in Docu git-svn-id: http://svn.osgeo.org/postgis/trunk@2492
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Markus Schaber <markus@schabi.de>

	* java/jdbc/todo.txt: Added further jdbc Todo issues.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2491
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: removed incompatible pointer type warning git-svn-id: http://svn.osgeo.org/postgis/trunk@2490
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Markus Schaber <markus@schabi.de>

	* java/ejb3/build.xml: fix erroneously changed build.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@2488
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Markus Schaber <markus@schabi.de>

	* java/ejb3/README.txt, java/ejb3/build.xml: removed hyperflous jar
	file git-svn-id: http://svn.osgeo.org/postgis/trunk@2487
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: lower default verbosity level git-svn-id: http://svn.osgeo.org/postgis/trunk@2485
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: fixed to work with SVN git-svn-id: http://svn.osgeo.org/postgis/trunk@2483
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: updated tag step git-svn-id: http://svn.osgeo.org/postgis/trunk@2481
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: updated release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@2480
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-27  Sandro Santilli <strk@kbt.io>

	* CHANGES, Version.config: version set to 1.1.4 (stripped CVS suffix git-svn-id: http://svn.osgeo.org/postgis/trunk@2479
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-25  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/pgsql2shp.c: Encode pgsql2shp process pid into
	temporary table name, to reduce likelyhood of name clashes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2478
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-22  Markus Schaber <markus@schabi.de>

	* CHANGES, java/ejb3/README.txt: fixed typo, updated CHANGES git-svn-id: http://svn.osgeo.org/postgis/trunk@2477
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-20  Markus Schaber <markus@schabi.de>

	* java/ejb3/.classpath, java/ejb3/.project,
	java/ejb3/.settings/org.eclipse.jdt.core.prefs,
	java/ejb3/README.txt, java/ejb3/build.xml,
	java/ejb3/jboss/geodata-ds.xml, java/ejb3/jboss/ingest-service.xml,
	java/ejb3/src/META-INF/persistence.xml,
	java/ejb3/src/jndi.properties,
	java/ejb3/src/org/postgis/ejb/PersonEntity.java,
	java/ejb3/src/org/postgis/ejb/UserBean.java,
	java/ejb3/src/org/postgis/ejb/UserBeanRemote.java,
	java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java,
	java/ejb3/src/org/postgis/hibernate/GeometryType.java: added ejb3
	tutorial git-svn-id: http://svn.osgeo.org/postgis/trunk@2476
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-18  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Applied patch by Michael Fuhr <mike@fuhr.org>:
	Most are spelling errors, but in one case I removed the word
	"symmetric" from the description of the Difference() function
	(SymDifference() is symmetric; Difference() is not).  git-svn-id: http://svn.osgeo.org/postgis/trunk@2475
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-18  Sandro Santilli <strk@kbt.io>

	* CHANGES, regress/regress_ogc.sql, regress/regress_ogc_expected: 
	Fixed regress tests to pass with GEOS-3.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2474
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-13  Markus Schaber <markus@schabi.de>

	* CHANGES: updated readme to java directory layout change git-svn-id: http://svn.osgeo.org/postgis/trunk@2473
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c: Added fix for null dates that are encoded as ''
	instead of 00000000.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2472
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_chip.c, lwgeom/lwgeom_dump.c: More fixes for mixed
	declarations and code git-svn-id: http://svn.osgeo.org/postgis/trunk@2471
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_chip.c: Declare variables at start of blocks...  git-svn-id: http://svn.osgeo.org/postgis/trunk@2470
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-06  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: removed duplicated function definition git-svn-id: http://svn.osgeo.org/postgis/trunk@2469
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-05  Markus Schaber <markus@schabi.de>

	* java/jdbc/Makefile: updated jdbc Makefile to new directory layout git-svn-id: http://svn.osgeo.org/postgis/trunk@2468
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-09-05  Markus Schaber <markus@schabi.de>

	* {jdbc2 => java}/ejb2/CHANGES, {jdbc2 => java}/ejb2/COPYING,
	{jdbc2 => java/ejb2}/COPYING_LGPL, {jdbc2 => java}/ejb2/README,
	{jdbc2 => java}/ejb2/build.xml, {jdbc2 =>
	java}/ejb2/prepare-jboss.xml, {jdbc2 =>
	java}/ejb2/resources/application.xml, {jdbc2 =>
	java}/ejb2/resources/build.properties, {jdbc2 =>
	java}/ejb2/resources/jndi/jndi.properties, {jdbc2 =>
	java}/ejb2/resources/postgis-ejb2-ds.xml, {jdbc2 =>
	java}/ejb2/src/com/geodetix/geo/client/Client.java, {jdbc2 =>
	java}/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java, {jdbc2
	=> java}/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java,
	{jdbc2 => java}/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java,
	{jdbc2 =>
	java}/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java, {jdbc2
	=>
	java}/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerExcept
	ion.java, {jdbc2 => java/jdbc}/.cvsignore, {jdbc2/ejb2 =>
	java/jdbc}/COPYING_LGPL, {jdbc2 => java/jdbc}/Makefile, {jdbc2 =>
	java/jdbc}/README, {jdbc2 =>
	java/jdbc}/jtssrc/examples/JtsTestParser.java, {jdbc2 =>
	java/jdbc}/jtssrc/org/postgis/jts/JtsBinaryParser.java, {jdbc2 =>
	java/jdbc}/jtssrc/org/postgis/jts/JtsBinaryWriter.java, {jdbc2 =>
	java/jdbc}/jtssrc/org/postgis/jts/JtsGeometry.java, {jdbc2 =>
	java/jdbc}/jtssrc/org/postgis/jts/JtsGisWrapper.java, {jdbc2 =>
	java/jdbc}/jtssrc/org/postgis/jts/JtsWrapper.java, {jdbc2 =>
	java/jdbc}/src/examples/Test.java, {jdbc2 =>
	java/jdbc}/src/examples/TestAutoregister.java, {jdbc2 =>
	java/jdbc}/src/examples/TestBoxes.java, {jdbc2 =>
	java/jdbc}/src/examples/TestJava2d.java, {jdbc2 =>
	java/jdbc}/src/examples/TestParser.java, {jdbc2 =>
	java/jdbc}/src/examples/TestServer.java, {jdbc2 =>
	java/jdbc}/src/examples/VersionPrinter.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/ComposedGeom.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/DriverWrapper.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/DriverWrapperAutoprobe.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/DriverWrapperLW.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/Geometry.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/GeometryCollection.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/LineString.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/LinearRing.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/MultiLineString.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/MultiPoint.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/MultiPolygon.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/PGbox2d.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/PGbox3d.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/PGboxbase.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/PGgeometry.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/PGgeometryLW.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/Point.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/PointComposedGeom.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/Polygon.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/Version.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/binary/BinaryParser.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/binary/BinaryWriter.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/binary/ByteGetter.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/binary/ByteSetter.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/binary/ValueGetter.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/binary/ValueSetter.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/java2d/Java2DWrapper.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/java2d/PGShapeGeometry.java, {jdbc2 =>
	java/jdbc}/src/org/postgis/java2d/ShapeBinaryParser.java, {jdbc2 =>
	java/jdbc}/src/org/postgresql/driverconfig.properties, {jdbc2 =>
	java/jdbc}/stubs/LICENSE, {jdbc2 =>
	java/jdbc}/stubs/org/postgresql/Connection.java, {jdbc2 =>
	java/jdbc}/stubs/org/postgresql/PGConnection.java, {jdbc2 =>
	java/jdbc}/todo.txt: Java/JDBC directory reorganization git-svn-id: http://svn.osgeo.org/postgis/trunk@2467
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-08-30  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/ejb2/CHANGES, jdbc2/ejb2/COPYING,
	jdbc2/ejb2/COPYING_LGPL, jdbc2/ejb2/README, jdbc2/ejb2/build.xml,
	jdbc2/ejb2/prepare-jboss.xml, jdbc2/ejb2/resources/application.xml,
	jdbc2/ejb2/resources/build.properties,
	jdbc2/ejb2/resources/jndi/jndi.properties,
	jdbc2/ejb2/resources/postgis-ejb2-ds.xml,
	jdbc2/ejb2/src/com/geodetix/geo/client/Client.java,
	jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java,
	jdbc2/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java,
	jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java,
	jdbc2/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java,
	jdbc2/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerExcept
	ion.java: added EJB2 support POC git-svn-id: http://svn.osgeo.org/postgis/trunk@2466
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-08-30  Markus Schaber <markus@schabi.de>

	* jdbc2/README: fixed README about droped trove4j dependency git-svn-id: http://svn.osgeo.org/postgis/trunk@2465
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-28  Sandro Santilli <strk@kbt.io>

	* : added regress/lwpostgis.sql to svn:ignore list git-svn-id: http://svn.osgeo.org/postgis/trunk@2464
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-28  Sandro Santilli <strk@kbt.io>

	* regress/ctors.sql, regress/ctors_expected: Added tests for
	makeline, makebox2d and makebox3d git-svn-id: http://svn.osgeo.org/postgis/trunk@2462
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Fixed small typo in debugging
	message, replaced custom SRID check with errorIfSRIDMismatch()
	function in LWGEOM_makeline git-svn-id: http://svn.osgeo.org/postgis/trunk@2461
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box3d.c: Added SRID match check in MakeBox3D, fixed
	small typo in error message git-svn-id: http://svn.osgeo.org/postgis/trunk@2460
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box2dfloat4.c: Added SRID match check in MakeBox2D git-svn-id: http://svn.osgeo.org/postgis/trunk@2459
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-27  Sandro Santilli <strk@kbt.io>

	* : Marked shapefiles as binary, corrected accidentally mangled ones git-svn-id: http://svn.osgeo.org/postgis/trunk@2458
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-27  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: typo fix in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@2457
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Changed Refractions mailing address.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2456
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/.cvsignore: Re-order repository git-svn-id: http://svn.osgeo.org/postgis/trunk@2455
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* .cvsignore: Re-order repository git-svn-id: http://svn.osgeo.org/postgis/trunk@2454
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-25  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_functions_basic.c, regress/Makefile,
	regress/ctors.sql, regress/ctors_expected: Fixed bug in collect()
	function discarding SRID of input git-svn-id: http://svn.osgeo.org/postgis/trunk@2413
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-25  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile, jdbc2/sources.inc: Reworked jdbc2 makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@2412
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* extras/ogc_test_suite/1_schema.sql,
	extras/ogc_test_suite/2_queries.sql: Add official "adaptions" to the
	files to make them suitable for submission to the OGC compliance
	process.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2411
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-19  Markus Schaber <markus@schabi.de>

	* jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java: fixed checkSrid
	method in JtsBinaryWriter git-svn-id: http://svn.osgeo.org/postgis/trunk@2410
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-19  Markus Schaber <markus@schabi.de>

	* jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Fix setSridRecurse
	function in JTS git-svn-id: http://svn.osgeo.org/postgis/trunk@2409
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-18  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestJava2d.java: fix compiler warning due to
	deprecated method git-svn-id: http://svn.osgeo.org/postgis/trunk@2408
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-18  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: fix SRID handling in
	JTS code git-svn-id: http://svn.osgeo.org/postgis/trunk@2407
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/long_xact.sql, lwgeom/lwpostgis.sql.in: Applied Michael
	Fuhr patches: Eliminate the warnings that escape_string_warning
	complains about.  The patches change \' (backslash single-quote) to
	'' (single-quote single-quote) and replace a couple of other escapes
	with calls to chr().  git-svn-id: http://svn.osgeo.org/postgis/trunk@2406
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-07-02  Sandro Santilli <strk@kbt.io>

	* CHANGES, Version.config, lwgeom/lwgeom_gist.c: Fixed support for
	PostgreSQL 8.2 (gist) - patch by Michael Fuhr <mike@fuhr.org> git-svn-id: http://svn.osgeo.org/postgis/trunk@2405
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-30  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@2403
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-26  Sandro Santilli <strk@kbt.io>

	* regress/run_test: replaced ROLLBACK with COMMIT in psql output to
	hide differences with 7.4 and lower pgsql versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2402
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-26  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2401
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Added debug lines in
	LWGEOM_affine, fixed some compiler warnings for build with
	POSTGIS_DEBUG enabled.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2400
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-26  Sandro Santilli <strk@kbt.io>

	* regress/affine.sql: qualified all geometry arguments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2399
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-25  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/Makefile, doc/long_xact.xml, doc/postgis.xml,
	lwgeom/Makefile, lwgeom/long_xact.c, lwgeom/long_xact.sql,
	lwgeom/lwpostgis.sql.in, regress/Makefile, regress/long_xact.sql,
	regress/long_xact_expected: Added Long Transaction Support routines,
	dox and regress test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2398
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-25  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2397
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-25  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Release Notes moved to an higher depth to reduce
	ToC noise.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2396
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-25  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: Fixed HTML output rules git-svn-id: http://svn.osgeo.org/postgis/trunk@2395
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-25  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@2394
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-24  Sandro Santilli <strk@kbt.io>

	* extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c: Removed
	compiler warnings (and more requested) git-svn-id: http://svn.osgeo.org/postgis/trunk@2393
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added spaces between parameters ref and
	operator, as pgsql 7.3 chokes otherwise ($1*$2 becomes $1 * $2) git-svn-id: http://svn.osgeo.org/postgis/trunk@2392
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-23  Sandro Santilli <strk@kbt.io>

	* extras/WFS_locks/README, extras/WFS_locks/WFS_locks.c,
	extras/WFS_locks/WFS_locks.sql.in: Added EnableLongTransactions()
	and DisableLongTransactions().  git-svn-id: http://svn.osgeo.org/postgis/trunk@2391
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-23  Sandro Santilli <strk@kbt.io>

	* extras/WFS_locks/Makefile, extras/WFS_locks/WFS_locks.c,
	extras/WFS_locks/WFS_locks.sql.in, extras/WFS_locks/test.sql: Fixed
	a couple of bugs, added a simple test script, cleaner error messages
	and compile-time support for unauthorized row updates behaviour
	(abort, skip).  git-svn-id: http://svn.osgeo.org/postgis/trunk@2390
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-19  Sandro Santilli <strk@kbt.io>

	* regress/loader/Polygon-wkb.expected,
	regress/loader/Polygon-wkt.expected,
	regress/loader/PolygonM-wkb.expected,
	regress/loader/PolygonM-wkt.expected,
	regress/loader/PolygonZ-wkb.expected,
	regress/loader/PolygonZ-wkt.expected: Removed -0 values from polygon
	doubles git-svn-id: http://svn.osgeo.org/postgis/trunk@2389
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-18  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Changed -e test with -f, for Solaris support git-svn-id: http://svn.osgeo.org/postgis/trunk@2388
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-17  Sandro Santilli <strk@kbt.io>

	* regress/loader/MultiPointZ-wkt.expected: removed spurious newline git-svn-id: http://svn.osgeo.org/postgis/trunk@2387
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-17  Sandro Santilli <strk@kbt.io>

	* regress/Makefile, regress/loader/Arc-wkb.expected,
	regress/loader/Arc-wkb.sql, regress/loader/Arc-wkt.expected,
	regress/loader/Arc-wkt.sql, regress/loader/ArcM-wkb.expected,
	regress/loader/ArcM-wkb.sql, regress/loader/ArcM-wkt.expected,
	regress/loader/ArcM-wkt.sql, regress/loader/{mlines4d-wkb.expected
	=> ArcZ-wkb.expected}, regress/loader/{mlines3dz-wkt.expected =>
	ArcZ-wkt.expected}, regress/loader/MultiPoint-wkb.expected,
	regress/loader/MultiPoint-wkb.sql,
	regress/loader/MultiPoint-wkt.expected,
	regress/loader/MultiPoint-wkt.sql,
	regress/loader/MultiPointM-wkb.expected,
	regress/loader/MultiPointM-wkb.sql,
	regress/loader/MultiPointM-wkt.expected,
	regress/loader/MultiPointM-wkt.sql,
	regress/loader/MultiPointZ-wkb.expected,
	regress/loader/MultiPointZ-wkb.sql,
	regress/loader/MultiPointZ-wkt.expected,
	regress/loader/MultiPointZ-wkt.sql,
	regress/loader/Point-wkb.expected, regress/loader/Point-wkb.sql,
	regress/loader/Point-wkt.expected, regress/loader/Point-wkt.sql,
	regress/loader/PointM-wkb.expected, regress/loader/PointM-wkb.sql,
	regress/loader/PointM-wkt.expected, regress/loader/PointM-wkt.sql,
	regress/loader/PointZ-wkb.expected, regress/loader/PointZ-wkb.sql,
	regress/loader/PointZ-wkt.expected, regress/loader/PointZ-wkt.sql,
	regress/loader/Polygon-wkb.expected,
	regress/loader/Polygon-wkb.sql,
	regress/loader/Polygon-wkt.expected,
	regress/loader/Polygon-wkt.sql,
	regress/loader/PolygonM-wkb.expected,
	regress/loader/PolygonM-wkb.sql,
	regress/loader/PolygonM-wkt.expected,
	regress/loader/PolygonM-wkt.sql,
	regress/loader/PolygonZ-wkb.expected,
	regress/loader/PolygonZ-wkb.sql,
	regress/loader/PolygonZ-wkt.expected,
	regress/loader/PolygonZ-wkt.sql, regress/loader/README,
	regress/loader/mlines2d-wkb.expected,
	regress/loader/mlines2d-wkt.expected,
	regress/loader/mlines3dm-wkb.expected,
	regress/loader/mlines3dm-wkt.expected,
	regress/loader/mlines3dz-wkb.expected,
	regress/loader/mlines4d-wkt.expected, regress/run_test: Fixed
	portability issues in the new run_test code, added loader test for
	all supported shapefile types git-svn-id: http://svn.osgeo.org/postgis/trunk@2386
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, GNUmakefile, Makefile, README.postgis: Aliased 'test'
	rule as 'check', to conform to common practice.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2385
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, regress/Makefile, regress/loader/README,
	regress/loader/mlines2d-wkb.expected,
	regress/loader/mlines2d-wkt.expected,
	regress/loader/mlines3dm-wkb.expected,
	regress/loader/mlines3dm-wkt.expected,
	regress/loader/mlines3dz-wkb.expected,
	regress/loader/mlines3dz-wkt.expected,
	regress/loader/mlines4d-wkb.expected,
	regress/loader/mlines4d-wkt.expected, regress/run_test: New regress
	test cases and support for loader/dumper.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2384
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-16  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/shp2pgsql.c:         - BUGFIX in pgsql2shp successful return code.          - BUGFIX in shp2pgsql handling of MultiLine WKT.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2383
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-13  Sandro Santilli <strk@kbt.io>

	* extras/template_gis/Makefile: Updated template_gis Makefile to
	work with older debian sarge (stable).  Patch by Alex Bodnaru.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2382
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-09  Sandro Santilli <strk@kbt.io>

	* extras/template_gis/profile: Fixed bug in PGISSCRIPT variable
	(provided by Alex Bodnaru) git-svn-id: http://svn.osgeo.org/postgis/trunk@2381
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-05  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwgeom_functions_basic.c: Updated
	misleading documentation for Segmentize() function git-svn-id: http://svn.osgeo.org/postgis/trunk@2380
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-02  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_chip.c: Fully supported georeferencing in chip
	drawing ops (must still tweak edge cases) git-svn-id: http://svn.osgeo.org/postgis/trunk@2379
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_chip.c: Fixed lwgeom drawing
	primitives to honour georeferencing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2378
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_pg.c: Added "fmgr.h" include, for PG_MODULE_MAGIC
	definition git-svn-id: http://svn.osgeo.org/postgis/trunk@2377
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-01  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_pg.c: Added magic block ctor for 8.2
	compatibility git-svn-id: http://svn.osgeo.org/postgis/trunk@2376
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-06-01  Sandro Santilli <strk@kbt.io>

	* CHANGES, configure.in: Don't link pgsql2shp to more libs then
	required.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2375
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-31  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2374
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-31  Sandro Santilli <strk@kbt.io>

	* extras/template_gis/Makefile, extras/template_gis/README,
	extras/template_gis/createdb.postgis.1,
	extras/template_gis/createdb.postgis.in,
	extras/template_gis/mktemplate_gis.1,
	extras/template_gis/mktemplate_gis.in,
	extras/template_gis/mktemplate_gis.sh.in,
	extras/template_gis/postgis_env.sh.in,
	extras/template_gis/postgres_lib.sh.in,
	extras/template_gis/profile, extras/template_gis/rmtemplate_gis.1,
	extras/template_gis/rmtemplate_gis.in,
	extras/template_gis/rmtemplate_gis.sh.in: Imported template_gis
	utilities contributed by Roberto Boati and Alex Bodnaru.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2373
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_chip.c: Added some primitives for CHIP management +
	rendering for points and lines git-svn-id: http://svn.osgeo.org/postgis/trunk@2372
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_chip.c: Fixed bug in CHIP input routine failing on
	uncompressed 1x1 integer chip inputs git-svn-id: http://svn.osgeo.org/postgis/trunk@2371
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.c: added copyright header git-svn-id: http://svn.osgeo.org/postgis/trunk@2370
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c, lwgeom/lwgeom_estimate.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c, lwgeom/lwmline.c,
	lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
	lwgeom/lwpoly.c, lwgeom/measures.c, lwgeom/ptarray.c: Added some
	missing copyright headers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2369
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-23  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml, lwgeom/lwgeom_inout.c,
	lwgeom/lwpostgis.sql.in: NEW AsHEXEWKB(geom, XDR|NDR) function +
	documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@2368
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2367
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* Version.config: Set version to 1.1.3CVS git-svn-id: http://svn.osgeo.org/postgis/trunk@2366
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Transform a SRID==0 from GEOS to a
	SRID=-1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2365
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2364
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* topology/test/load_topology.sql: Added 'with oids' specification
	to create table (oids are used for the test).  'With oids' was
	available in postgresql 7.3.4 so we should not be highering the
	requirements for topology. Suggestion from Alex Bodnaru.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2363
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile: Applied cleanups by Alex Bodnaru git-svn-id: http://svn.osgeo.org/postgis/trunk@2362
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml, lwgeom/lwgeom_dump.c,
	lwgeom/lwpostgis.sql.in: New DumpRings(polygon) function + docs git-svn-id: http://svn.osgeo.org/postgis/trunk@2361
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/measures.c: fixed errors in DEBUG builds git-svn-id: http://svn.osgeo.org/postgis/trunk@2360
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h: Added usage comment about lwpoly_construct() git-svn-id: http://svn.osgeo.org/postgis/trunk@2359
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-17  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Bruce Rindahl in the credits hall git-svn-id: http://svn.osgeo.org/postgis/trunk@2358
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-17  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added note about doc generation change git-svn-id: http://svn.osgeo.org/postgis/trunk@2357
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-17  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: DocBook version set to 4.3 (4.2 did not have
	<code> tag) Thanks to Mateus Loskot for the tip! git-svn-id: http://svn.osgeo.org/postgis/trunk@2356
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-17  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in, doc/Makefile, doc/README: 
	Changed PDF manual generation rule to use db2pdf from docbook-utils
	package. Input does not validate, thus the rule doesn't succeed yet,
	but removing <code> tags is enough to complete.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2355
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-17  Sandro Santilli <strk@kbt.io>

	* doc/README: Added note about pdfxmltex being provided by xmltex
	package git-svn-id: http://svn.osgeo.org/postgis/trunk@2354
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-17  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: Added check for pdfxmltex availability before
	attempting to use it git-svn-id: http://svn.osgeo.org/postgis/trunk@2353
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-17  Sandro Santilli <strk@kbt.io>

	* regress/affine.sql, regress/affine_expected: Additional bbox tests
	for transcale, rotateX and rotateY git-svn-id: http://svn.osgeo.org/postgis/trunk@2352
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-16  Sandro Santilli <strk@kbt.io>

	* regress/affine.sql, regress/affine_expected: Added tests for
	translate and scale bbox computation git-svn-id: http://svn.osgeo.org/postgis/trunk@2351
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_functions_basic.c: BUGXFIX in affine()
	failing to update bounding box git-svn-id: http://svn.osgeo.org/postgis/trunk@2350
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-11  Sandro Santilli <strk@kbt.io>

	* extras/rpm/spec/postgis.spec: Update to 1.1.2 by Laurent
	WANDREBECK git-svn-id: http://svn.osgeo.org/postgis/trunk@2349
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-11  Sandro Santilli <strk@kbt.io>

	* doc/.cvsignore: added postgis.fo and postgis.pdf git-svn-id: http://svn.osgeo.org/postgis/trunk@2348
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-11  Sandro Santilli <strk@kbt.io>

	* doc/README: changed single-file html production to 'make html',
	simpler git-svn-id: http://svn.osgeo.org/postgis/trunk@2347
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-10  Sandro Santilli <strk@kbt.io>

	* doc/Makefile, doc/README: Added notes about requirements for dox
	generation, cleaned up Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@2346
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-10  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/Point.java: Small typo fix in comment git-svn-id: http://svn.osgeo.org/postgis/trunk@2345
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-10  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: Removed >/dev/null redirection of pdfxmltex command,
	to see what's going on git-svn-id: http://svn.osgeo.org/postgis/trunk@2344
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-09  Markus Schaber <markus@schabi.de>

	* CHANGES, Version.config,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
	jdbc2/src/org/postgis/Geometry.java: Fixed JtsGeometry.equals()
	Imporoved Geometry setter/getter updated postgis version git-svn-id: http://svn.osgeo.org/postgis/trunk@2343
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-04  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lex.yy.c, lwgeom/wktparse.lex: Support for Tru64
	build (bug#104) git-svn-id: http://svn.osgeo.org/postgis/trunk@2342
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-03  Markus Schaber <markus@schabi.de>

	* .cvsignore: added eclipsebin to cvsignore git-svn-id: http://svn.osgeo.org/postgis/trunk@2341
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-03  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/src/examples/TestParser.java: Added regression
	tests for OGC conformant multiPoint parsing, updated CHANGELOG git-svn-id: http://svn.osgeo.org/postgis/trunk@2340
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-05-03  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestParser.java: Added test case for scientific
	notation git-svn-id: http://svn.osgeo.org/postgis/trunk@2339
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-26  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestParser.java: fixed typo in regression test
	online help git-svn-id: http://svn.osgeo.org/postgis/trunk@2338
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-26  Sandro Santilli <strk@kbt.io>

	* CHANGES, Makefile.config.in, configure.in, lwgeom/Makefile: Added
	--with-geos-libdir and --with-proj-libdir configure switches git-svn-id: http://svn.osgeo.org/postgis/trunk@2337
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktparse.y: Fixed invalid C++ style comment git-svn-id: http://svn.osgeo.org/postgis/trunk@2336
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* configure.in: Used ad-hoc AC_PROG_YACC for yacc detection git-svn-id: http://svn.osgeo.org/postgis/trunk@2335
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Limited text field size to 255 (bug #84)
	[will eventually provide a switch to support wider fields ] git-svn-id: http://svn.osgeo.org/postgis/trunk@2334
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@2333
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* regress/Makefile, regress/wkt.sql, regress/wkt_expected: Added
	test for wkt parser git-svn-id: http://svn.osgeo.org/postgis/trunk@2332
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lex.yy.c, lwgeom/wktparse.tab.c, lwgeom/wktparse.y: WKT
	parser: forbidden EMPTY elements in non-collection multigeoms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2331
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
	lwgeom/lwpoly.c: Cleanly handled deserialization of points with
	non-point input by raising an error. Made other simple geoms
	deserializers errors of this kind be consistent. Added a check in
	lwgeom_typename() to avoid memory corruption when input geometrytype
	is out of range.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2330
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* configure.in: Added check for libiconv_open (for MingW) - patch
	provided by Mark Cave-Ayland git-svn-id: http://svn.osgeo.org/postgis/trunk@2329
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Substituted bzero() use with memset() git-svn-id: http://svn.osgeo.org/postgis/trunk@2328
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-18  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in, lwgeom/Makefile: Applied patch
	by Mark Cave-Ayland allowing in-place regression tests to be run
	under MingW (Win32) git-svn-id: http://svn.osgeo.org/postgis/trunk@2327
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-04-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_jts.c: Added support for printing argument geoms on
	union failures within unite_garray() loop.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2326
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-29  Sandro Santilli <strk@kbt.io>

	* TODO: removed obsoleted items git-svn-id: http://svn.osgeo.org/postgis/trunk@2325
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-29  Sandro Santilli <strk@kbt.io>

	* README.postgis: Set release version and date git-svn-id: http://svn.osgeo.org/postgis/trunk@2323
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-29  Sandro Santilli <strk@kbt.io>

	* CHANGES, Version.config, doc/postgis.xml: Prepared for 1.1.2
	release git-svn-id: http://svn.osgeo.org/postgis/trunk@2322
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-28  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@2321
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-27  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2320
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-13  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: 
	Applied patch from Mark Cave Ayland embedding access control for the
	estimated_extent functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2319
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-13  Sandro Santilli <strk@kbt.io>

	* CHANGES: added enforceRHR fix git-svn-id: http://svn.osgeo.org/postgis/trunk@2318
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom_api.c: Fix isccw to return correct ccw answer.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2317
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/lwgeom.c: Fix for enforceRHR to actually enforce rather
	than just reverse. (Note that seems to be enforcing CW RHR rather
	than CCW RHR.) git-svn-id: http://svn.osgeo.org/postgis/trunk@2316
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-08  Sandro Santilli <strk@kbt.io>

	* configure.in: Added pg_config --libs to PGFELIBS as a workaround
	for systems that doesn't automatically detect dependencies git-svn-id: http://svn.osgeo.org/postgis/trunk@2315
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-03-01  Sandro Santilli <strk@kbt.io>

	* regress/Makefile: Fixed 'clean' rule to succeed also when tree
	already cleaned (rm -f) git-svn-id: http://svn.osgeo.org/postgis/trunk@2314
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Minor error in install instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@2313
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-23  Markus Schaber <markus@schabi.de>

	* CHANGES, doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in, regress/affine.sql,
	regress/affine_expected: documented affine(), rewrote transscale()
	to use affine() git-svn-id: http://svn.osgeo.org/postgis/trunk@2312
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-22  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in,
	regress/Makefile, regress/affine.sql, regress/affine_expected: Added
	affine() internal function.  Provided rotate{Z,X,Y}() internally
	using affine().  Made scale() and translate() internally use
	affine().  Obsoleted transscale() function.  Fixed a bbox-related
	bug in transscale() Added a test for affine transformations.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2311
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-15  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc.sql: Qualified args of difference() to avoid
	clashes with other packages git-svn-id: http://svn.osgeo.org/postgis/trunk@2310
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-10  Sandro Santilli <strk@kbt.io>

	* spatial_ref_sys.sql: Made it a single transaction git-svn-id: http://svn.osgeo.org/postgis/trunk@2309
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-10  Sandro Santilli <strk@kbt.io>

	* spatial_ref_sys.sql: Removed intermediate VACUUM git-svn-id: http://svn.osgeo.org/postgis/trunk@2308
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-06  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: fixed srid handling
	in jts for composed geometries - this had prevented 'inner'
	geometries with no given srid from inheriting the srid from outer
	collection.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2307
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h: Added uchar typedef git-svn-id: http://svn.osgeo.org/postgis/trunk@2306
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktunparse.c: 
	uint32_t typedef moved back from wktparse.h to lwgparse.c and
	wktunparse.c git-svn-id: http://svn.osgeo.org/postgis/trunk@2305
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS: added snaptogrid behavior git-svn-id: http://svn.osgeo.org/postgis/trunk@2304
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-03  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/wkb.h, lwgeom/lwgparse.c,
	lwgeom/wktparse.h, lwgeom/wktunparse.c: Swapped stdint.h
	(unavailable on Solaris9) with inttypes.h git-svn-id: http://svn.osgeo.org/postgis/trunk@2303
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-03  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgparse.c, lwgeom/wktunparse.c: Changed int4
	typedefs to use POSIX uint32_t git-svn-id: http://svn.osgeo.org/postgis/trunk@2302
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Updated maintainers info.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2301
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-01  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2300
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-02-01  Sandro Santilli <strk@kbt.io>

	* configure.in: Portable tests for docdir and datadir, comments
	fixed.  Thanks to Havard Tveite for pointing out.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2299
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-29  Sandro Santilli <strk@kbt.io>

	* CHANGES, README.postgis, Version.config, lwgeom/Makefile,
	lwgeom/box2d.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_functions_analytic.c, regress/Makefile,
	regress/run_test, regress/snaptogrid.sql,
	regress/snaptogrid_expected: Fixed bug in SnapToGrid() bbox
	computation.  Previous policy (WHEN SIMPLE) turned out to be
	non-simple, so this has been changed to TAINING.  Bbox will then be
	recomputed by scanning output coordinates iff input had a bbox
	cache.  AUTOCACHE_BBOX define (the default) will still force a
	computation of output box if worth it.  Regress tests added for the
	case reported on postgis-users Run of regress tests do not require postgis install anymore. The
	library build in source tree will be used for this purpose.  Version bumped to 1.1.2 and CHANGES file updated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2298
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-23  Sandro Santilli <strk@kbt.io>

	* CHANGES, Version.config, doc/postgis.xml: Set version to 1.1.1,
	edited 1.1.1 Release Notes chapter in manual and set release date
	(2006-01-23).  git-svn-id: http://svn.osgeo.org/postgis/trunk@2296
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Fix for bug 10, SRID 28992 incorrect git-svn-id: http://svn.osgeo.org/postgis/trunk@2295
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-21  Sandro Santilli <strk@kbt.io>

	* regress/run_test, regress/test_index_concurrency: Separated
	'export' from assignment, for Solaris support - reported by Michael
	Fuhr git-svn-id: http://svn.osgeo.org/postgis/trunk@2294
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-19  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Updated documentation for line_substring() and
	line_interpolate_point() git-svn-id: http://svn.osgeo.org/postgis/trunk@2293
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-19  Sandro Santilli <strk@kbt.io>

	* regress/regress_lrs.sql, regress/regress_lrs_expected: Added a
	couple of line_interpolate_point tests git-svn-id: http://svn.osgeo.org/postgis/trunk@2292
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-19  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_functions_analytic.c: Z and M interpolation
	in line_interpolate_point() git-svn-id: http://svn.osgeo.org/postgis/trunk@2291
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-19  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2290
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-19  Sandro Santilli <strk@kbt.io>

	* regress/regress_lrs.sql, regress/regress_lrs_expected: Added more
	regress tests for line_substring git-svn-id: http://svn.osgeo.org/postgis/trunk@2289
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-19  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/ptarray.c: Added Z and M interpolation in
	ptarray_substring(), fixed some corner-case bugs git-svn-id: http://svn.osgeo.org/postgis/trunk@2288
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
	interpolate_point4d() general function in API git-svn-id: http://svn.osgeo.org/postgis/trunk@2287
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-19  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Added -v switch to show differences inline git-svn-id: http://svn.osgeo.org/postgis/trunk@2286
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-18  Sandro Santilli <strk@kbt.io>

	* CHANGES, regress/run_test: Forced lc_messages to be 'C' during
	regress tests git-svn-id: http://svn.osgeo.org/postgis/trunk@2285
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-18  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/ptarray.c, regress/regress_lrs.sql,
	regress/regress_lrs_expected: Fixed out-of-bound condition in
	ptarray_substring during copy of unaltered points.  Added regress
	test for the case (postgis-devel/2006-January/001951.html) git-svn-id: http://svn.osgeo.org/postgis/trunk@2284
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-17  Sandro Santilli <strk@kbt.io>

	* configure.in: Fixed $datadir and $docdir paths to support
	postgresql convention of adding 'postgresql' component IFF neither
	'pgsql' nor 'postgres' already appear in the path.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2283
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-17  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added postgis_restore.pl fix git-svn-id: http://svn.osgeo.org/postgis/trunk@2282
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-17  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Commented out debugging premature exit
	left from last review git-svn-id: http://svn.osgeo.org/postgis/trunk@2281
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-16  Sandro Santilli <strk@kbt.io>

	* loader/dbfopen.c, loader/pgsql2shp.c, loader/shapefil.h,
	loader/shp2pgsql.c: Added support for Bool and Date DBF<=>PGIS
	mapping git-svn-id: http://svn.osgeo.org/postgis/trunk@2280
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, configure.in: Fixed default pgsql prefix to
	/usr/local/pgsql (default since pgsql 7.2) git-svn-id: http://svn.osgeo.org/postgis/trunk@2279
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-15  Sandro Santilli <strk@kbt.io>

	* CHANGES, Makefile.config.in, configure.in: Fixed handling of
	pg_config --bindir git-svn-id: http://svn.osgeo.org/postgis/trunk@2278
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-13  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2277
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-12  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_geos_c.c: Fixed bug blessing all
	GEOMETRYCOLLECTIONS to MULTIPOLYGONS in postgis->GEOS converted
	trough C-API git-svn-id: http://svn.osgeo.org/postgis/trunk@2276
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-10  Markus Schaber <markus@schabi.de>

	* CHANGES, doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added
	NumInteriorRing(geometry) alias function git-svn-id: http://svn.osgeo.org/postgis/trunk@2275
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* loader/PQunescapeBytea.c, loader/compat.h, loader/dbfopen.c,
	loader/pgsql2shp.c, loader/shp2pgsql.c: ISO C90 comments, signedness
	mismatch fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@2274
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_dump.c, lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_gml.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_svg.c,
	lwgeom/lwgeom_transform.c, lwgeom/profile.h, lwgeom/stringBuffer.c,
	lwgeom/stringBuffer.h: ISO C90 comments (finished in lwgeom/) git-svn-id: http://svn.osgeo.org/postgis/trunk@2273
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2272
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c: Removed variable-sized array
	and fixed comments as for ISO C90 requirements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2271
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* regress/Makefile, regress/simplify.sql, regress/simplify_expected: 
	Added simplify() test unit git-svn-id: http://svn.osgeo.org/postgis/trunk@2270
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: ISO C90 comments, indenting git-svn-id: http://svn.osgeo.org/postgis/trunk@2269
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Proc upgrade requirement message made
	more clear.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2268
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_debug.c: Removed variable-sized array forbidden by
	ISO C90.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2267
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c: C++ style comments removed, fixed return from
	void function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2266
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/ptarray.c: Changed C++ style comments to ISO C format git-svn-id: http://svn.osgeo.org/postgis/trunk@2265
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/measures.c: Changed C++ style comments to ISO C ones.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2264
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added Solaris 2.7 and MingW support improvements item git-svn-id: http://svn.osgeo.org/postgis/trunk@2263
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Fixed "strict-aliasing rule" breaks.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2262
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/ptarray.c: Found another (faster) way to avoid breaking
	"strict-aliasing rules" git-svn-id: http://svn.osgeo.org/postgis/trunk@2261
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/ptarray.c: Removed POINT4D=>POINT2D cast raising GCC
	warning git-svn-id: http://svn.osgeo.org/postgis/trunk@2260
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* configure.in: Changed "! test" to "test !" and "-e" to "-f" for
	Solaris compatibility.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2259
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Changed all C++ style comments to
	ISO C ones.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2258
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-08  Sandro Santilli <strk@kbt.io>

	* .cvsignore: Added lwpostgis_upgrade.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@2257
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-07  Sandro Santilli <strk@kbt.io>

	* configure.in: Changed $PWD uses with `pwd` (required for Solaris
	2.7) git-svn-id: http://svn.osgeo.org/postgis/trunk@2256
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-05  Sandro Santilli <strk@kbt.io>

	* configure.in: More portable (hopefully) use of quotes and
	backticks git-svn-id: http://svn.osgeo.org/postgis/trunk@2255
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-05  Chris Hodgson <chodgson@refractions.net>

	* lwgeom/lwgeom_inout.c: rollback to contain cast git-svn-id: http://svn.osgeo.org/postgis/trunk@2254
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-05  Chris Hodgson <chodgson@refractions.net>

	* lwgeom/lwgeom_chip.c: 1.12 with changes from 1.11 integrated git-svn-id: http://svn.osgeo.org/postgis/trunk@2253
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-05  Chris Hodgson <chodgson@refractions.net>

	* lwgeom/lwgeom_functions_basic.c: Recommitted with changes from
	1_34 integrated git-svn-id: http://svn.osgeo.org/postgis/trunk@2252
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-04  Chris Hodgson <chodgson@refractions.net>

	* lwgeom/lwgeom_functions_basic.c: Added function optimistic_overlap
	in order to support TerrainServer.  Note that optimistic_overlap
	existed in postgis prior to 1.0 but was removed.  The included
	version is a hack to work with the newer lwgeom structs git-svn-id: http://svn.osgeo.org/postgis/trunk@2251
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-04  Chris Hodgson <chodgson@refractions.net>

	* lwgeom/lwgeom_inout.c: Modified lwgeom2 = ... line in
	LWGEOMFromWKB function; removed  the (uchar *) cast git-svn-id: http://svn.osgeo.org/postgis/trunk@2250
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-04  Chris Hodgson <chodgson@refractions.net>

	* lwgeom/lwgeom_chip.c: Added the CHIP_send function which enables
	Postgres 8.0 to send a binary CHIP git-svn-id: http://svn.osgeo.org/postgis/trunk@2249
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_pg.c: Added missing include for definition of
	unparse_WKB() git-svn-id: http://svn.osgeo.org/postgis/trunk@2248
	b70326c6-7e19-0410-871a-916f4a2858ee

2006-01-01  Sandro Santilli <strk@kbt.io>

	* 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().  git-svn-id: http://svn.osgeo.org/postgis/trunk@2247
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-31  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed reference to PostgreSQL "contrib" directory
	(no more required) git-svn-id: http://svn.osgeo.org/postgis/trunk@2246
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Fixed "possibly uninitialized" warning in
	box2df_to_box3d git-svn-id: http://svn.osgeo.org/postgis/trunk@2245
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-30  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2244
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-30  Sandro Santilli <strk@kbt.io>

	* CHANGES, Version.config, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h, lwgeom/lwgparse.c,
	lwgeom/lwpoly.c, lwgeom/wktparse.h: Moved PG_LWGEOM WKB I/O and SRID
	get/set funx from lwgeom_api.c to lwgeom_pg.c.  Made
	lwgeom_from_ewkb directly invoke grammar parser rather then invoke
	the PG_LWGEOM-specific function.  Cleaned up signedness-related and
	comments-related warnings for the files being committed (more to do
	on other files) git-svn-id: http://svn.osgeo.org/postgis/trunk@2243
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-28  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/patches/postgis-version.config.patch: Removed unused
	patch git-svn-id: http://svn.osgeo.org/postgis/trunk@2242
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-28  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/spec/postgis.spec: Lots of fixes for 1.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@2241
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-21  Sandro Santilli <strk@kbt.io>

	* configure.in: Removed awk usage, --with-template is detected
	during the single pg_config --configure scan git-svn-id: http://svn.osgeo.org/postgis/trunk@2239
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-21  Sandro Santilli <strk@kbt.io>

	* configure.in: Changed $() constructs to "``" ones, for portability git-svn-id: http://svn.osgeo.org/postgis/trunk@2238
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Raised a warning on pj_errno==-38 (a
	nodatum transform is attempted before giving up) git-svn-id: http://svn.osgeo.org/postgis/trunk@2237
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-20  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Used more portable sed syntax, submitted by
	Michael Fuhr.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2236
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-20  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: Fixed inconsistency between docs install/uninstall
	paths git-svn-id: http://svn.osgeo.org/postgis/trunk@2235
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-19  Sandro Santilli <strk@kbt.io>

	* configure.in: Fixed eprefix (bindir) use git-svn-id: http://svn.osgeo.org/postgis/trunk@2234
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-19  Sandro Santilli <strk@kbt.io>

	* GNUmakefile: Dropped `liblwgeom' dependency from  'test' rule git-svn-id: http://svn.osgeo.org/postgis/trunk@2233
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-19  Sandro Santilli <strk@kbt.io>

	* configure.in: Allowed for overriding of --datadir.  reworked
	pg_config --configure parsing to make a single scan.  Fixed
	mishanlding of --prefix git-svn-id: http://svn.osgeo.org/postgis/trunk@2232
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-19  Sandro Santilli <strk@kbt.io>

	* README.postgis: make regress => make test git-svn-id: http://svn.osgeo.org/postgis/trunk@2231
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-19  Sandro Santilli <strk@kbt.io>

	* 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]+ git-svn-id: http://svn.osgeo.org/postgis/trunk@2230
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-19  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Applied patch for MingW support (buffering and
	INF representation problems) git-svn-id: http://svn.osgeo.org/postgis/trunk@2229
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Fixed uninstall rule for scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@2228
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* configure.in: fixed iconv check git-svn-id: http://svn.osgeo.org/postgis/trunk@2227
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in, loader/Makefile: Added support
	for mixed libiconv/iconv git-svn-id: http://svn.osgeo.org/postgis/trunk@2226
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE: Added make_dist.sh argument.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2225
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* TODO: Almost done with closure git-svn-id: http://svn.osgeo.org/postgis/trunk@2224
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Carl Anderson to release-specifi credits
	section (forgot, who know how many else) git-svn-id: http://svn.osgeo.org/postgis/trunk@2223
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Edited release notes in manual, set
	release date to 2005/12/21 (if everything goes file) git-svn-id: http://svn.osgeo.org/postgis/trunk@2222
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Markus Schaber <markus@schabi.de>

	* jdbc2/README: small README improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@2221
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added installed procs version when proc
	upgrade needed git-svn-id: http://svn.osgeo.org/postgis/trunk@2220
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* HOWTO_RELEASE, TODO, make_dist.sh: Added release procedure and
	Versioning rationale.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2219
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* Version.config, lwgeom/Makefile: lwpostgis_upgrade.sql installed
	by install and removed by uninstall, fixed path info for
	lwpostgis.sql install. Stripped CVS from version strings and added
	note about SO/REL versions being the same.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2218
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Added required typinfo include git-svn-id: http://svn.osgeo.org/postgis/trunk@2217
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Simplified top warning about
	upgradability of changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2216
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added dependency of postgis_proc_upgrade.pl in
	lwpostgis_upgrade.sql rule git-svn-id: http://svn.osgeo.org/postgis/trunk@2215
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Fixed version checker to only use
	Major to compare git-svn-id: http://svn.osgeo.org/postgis/trunk@2214
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Reverted use of $(shlib_major) to $(shlib).
	Since lwpostgis_upgrade.sql is always enough to rebind, and also
	required...  git-svn-id: http://svn.osgeo.org/postgis/trunk@2213
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Added comment about the use of
	postgis_lib_version in version checker (last commit log was
	incomplete) git-svn-id: http://svn.osgeo.org/postgis/trunk@2212
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, Version.config, lwgeom/Makefile,
	lwgeom/lwpostgis.sql.in, utils/postgis_proc_upgrade.pl: Unified
	SCRIPTS, LIB and RELEASE versions for the sake of simplicity.
	postgis_scripts_released() will return the same as
	postgis_lib_version() postgis_scripts_installed() return still the
	same numbers but as written in the database at the time of
	lwpostgis.sql sourcing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2211
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-16  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added notes `bout postgis_scripts_released(),
	postgis_scripts_installed() and postgis_version(). Copied soft
	upgrade description from README file - removed most references about
	DBPROC/RELPROC and the like.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2210
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in, lwgeom/Makefile: perl
	availability check by ./configure (sorry, you'll need it from now
	on) git-svn-id: http://svn.osgeo.org/postgis/trunk@2209
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added note about jdbc/ drop and PgSQL source dependency
	relief git-svn-id: http://svn.osgeo.org/postgis/trunk@2208
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* jdbc/Makefile, jdbc/README, jdbc/examples/Test.java,
	jdbc/examples/TestServer.java, jdbc/org/postgis/Geometry.java,
	jdbc/org/postgis/GeometryCollection.java,
	jdbc/org/postgis/GeometryFactory.java,
	jdbc/org/postgis/LineString.java, jdbc/org/postgis/LinearRing.java,
	jdbc/org/postgis/MultiLineString.java,
	jdbc/org/postgis/MultiPoint.java,
	jdbc/org/postgis/MultiPolygon.java, jdbc/org/postgis/PGbox3d.java,
	jdbc/org/postgis/PGgeometry.java, jdbc/org/postgis/Point.java,
	jdbc/org/postgis/Polygon.java: Removed obsoleted code git-svn-id: http://svn.osgeo.org/postgis/trunk@2207
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Remove qandasetdiv tags and fix numbering...  git-svn-id: http://svn.osgeo.org/postgis/trunk@2206
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* CHANGES, GNUmakefile, lwgeom/Makefile,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_nojts.c,
	lwgeom/lwpostgis.sql.in: - Made postgis_version() a C function w/out changing output.  - Moved postgis centroid() version (neither GEOS nor JTS) from   lwgeom_functions_basic.c to lwgeom_nojts.c (fails far less   times with "redefinition of centroid" errors.) - Made lwpostgis_upgrade.sql build by default (must add a check   for perl availability in ./configure.in) git-svn-id: http://svn.osgeo.org/postgis/trunk@2205
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Wording changes here and there.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2204
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* README.postgis: Updated Upgrading section git-svn-id: http://svn.osgeo.org/postgis/trunk@2203
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: back to single full package git-svn-id: http://svn.osgeo.org/postgis/trunk@2202
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Switched HARD/SOFT upgrade and removed HACK
	upgrade sections.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2201
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* TODO: Added item for 1.1 closure git-svn-id: http://svn.osgeo.org/postgis/trunk@2200
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* TODO: Added things to do for 1.1.0 closeup git-svn-id: http://svn.osgeo.org/postgis/trunk@2199
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Infinite->Infinity git-svn-id: http://svn.osgeo.org/postgis/trunk@2198
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Added PROJ version in output - would change the
	whole thing to postgis_full_version() if it only fit into 80 cols git-svn-id: http://svn.osgeo.org/postgis/trunk@2197
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* regress/Makefile: Made PROJ test be run only if USE_PROJ=1 git-svn-id: http://svn.osgeo.org/postgis/trunk@2196
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected,
	regress/regress_ogc.sql, regress/regress_ogc_expected: Moved
	GEOS/JTS function from regress to ogc test git-svn-id: http://svn.osgeo.org/postgis/trunk@2195
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2194
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* Version.config, lwgeom/Makefile: Splitted SCRIPTS_VERSION in
	MAJOR,MINOR,MICRO git-svn-id: http://svn.osgeo.org/postgis/trunk@2193
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: 'IMMUTABLE STRICT' -> '_IMMUTABLE_STRICT'
	fix for new polygon ctors git-svn-id: http://svn.osgeo.org/postgis/trunk@2192
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-15  Sandro Santilli <strk@kbt.io>

	* regress/run_test: typo fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@2191
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* TODO: Removed rectangle-level locking (DONE) git-svn-id: http://svn.osgeo.org/postgis/trunk@2190
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* TODO: Dropped 1.1.0 specific section - all pending items dumped to
	'other random items' git-svn-id: http://svn.osgeo.org/postgis/trunk@2189
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Typo fixed (dumber->dumper) - was tempted to keep
	it ;) git-svn-id: http://svn.osgeo.org/postgis/trunk@2188
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* README.postgis: Reintroduced revised INSTALLATION, UPGRADE, USAGE.
	Added REQUIREMENTS, CONFIGURATION and TESTING.  UPGRADE still
	requires some cleanup (IMHO).  git-svn-id: http://svn.osgeo.org/postgis/trunk@2187
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* README.postgis: Removed most info, added reference to PostGIS
	manual instead git-svn-id: http://svn.osgeo.org/postgis/trunk@2186
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* .cvsignore: Removed postgis_geos_version.h - should be under
	lwgeom/ git-svn-id: http://svn.osgeo.org/postgis/trunk@2185
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: - Create two packages:   postgis-$$.tar.gz and postgis-regress-$$.tar.gz - New syntax:  -- postgis-cvs.tar.gz postgis-regress-cvs.tar.gz  sh make_dist.sh  -- postgis-1.1.0.tar.gz postgis-regress-1.1.0.tar.gz  sh make_dist.sh 1.1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2184
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: Removed obsoleted --param shade.verbatim param from
	xsltproc call, moved common flags on top file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2183
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: fixed closing tag mismatch git-svn-id: http://svn.osgeo.org/postgis/trunk@2182
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added release version in abstract, updated
	INSTALL section to reflect autoconf-based layout git-svn-id: http://svn.osgeo.org/postgis/trunk@2181
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in, doc/Makefile: Nicely handled
	missing requirements for docs build git-svn-id: http://svn.osgeo.org/postgis/trunk@2180
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_ogc.sql,
	regress/regress_ogc_expected: Snapped buffer() output to a grid of
	1.0E-14 grid to account for slightly different floating number
	behaviours on Solaris.  Normalized Infinity to inf to account for
	different libc outputs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2179
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-14  Sandro Santilli <strk@kbt.io>

	* regress/Makefile, regress/run_test: Regression tests output made
	much more concise git-svn-id: http://svn.osgeo.org/postgis/trunk@2178
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/ptarray.c: removed unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@2177
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Added GEOS/JTS version info when available git-svn-id: http://svn.osgeo.org/postgis/trunk@2176
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* regress/Makefile: Fixed a misnamed test git-svn-id: http://svn.osgeo.org/postgis/trunk@2175
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in, regress/Makefile,
	regress/replacepoint.sql, regress/setpoint.sql,
	regress/{replacepoint_expected => setpoint_expected}: Renamed
	ReplacePoint() to SetPoint() git-svn-id: http://svn.osgeo.org/postgis/trunk@2174
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
	lwgeom/lwpostgis.sql.in, lwgeom/ptarray.c, regress/Makefile,
	regress/removepoint.sql, regress/removepoint_expected,
	regress/replacepoint.sql, regress/replacepoint_expected: Added
	RemovePoint() and ReplacePoint() to complete Geometry editiong
	function.  Added regress tests for them.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2173
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.c: Fixed bug in lwgeom_as_anytype cast funcions git-svn-id: http://svn.osgeo.org/postgis/trunk@2172
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: LRS section repopulated git-svn-id: http://svn.osgeo.org/postgis/trunk@2170
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Moved out of LRS section: line_locate_point back
	(to Misc), line_substring and line_interpolate_point (to Geometry
	constructors).  Added more cross-references.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2169
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-13  Sandro Santilli <strk@kbt.io>

	* TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@2168
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Handled common invokation mistake (accept
	trailing .sql in test names) git-svn-id: http://svn.osgeo.org/postgis/trunk@2167
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-12  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Changed math statements to be compatible with
	solaris shell, fixed typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2166
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-12  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_geos_wrapper.cpp,
	lwgeom/lwgeom_jts.c, lwgeom/lwgeom_nojts.c,
	lwgeom/lwpostgis.sql.in, regress/Makefile,
	regress/regress_bdpoly.sql, regress/regress_bdpoly_expected,
	regress/regress_expected, regress/run_test: - Fixed Z presence detection in GEOS funcions (C++ and C wrappers).  - NEW BuildArea(any_geometry) function - NEW OGC BdPolyFromText(linestring_wkt, srid) function - NEW OGC BdMPolyFromText(linestring_wkt, srid) function - Updated postgis manual and added regression tests for new
	functions.  - Reworked regress test runner to be more succint and report   a summary of test results git-svn-id: http://svn.osgeo.org/postgis/trunk@2165
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-12  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Avoided detect_geos_version rule when using the
	GEOS C-API git-svn-id: http://svn.osgeo.org/postgis/trunk@2164
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-12  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c: Wrapped grid_print declaration
	and definition in VERBOSE block, to avoid compiler warning about it
	being unused git-svn-id: http://svn.osgeo.org/postgis/trunk@2163
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Fixed error message typo git-svn-id: http://svn.osgeo.org/postgis/trunk@2161
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Added credits for GEOS and Proj4.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2160
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-09  Sandro Santilli <strk@kbt.io>

	* CHANGES: Organized Change log for 1.1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2158
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-09  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Charlie Savage in credits git-svn-id: http://svn.osgeo.org/postgis/trunk@2157
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-09  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c,
	lwgeom/lwgeom_geos_wrapper.cpp: Plugged memory leaks in
	Polygonize().  git-svn-id: http://svn.osgeo.org/postgis/trunk@2155
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-09  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc.sql, regress/regress_ogc_expected: Added a
	couple of polygonize tests git-svn-id: http://svn.osgeo.org/postgis/trunk@2153
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-07  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Fixed handling of CAST for 8.0.0
	restore.  Type name canonicalization function defined separately.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2151
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-07  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Added note about OID column drop in pre
	8.1 to 8.1+ upgrades git-svn-id: http://svn.osgeo.org/postgis/trunk@2150
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-06  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/spec/postgis.spec: Label the spec file as 1.1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2148
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-06  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Updated SnapToGrid documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@2147
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-06  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/spec/postgis.spec: Update to 1.0.6 git-svn-id: http://svn.osgeo.org/postgis/trunk@2146
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-06  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Updated after release 1.0.6 git-svn-id: http://svn.osgeo.org/postgis/trunk@2145
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-06  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Added check for successfully postgis
	installation before running tests git-svn-id: http://svn.osgeo.org/postgis/trunk@2142
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-06  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc.sql, regress/regress_ogc_expected: Added
	user-reported intersects() test git-svn-id: http://svn.osgeo.org/postgis/trunk@2141
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* regress/Makefile: Had regress_ogc test skipped if no GEOS nor JTS
	support is compiled in git-svn-id: http://svn.osgeo.org/postgis/trunk@2139
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* Makefile: Added missing rules git-svn-id: http://svn.osgeo.org/postgis/trunk@2138
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* GNUmakefile, Makefile: Copied PostgreSQL top-level Makefile for
	use by systems in which make != gmake git-svn-id: http://svn.osgeo.org/postgis/trunk@2137
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Fixed support for PGSQL version 7.2 and
	7.3 git-svn-id: http://svn.osgeo.org/postgis/trunk@2136
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* regress/regress_proj_expected: Fixed SnapToGrid output expectance
	(higher dims no more discarded) git-svn-id: http://svn.osgeo.org/postgis/trunk@2135
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added note about new SnapToGrid function git-svn-id: http://svn.osgeo.org/postgis/trunk@2134
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added SnapToGrid(geom, point_offset, xsz,
	ysz, zsz, msz) git-svn-id: http://svn.osgeo.org/postgis/trunk@2133
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c: Added
	LWGEOM_snaptogrid_pointoff and gridspec utility funx git-svn-id: http://svn.osgeo.org/postgis/trunk@2132
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added note about SnapToGrid bbox computation git-svn-id: http://svn.osgeo.org/postgis/trunk@2131
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* 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).  git-svn-id: http://svn.osgeo.org/postgis/trunk@2129
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Added PARANOIA_LEVEL checks in box3d<->box2d
	converters git-svn-id: http://svn.osgeo.org/postgis/trunk@2128
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-02  Sandro Santilli <strk@kbt.io>

	* 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).  git-svn-id: http://svn.osgeo.org/postgis/trunk@2127
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* regress/Makefile: Changed back 'tests' to 'test' git-svn-id: http://svn.osgeo.org/postgis/trunk@2126
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added note about SnapToGrid and higher dims git-svn-id: http://svn.osgeo.org/postgis/trunk@2125
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_functions_analytic.c, lwgeom/lwgeom_functions_lrs.c,
	lwgeom/ptarray.c: Exported DYNPTARRAY struct and accessor funx (from
	_lrs.c).  Rewritten ptarray_grid() to allow snapping of all
	dimensions and never discard input ordinates.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2124
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Fixed missing LineMerge symbol
	when built against geos-1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2123
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2122
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in: Updated comment about GEOS C-API (starts with
	2.2.x) git-svn-id: http://svn.osgeo.org/postgis/trunk@2121
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* regress/Makefile: Renamed clean: to cleanup:, provided empty
	clean: to make things work from toplevel makefile.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2118
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* configure.in: Fixed handling of bogus geos-1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2117
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* regress/Makefile, regress/lwgeom_regress_expected,
	regress/regress_expected, regress/regress_index_expected,
	regress/run_test: Skipped checks of SQL command outputs
	(INSERT,UPDATE,CREATE,DROP).  Cleaned up postgis_reg after tests
	run.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2116
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom.c: Fixed lwgeom_segmentize2d() to always
	return a clone git-svn-id: http://svn.osgeo.org/postgis/trunk@2115
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwcollection.c: Fixed short-allocation in
	lwcollection_clone() git-svn-id: http://svn.osgeo.org/postgis/trunk@2113
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-12-01  Sandro Santilli <strk@kbt.io>

	* regress/regress_proj.sql, regress/regress_proj_expected: Fixed
	test to cleanup after run git-svn-id: http://svn.osgeo.org/postgis/trunk@2111
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-30  Sandro Santilli <strk@kbt.io>

	* regress/regress_proj.sql, regress/regress_proj_expected: Added
	missing proj tests git-svn-id: http://svn.osgeo.org/postgis/trunk@2109
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-30  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_functions_basic.c, lwgeom/ptarray.c: Fixed
	segfault on addPoint() with invalid offset git-svn-id: http://svn.osgeo.org/postgis/trunk@2108
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-30  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Fixed error message on non-readable expected
	file git-svn-id: http://svn.osgeo.org/postgis/trunk@2107
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-30  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Alex Mayrhofer to list of contributors git-svn-id: http://svn.osgeo.org/postgis/trunk@2105
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-30  Sandro Santilli <strk@kbt.io>

	* CHANGES: Moved 8.2 support to 1.0.6 section git-svn-id: http://svn.osgeo.org/postgis/trunk@2103
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-30  Sandro Santilli <strk@kbt.io>

	* regress/Makefile: Added proj tests, curtesy of Alex Mayrhofer git-svn-id: http://svn.osgeo.org/postgis/trunk@2101
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-29  Sandro Santilli <strk@kbt.io>

	* configure.in: CAPI usage triggered starting at geos-2.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@2099
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-29  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Added locate_among_measure() and
	locate_between_measures() dox.  Updated CHANGES adding new LRS funx
	and new transform() code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2096
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-29  Sandro Santilli <strk@kbt.io>

	* TODO, doc/postgis.xml: Updated documentation for X,Y,M and Z git-svn-id: http://svn.osgeo.org/postgis/trunk@2095
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_functions_basic.c: Fixed a segfault on
	geom_accum(NULL, NULL) condition git-svn-id: http://svn.osgeo.org/postgis/trunk@2094
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added
	geom_accum(NULL,NULL) test git-svn-id: http://svn.osgeo.org/postgis/trunk@2091
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/SERIALIZED_FORM, lwgeom/compat.h, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_lrs.c, lwgeom/lwgeom_pg.h,
	lwgeom/pgsql_compat.h: Estrapolated SERIALIZED_FORM doc from
	liblwgeom.h and put it into SERIALIZED_FORM file.  Cleaned up header
	files so to avoid C++ style comments and -pedantic errors.  (more to
	come on this front) git-svn-id: http://svn.osgeo.org/postgis/trunk@2090
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added bbox cache handling fix in 1.0.6 git-svn-id: http://svn.osgeo.org/postgis/trunk@2088
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: minor cleanups and comments git-svn-id: http://svn.osgeo.org/postgis/trunk@2087
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: memory release in
	force_collection git-svn-id: http://svn.osgeo.org/postgis/trunk@2085
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added
	force_collection test git-svn-id: http://svn.osgeo.org/postgis/trunk@2083
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2081
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-28  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected,
	regress/regress_ogc.sql, regress/regress_ogc_expected: Added
	ExteriorRing and Segmentize tests git-svn-id: http://svn.osgeo.org/postgis/trunk@2079
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-25  Markus Schaber <markus@schabi.de>

	* jdbc2/README, jdbc2/src/org/postgis/java2d/PGShapeGeometry.java,
	jdbc2/src/org/postgis/java2d/ShapeBinaryParser.java: java2d and doc
	improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@2077
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-25  Sandro Santilli <strk@kbt.io>

	* CHANGES, Makefile.config.in, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_chip.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_pg.h, lwgeom/lwgeom_spheroid.c: Added support for
	PostgreSQL head, as suggested by Michael Fuhr.  Cleaned up includes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2076
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Wrapped PROJ4SRSCacheCheck function in
	ifdef MEMORY_CONTEXT_CHECKING block, to avoid compiler warning git-svn-id: http://svn.osgeo.org/postgis/trunk@2075
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-25  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc.sql, regress/regress_ogc_expected: Added
	unite_garray() test git-svn-id: http://svn.osgeo.org/postgis/trunk@2074
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-25  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Added database version info git-svn-id: http://svn.osgeo.org/postgis/trunk@2073
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-25  Sandro Santilli <strk@kbt.io>

	* regress/regress_expected, regress/regress_ogc_expected: Fixed
	expected ERROR and NOTICEs git-svn-id: http://svn.osgeo.org/postgis/trunk@2072
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: Fixed 0-size allocation in lwcollection
	deserializer (only matters when backend is compiled with
	--enable-cassert) git-svn-id: http://svn.osgeo.org/postgis/trunk@2071
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-25  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2069
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-24  Sandro Santilli <strk@kbt.io>

	* TODO: Added note about documentation updates requirement (will
	anyone read it before 1.1.0 ? ;) git-svn-id: http://svn.osgeo.org/postgis/trunk@2068
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Fixed sizeof(GEOSGeom) calls, minor
	debugging improvements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2067
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-24  Sandro Santilli <strk@kbt.io>

	* doc/man/shp2pgsql.1: Added -N and -g documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@2064
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: Changed X(), Y(), M() and Z() to raise an
	error if input is not strictly a point (must update documentation) git-svn-id: http://svn.osgeo.org/postgis/trunk@2061
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_lrs.c, regress/regress_lrs.sql,
	regress/regress_lrs_expected: Changed locate_between_measures() to
	return simpler types git-svn-id: http://svn.osgeo.org/postgis/trunk@2060
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-23  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_ogc.c, regress/regress.sql,
	regress/regress_expected: Changed M() and Z() to return NULL when
	input doesn't have the requested dimension. Updated regress tests
	with a few of these cases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2059
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-23  Sandro Santilli <strk@kbt.io>

	* regress/run_test: Added usage dox and check for required input
	files git-svn-id: http://svn.osgeo.org/postgis/trunk@2058
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-23  Sandro Santilli <strk@kbt.io>

	* regress/Makefile, regress/lwgeom_regress.sql,
	regress/lwgeom_regress_expected, regress/regress.sql,
	regress/regress_expected, regress/regress_index.sql,
	regress/regress_index_expected, regress/regress_lrs.sql,
	regress/regress_lrs_expected, regress/run_index_regress,
	regress/run_lwgeom_regress, regress/run_ogc_regress,
	regress/run_regress, regress/run_test: Reworked regress tests to
	avoid multiple database creations git-svn-id: http://svn.osgeo.org/postgis/trunk@2057
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_lrs.c: fixed bug in points duplication
	check of dynptarray_addPoint4d git-svn-id: http://svn.osgeo.org/postgis/trunk@2056
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-23  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added a few
	regression tests for LRS functions git-svn-id: http://svn.osgeo.org/postgis/trunk@2055
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_lrs.c, lwgeom/lwpostgis.sql.in: Initial
	implementation of locate_among_measure() and
	locate_between_measures() git-svn-id: http://svn.osgeo.org/postgis/trunk@2054
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-22  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_api.c, regress/regress.sql, regress/regress_expected: 
	Fixed a bug in getPoint{3dm,3dz,4d}_p() api calls automatically
	fixing bugs in force_{3dm,3dz,4d}() user functions, for which tests
	have been added in regress dir.  Wrapped paranoid checks in
	PARANOIA_LEVEL preprocessor blocks.  Updated release notes and
	CHANGES file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2053
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: Fixed debugging printf call git-svn-id: http://svn.osgeo.org/postgis/trunk@2051
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-18  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_transform.c: Add fix for PG 8.1 calling the
	MemoryContext check method when compiled as a debug build git-svn-id: http://svn.osgeo.org/postgis/trunk@2049
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: fixed double release of bbox cache
	memory git-svn-id: http://svn.osgeo.org/postgis/trunk@2048
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gml.c,
	lwgeom/lwgeom_svg.c: Removed casts on lwalloc return.  Used varlena
	macros when appropriate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2047
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_transform.c: Removed duplicate debugging code used
	to reset the cache when it was full git-svn-id: http://svn.osgeo.org/postgis/trunk@2045
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_transform.c: Fixed assertion bug and an off-by-one
	palloc() in the new transform() code git-svn-id: http://svn.osgeo.org/postgis/trunk@2044
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-17  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_transform.c, lwgeom/lwpostgis.sql.in: Reimplement
	transform() using a cache that maintains SRS and PROJ.4 library
	handles throughout each portal to speed up reprojections on large
	datasets git-svn-id: http://svn.osgeo.org/postgis/trunk@2043
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-16  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/Point.java: small comment improvements in
	Point.java git-svn-id: http://svn.osgeo.org/postgis/trunk@2042
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-16  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added availability info of line_interpolate_point
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@2041
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Updated 1.0.5 release documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@2040
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-14  Sandro Santilli <strk@kbt.io>

	* configure.in: Forced use of CAPI when building against GEOS 3.x.x
	or superior git-svn-id: http://svn.osgeo.org/postgis/trunk@2038
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c, lwgeom/lwgeom_jts.c,
	lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c,
	lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c: Forced copy of
	BOX2D at deserialization time.  LWGEOM (sub)objects will always have
	their own copy, safely released by lwgeom_release(). This will
	remove memory alignment problems.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2037
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-11  Sandro Santilli <strk@kbt.io>

	* TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@2034
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-11  Sandro Santilli <strk@kbt.io>

	* CHANGES: Updated git-svn-id: http://svn.osgeo.org/postgis/trunk@2032
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@2030
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Fixed memory alignment issues in
	force_*d*_recursive git-svn-id: http://svn.osgeo.org/postgis/trunk@2029
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-11  Sandro Santilli <strk@kbt.io>

	* regress/lwgeom_regress.sql, regress/lwgeom_regress_expected: Added
	some dimensionality changes tests git-svn-id: http://svn.osgeo.org/postgis/trunk@2027
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-11  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added linemerge
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@2026
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-11  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_api.c: Fixed short-initialization in
	getPoint4d_p git-svn-id: http://svn.osgeo.org/postgis/trunk@2020
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-01  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in: Ported ELF detection code from
	PostgreSQL. PostGIS builds on freebsd > 2 out of the box now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2019
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-01  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Initial work on ST_AddEdgeNewFaces git-svn-id: http://svn.osgeo.org/postgis/trunk@2018
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-01  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2016
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-01  Sandro Santilli <strk@kbt.io>

	* configure.in: Fixed handling of --with-proj handling git-svn-id: http://svn.osgeo.org/postgis/trunk@2015
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-01  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@2014
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-01  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@2011
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-11-01  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Reworked NULL geometries handling code letting
	user specify policy (insert,skip,abort). Insert is the default.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2010
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-31  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: Document Bug in
	PGShapeGeometry git-svn-id: http://svn.osgeo.org/postgis/trunk@2009
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-28  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: Small winding
	rule fix and some comment improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@2008
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-26  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@2006
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-26  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Added optional second argument to
	specify schema in which postgis functions are to be replaced git-svn-id: http://svn.osgeo.org/postgis/trunk@2004
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-25  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added azimuth() and shift_longitude() functions git-svn-id: http://svn.osgeo.org/postgis/trunk@2003
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-25  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added documentation for azimuth() git-svn-id: http://svn.osgeo.org/postgis/trunk@2002
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Added missing SRID check in
	azimuth() function git-svn-id: http://svn.osgeo.org/postgis/trunk@2001
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in, lwgeom/measures.c: Added
	azimuth(point,point) function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@2000
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in,
	lwgeom/ptarray.c: Added shift_longitude(geometry) sql procedure and
	underlying ptarray_longitude_shift(POINTARRAY *) and
	lwgeom_longitude_shift(LWGEOM *) functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1999
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Fixed bug in GEOSCoordSeq to POINTARRAY
	converter git-svn-id: http://svn.osgeo.org/postgis/trunk@1998
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added
	pglwgeom_deserialize() git-svn-id: http://svn.osgeo.org/postgis/trunk@1997
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-24  Sandro Santilli <strk@kbt.io>

	* CHANGES: Moved loader/dumper stricter handling of attribute sizes
	from 1.0.5 to head section git-svn-id: http://svn.osgeo.org/postgis/trunk@1996
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-24  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: fixed wrong assumption about maximum size of
	integer attributes (width is maximum size of text representation) git-svn-id: http://svn.osgeo.org/postgis/trunk@1993
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Updated to reflect ownership policy in
	GEOS C-api.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1991
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-24  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added attribute types mapping change git-svn-id: http://svn.osgeo.org/postgis/trunk@1990
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-24  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed a bug in string
	attributes handling truncating values of maximum allowed length,
	curtesy of Lars Roessiger.  Reworked integer attributes handling to
	be stricter in dbf->sql mapping and to allow for big int8 values in
	sql->dbf conversion git-svn-id: http://svn.osgeo.org/postgis/trunk@1987
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-21  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: PGShapeGeometry
	constructor cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@1986
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-21  Markus Schaber <markus@schabi.de>

	* jdbc2/.cvsignore, jdbc2/README: Updated jdbc2 README to reflect
	JTS dependency on trove4j git-svn-id: http://svn.osgeo.org/postgis/trunk@1985
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-21  Markus Schaber <markus@schabi.de>

	* jdbc2/README, jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
	jdbc2/src/examples/TestJava2d.java: implemented JTS GeometryFactory
	caching git-svn-id: http://svn.osgeo.org/postgis/trunk@1984
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-21  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/shp2pgsql.c: Applied patch by Lars Roessiger
	handling numerical values with a trailing decima l dot git-svn-id: http://svn.osgeo.org/postgis/trunk@1982
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-21  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestJava2d.java: typo fix in java2D example git-svn-id: http://svn.osgeo.org/postgis/trunk@1981
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-20  Markus Schaber <markus@schabi.de>

	* jdbc2/sources.inc, jdbc2/src/examples/TestJava2d.java,
	jdbc2/src/org/postgis/java2d/Java2DWrapper.java,
	jdbc2/src/org/postgis/java2d/PGShapeGeometry.java: added example for
	java2d git-svn-id: http://svn.osgeo.org/postgis/trunk@1980
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-20  Markus Schaber <markus@schabi.de>

	* jdbc2/{java2dsrc => src}/org/postgis/java2d/Java2DWrapper.java,
	jdbc2/{java2dsrc => src}/org/postgis/java2d/PGShapeGeometry.java,
	jdbc2/{java2dsrc => src}/org/postgis/java2d/ShapeBinaryParser.java: 
	moved java2d to ordinary src directory, as it does not depend on any
	external libraries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1979
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-20  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/DriverWrapper.java: fix postgresql 7.2
	datatype registration compatibility code git-svn-id: http://svn.osgeo.org/postgis/trunk@1978
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-20  Markus Schaber <markus@schabi.de>

	* jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
	jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java: Fixed all deprecation
	warnings in JTS code by using proper GeometryFactory instances
	(hope) git-svn-id: http://svn.osgeo.org/postgis/trunk@1977
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-20  Markus Schaber <markus@schabi.de>

	* CHANGES: added forgotten changelog entry git-svn-id: http://svn.osgeo.org/postgis/trunk@1976
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-20  Markus Schaber <markus@schabi.de>

	* jdbc2/java2dsrc/org/postgis/java2d/Java2DWrapper.java,
	jdbc2/java2dsrc/org/postgis/java2d/PGShapeGeometry.java,
	jdbc2/java2dsrc/org/postgis/java2d/ShapeBinaryParser.java: Added
	some source for java2D readonly support git-svn-id: http://svn.osgeo.org/postgis/trunk@1975
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Handled some more errors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1974
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_jts.c: Removed useless variables from linemerge() git-svn-id: http://svn.osgeo.org/postgis/trunk@1973
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Removed unused variables in linemerge() git-svn-id: http://svn.osgeo.org/postgis/trunk@1972
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-19  Sandro Santilli <strk@kbt.io>

	* topology/test/Makefile, topology/test/cache_geometries.sql,
	topology/test/edit_topology.sql, topology/test/hierarchy.sql,
	topology/test/load_topology.sql, topology/test/predicate.expected,
	topology/topology.sql.in: Added ST_ModEdgesSplit function, cleaned
	up test files, added tests for the new topology editing functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1971
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-18  Sandro Santilli <strk@kbt.io>

	* topology/topology.sql.in: Fixed ST_NewEdgesSplit function to
	return new Node id rather then text git-svn-id: http://svn.osgeo.org/postgis/trunk@1970
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-18  Sandro Santilli <strk@kbt.io>

	* topology/test/load_topology.sql,
	topology/test/sqlmm_topology.sql, topology/topology.sql.in: Added
	SQL/MM functions ST_RemoveIsoEdge and ST_NewEdgesSplit.  The
	ST_NewEdgesSplit also updates the Relation table (out of SQL/MM
	specs).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1969
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Changed GEOS initializzation to use
	lwnotice for errors rather then lwerror, to allow for cleanup on
	exceptions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1968
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added -Wall flag to compilers invocation git-svn-id: http://svn.osgeo.org/postgis/trunk@1967
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Fixed compiler warnings, handled
	exceptions in POSTGIS2GEOS conversions git-svn-id: http://svn.osgeo.org/postgis/trunk@1966
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-14  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added topology change git-svn-id: http://svn.osgeo.org/postgis/trunk@1965
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-13  Sandro Santilli <strk@kbt.io>

	* topology/.cvsignore, topology/ER/.cvsignore,
	topology/ER/Makefile, topology/ER/topology.fig, topology/Makefile,
	topology/README, topology/TODO, topology/test/.cvsignore,
	topology/test/Makefile, topology/test/cache_geometries.sql,
	topology/test/hierarchy.sql, topology/test/invalid_topology.sql,
	topology/test/load_topology.sql, topology/test/more_features.sql,
	topology/test/predicates.sql.in, topology/test/sqlmm_topology.sql,
	topology/test/validate_topology.sql, topology/topology.sql.in: 
	Initial work on topology model support git-svn-id: http://svn.osgeo.org/postgis/trunk@1964
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-13  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/shp2pgsql.c: Fixed return code from shp2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@1963
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-10  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_estimate.c: Fixed null values fraction
	computation in geometry analyzer as suggested by Michael Fuhr git-svn-id: http://svn.osgeo.org/postgis/trunk@1961
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-03  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/README: Added basic doc about building RPMs git-svn-id: http://svn.osgeo.org/postgis/trunk@1959
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-03  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/spec/postgis.spec: - Make PostGIS build against pgxs so that we don't need PostgreSQL
	sources.  - Fixed all build errors except jdbc (so, defaulted to 0) - Added new files under %utils git-svn-id: http://svn.osgeo.org/postgis/trunk@1958
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-03  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: Stricter string attributes
	lenght handling. DBF header will be used to set varchar maxlenght,
	(var)char typmod will be used to set DBF header len.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1957
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-03  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/spec/postgis.spec: Removed postgis-jdbc2-makefile.patch
	(applied to -head) git-svn-id: http://svn.osgeo.org/postgis/trunk@1956
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-03  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/patches/postgis-jdbc2-makefile.patch: Applied to HEAD,
	so removed git-svn-id: http://svn.osgeo.org/postgis/trunk@1955
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-03  Sandro Santilli <strk@kbt.io>

	* doc/man/shp2pgsql.1, doc/postgis.xml: Added -W and -I loader
	switches to manuals.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1954
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-10-03  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Issued a warning when -W is specified and no
	UTF8 support has been compiled in.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1953
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-30  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/README.rpm: Removed git-svn-id: http://svn.osgeo.org/postgis/trunk@1952
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-30  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/README: Renamed the file and fixed the non-ascii char git-svn-id: http://svn.osgeo.org/postgis/trunk@1951
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_c.c: undefined
	UNITE_USING_BUFFER (defining it to 0 did not have the expected
	result) git-svn-id: http://svn.osgeo.org/postgis/trunk@1950
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-30  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/shp2pgsql.c: Fixed release of stack memory
	occurring when shp2pgsql is compiled with USE_ICONV defined, an
	attribute value needs to be escaped and no -W is used git-svn-id: http://svn.osgeo.org/postgis/trunk@1949
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-29  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Manually applied Makefile changes from Devrim
	GUNDUZ (extras/rpm/patches/postgis-jdbc2-makefile.patch) to HEAD
	jdbc2 Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@1947
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Honoured want3d parameter in GEOS2POSTGIS
	converters git-svn-id: http://svn.osgeo.org/postgis/trunk@1946
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-27  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/README.rpm: Mentioned about the patches in spec file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1945
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-27  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/README.rpm: Initial README file for PostGIS RPM git-svn-id: http://svn.osgeo.org/postgis/trunk@1944
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-27  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/spec/postgis.spec: Initial import of postgis.spec git-svn-id: http://svn.osgeo.org/postgis/trunk@1943
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-27  Devrim GNDZ <devrim@gunduz.org>

	* extras/rpm/patches/filter-requires-perl-Pg.sh,
	extras/rpm/patches/postgis-jdbc2-makefile.patch,
	extras/rpm/patches/postgis-jdbcdedectver.sh,
	extras/rpm/patches/postgis-version.config.patch: Necesarry patches
	used to build PostGIS RPMs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1942
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Wrapped debugging line in preprocessor
	block.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1941
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in: Made USE_GEOS_CAPI definable by ./configure git-svn-id: http://svn.osgeo.org/postgis/trunk@1940
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* configure.in: Added --with-geos-capi switch git-svn-id: http://svn.osgeo.org/postgis/trunk@1939
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added LineMerge function in Geometry Editors
	chapter git-svn-id: http://svn.osgeo.org/postgis/trunk@1938
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* CHANGES, Makefile.config.in, lwgeom/Makefile: Initial switches for
	use of GEOS C-API git-svn-id: http://svn.osgeo.org/postgis/trunk@1937
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Added LineMerge interface git-svn-id: http://svn.osgeo.org/postgis/trunk@1936
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* TODO: Updated LineMerge facts git-svn-id: http://svn.osgeo.org/postgis/trunk@1935
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added
	JTSLineMerge stub, fixed typos in profiling outputs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1934
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_nojts.c: Added stub for linemerge() git-svn-id: http://svn.osgeo.org/postgis/trunk@1933
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added new LineMerge funtion git-svn-id: http://svn.osgeo.org/postgis/trunk@1932
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Fixed prototype of linemerge() and error
	typo in it git-svn-id: http://svn.osgeo.org/postgis/trunk@1931
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
	lwgeom/lwpostgis.sql.in: Changed GEOSLineMerge function to take one
	geometry and return the simplest geometry formed by set of merged
	LineStrings. Fixed memory leak in GEOSrelate().  git-svn-id: http://svn.osgeo.org/postgis/trunk@1930
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added linemerge_garray function git-svn-id: http://svn.osgeo.org/postgis/trunk@1929
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Added
	LineMerger interface git-svn-id: http://svn.osgeo.org/postgis/trunk@1928
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_c.c: Initial wrapper to GEOS C api git-svn-id: http://svn.osgeo.org/postgis/trunk@1927
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
	lwgeom/lwgeom_api.c: Added wrappers for ewkb output git-svn-id: http://svn.osgeo.org/postgis/trunk@1926
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@1925
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/ptarray.c: cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@1924
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktparse.h: added header sentinels git-svn-id: http://svn.osgeo.org/postgis/trunk@1923
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: Made LWGEOMFromWKB use underlying
	pglwgeom_from_ewkb() git-svn-id: http://svn.osgeo.org/postgis/trunk@1922
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added pglwgeom_from_ewkb
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@1921
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-16  Sandro Santilli <strk@kbt.io>

	* CHANGES: given some consistent format to items git-svn-id: http://svn.osgeo.org/postgis/trunk@1920
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-15  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed X(),Y() and Z() functions descriptions,
	added M().  git-svn-id: http://svn.osgeo.org/postgis/trunk@1918
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-15  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Moved AddPoint() function from 'geometry
	constructors' to 'geometry editors' chapter git-svn-id: http://svn.osgeo.org/postgis/trunk@1917
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-15  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_geos.c: Disabled buffer-based GeomUnion git-svn-id: http://svn.osgeo.org/postgis/trunk@1915
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-15  Sandro Santilli <strk@kbt.io>

	* CHANGES: Moved the fix_geometry_column() removal to 1.1.0 section git-svn-id: http://svn.osgeo.org/postgis/trunk@1914
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-15  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwpostgis.sql.in: Removed automatic
	fix_geometry_columns() call in update_geometry_stats and
	AddGeometryColumns() git-svn-id: http://svn.osgeo.org/postgis/trunk@1911
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-15  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Reporting Bugs chapter git-svn-id: http://svn.osgeo.org/postgis/trunk@1910
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-09  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Updated release info for 1.0.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@1908
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Fixed bug in scale() and
	transscale() functions corrupting output bounding box git-svn-id: http://svn.osgeo.org/postgis/trunk@1906
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c: cleanups for
	waste left in previous patches git-svn-id: http://svn.osgeo.org/postgis/trunk@1903
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-09  Sandro Santilli <strk@kbt.io>

	* 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() git-svn-id: http://svn.osgeo.org/postgis/trunk@1901
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-08  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/ptarray.c: Made ptarray_compute_box3d a wrapper of
	ptarray_compute_box3d_p git-svn-id: http://svn.osgeo.org/postgis/trunk@1899
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-08  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/measures.c: minor speedups in distance() git-svn-id: http://svn.osgeo.org/postgis/trunk@1896
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-08  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_estimate.c: Handled search_box outside of
	histogram_box case in selectivity estimator git-svn-id: http://svn.osgeo.org/postgis/trunk@1894
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-07  Markus Schaber <markus@schabi.de>

	* TODO: added some more Todo points git-svn-id: http://svn.osgeo.org/postgis/trunk@1892
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-06  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Added notes about PointN, GeometryN and
	InteriorRingN indexing method git-svn-id: http://svn.osgeo.org/postgis/trunk@1891
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-06  Sandro Santilli <strk@kbt.io>

	* CHANGES: BOX3d parser note git-svn-id: http://svn.osgeo.org/postgis/trunk@1889
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box3d.c: looser BOX3D parser git-svn-id: http://svn.osgeo.org/postgis/trunk@1887
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-09-03  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_api.c: Leak plugged in
	compute_serialized_box3d_p git-svn-id: http://svn.osgeo.org/postgis/trunk@1885
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: removed compiler warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@1883
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-31  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_api.c: Fixed bug in pointArray_construct()
	misinterpreting hasZ and hasM parameters git-svn-id: http://svn.osgeo.org/postgis/trunk@1881
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-29  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/shp2pgsql.c: Removed premature object destruction
	in InsertLineString{WKT,} causing segfault git-svn-id: http://svn.osgeo.org/postgis/trunk@1879
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-29  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Nikita Shulga <malfet@jscc.ru> in
	contributors list.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1877
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgparse.c, lwgeom/lwpostgis.sql.in: 
	Typo fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@1875
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-29  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/shp2pgsql.c: Fixed sprintf() calls to avoid
	overlapping memory, reworked not-null objects existance check to
	reduce startup costs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1872
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added
	M(point) function git-svn-id: http://svn.osgeo.org/postgis/trunk@1871
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_gist.c: Early memory release in GiST
	indexing git-svn-id: http://svn.osgeo.org/postgis/trunk@1870
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Added +proj=longlat to all corrupt srs
	entries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1867
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Removed pfree of proj4 text in
	make_project failure cases (required for error message) git-svn-id: http://svn.osgeo.org/postgis/trunk@1865
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-10  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added segfault fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1863
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Fixed a segfault in transform_geom
	exploited by proj4's make_project error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1860
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-04  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Checked for PSQL run success git-svn-id: http://svn.osgeo.org/postgis/trunk@1857
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-04  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added availability note for version functions git-svn-id: http://svn.osgeo.org/postgis/trunk@1855
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-04  Sandro Santilli <strk@kbt.io>

	* TODO: Updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1854
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-04  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: 1.0.3 release notes and date git-svn-id: http://svn.osgeo.org/postgis/trunk@1853
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-08-04  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Added plpgsql_validator explicit
	function skip git-svn-id: http://svn.osgeo.org/postgis/trunk@1852
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-29  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated 1.0.3 section git-svn-id: http://svn.osgeo.org/postgis/trunk@1846
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-29  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Added more obsoleted functions, new
	obsoleted_ops considered, check of pg_restore -l return code, better
	regexp to allow broader range of dump/restore versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1844
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-28  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/src/org/postgis/ComposedGeom.java,
	jdbc2/src/org/postgis/Geometry.java,
	jdbc2/src/org/postgis/Point.java: fix EWKT constructors to accept
	SRID=4711; representation git-svn-id: http://svn.osgeo.org/postgis/trunk@1839
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-27  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/shp2pgsql.c: Support for multibyte field names in
	loader git-svn-id: http://svn.osgeo.org/postgis/trunk@1838
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-27  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/shp2pgsql.c: Minor cleanups in loader git-svn-id: http://svn.osgeo.org/postgis/trunk@1836
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-27  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/shp2pgsql.c: Fixed handling of POINT types as WKT
	(-w) in loader git-svn-id: http://svn.osgeo.org/postgis/trunk@1834
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-25  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/ptarray.c: bugfix in ptarray_compute_box2d_p git-svn-id: http://svn.osgeo.org/postgis/trunk@1828
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-22  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/pgsql2shp.c: Fixed bug in {get,pop}{int,double}
	for 64bit archs git-svn-id: http://svn.osgeo.org/postgis/trunk@1825
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-19  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_inout.c: removed useless strchr call in
	LWGEOM_in git-svn-id: http://svn.osgeo.org/postgis/trunk@1820
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-13  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1818
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-13  Sandro Santilli <strk@kbt.io>

	* utils/create_undef.pl: Fixed bug reported by klaus F�rster git-svn-id: http://svn.osgeo.org/postgis/trunk@1815
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-12  Sandro Santilli <strk@kbt.io>

	* CHANGES, loader/pgsql2shp.c: Fixed bug in user query handling,
	reported by Andrew Seales git-svn-id: http://svn.osgeo.org/postgis/trunk@1813
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-05  Sandro Santilli <strk@kbt.io>

	* configure.in: Forced INSTALL to be install-sh git-svn-id: http://svn.osgeo.org/postgis/trunk@1811
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-05  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in: Added more win32-specific
	variables git-svn-id: http://svn.osgeo.org/postgis/trunk@1810
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-04  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in, lwgeom/Makefile: Cleaned up to
	use more facilities from Makefile.shlib git-svn-id: http://svn.osgeo.org/postgis/trunk@1809
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-04  Sandro Santilli <strk@kbt.io>

	* .cvsignore, Makefile, config.h.in, configure.in,
	loader/shp2pgsql.c: Added conservative iconv detection code git-svn-id: http://svn.osgeo.org/postgis/trunk@1808
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-04  Sandro Santilli <strk@kbt.io>

	* CHANGES: adjusted for 1.0.2 release git-svn-id: http://svn.osgeo.org/postgis/trunk@1807
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-04  Sandro Santilli <strk@kbt.io>

	* configure.in: Dropped broken attempt at 'detecting' iconv.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1806
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-03  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added 1.0.2 release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@1805
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-07-01  Sandro Santilli <strk@kbt.io>

	* extras/debian/README.Debian, extras/debian/changelog,
	extras/debian/compat, extras/debian/control,
	extras/debian/createdb.postgis, extras/debian/createdb.postgis.1,
	extras/debian/logtop.sh, extras/debian/mktemplate_gis.1,
	extras/debian/mktemplate_gis.in, extras/debian/mkupstreampatch.sh,
	extras/debian/patches/patch.level,
	extras/debian/patches/upstream.diff,
	extras/debian/postgresql.vars.mk, extras/debian/rmtemplate_gis,
	extras/debian/rmtemplate_gis.1, extras/debian/rules,
	extras/debian/sofiles.in/control,
	extras/debian/sofiles.in/copyright,
	extras/debian/sofiles.in/libpostgis#SOVER#.dirs,
	extras/debian/sofiles.in/libpostgis#SOVER#.docs,
	extras/debian/sofiles.in/libpostgis#SOVER#.examples,
	extras/debian/sofiles.in/libpostgis#SOVER#.install,
	extras/debian/sofiles.in/libpostgis#SOVER#.manpages,
	extras/debian/sofiles.in/libpostgis#SOVER#.postinst,
	extras/debian/sofiles.in/libpostgis#SOVER#.prerm,
	extras/debian/sofiles.in/libpostgis-doc.doc-base,
	extras/debian/sofiles.in/libpostgis-doc.docs,
	extras/debian/sofiles.in/libpostgis-java-debug.install,
	extras/debian/sofiles.in/libpostgis-java.dirs,
	extras/debian/sofiles.in/libpostgis-java.docs,
	extras/debian/sofiles.in/libpostgis-java.examples,
	extras/debian/sofiles.in/libpostgis-java.install,
	extras/debian/sofiles.mk, extras/debian/watch: Included debian
	packaging scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@1804
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* regress/test_index_concurrency: Added index concurrency tester git-svn-id: http://svn.osgeo.org/postgis/trunk@1794
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Fixed extimators to work with postgresql
	8.1.x git-svn-id: http://svn.osgeo.org/postgis/trunk@1791
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gist.c: Reverted rtree logic back to use
	leaf/internal consistency functions git-svn-id: http://svn.osgeo.org/postgis/trunk@1787
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/Makefile: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1786
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Maintained separate vars for CFLAGS and CXXFLAGS git-svn-id: http://svn.osgeo.org/postgis/trunk@1783
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gist.c: Bugfix in RTBelowStrategyNumber handling git-svn-id: http://svn.osgeo.org/postgis/trunk@1781
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1780
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gist.c: Inclusion of core rtree header for
	StratregyNumber typedef (8.1 support) git-svn-id: http://svn.osgeo.org/postgis/trunk@1778
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in: Added switch for pgsql 8.1 build git-svn-id: http://svn.osgeo.org/postgis/trunk@1777
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_geos.c: Moved chunked GeomUnion defines on
	top of file git-svn-id: http://svn.osgeo.org/postgis/trunk@1776
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-28  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/src/org/postgis/binary/ValueSetter.java: fix
	compile problems in ValueSetter for ancient jdk releases.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1774
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-27  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_geos.c: Initial chunk-based unite_garray
	implementation git-svn-id: http://svn.osgeo.org/postgis/trunk@1773
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-26  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@1772
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-25  Sandro Santilli <strk@kbt.io>

	* TODO: Added pgsql standard geometryc types cast git-svn-id: http://svn.osgeo.org/postgis/trunk@1770
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-24  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_gist.c: Fixed rtree indexing (ported from
	pgsql rtree fix) git-svn-id: http://svn.osgeo.org/postgis/trunk@1769
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-24  Markus Schaber <markus@schabi.de>

	* TODO: added casts between PostgreSQL and PostGIS geometries to
	TODO list git-svn-id: http://svn.osgeo.org/postgis/trunk@1767
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-17  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_pg.c: Memory leak fix in pg_error git-svn-id: http://svn.osgeo.org/postgis/trunk@1766
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, TODO, doc/man/shp2pgsql.1, loader/shp2pgsql.c: Added -I
	switch for GiST index creation in loader git-svn-id: http://svn.osgeo.org/postgis/trunk@1764
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-15  Sandro Santilli <strk@kbt.io>

	* CHANGES: fault tolerant btree ops git-svn-id: http://svn.osgeo.org/postgis/trunk@1762
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_btree.c: fault tolerant btree ops git-svn-id: http://svn.osgeo.org/postgis/trunk@1761
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-10  Sandro Santilli <strk@kbt.io>

	* utils/postgis_proc_upgrade.pl: Added (commented) aggregates
	handling git-svn-id: http://svn.osgeo.org/postgis/trunk@1759
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-10  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1758
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-10  Sandro Santilli <strk@kbt.io>

	* configure.in: Fixed handling of --with-geos git-svn-id: http://svn.osgeo.org/postgis/trunk@1757
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-10  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added availability info for
	postgis_full_version() and postgis_jts_version() git-svn-id: http://svn.osgeo.org/postgis/trunk@1756
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-10  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1755
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-10  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: More info in the Upgrade chapter (soft
	upgrade/hard upgrade) git-svn-id: http://svn.osgeo.org/postgis/trunk@1754
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-10  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc.sql, regress/regress_ogc_expected: Added
	isvalid(empty) test git-svn-id: http://svn.osgeo.org/postgis/trunk@1753
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-09  Sandro Santilli <strk@kbt.io>

	* TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1752
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c: Added SRID check in
	line_locate_point() git-svn-id: http://svn.osgeo.org/postgis/trunk@1751
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: removed spurious comments git-svn-id: http://svn.osgeo.org/postgis/trunk@1750
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/ptarray.c: Fixed bug in ptarray_locate_point git-svn-id: http://svn.osgeo.org/postgis/trunk@1749
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-09  Sandro Santilli <strk@kbt.io>

	* regress/lwgeom_regress.sql, regress/lwgeom_regress_expected: Added
	test for line_locate_point git-svn-id: http://svn.osgeo.org/postgis/trunk@1748
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-09  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@1747
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c: Added a check for correct
	order of ``from'' and ``to'' args in line_substring() git-svn-id: http://svn.osgeo.org/postgis/trunk@1746
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-09  Sandro Santilli <strk@kbt.io>

	* CHANGES, TODO, doc/postgis.xml, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in,
	lwgeom/ptarray.c: NEW line_substring() function git-svn-id: http://svn.osgeo.org/postgis/trunk@1745
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-07  Sandro Santilli <strk@kbt.io>

	* Makefile, lwgeom/Makefile.shlib: Added missing Makefile.shlib and
	removed explicit 'all' rule from lwgeom build git-svn-id: http://svn.osgeo.org/postgis/trunk@1744
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, TODO, configure.in: iconv autodetection git-svn-id: http://svn.osgeo.org/postgis/trunk@1743
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Moved 'all' rule before Makefile.shlib inclusion,
	to have bare 'make' calls work again git-svn-id: http://svn.osgeo.org/postgis/trunk@1742
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added WARNING about changes implications
	in terms of SCRIPTS_VERSION upgrade. Removed extra tokens after
	#endif directives to make newer preprocessor (3.4.3) happy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1741
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Sandro Santilli <strk@kbt.io>

	* CHANGES, utils/Makefile, utils/README,
	utils/postgis_proc_upgrade.pl: Initial implementation of postgis
	procedures upgrade script git-svn-id: http://svn.osgeo.org/postgis/trunk@1740
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added availability info for new functions git-svn-id: http://svn.osgeo.org/postgis/trunk@1739
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Sandro Santilli <strk@kbt.io>

	* Version.config: Incremented micro version number in
	SCRIPTS_VERSION (due to functions addition) git-svn-id: http://svn.osgeo.org/postgis/trunk@1738
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Sandro Santilli <strk@kbt.io>

	* create_undef.pl => utils/create_undef.pl: Moved create_undef.pl
	from root to utils/ dir git-svn-id: http://svn.osgeo.org/postgis/trunk@1737
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Sandro Santilli <strk@kbt.io>

	* Makefile: Removed automatic build of docs git-svn-id: http://svn.osgeo.org/postgis/trunk@1736
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Markus Schaber <markus@schabi.de>

	* CHANGES, doc/postgis.xml, jdbc2/.cvsignore,
	lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: added
	scale() and transscale() functions (like transform()) git-svn-id: http://svn.osgeo.org/postgis/trunk@1735
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-06  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: merge Alex' jdbc2 specific Makefile patches git-svn-id: http://svn.osgeo.org/postgis/trunk@1734
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-06-04  Sandro Santilli <strk@kbt.io>

	* Makefile, Makefile.config.in, configure.in, doc/Makefile,
	jdbc2/Makefile, loader/Makefile, lwgeom/Makefile: Applied Alex
	Bodnaru patch for pgsql source tree dependency drop.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1733
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-25  Sandro Santilli <strk@kbt.io>

	* extras/wkb_reader/wkbtest.h: Stripped out CR chars git-svn-id: http://svn.osgeo.org/postgis/trunk@1731
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-25  Markus Schaber <markus@schabi.de>

	* jdbc2/jtssrc/examples/JtsTestParser.java: fix comment git-svn-id: http://svn.osgeo.org/postgis/trunk@1730
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-25  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile, jdbc2/jtssrc/examples/JtsTestParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
	jdbc2/src/org/postgis/binary/ByteSetter.java,
	jdbc2/src/org/postgis/binary/ValueSetter.java: JTS binary parser now
	passes basic regression suite git-svn-id: http://svn.osgeo.org/postgis/trunk@1729
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-24  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added release date for postgis-1.0.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@1728
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-24  Sandro Santilli <strk@kbt.io>

	* TODO: Added iconv autodetection, removed already-added things git-svn-id: http://svn.osgeo.org/postgis/trunk@1727
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-24  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added postgis-1.0.1 release date git-svn-id: http://svn.osgeo.org/postgis/trunk@1726
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-23  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/Point.java: Cleaned up Point.equals(Point)
	mess git-svn-id: http://svn.osgeo.org/postgis/trunk@1722
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-23  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Compiled 1.0.1 release notes git-svn-id: http://svn.osgeo.org/postgis/trunk@1721
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-18  Sandro Santilli <strk@kbt.io>

	* CHANGES, utils/postgis_restore.pl: Applied 'strictness' patch by
	James Marca git-svn-id: http://svn.osgeo.org/postgis/trunk@1719
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-18  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed SetSRID() entry git-svn-id: http://svn.osgeo.org/postgis/trunk@1717
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-18  Sandro Santilli <strk@kbt.io>

	* CHANGES: added Paris projections fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@1715
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-18  Sandro Santilli <strk@kbt.io>

	* spatial_ref_sys.sql: Updated proj4text for some French
	projections, as for Nicolas Ribot report git-svn-id: http://svn.osgeo.org/postgis/trunk@1713
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-16  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added note about pgsq2shp attributes names bugfix git-svn-id: http://svn.osgeo.org/postgis/trunk@1709
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-16  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed DBF field names handling as for clashes
	avoiding.  pgsql field renames are warned.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1708
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-16  Sandro Santilli <strk@kbt.io>

	* CHANGES: Moved dumper and postgis_restore.pl changes in 1.0.1
	section (back-ported) git-svn-id: http://svn.osgeo.org/postgis/trunk@1707
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-16  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Allowed custom args passing to createdb
	invocation git-svn-id: http://svn.osgeo.org/postgis/trunk@1703
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-15  Sandro Santilli <strk@kbt.io>

	* doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: updated docs as for -k
	switch git-svn-id: http://svn.osgeo.org/postgis/trunk@1702
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-13  Sandro Santilli <strk@kbt.io>

	* CHANGES, CREDITS: Added new -k switch and credits for it git-svn-id: http://svn.osgeo.org/postgis/trunk@1701
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-13  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Applied patch from Obe, Regina to keep
	identifiers case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1700
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-13  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in, lwgeom/Makefile: Added support
	for macosx build git-svn-id: http://svn.osgeo.org/postgis/trunk@1699
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-12  Sandro Santilli <strk@kbt.io>

	* configure.in: changed PGBELIBS command to avoid backtics and
	newlines git-svn-id: http://svn.osgeo.org/postgis/trunk@1698
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-12  Sandro Santilli <strk@kbt.io>

	* configure.in: Added another dir in search path for docbook.xml,
	changed shell invocation line for mingw to avoid newline char being
	used.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1697
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Renamed MINGW to mingw in HOST_OS findstrings git-svn-id: http://svn.osgeo.org/postgis/trunk@1696
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Forced OID usage in geometry_column table git-svn-id: http://svn.osgeo.org/postgis/trunk@1694
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-10  Sandro Santilli <strk@kbt.io>

	* configure.in: fixed mingw handling syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@1693
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-10  Sandro Santilli <strk@kbt.io>

	* .cvsignore: Added Makefile.config git-svn-id: http://svn.osgeo.org/postgis/trunk@1692
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-10  Sandro Santilli <strk@kbt.io>

	* config.guess, config.sub, install-sh: Added scripts used by
	autoconf git-svn-id: http://svn.osgeo.org/postgis/trunk@1691
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-10  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in, loader/Makefile,
	lwgeom/Makefile: Added initial custom support for MINGW git-svn-id: http://svn.osgeo.org/postgis/trunk@1690
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-10  Sandro Santilli <strk@kbt.io>

	* configure.in: GEOS autodetect activated git-svn-id: http://svn.osgeo.org/postgis/trunk@1689
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-10  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: fixed upgrade procedure section as suggested by
	Steven Bowden git-svn-id: http://svn.osgeo.org/postgis/trunk@1687
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-09  Sandro Santilli <strk@kbt.io>

	* TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1686
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-04  Sandro Santilli <strk@kbt.io>

	* Version.config: Version bumped to 1.1.0CVS git-svn-id: http://svn.osgeo.org/postgis/trunk@1683
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-04  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: GEOS/JTS performed operations dox made more
	explicit about which argument is 'this' and which is
	'otherGeometry'.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1682
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-05-02  Sandro Santilli <strk@kbt.io>

	* CHANGES: Moved 1.0.1 changes into their own section - added jdbc2
	-target change notice git-svn-id: http://svn.osgeo.org/postgis/trunk@1680
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-28  Markus Schaber <markus@schabi.de>

	* Makefile, jdbc2/Makefile: added jdbc2 maintainerclean git-svn-id: http://svn.osgeo.org/postgis/trunk@1678
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-28  Sandro Santilli <strk@kbt.io>

	* Makefile: Fixed distclean rule to build required Makefile.config git-svn-id: http://svn.osgeo.org/postgis/trunk@1677
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-28  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: fix sources.inc things git-svn-id: http://svn.osgeo.org/postgis/trunk@1676
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-27  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile, jdbc2/sources.inc: Reworked Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@1675
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-26  Sandro Santilli <strk@kbt.io>

	* TODO: Added MakeValidShape() function git-svn-id: http://svn.osgeo.org/postgis/trunk@1674
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-26  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in: Fixed USE_JTS variable to actually use
	autoconf-detected value git-svn-id: http://svn.osgeo.org/postgis/trunk@1673
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-26  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/VersionPrinter.java: Improved versionprinter to
	print offline versions even if database is not available git-svn-id: http://svn.osgeo.org/postgis/trunk@1672
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-22  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added fix in join selectivity git-svn-id: http://svn.osgeo.org/postgis/trunk@1671
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Fixed bug in join selectivity estimator
	returning invalid estimates (>1) git-svn-id: http://svn.osgeo.org/postgis/trunk@1669
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-21  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwgeom_spheroid.c: Fixed bug in 3d spheroid length
	computation, patch by zmocnik at hotmail dot com git-svn-id: http://svn.osgeo.org/postgis/trunk@1666
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-21  Sandro Santilli <strk@kbt.io>

	* TODO: Added new LRS funx suggested by Paul git-svn-id: http://svn.osgeo.org/postgis/trunk@1665
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-21  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1664
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-21  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Applied patch from Ron Mayer fixing a segfault
	in string escaper funx git-svn-id: http://svn.osgeo.org/postgis/trunk@1663
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-20  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed link to SimpleFeature Specification git-svn-id: http://svn.osgeo.org/postgis/trunk@1659
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Fixed clean-lib rule (wasn't removing anything!) git-svn-id: http://svn.osgeo.org/postgis/trunk@1658
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-20  Markus Schaber <markus@schabi.de>

	* lwgeom/lwpostgis.sql.in: Fixed pg_opclass update to be
	schema-aware.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1657
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-20  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed bogus example of GeometryFromText(box3d,
	int) changing it to SetSRID(box3d, int) in chapter 5.1.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@1654
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-20  Sandro Santilli <strk@kbt.io>

	* TODO: Updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1653
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-20  Sandro Santilli <strk@kbt.io>

	* Makefile: Added rules to automatically call configure or
	config.status, added docs rule to be invoked by topdir.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1652
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-20  Sandro Santilli <strk@kbt.io>

	* Makefile.config: Removed again, can't work anymore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1651
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-20  Sandro Santilli <strk@kbt.io>

	* Makefile.config: Put old Makefile.config back to allow for
	automatic documentation production, must be removed again when
	process gets updated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1650
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-19  Sandro Santilli <strk@kbt.io>

	* configure.in: added LPATH to summary output (if different from
	install dir) git-svn-id: http://svn.osgeo.org/postgis/trunk@1648
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-19  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1647
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-19  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in: Added -c flag to INSTALL invokations (copy,
	not move) git-svn-id: http://svn.osgeo.org/postgis/trunk@1646
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-19  Sandro Santilli <strk@kbt.io>

	* autogen.sh, configure.in: More info in configure output, added
	autogen.sh wrapper git-svn-id: http://svn.osgeo.org/postgis/trunk@1645
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* CREDITS: Added 1.0.0 section git-svn-id: http://svn.osgeo.org/postgis/trunk@1644
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* .cvsignore, Makefile, Makefile.config, Makefile.config.in,
	configure.in, doc/Makefile, loader/Makefile, lwgeom/Makefile: 
	Improved autoconf script, dropped pgsql source dependency.
	EXPERIMENTAL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1641
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* TODO: Added TODO list for release 1.1 git-svn-id: http://svn.osgeo.org/postgis/trunk@1640
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Fixed 1.0.0 release date to 2005/04/19 git-svn-id: http://svn.osgeo.org/postgis/trunk@1639
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml, lwgeom/lwgeom_estimate.c: Slightly
	changed standard deviation computation to be more
	corner-case-friendly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1636
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Added estmator code and testers bugfix
	for 1.0.0 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1635
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* utils/test_joinestimation.pl: Fixed bug in table2 schema parsing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1633
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* utils/test_estimation.pl: Fixed to work against LWGEOM
	installations git-svn-id: http://svn.osgeo.org/postgis/trunk@1631
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Applied patched by Ron Mayer fixing
	memory leakages and invalid results in join selectivity estimator.
	Fixed some return to use default JOIN selectivity estimate instead
	of default RESTRICT selectivity estimate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1629
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-15  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed Makefile to read Makefile.config git-svn-id: http://svn.osgeo.org/postgis/trunk@1627
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-15  Sandro Santilli <strk@kbt.io>

	* README.postgis: Updated to reflect examples->extras rename git-svn-id: http://svn.osgeo.org/postgis/trunk@1624
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-15  Sandro Santilli <strk@kbt.io>

	* extras/WFS_locks/Makefile, extras/WFS_locks/README,
	extras/WFS_locks/WFS_locks.c, extras/WFS_locks/WFS_locks.sql.in,
	{examples => extras}/ogc_test_suite/.cvsignore, {examples =>
	extras}/ogc_test_suite/1_schema.sql, {examples =>
	extras}/ogc_test_suite/2_queries.sql, {examples =>
	extras}/ogc_test_suite/3_cleanup.sql, {examples =>
	extras}/ogc_test_suite/Makefile, {examples =>
	extras}/ogc_test_suite/README, {examples =>
	extras}/wkb_reader/.cvsignore, {examples =>
	extras}/wkb_reader/Makefile, {examples =>
	extras}/wkb_reader/README, {examples =>
	extras}/wkb_reader/printwkb.c, {examples =>
	extras}/wkb_reader/readwkb.c, {examples =>
	extras}/wkb_reader/wkbtest.h: Renamed examples/ to extras/. Added
	WFS_locks.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1623
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-15  Markus Schaber <markus@schabi.de>

	* CHANGES, Version.config, jdbc2/.cvsignore, jdbc2/Makefile,
	jdbc2/README, jdbc2/jtssrc/examples/JtsTestParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsBinaryWriter.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
	jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java,
	jdbc2/src/examples/Test.java,
	jdbc2/src/examples/TestAutoregister.java,
	jdbc2/src/examples/TestBoxes.java,
	jdbc2/src/examples/TestParser.java,
	jdbc2/src/examples/TestServer.java,
	jdbc2/src/examples/VersionPrinter.java,
	jdbc2/src/org/postgis/ComposedGeom.java,
	jdbc2/src/org/postgis/DriverWrapper.java,
	jdbc2/src/org/postgis/DriverWrapperAutoprobe.java,
	jdbc2/src/org/postgis/DriverWrapperLW.java,
	jdbc2/src/org/postgis/Geometry.java,
	jdbc2/src/org/postgis/GeometryCollection.java,
	jdbc2/src/org/postgis/LineString.java,
	jdbc2/src/org/postgis/LinearRing.java,
	jdbc2/src/org/postgis/MultiLineString.java,
	jdbc2/src/org/postgis/MultiPoint.java,
	jdbc2/src/org/postgis/MultiPolygon.java,
	jdbc2/src/org/postgis/PGbox2d.java,
	jdbc2/src/org/postgis/PGbox3d.java,
	jdbc2/src/org/postgis/PGboxbase.java,
	jdbc2/src/org/postgis/PGgeometry.java,
	jdbc2/src/org/postgis/PGgeometryLW.java,
	jdbc2/src/org/postgis/Point.java,
	jdbc2/src/org/postgis/PointComposedGeom.java,
	jdbc2/src/org/postgis/Polygon.java,
	jdbc2/src/org/postgis/Version.java,
	jdbc2/src/org/postgis/binary/BinaryParser.java,
	jdbc2/src/org/postgis/binary/BinaryWriter.java,
	jdbc2/src/org/postgis/binary/ByteGetter.java,
	jdbc2/src/org/postgis/binary/ByteSetter.java,
	jdbc2/src/org/postgis/binary/ValueGetter.java,
	jdbc2/src/org/postgis/binary/ValueSetter.java,
	jdbc2/stubs/org/postgresql/Connection.java,
	jdbc2/stubs/org/postgresql/PGConnection.java, jdbc2/todo.txt,
	lwgeom/.cvsignore, lwgeom/TODO: jdbc2 works:           + Makefile improvements           + JTS support improvements           + Improved regression test system           + Basic consistency check method for geometry collections           + Support for (Hex)(E)wkb           + Autoprobing DriverWrapper for HexWKB / EWKT switching git-svn-id: http://svn.osgeo.org/postgis/trunk@1622
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-15  Sandro Santilli <strk@kbt.io>

	* .cvsignore: Added configure outputs git-svn-id: http://svn.osgeo.org/postgis/trunk@1621
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-15  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1620
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-15  Sandro Santilli <strk@kbt.io>

	* Version.config: Version bumbed to 1.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@1619
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-14  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Added shp2pgsql bugfix and autoconf
	improvement in Release Notes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1618
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-14  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Applied patch by Gino Lucrezi fixing bug in
	string escaping code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1617
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-14  Sandro Santilli <strk@kbt.io>

	* configure.in: --enable-autoconf put back git-svn-id: http://svn.osgeo.org/postgis/trunk@1616
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-14  Sandro Santilli <strk@kbt.io>

	* configure.in: Cleanup, improvements, JTS support added git-svn-id: http://svn.osgeo.org/postgis/trunk@1615
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-14  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Alex Bodnaru in the "Other contributors"
	section, for debian packaging.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1614
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: Added a not about need of memory alignment
	constraints handling for deserializers git-svn-id: http://svn.osgeo.org/postgis/trunk@1613
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-13  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Removed the CREDITS section from Release Notes
	and move contributors in chapter 1.1 (Credits).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1612
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-13  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Release notes made an appendix, updated credits
	section git-svn-id: http://svn.osgeo.org/postgis/trunk@1611
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-13  Sandro Santilli <strk@kbt.io>

	* loader/Makefile: Added MINGW support as suggested by David Techer.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1610
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-12  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added release notes for 1.0.0 final git-svn-id: http://svn.osgeo.org/postgis/trunk@1609
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-12  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: XSLBASE made back-redefinable git-svn-id: http://svn.osgeo.org/postgis/trunk@1608
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Make xsl reference work for rackmount nightly build git-svn-id: http://svn.osgeo.org/postgis/trunk@1607
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-07  Markus Schaber <markus@schabi.de>

	* doc/Makefile, doc/postgis.xml: typo fixes and linked function in
	4.2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@1606
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-07  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added new strict OGC compliancy enforcement sector of
	manual git-svn-id: http://svn.osgeo.org/postgis/trunk@1605
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-07  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Corrected and augmented the new chapter about
	ensuring OGC compliancy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1604
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-07  Markus Schaber <markus@schabi.de>

	* doc/postgis.xml: Added information about geometry validity.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1603
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-06  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added -p flag addition for shp2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@1602
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-06  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Removed manual update of gid field.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1601
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-06  Markus Schaber <markus@schabi.de>

	* doc/man/shp2pgsql.1, doc/postgis.xml, loader/README.shp2pgsql,
	loader/shp2pgsql.c: added -p option (prepare mode) that spits out
	the table schema without inserting any data.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1600
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-06  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Bugfix in -w (hwgeom) handling of ZM
	shapefiles.  Big reorganizzation of code to easy maintainance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1599
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-06  Sandro Santilli <strk@kbt.io>

	* CHANGES: force_3dm() bugfix git-svn-id: http://svn.osgeo.org/postgis/trunk@1598
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Augmented memory allocated by
	force_3dm() - detected cases of memory shortage git-svn-id: http://svn.osgeo.org/postgis/trunk@1597
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-05  Markus Schaber <markus@schabi.de>

	* doc/man/shp2pgsql.1: Fix documentation of -D option in shp2pgsql
	manpage git-svn-id: http://svn.osgeo.org/postgis/trunk@1596
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-05  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added transform() bugfix git-svn-id: http://svn.osgeo.org/postgis/trunk@1595
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: BUGFIX in transform() releaseing random
	memory address git-svn-id: http://svn.osgeo.org/postgis/trunk@1594
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-05  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/man/shp2pgsql.1, doc/postgis.xml: Documented loader
	support for 0.x versions git-svn-id: http://svn.osgeo.org/postgis/trunk@1593
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-04  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Added -w flag to output old (WKT/HWGEOM) sql.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1592
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added install of loader/dumper manual pages git-svn-id: http://svn.osgeo.org/postgis/trunk@1591
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-01  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added not about new manual pages git-svn-id: http://svn.osgeo.org/postgis/trunk@1590
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-04-01  Sandro Santilli <strk@kbt.io>

	* doc/Makefile, doc/man/pgsql2shp.1, doc/man/shp2pgsql.1: Added
	manual pages provided by Roberto Boati <roberto.boati@daisyred.com> git-svn-id: http://svn.osgeo.org/postgis/trunk@1589
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-30  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Updated to replace 'RC' into '-rc' when building
	package dir (and tar).  Removed autom4te.cache directory after call
	to autoconf.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1588
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-30  Sandro Santilli <strk@kbt.io>

	* CHANGES, Version.config, doc/postgis.xml: Scripts version set to
	0.3.0 (minor increment as a scripts override won't suffice to get
	rid of dropped box2d funx).  Set release date and other versions to
	RC6 git-svn-id: http://svn.osgeo.org/postgis/trunk@1586
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-30  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile, jdbc2/jtssrc/examples/JtsTestParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
	jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java,
	jdbc2/src/examples/Test.java,
	jdbc2/src/examples/TestAutoregister.java,
	jdbc2/src/examples/TestBoxes.java,
	jdbc2/src/examples/TestParser.java,
	jdbc2/src/examples/TestServer.java,
	jdbc2/src/examples/VersionPrinter.java,
	jdbc2/src/org/postgis/ComposedGeom.java,
	jdbc2/src/org/postgis/DriverWrapper.java,
	jdbc2/src/org/postgis/Geometry.java,
	jdbc2/src/org/postgis/GeometryCollection.java,
	jdbc2/src/org/postgis/LineString.java,
	jdbc2/src/org/postgis/LinearRing.java,
	jdbc2/src/org/postgis/MultiLineString.java,
	jdbc2/src/org/postgis/MultiPoint.java,
	jdbc2/src/org/postgis/MultiPolygon.java,
	jdbc2/src/org/postgis/PGbox2d.java,
	jdbc2/src/org/postgis/PGbox3d.java,
	jdbc2/src/org/postgis/PGboxbase.java,
	jdbc2/src/org/postgis/PGgeometry.java,
	jdbc2/src/org/postgis/Point.java,
	jdbc2/src/org/postgis/PointComposedGeom.java,
	jdbc2/src/org/postgis/Polygon.java,
	jdbc2/src/org/postgis/Version.java,
	jdbc2/src/org/postgis/binary/BinaryParser.java,
	jdbc2/src/org/postgis/binary/ByteGetter.java,
	jdbc2/src/org/postgis/binary/ValueGetter.java,
	jdbc2/stubs/org/postgresql/Connection.java,
	jdbc2/stubs/org/postgresql/PGConnection.java: Preliminary change
	email addres to private one because schabios@logi-track.com is
	currently not working.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1585
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-30  Sandro Santilli <strk@kbt.io>

	* CHANGES, doc/postgis.xml: Added RC6 release notes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1584
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box2dfloat4.c: Obsoleted functions set back in, to
	avoid problems upgrading.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1583
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in: Removed
	obsoleted box2d functions git-svn-id: http://svn.osgeo.org/postgis/trunk@1582
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-29  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added postgis_restore.pl bugfix git-svn-id: http://svn.osgeo.org/postgis/trunk@1581
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-29  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Changed she-bang back the way it was
	(disabled) - didn't work like that! Added {x,y}{min,max}(box2d) to
	list of obsoleted funx.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1580
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-29  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Fix build for win32 using mingw git-svn-id: http://svn.osgeo.org/postgis/trunk@1579
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-28  Sandro Santilli <strk@kbt.io>

	* CHANGES, Version.config, lwgeom/lwpostgis.sql.in: Dropped
	{x,y}{min,max}(box2d) functions git-svn-id: http://svn.osgeo.org/postgis/trunk@1578
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-28  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added multi() changes git-svn-id: http://svn.osgeo.org/postgis/trunk@1577
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-28  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1576
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-28  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added regress tests
	for multi() git-svn-id: http://svn.osgeo.org/postgis/trunk@1575
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed PQunescapeBytearea argument (might give
	problems on 64bit archs) git-svn-id: http://svn.osgeo.org/postgis/trunk@1574
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* Version.config: MICRO_VERSION set to RC5 git-svn-id: http://svn.osgeo.org/postgis/trunk@1572
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added release date and version git-svn-id: http://svn.osgeo.org/postgis/trunk@1571
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added release dates git-svn-id: http://svn.osgeo.org/postgis/trunk@1570
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1569
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: generalized Other changes git-svn-id: http://svn.osgeo.org/postgis/trunk@1568
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Fixed bogus she-bang git-svn-id: http://svn.osgeo.org/postgis/trunk@1567
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Updated release notes section git-svn-id: http://svn.osgeo.org/postgis/trunk@1566
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: code cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@1565
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-24  Markus Schaber <markus@schabi.de>

	* CHANGES, doc/postgis.xml: additional performance tips git-svn-id: http://svn.osgeo.org/postgis/trunk@1564
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Variable declaration set in place
	in lwgeom_centroid() git-svn-id: http://svn.osgeo.org/postgis/trunk@1563
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-24  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added estimated_extent() bugfix notice git-svn-id: http://svn.osgeo.org/postgis/trunk@1562
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Added comments in estimate_allocation()
	bugfix point.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1561
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Fixed non-GEOS centroid()
	function to avoid obsoleted LWGEOM_EXPLODED funx git-svn-id: http://svn.osgeo.org/postgis/trunk@1560
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Fixed bug in estimated_extent()
	returning pointer to a memory allocated in SPI memory context git-svn-id: http://svn.osgeo.org/postgis/trunk@1559
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-23  Sandro Santilli <strk@kbt.io>

	* : Removed cr git-svn-id: http://svn.osgeo.org/postgis/trunk@1558
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-23  Sandro Santilli <strk@kbt.io>

	* CHANGES: added box3d computation fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1556
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box3d.c: 
	Fixed bug in box3d computation.  Dropped obsoleted LWGEOM_EXPLODED
	structure and associated functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1555
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-21  Sandro Santilli <strk@kbt.io>

	* CHANGES: grep -v arg quoted..  git-svn-id: http://svn.osgeo.org/postgis/trunk@1554
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Quoted grep argument git-svn-id: http://svn.osgeo.org/postgis/trunk@1553
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-21  Markus Schaber <markus@schabi.de>

	* jdbc2/.cvsignore: handle versioned jars in cvsignore git-svn-id: http://svn.osgeo.org/postgis/trunk@1552
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-21  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Expanded estimated_extent() paragraph to document
	differences between pre and post pgsql 800.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1551
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-18  Sandro Santilli <strk@kbt.io>

	* CHANGES: Set release date git-svn-id: http://svn.osgeo.org/postgis/trunk@1549
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-18  Sandro Santilli <strk@kbt.io>

	* CHANGES: postgis_restore.pl improvements git-svn-id: http://svn.osgeo.org/postgis/trunk@1548
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-18  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Hash used for detecting obsoleted funx
	in dump git-svn-id: http://svn.osgeo.org/postgis/trunk@1547
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-18  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@1546
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-18  Sandro Santilli <strk@kbt.io>

	* CHANGES: added box3d-computation bugfix note git-svn-id: http://svn.osgeo.org/postgis/trunk@1545
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
	lwgeom/lwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c,
	lwgeom/lwgeom_transform.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
	lwgeom/lwpoly.c, lwgeom/ptarray.c: Big API cleanup.  Bug fix in
	box3d computation for collections containing empty elements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1544
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-18  Sandro Santilli <strk@kbt.io>

	* regress/lwgeom_regress.sql, regress/lwgeom_regress_expected: Added
	extent(), extent3d() and collect() tests - should really give this
	tests a new layout ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@1543
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-17  Sandro Santilli <strk@kbt.io>

	* CHANGES: box2d outupt precision increment git-svn-id: http://svn.osgeo.org/postgis/trunk@1542
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box2dfloat4.c: BOX2D output reverted to .15g
	precision git-svn-id: http://svn.osgeo.org/postgis/trunk@1541
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Early memory releases in
	lwgeom_translate_recursive git-svn-id: http://svn.osgeo.org/postgis/trunk@1540
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-16  Sandro Santilli <strk@kbt.io>

	* CHANGES, lwgeom/lwpostgis.sql.in: Changed get_proj4_from_srid()
	implementation from SQL to PLPGSQL to workaround a bug of
	pgsql8.0.{1,2} git-svn-id: http://svn.osgeo.org/postgis/trunk@1539
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-16  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1538
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-15  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: hole-in-ring detector made more readable git-svn-id: http://svn.osgeo.org/postgis/trunk@1537
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-15  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added loader bug fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1536
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-14  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Fixed holes handling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1535
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-14  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: Added cleanup of versioned jars git-svn-id: http://svn.osgeo.org/postgis/trunk@1534
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: installdirs/clean rules cleanup suggested by Alex
	Bodnaru git-svn-id: http://svn.osgeo.org/postgis/trunk@1533
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Early memory release in transform_geom git-svn-id: http://svn.osgeo.org/postgis/trunk@1532
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Fixed destructive memory release
	in LWGEOM_translate() git-svn-id: http://svn.osgeo.org/postgis/trunk@1531
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-11  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added test for
	translate() git-svn-id: http://svn.osgeo.org/postgis/trunk@1530
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-10  Sandro Santilli <strk@kbt.io>

	* CHANGES: added 64bit bug fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1529
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c, lwgeom/wktparse.h: Hopefully fixed bug in int4
	and double reader from byte stream (was not working on 64bit
	machines).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1528
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c, lwgeom/wktunparse.c: Made void args explicit to
	make newer compilers happy git-svn-id: http://svn.osgeo.org/postgis/trunk@1527
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktparse.h: changed report_error typedef to allow for
	lwerror usage w/out problems git-svn-id: http://svn.osgeo.org/postgis/trunk@1526
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Markus Schaber <markus@schabi.de>

	* jdbc2/README: Additional explanations in README.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1525
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/VersionPrinter.java: Fix possible null pointer
	exception if PostGIS is compiled without geos / proj support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1524
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile, lwgeom/Makefile: More cleanups on 'clean' git-svn-id: http://svn.osgeo.org/postgis/trunk@1523
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Simplified clean rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1522
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile: Added configure script removal in maintainer-clean rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1521
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* libjts/Makefile, libjts/README: Deleted libjts directory... libjts
	production should happen from within JTS itself.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1520
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile.config: Changed default JTS includes and lib paths git-svn-id: http://svn.osgeo.org/postgis/trunk@1519
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile.config, libjts/Makefile, libjts/README: Added libjts
	build scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@1518
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile: Added a distclean rule to get rid of autoconf-generated
	files.  Had maintainer-clean rule invoke distclean rule.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1517
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile.config: set USE_JTS back to 0 - got set to 1 from
	previous commit git-svn-id: http://svn.osgeo.org/postgis/trunk@1516
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile, utils/Makefile: Added utils rule to set the execute bit
	on utilities.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1515
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile.config, Makefile.config.in: synced makefiles, changed
	default path of libjts git-svn-id: http://svn.osgeo.org/postgis/trunk@1514
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_jts.c: Commented out debugging lines git-svn-id: http://svn.osgeo.org/postgis/trunk@1513
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_jts_wrapper.cpp: avoided initializzation of
	JvNewObjectArray with undefined pointer git-svn-id: http://svn.osgeo.org/postgis/trunk@1512
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: modernized old-style
	parameter declarations git-svn-id: http://svn.osgeo.org/postgis/trunk@1511
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added estimator changes git-svn-id: http://svn.osgeo.org/postgis/trunk@1510
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: RESTRICT selectivity estimator use
	self->varno instead of varRelid.  Seems to work for subqueries...  git-svn-id: http://svn.osgeo.org/postgis/trunk@1509
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Fixed debugging lines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1508
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-08  Sandro Santilli <strk@kbt.io>

	* Makefile.config: Discarded environmental variable USE_JTS to avoid
	unexpected enabling git-svn-id: http://svn.osgeo.org/postgis/trunk@1507
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Added missing JTSnoop prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@1506
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Put optimization flag back to -O2 git-svn-id: http://svn.osgeo.org/postgis/trunk@1505
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Removed stub functions (moved to
	lwgeom_nojts.c) and added stub for JTSnoop.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1504
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_jts.c, lwgeom/lwgeom_jts_wrapper.cpp: Added initial
	JTS wrapper.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1503
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added spatial_ref_sys.sql and README.postgis to
	scripts install targets.  Moved .sql scripts from ...$(datadir) to
	...$(datadir)/contrib.  Modified GEOS/JTS stub handling to use
	separate file when disabled.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1502
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_nojts.c: Separate stub funx file for builds w/out
	GEOS or JTS git-svn-id: http://svn.osgeo.org/postgis/trunk@1501
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in: sync'd with Makefile.config git-svn-id: http://svn.osgeo.org/postgis/trunk@1500
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* Makefile.config: Added JTS support parameter git-svn-id: http://svn.osgeo.org/postgis/trunk@1499
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in: Sync with Makefile.config git-svn-id: http://svn.osgeo.org/postgis/trunk@1498
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* Version.config: Incremented SCRIPTS_VERSION micro num git-svn-id: http://svn.osgeo.org/postgis/trunk@1497
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1496
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Removed unused lwexploded_dump()
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@1495
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-07  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Fix version.in vs. version.config typo git-svn-id: http://svn.osgeo.org/postgis/trunk@1494
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: cleanups - version file source git-svn-id: http://svn.osgeo.org/postgis/trunk@1493
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Mark Leslie <mark.leslie@lisasoft.com>

	* CHANGES, doc/postgis.xml, lwgeom/lwgeom_spheroid.c,
	lwgeom/lwpostgis.sql.in: Cleaned up distance_sphere and updated
	documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1492
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: removed temp files used in docs creation step git-svn-id: http://svn.osgeo.org/postgis/trunk@1491
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Expanded "upgrading" chapter to explain
	postgis_restore.pl upgrade procedure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1490
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: Made 'html' the default rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1489
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: Parametrized XSLBASE directory git-svn-id: http://svn.osgeo.org/postgis/trunk@1488
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Changed to use Version.config git-svn-id: http://svn.osgeo.org/postgis/trunk@1487
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_spheroid.c: Commented out unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@1486
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Markus Schaber <markus@schabi.de>

	* CHANGES: added version improvement to changes git-svn-id: http://svn.osgeo.org/postgis/trunk@1485
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Markus Schaber <markus@schabi.de>

	* Version.config, jdbc2/.cvsignore, jdbc2/Makefile,
	jdbc2/src/org/postgis/Version.java, lwgeom/Makefile: - Separates the version config variables into the toplevel
	Version.config - Adds new version config variables for jdbc - jdbc "make jar" additionally creates files named like   postgis_1_0_0RC4.jar using the info from Version.config - org/postgis/Version.java now uses a Makefile generated ressource
	  to initialize its values, so it is always "in sync" with
	Version.config git-svn-id: http://svn.osgeo.org/postgis/trunk@1484
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added loader/dumper bug fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@1483
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed bug in multiline handling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1482
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Applied patch from Jonne Savolainen fixing
	multilines handling git-svn-id: http://svn.osgeo.org/postgis/trunk@1481
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* Makefile: Added 'test' and 'maintainer-clean' rules.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1480
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added a maintainer-clean rule.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1479
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* regress/Makefile, regress/run_index_regress,
	regress/run_lwgeom_regress, regress/run_ogc_regress,
	regress/run_regress: Parametrized test output dir and added Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@1478
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: another make install fix :-( git-svn-id: http://svn.osgeo.org/postgis/trunk@1477
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_pg.c: PG_LWGEOM_construct()
	moved from lwgeom_api.c to lwgeom_pg.c.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1476
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Sandro Santilli <strk@kbt.io>

	* README.postgis: Modified upgrade section to show
	postgis_restore.pl based procedure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1475
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: another "make install" fix from alex git-svn-id: http://svn.osgeo.org/postgis/trunk@1474
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/Version.java: Adopted Version.java to the
	official PostGIS scheme.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1473
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/Version.java: Updated VERSION to RC4 git-svn-id: http://svn.osgeo.org/postgis/trunk@1472
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-04  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Removed unneccesarry TEMP variable git-svn-id: http://svn.osgeo.org/postgis/trunk@1471
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Markus Schaber <markus@schabi.de>

	* jdbc2/build.xml: removed obsolete build.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@1470
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Make classpath element separator configurable git-svn-id: http://svn.osgeo.org/postgis/trunk@1469
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Markus Schaber <markus@schabi.de>

	* jdbc2/README: jdbc2 naming explanation Contact info Copyright
	notice git-svn-id: http://svn.osgeo.org/postgis/trunk@1468
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: add postgis_debug.jar to make install (thx to alex
	bodnaru) git-svn-id: http://svn.osgeo.org/postgis/trunk@1467
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Mark Leslie <mark.leslie@lisasoft.com>

	* lwgeom/lwgeom_spheroid.c, lwgeom/lwpostgis.sql.in: Rebuilt the
	distance_sphere function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1466
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Fix compile with jikes git-svn-id: http://svn.osgeo.org/postgis/trunk@1465
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Sandro Santilli <strk@kbt.io>

	* CHANGES: parser additions note git-svn-id: http://svn.osgeo.org/postgis/trunk@1464
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Sandro Santilli <strk@kbt.io>

	* lwgeom/.cvsignore: Removed generated parser files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1463
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-03  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/wktparse.tab.c,
	lwgeom/wktparse.tab.h: Added generated parsers to avoid FLEX/YACC
	requirement on release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1462
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-02  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Commented out parser generation... requires PGSQL
	source :( git-svn-id: http://svn.osgeo.org/postgis/trunk@1461
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-02  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Added parser generation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1460
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-02  Sandro Santilli <strk@kbt.io>

	* CHANGES: added FLEX & YACC fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1459
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-02  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestParser.java: Additional Regression Test for
	prepared statement usage git-svn-id: http://svn.osgeo.org/postgis/trunk@1458
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-02  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/Makefile, jdbc2/src/org/postgis/ComposedGeom.java,
	jdbc2/src/org/postgis/Geometry.java,
	jdbc2/src/org/postgis/GeometryCollection.java,
	jdbc2/src/org/postgis/LineString.java,
	jdbc2/src/org/postgis/LinearRing.java,
	jdbc2/src/org/postgis/MultiLineString.java,
	jdbc2/src/org/postgis/MultiPoint.java,
	jdbc2/src/org/postgis/MultiPolygon.java,
	jdbc2/src/org/postgis/PGbox2d.java,
	jdbc2/src/org/postgis/PGbox3d.java,
	jdbc2/src/org/postgis/PGgeometry.java,
	jdbc2/src/org/postgis/Point.java,
	jdbc2/src/org/postgis/PointComposedGeom.java,
	jdbc2/src/org/postgis/Polygon.java: Code cleanups, Makefile
	improvements.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1457
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-01  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1456
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-01  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc_expected: Corrected expected results.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1455
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-01  Sandro Santilli <strk@kbt.io>

	* regress/regress_ogc.sql, regress/regress_ogc_expected,
	regress/run_ogc_regress: Added GEOS/JTS provided functions test git-svn-id: http://svn.osgeo.org/postgis/trunk@1454
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Fixed install-lwgeom-scripts rule as suggested by
	Rhys Ickeringill.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1453
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-01  Sandro Santilli <strk@kbt.io>

	* Makefile.config: FLEX and YACC variables set after
	PGSQL/Makefile.global has been sourced and only if not therein
	defined.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1452
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-03-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fix link error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1451
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-28  Markus Schaber <markus@schabi.de>

	* jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Add
	serialVersionUID for jdk1.5 correctly setType(), needed for jdbc
	8.0+ git-svn-id: http://svn.osgeo.org/postgis/trunk@1450
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-28  Markus Schaber <markus@schabi.de>

	* jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java: Add
	serialVersionUID for jdk1.5 correctly setType(), needed for jdbc
	8.0+ git-svn-id: http://svn.osgeo.org/postgis/trunk@1449
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-25  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added geom_accum and SnapToGrid bug fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@1448
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c: SnapToGrid: Fixed minor bug in
	consistency check.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1447
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Fixed a bugus free() in
	LWGEOM_accum.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1446
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-25  Sandro Santilli <strk@kbt.io>

	* CHANGES: added force_collection early return git-svn-id: http://svn.osgeo.org/postgis/trunk@1445
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-25  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1444
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h: Added comment on top of TYPE macros git-svn-id: http://svn.osgeo.org/postgis/trunk@1443
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-24  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Fixed makefile to allow compilation via kaffe
	javac - this one does not automatically include non-mentioned source
	files that are present in the classpath.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1442
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-24  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/PGboxbase.java: moved trim() call, this
	avoids calling trim() twice on unchanged value if we have only (1
	2,3 4) rep.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1441
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-24  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestParser.java: Additional regression tests
	for EWKT and EWKB on PostGIS 1.X git-svn-id: http://svn.osgeo.org/postgis/trunk@1440
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: Added missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@1438
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: Fixed bug in StartPoint and EndPoint
	functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1437
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: lib version changed to 1.0.0RC3, scripts version
	to 0.2.0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1436
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-24  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added spatial_ref_sys change and version/release git-svn-id: http://svn.osgeo.org/postgis/trunk@1435
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Hand edit paris central meridian definitions.
	Danger: other non-Greenwich projections might also have problems.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1434
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-23  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: another fastjar fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1433
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-23  Markus Schaber <markus@schabi.de>

	* jdbc2/src/org/postgis/DriverWrapper.java: Fixed jikes compiler
	warning, using super. for static methods is suboptimal.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1432
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-23  Sandro Santilli <strk@kbt.io>

	* CHANGES: GeometryFromText() bug fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1431
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Fixed
	GeometryFromText() to add a bbox cache FOR_COMPLEX_GEOMS git-svn-id: http://svn.osgeo.org/postgis/trunk@1430
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-23  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added bool::text cast git-svn-id: http://svn.osgeo.org/postgis/trunk@1429
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added bool::text
	cast.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1428
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/Makefile: Updated jdbc2/Makefile: - more comments - all helper binaries are now configurable - workaround for broken woody jars via DEBUGJAR environment variable - classpath cleanups, regression tests now use jars instead of build   directory, this should help catching packaging errors - small other cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@1427
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestParser.java: Removed unused import git-svn-id: http://svn.osgeo.org/postgis/trunk@1426
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile, jdbc2/src/examples/TestAutoregister.java,
	jdbc2/src/examples/VersionPrinter.java: Some more debian woody
	fixes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1425
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestParser.java: Remove redundant addDataType()
	call that slipped in during WKT measured geometries work. It also
	broke pgjdbc7.2 compatibility.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1424
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Markus Schaber <markus@schabi.de>

	* jdbc/Makefile: Patches from Alex Bodnaru (debian maintainer) git-svn-id: http://svn.osgeo.org/postgis/trunk@1423
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added not about early memory release git-svn-id: http://svn.osgeo.org/postgis/trunk@1422
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Early release of DETOASTED geoms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1421
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Sandro Santilli <strk@kbt.io>

	* examples/ogc_test_suite/README: Fixed path to lwpostgis.sql script git-svn-id: http://svn.osgeo.org/postgis/trunk@1420
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: Early release of DETOASTED or deserialized
	geometries, to reduce memory usage git-svn-id: http://svn.osgeo.org/postgis/trunk@1419
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Forced cleanup of DETOASTED and
	deserialized geometries for better memory usage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1418
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-21  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/src/examples/TestParser.java,
	jdbc2/src/org/postgis/ComposedGeom.java,
	jdbc2/src/org/postgis/Geometry.java,
	jdbc2/src/org/postgis/GeometryCollection.java,
	jdbc2/src/org/postgis/LineString.java,
	jdbc2/src/org/postgis/LinearRing.java,
	jdbc2/src/org/postgis/MultiLineString.java,
	jdbc2/src/org/postgis/MultiPoint.java,
	jdbc2/src/org/postgis/MultiPolygon.java,
	jdbc2/src/org/postgis/PGgeometry.java,
	jdbc2/src/org/postgis/Point.java,
	jdbc2/src/org/postgis/PointComposedGeom.java,
	jdbc2/src/org/postgis/Polygon.java, jdbc2/todo.txt: [no log message]

2005-02-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Changed min() max() usage with LW_MIN()
	LW_MAX() git-svn-id: http://svn.osgeo.org/postgis/trunk@1416
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
	lwgeom/wktunparse.c: Changed byte to uchar to avoid clashes with
	win32 headers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1415
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-21  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/VersionPrinter.java: removed ugly () display git-svn-id: http://svn.osgeo.org/postgis/trunk@1414
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-21  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile, jdbc2/src/examples/VersionPrinter.java,
	jdbc2/src/org/postgis/Version.java: Added version printing (for
	debugging purposes) git-svn-id: http://svn.osgeo.org/postgis/trunk@1413
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-21  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/README, jdbc2/src/examples/TestAutoregister.java,
	jdbc2/src/examples/TestBoxes.java,
	jdbc2/src/examples/TestParser.java: Skip tests that are known to
	fail when running against older PostGIS server versions git-svn-id: http://svn.osgeo.org/postgis/trunk@1412
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-18  Markus Schaber <markus@schabi.de>

	* jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
	jdbc2/src/examples/TestAutoregister.java,
	jdbc2/src/org/postgis/PGboxbase.java,
	jdbc2/src/org/postgis/PGgeometry.java: Some micro optimizations and
	cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@1411
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-18  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile, jdbc2/src/org/postgis/Version.java: Added
	Version.class to allow programatically identification of  PostGIS
	jdbc version git-svn-id: http://svn.osgeo.org/postgis/trunk@1410
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-18  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/.cvsignore, jdbc2/Makefile, jdbc2/README,
	jdbc2/jtssrc/examples/JtsTestParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsBinaryParser.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGeometry.java,
	jdbc2/jtssrc/org/postgis/jts/JtsGisWrapper.java,
	jdbc2/jtssrc/org/postgis/jts/JtsWrapper.java: Added beta support for
	JTS classes git-svn-id: http://svn.osgeo.org/postgis/trunk@1409
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-18  Sandro Santilli <strk@kbt.io>

	* CHANGES: added memory leak fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1408
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Removed memory leak in geos2postgis polygon
	conversion.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1407
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Improved transform() errors verbosity.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1406
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_ogc.c: Syntaxes
	cleanups.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1405
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Markus Schaber <markus@schabi.de>

	* CHANGES: removed verbosity from my last entry git-svn-id: http://svn.osgeo.org/postgis/trunk@1404
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: fixed postgis_debug.jar git-svn-id: http://svn.osgeo.org/postgis/trunk@1403
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/measures.c: Fixed some introduced misorderings of func
	declaration/body.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1402
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Fixed dependency handling for jars git-svn-id: http://svn.osgeo.org/postgis/trunk@1401
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/Makefile: Updated makefile - better dependency
	management for jars, additional targets for debian, more comments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1400
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Fixed a bug in pointArray_construct() copying
	input points instead of keeping a pointer to them. This has been
	introduced *after* RC2 was released.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1399
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-17  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Added wkb_recv and wkb_send obsoleted
	functions handling git-svn-id: http://svn.osgeo.org/postgis/trunk@1398
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-14  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added force_collection() bug fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1397
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Fixed bug in force_collection()
	leaving spurious bbox cache and SRID info in inner geometry when
	applied to single geoms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1396
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-14  Markus Schaber <markus@schabi.de>

	* jdbc2/.cvsignore, jdbc2/Makefile, jdbc2/README,
	jdbc2/src/examples/TestServer.java,
	jdbc2/src/org/postgis/DriverWrapper.java, jdbc2/stubs/LICENSE,
	jdbc2/stubs/org/postgresql/Connection.java,
	jdbc2/stubs/org/postgresql/PGConnection.java, jdbc2/woody.patch: Now
	compiles against 7.2 with some magic trickery instead of patching.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1395
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-10  Sandro Santilli <strk@kbt.io>

	* CHANGES: added memory alignment handling git-svn-id: http://svn.osgeo.org/postgis/trunk@1394
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gml.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_svg.c,
	lwgeom/lwgeom_transform.c, lwgeom/lwline.c, lwgeom/lwpoint.c,
	lwgeom/measures.c, lwgeom/ptarray.c: Dropped getbox2d_internal().
	Removed all castings of getPoint() output, which has been renamed to
	getPoint_internal() and commented about danger of using it.  Changed
	SERIALIZED_FORM() macro to use VARDATA() macro.  All this changes
	are aimed at taking into account memory alignment constraints which
	might be the cause of recent crash bug reports.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1393
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-10  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added a couple of
	distance() tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1392
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-10  Sandro Santilli <strk@kbt.io>

	* loader/Makefile: Added -Wall to CFLAGS git-svn-id: http://svn.osgeo.org/postgis/trunk@1391
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwline.c,
	lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
	lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/measures.c,
	lwgeom/ptarray.c: Changed 'char' to 'uchar' (unsigned char typedef)
	wherever octet is actually meant to be.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1390
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-10  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added X(), Y() and
	Z() tests.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1389
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-09  Markus Schaber <markus@schabi.de>

	* jdbc2/README: adopt documentation wr/t conflicting
	driverconfig.properties to reflect what jdbc actually does.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1388
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-09  Sandro Santilli <strk@kbt.io>

	* CHANGES: documentation update item git-svn-id: http://svn.osgeo.org/postgis/trunk@1387
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-09  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Removed PGSQL7.1 references, clearly stated
	support starting from 72.  Renamed all postgis.sql refs to
	lwpostgis.sql.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1386
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: fixed debugging output git-svn-id: http://svn.osgeo.org/postgis/trunk@1385
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-08  Markus Schaber <markus@schabi.de>

	* CHANGES, jdbc2/Makefile, jdbc2/README, jdbc2/woody.patch: Added
	patch to enable compilation against pg72jdbc2.jar.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1384
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-08  Markus Schaber <markus@schabi.de>

	* CHANGES: Added jdbc2 jdk1.3 enabling note.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1383
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-08  Markus Schaber <markus@schabi.de>

	* jdbc2/src/examples/TestAutoregister.java,
	jdbc2/src/examples/TestBoxes.java,
	jdbc2/src/examples/TestParser.java,
	jdbc2/src/org/postgis/PGboxbase.java,
	jdbc2/src/org/postgis/PGgeometry.java,
	jdbc2/src/org/postgis/Point.java: Removed use of jdk1.4 only
	features to allow jdbc2 to be build with older jdk releases (tested
	with 1.3) git-svn-id: http://svn.osgeo.org/postgis/trunk@1382
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-08  Sandro Santilli <strk@kbt.io>

	* spatial_ref_sys.sql: Reduced scope of VACUUM ANALYZE call to the
	sole spatial_ref_sys table as suggested by Kevin Neufeld git-svn-id: http://svn.osgeo.org/postgis/trunk@1381
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-08  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1380
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns to work with
	PG72 (pg_constraint was pg_relcheck) git-svn-id: http://svn.osgeo.org/postgis/trunk@1379
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Fixed probe_geometry_columns so to work
	on spatial tables with multiple geometry columns.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1378
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1377
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Fixed broken 72 index bindings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1376
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Markus Schaber <markus@schabi.de>

	* CHANGES: Fixed pgjdbc 8.0 autoregistration.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1375
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c,
	lwgeom/lwgeom_debug.c, lwgeom/lwgeom_dump.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwline.c,
	lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
	lwgeom/measures.c, lwgeom/ptarray.c, lwgeom/wktunparse.c: Replaced
	DEBUG* macros with PGIS_DEBUG*, to avoid clashes with postgresql
	DEBUG git-svn-id: http://svn.osgeo.org/postgis/trunk@1374
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated CHANGES git-svn-id: http://svn.osgeo.org/postgis/trunk@1373
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: More portable date command for BUILDDATE
	extraction git-svn-id: http://svn.osgeo.org/postgis/trunk@1372
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated with next release changes git-svn-id: http://svn.osgeo.org/postgis/trunk@1371
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Sandro Santilli <strk@kbt.io>

	* CHANGES: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1370
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile: Fix makefile (broken by driverconfig.properties
	rename git-svn-id: http://svn.osgeo.org/postgis/trunk@1369
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Markus Schaber <markus@schabi.de>

	* jdbc2/todo.txt: Removed issues that were done, hoping they will
	not re-emerge :-) git-svn-id: http://svn.osgeo.org/postgis/trunk@1368
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-07  Markus Schaber <markus@schabi.de>

	* jdbc2/Makefile, jdbc2/README,
	jdbc2/src/examples/TestAutoregister.java,
	jdbc2/src/org/postgresql/driverconfig.properties,
	jdbc2/src/org/postgresql/postgresql.properties: Fixed jdbc8.0
	autoregistration, added regression test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1367
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fixed literal && inside the text, replaced with
	&amp; git-svn-id: http://svn.osgeo.org/postgis/trunk@1366
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-04  Sandro Santilli <strk@kbt.io>

	* jdbc2/COPYING_LGPL: missing license git-svn-id: http://svn.osgeo.org/postgis/trunk@1365
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-04  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Performance Tips chapter git-svn-id: http://svn.osgeo.org/postgis/trunk@1364
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-04  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile, jdbc2/README, jdbc2/build.xml,
	jdbc2/src/examples/Test.java, jdbc2/src/examples/TestBoxes.java,
	jdbc2/src/examples/TestParser.java,
	jdbc2/src/examples/TestServer.java,
	jdbc2/src/org/postgis/ComposedGeom.java,
	jdbc2/src/org/postgis/DriverWrapper.java,
	jdbc2/src/org/postgis/Geometry.java,
	jdbc2/src/org/postgis/GeometryCollection.java,
	jdbc2/src/org/postgis/LineString.java,
	jdbc2/src/org/postgis/LinearRing.java,
	jdbc2/src/org/postgis/MultiLineString.java,
	jdbc2/src/org/postgis/MultiPoint.java,
	jdbc2/src/org/postgis/MultiPolygon.java,
	jdbc2/src/org/postgis/PGbox2d.java,
	jdbc2/src/org/postgis/PGbox3d.java,
	jdbc2/src/org/postgis/PGboxbase.java,
	jdbc2/src/org/postgis/PGgeometry.java,
	jdbc2/src/org/postgis/Point.java,
	jdbc2/src/org/postgis/PointComposedGeom.java,
	jdbc2/src/org/postgis/Polygon.java,
	jdbc2/src/org/postgis/binary/BinaryParser.java,
	jdbc2/src/org/postgis/binary/ByteGetter.java,
	jdbc2/src/org/postgis/binary/ValueGetter.java: Applied Markus Shaber
	licensing patches.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1363
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Changed performance-sensible functions
	from STABLE to IMMUTABLE git-svn-id: http://svn.osgeo.org/postgis/trunk@1362
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-02-01  Sandro Santilli <strk@kbt.io>

	* jdbc2/src/org/postgis/DriverWrapper.java: Another small patch from
	Markus git-svn-id: http://svn.osgeo.org/postgis/trunk@1361
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-31  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: Added maintainer notice,
	to reduce Jeff-strk mail bounces git-svn-id: http://svn.osgeo.org/postgis/trunk@1360
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-31  Sandro Santilli <strk@kbt.io>

	* .cvsignore, jdbc2/src/org/postgis/DriverWrapper.java,
	jdbc2/src/org/postgis/PGgeometry.java: Applied Markus Shaber
	patches.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1359
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-31  Sandro Santilli <strk@kbt.io>

	* jdbc2/README: Markus Shaber version.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1358
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box2dfloat4.c: Used default float precision in BOX2D
	output git-svn-id: http://svn.osgeo.org/postgis/trunk@1357
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: More error handlings in transform(geom,
	int) git-svn-id: http://svn.osgeo.org/postgis/trunk@1356
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-30  Sandro Santilli <strk@kbt.io>

	* jdbc2/src/org/postgis/PGbox.java: replaced by PGbox2d.java git-svn-id: http://svn.osgeo.org/postgis/trunk@1355
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-30  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile, jdbc2/src/examples/TestBoxes.java,
	jdbc2/src/org/postgis/DriverWrapper.java,
	jdbc2/src/org/postgis/PGbox2d.java,
	jdbc2/src/org/postgis/PGbox3d.java,
	jdbc2/src/org/postgis/PGboxbase.java: Added BOX2D and BOX3D support
	and tests, by Markus Shaber.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1354
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Made unparsable proj strings error more
	verbose and removed a typo in transform_geom().  git-svn-id: http://svn.osgeo.org/postgis/trunk@1353
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-28  Sandro Santilli <strk@kbt.io>

	* configure.in: Changed --with-geos arg to express GEOS_DIR (is more
	intuitive).  Made --help string advertise optionality of args for
	--with-geos and --with-proj. Made configure show used variables
	values on path checks.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1352
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-28  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: LAST_RELEASE_VERSION bumped to 1.0.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@1351
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-28  Sandro Santilli <strk@kbt.io>

	* jdbc2/src/org/postgis/Point.java,
	jdbc2/src/org/postgis/binary/ValueGetter.java, jdbc2/todo.txt: 
	Applied small patches from Markus Shaber git-svn-id: http://svn.osgeo.org/postgis/trunk@1350
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Fixed a bug in transform() missing to
	update SRID in output git-svn-id: http://svn.osgeo.org/postgis/trunk@1349
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-27  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed FAQ to use the schema version of
	AddGeometryColumn (generated confusion for 0.7.5 users) git-svn-id: http://svn.osgeo.org/postgis/trunk@1348
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Version bumped to 1.0.0RC2 git-svn-id: http://svn.osgeo.org/postgis/trunk@1346
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-26  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added 1.0.0RC2 section git-svn-id: http://svn.osgeo.org/postgis/trunk@1345
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-26  Sandro Santilli <strk@kbt.io>

	* configure.in: Added an --enable-autoconf switch to make sure users
	will known about the untested nature of the ./configure script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1344
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-25  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in: Removed ?= construct in FLEX/YACC rules git-svn-id: http://svn.osgeo.org/postgis/trunk@1343
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Made all *FromText()
	accept only WKT <text>, no more cheating.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1342
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: Fixed a bug in transform() missing to
	update bbox cache git-svn-id: http://svn.osgeo.org/postgis/trunk@1341
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Made all OGC TypeFromWKB() functions
	consistent in taking a bytea git-svn-id: http://svn.osgeo.org/postgis/trunk@1340
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-25  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Added autoconf invokation git-svn-id: http://svn.osgeo.org/postgis/trunk@1339
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_spheroid.c: Fixed bug in definition of
	distance_spheroid.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1338
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-24  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in: Added checks for flex and  yacc
	paths.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1337
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-24  Sandro Santilli <strk@kbt.io>

	* Makefile.config, lwgeom/Makefile: Moved YACC default value set
	from inner to config Makefile.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1336
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-24  Sandro Santilli <strk@kbt.io>

	* Makefile.config: Added default value for FLEX git-svn-id: http://svn.osgeo.org/postgis/trunk@1335
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-24  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in: Removed spaces and '?' signs in
	Makefile.config.in.  Added support for geos-config call in
	configure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1334
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-24  Sandro Santilli <strk@kbt.io>

	* Makefile.config.in, configure.in: Initial autoconf script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1333
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/regression.txt, jdbc2/src/examples/BitTest.java: removed
	unused files git-svn-id: http://svn.osgeo.org/postgis/trunk@1332
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/src/examples/TestParser.java: Added failcount output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1331
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: Fixed ptest rule.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1330
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: Quoted -classpath args, added ptest args in make
	ptest rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1329
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: Added bin/ removal to clean rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1328
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: Changed postgis_debug.jar rule to be portable git-svn-id: http://svn.osgeo.org/postgis/trunk@1327
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: Added command line params to jtest rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1326
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/src/examples/TestParser.java,
	jdbc2/src/examples/TestServer.java: Applied Markus patch to accept
	command line params git-svn-id: http://svn.osgeo.org/postgis/trunk@1325
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/build.xml: Applied Markus patch git-svn-id: http://svn.osgeo.org/postgis/trunk@1324
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: Changed postgis.jar creation rule to respect
	postgresql.properties path git-svn-id: http://svn.osgeo.org/postgis/trunk@1323
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/.cvsignore: Added jar files git-svn-id: http://svn.osgeo.org/postgis/trunk@1322
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/.cvsignore, jdbc2/Makefile,
	jdbc2/src/org/postgresql/postgresql.properties: Added
	postgresql.properties and .cvsignore, Modified CP variable
	assignment to be quoted.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1321
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/src/examples/Test.java: Made output more readable git-svn-id: http://svn.osgeo.org/postgis/trunk@1320
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: Changed 'compile' rule to keep track of last
	compile time and avoid recompilation git-svn-id: http://svn.osgeo.org/postgis/trunk@1319
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: fixed jar call for postgis.jar production git-svn-id: http://svn.osgeo.org/postgis/trunk@1318
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile: user env CLASSPATH honoured git-svn-id: http://svn.osgeo.org/postgis/trunk@1317
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-19  Sandro Santilli <strk@kbt.io>

	* jdbc2/Makefile, jdbc2/README, jdbc2/build.xml,
	jdbc2/regression.txt, jdbc2/src/examples/BitTest.java,
	jdbc2/src/examples/Test.java, jdbc2/src/examples/TestParser.java,
	jdbc2/src/examples/TestServer.java,
	jdbc2/src/org/postgis/ComposedGeom.java,
	jdbc2/src/org/postgis/DriverWrapper.java,
	jdbc2/src/org/postgis/Geometry.java,
	jdbc2/src/org/postgis/GeometryCollection.java,
	jdbc2/src/org/postgis/LineString.java,
	jdbc2/src/org/postgis/LinearRing.java,
	jdbc2/src/org/postgis/MultiLineString.java,
	jdbc2/src/org/postgis/MultiPoint.java,
	jdbc2/src/org/postgis/MultiPolygon.java,
	jdbc2/src/org/postgis/PGbox.java,
	jdbc2/src/org/postgis/PGbox3d.java,
	jdbc2/src/org/postgis/PGgeometry.java,
	jdbc2/src/org/postgis/Point.java,
	jdbc2/src/org/postgis/PointComposedGeom.java,
	jdbc2/src/org/postgis/Polygon.java,
	jdbc2/src/org/postgis/binary/BinaryParser.java,
	jdbc2/src/org/postgis/binary/ByteGetter.java,
	jdbc2/src/org/postgis/binary/ValueGetter.java, jdbc2/todo.txt: 
	Imported new jdbc driver source by Markus Schaber git-svn-id: http://svn.osgeo.org/postgis/trunk@1316
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Fixed a bug in pointarray box3d computation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1315
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktparse.y: Reintroduced support for '<anygeom> EMPTY'
	form, for OGC compliance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1314
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Handled GEOS Geometry construction errors as
	FALSE results in isvalid(geom).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1313
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1312
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-18  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1311
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktparse.y: Fixed bug introduced supporting
	GEOMETRYCOLLECTION(EMPTY).  Dropped support for all EMPTY goems
	execept GEOMETRYCOLLECTION.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1310
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktparse.y: Added GEOMETRYCOLLECTION(EMPTY) support git-svn-id: http://svn.osgeo.org/postgis/trunk@1309
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Used quote_ident() for spatial columns
	constraints nams, suggested by Bernhard Herzog git-svn-id: http://svn.osgeo.org/postgis/trunk@1308
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Added one more bytes for terminating NULL in
	utf8 encoder git-svn-id: http://svn.osgeo.org/postgis/trunk@1307
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-16  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: String escaping algorithm made simpler and
	more robust.  Removed escaped strings leaking.  Fixed UTF8 encoder
	to allocate enough space for 3bytes chars strings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1306
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Switched to preprocessor driver
	CREATEFUNCTION attribute specification git-svn-id: http://svn.osgeo.org/postgis/trunk@1305
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: estimated_extent() implemented for PG<80 git-svn-id: http://svn.osgeo.org/postgis/trunk@1303
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: 
	estimated_extent() prepared for future expansion (support of pre-800
	PGSQL) git-svn-id: http://svn.osgeo.org/postgis/trunk@1302
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* regress/regress_expected: Updated expected error message on
	!closed polygon rings to match current one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1301
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c: Added closed-ring check for polygon geometry
	inputs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1300
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* regress/lwgeom_regress.sql: changed asText to asEWKT for lossless
	conversions git-svn-id: http://svn.osgeo.org/postgis/trunk@1299
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Added GEOSexception
	test git-svn-id: http://svn.osgeo.org/postgis/trunk@1298
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected: Fixed more tests git-svn-id: http://svn.osgeo.org/postgis/trunk@1297
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql: Changed astext() calls with asewkt() to mach
	expected results.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1296
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* CHANGES, README.postgis, TODO, doc/Makefile, lwgeom/Makefile: 
	Updated 1.0.0 release date and changed version to 1.0.0RC1 git-svn-id: http://svn.osgeo.org/postgis/trunk@1295
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/README.initial: Removed initial README, replaced with an
	updated one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1294
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/README: Added updated README file git-svn-id: http://svn.osgeo.org/postgis/trunk@1293
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* README.postgis: Added note about utils/postgis_restore.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@1292
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* CHANGES: Added more New Things git-svn-id: http://svn.osgeo.org/postgis/trunk@1291
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-13  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added release notes chapter git-svn-id: http://svn.osgeo.org/postgis/trunk@1290
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* Makefile.config, loader/Makefile: added USE_ICONV configuration git-svn-id: http://svn.osgeo.org/postgis/trunk@1289
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Added optional UTF8 output support as
	suggested by IIDA Tetsushi git-svn-id: http://svn.osgeo.org/postgis/trunk@1288
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* Makefile.config: Added not for AUTOCACHE_BBOX setting git-svn-id: http://svn.osgeo.org/postgis/trunk@1287
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: don't drop the regress test git-svn-id: http://svn.osgeo.org/postgis/trunk@1286
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: Added a sleep before running make dist git-svn-id: http://svn.osgeo.org/postgis/trunk@1285
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: commented notice in LWGEOM_noop() git-svn-id: http://svn.osgeo.org/postgis/trunk@1284
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c: 
	Changed force_*d(geom) and multi(geom) to support AUTOCACHE_BBOX git-svn-id: http://svn.osgeo.org/postgis/trunk@1283
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1282
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-12  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c: 
	forceRHR() and reverse() forced to use pglwgeom_serialize() entry
	point for honouring the AUTOCACHE_BBOX define git-svn-id: http://svn.osgeo.org/postgis/trunk@1281
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel signature for
	PG72 git-svn-id: http://svn.osgeo.org/postgis/trunk@1280
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: added optional versions specificatoin on command
	line git-svn-id: http://svn.osgeo.org/postgis/trunk@1279
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: dropped special pgsql 7.1 handling git-svn-id: http://svn.osgeo.org/postgis/trunk@1278
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: added postgis_lib_build_date() and
	postgis_scripts_build_date() docs git-svn-id: http://svn.osgeo.org/postgis/trunk@1277
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Changed builddate format to Y-m-D H:M:S git-svn-id: http://svn.osgeo.org/postgis/trunk@1276
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@1275
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* make_dist.sh: initial revision git-svn-id: http://svn.osgeo.org/postgis/trunk@1274
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box2dfloat4.c: Comments cleanup.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1273
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.sql.in: removed obsoleted script git-svn-id: http://svn.osgeo.org/postgis/trunk@1272
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gist.c: Added SRID checks for all operators.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1271
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* doc/postgis.xml, lwgeom/lwgeom.sql.in,
	lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_gist.c,
	lwgeom/lwgeom_pg.h, lwgeom/lwpostgis.sql.in: Added new indexable
	operators <<|, &<|, |&> and |>> to allow comparisons of bounding box
	positions in the Y axis git-svn-id: http://svn.osgeo.org/postgis/trunk@1270
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c: 
	Fixed translate() to always use one of the AUTOCACHE_BBOX honouring
	entry points.  Cleaned up expand(geom).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1269
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: removed link from geometry_dump type ref git-svn-id: http://svn.osgeo.org/postgis/trunk@1268
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Dropped inherithed rule for static lib build
	(liblwgeom.a), added a 'tsort' rule to check xdeps status.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1267
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_dump.c: Fixed memory handling bug in dump(geom) git-svn-id: http://svn.osgeo.org/postgis/trunk@1266
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktparse.lex,
	lwgeom/wktparse.y: Added missing prototypes git-svn-id: http://svn.osgeo.org/postgis/trunk@1265
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: changed size_t printing lines to
	use %lu and unsigned long cast git-svn-id: http://svn.osgeo.org/postgis/trunk@1264
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/{misures.c => measures.c}: renamed
	misures.c to measures.c git-svn-id: http://svn.osgeo.org/postgis/trunk@1263
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_functions_basic.c: size_t usage cleanups.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1262
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: Avoided lwcollection_deserialize call for non
	collections (was broken).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1261
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Dropped BOX2D operators. They will rely
	on cast to geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1260
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Fixed handling of empty collection in
	GEOS2POSTGIS converter git-svn-id: http://svn.osgeo.org/postgis/trunk@1259
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Made accum(geometry) compatible
	with PG73.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1258
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: removed unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@1257
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added a geometry type OID
	extractor and caching function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1256
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added a note about compatibility of
	Dump(geometry) git-svn-id: http://svn.osgeo.org/postgis/trunk@1255
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: made accum(geom) compatible with
	PG72 git-svn-id: http://svn.osgeo.org/postgis/trunk@1254
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_dump.c, lwgeom/lwpostgis.sql.in: dropped
	dump(geometry) for PGSQL<73 builds git-svn-id: http://svn.osgeo.org/postgis/trunk@1253
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: fixed var declaration
	misplacement git-svn-id: http://svn.osgeo.org/postgis/trunk@1252
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: make LWGEOM_{to,from}_bytea available to
	all pgsql versions git-svn-id: http://svn.osgeo.org/postgis/trunk@1251
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: fixed typo in symdifference function
	definition git-svn-id: http://svn.osgeo.org/postgis/trunk@1250
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: fixed postgis_gist_joinsel definition for
	PG73 git-svn-id: http://svn.osgeo.org/postgis/trunk@1249
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h, lwgeom/pgsql_compat.h: 
	Moved pgsql compatibility code into pgsql_compat.h git-svn-id: http://svn.osgeo.org/postgis/trunk@1248
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c: variable declaration cleanups.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1247
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: Added WARNING define for pgsql<73 git-svn-id: http://svn.osgeo.org/postgis/trunk@1246
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c: fixed misplaced declaration after body start git-svn-id: http://svn.osgeo.org/postgis/trunk@1245
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Dump(geometry) enabled
	by default.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1244
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added Dump(geometry) doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1243
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_dump.c: cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@1242
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: fixed typo in error message git-svn-id: http://svn.osgeo.org/postgis/trunk@1241
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: fixed typo in error message git-svn-id: http://svn.osgeo.org/postgis/trunk@1240
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: JOINSEL disabled for builds against
	pgsql<80 git-svn-id: http://svn.osgeo.org/postgis/trunk@1239
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_dump.c: Initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@1238
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added MakePolygon documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@1237
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added not about possible lost of simplicity()
	using SnapToGrid(), added links to the function from there and
	simplify() git-svn-id: http://svn.osgeo.org/postgis/trunk@1236
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwpostgis.sql.in: Renamed Apply_Grid to SnapToGrid,
	documented behaviour of collapsed geoms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1235
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
	makepolygon(geometry, geometry[]) git-svn-id: http://svn.osgeo.org/postgis/trunk@1234
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h: forward declarations for
	lwpoly_from_lwlines(), ptarray_clone() and ptarray_isclosed2d() git-svn-id: http://svn.osgeo.org/postgis/trunk@1233
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpoly.c: Added lwpoly_from_lwlines() git-svn-id: http://svn.osgeo.org/postgis/trunk@1232
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/ptarray.c: Added ptarray_clone() and ptarray_isclosed2d() git-svn-id: http://svn.osgeo.org/postgis/trunk@1231
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added accum(geom) documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@1230
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added accom(geom) aggregate git-svn-id: http://svn.osgeo.org/postgis/trunk@1229
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwpostgis.sql.in: Added apply_grid
	wrappers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1228
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_transform.c: Modified
	transform() to always use PG_LWGEOM_construct entry point for output
	(to support AUTOCACHE_BBOX).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1227
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fix spelling error git-svn-id: http://svn.osgeo.org/postgis/trunk@1226
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: updated Polygonize doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1225
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_transform.c: Had translate compute bbox cache
	translating input one if present.  Cleanups.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1224
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_analytic.c: 
	Made apply_grid compute output bbox WHEN_SIMPLE (input bbox is
	present) git-svn-id: http://svn.osgeo.org/postgis/trunk@1223
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_analytic.c: 
	Simplify reworked to use LWGEOM abstraction (no more flattening of
	input collection).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1222
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added apply_grid doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1221
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in: 
	Integrated apply_grid() contributed function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1220
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_btree.c,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_transform.c: Added
	is_worth_caching_serialized_bbox(). Renamed lwgeom_setSRID() to
	pglwgeom_setSRID(). Fixed a bug in PG_LWGEOM_construct support for
	AUTOCACHE_BBOX.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1219
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_api.c: Added
	AUTOCACHE_BBOX support in PG_LWGEOM_construct().  git-svn-id: http://svn.osgeo.org/postgis/trunk@1218
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_pg.c: collect(geom, geom) and collect_garray(geom[])
	use WHEN_SIMPLE strategy for bbox computation. pglwgeom_serialize()
	honour user's AUTOCACHE_BBOX define. BBOXCACHE_BEHAVIOURS updated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1217
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-03  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: GEOSpolygonize returns
	GEOMETRYCOLLECTION instead of MULTIPOLYGON git-svn-id: http://svn.osgeo.org/postgis/trunk@1216
	b70326c6-7e19-0410-871a-916f4a2858ee

2005-01-03  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: iscacheable patch from Carl Anderson git-svn-id: http://svn.osgeo.org/postgis/trunk@1215
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: update ExteriorRing doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1214
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: Made
	ExteriorRing use LWGEOM.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1213
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: update InteriorRingN doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1212
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS, lwgeom/lwgeom_ogc.c: GeometryN and
	InteriorRingN changed to use LWGEOM format (and the latter made
	OGC-strict).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1211
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1210
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: All output geoms serializzations
	made using pglwgeom_serialize git-svn-id: http://svn.osgeo.org/postgis/trunk@1209
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: fixed bugs in convexhull, made GEOS2POSTGIS
	use pglwgeom_serialize git-svn-id: http://svn.osgeo.org/postgis/trunk@1208
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpoint.c: Fixed a bug in lwpoint_serialize_size git-svn-id: http://svn.osgeo.org/postgis/trunk@1207
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_pg.c: error messages and VARLENA handling cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@1206
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/BBOXCACHE_BEHAVIOURS: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@1205
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: re-introduced G2P conversion profile for
	convexhull (was missing from previous patch) git-svn-id: http://svn.osgeo.org/postgis/trunk@1204
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Made convexhull use input bbox cache if any
	for output geom.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1203
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-31  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_inout.c: Varlena handling
	cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@1202
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1201
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Rewrote
	GEOSCentroid() to pass exception using an input arg, and return NULL
	for EMPTY geom.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1200
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: Made parse_WKT_lwgeom (text::geometry) use
	AUTOCACHE_BBOX heuristic, stricter use of PG text type git-svn-id: http://svn.osgeo.org/postgis/trunk@1199
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1198
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c: Added
	compute_serialized_bbox_p() to always recomputed a geometry bounding
	box git-svn-id: http://svn.osgeo.org/postgis/trunk@1197
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Had LineFromMultiPoint make use
	of input SRID git-svn-id: http://svn.osgeo.org/postgis/trunk@1196
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* Makefile.config, lwgeom/Makefile, lwgeom/lwgeom_inout.c: Added
	AUTOCACHE_BBOX variable, defaulting to 1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1195
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_geos.c, lwgeom/lwgeom_inout.c: 
	Introduced bbox caching worth evaluation functions, honoured in
	LWGEOM_in, LWGEOMFromWKB, and GEOS2POSTGIS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1194
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Handled NULL returns from
	getCentroid making it an EMPTY GEOM git-svn-id: http://svn.osgeo.org/postgis/trunk@1193
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Applied Carl Anderson patch for
	LinearRing support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1192
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* Makefile.config: USE_GEOS and USE_PROJ defaults switched to NO,
	and made overridable via environment.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1191
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/lwgeom_triggers.c,
	lwgeom/lwpostgis.sql.in: Added cache_bbox trigger git-svn-id: http://svn.osgeo.org/postgis/trunk@1190
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwgeom_pg.h: moved some BBOX procs
	signatures from lwgeom_inout.c to lwgeom_pg.h git-svn-id: http://svn.osgeo.org/postgis/trunk@1189
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: removed useless memory copies in
	ndims(geom) git-svn-id: http://svn.osgeo.org/postgis/trunk@1188
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-30  Sandro Santilli <strk@kbt.io>

	* doc/ZMSgeoms.txt: initial revision git-svn-id: http://svn.osgeo.org/postgis/trunk@1187
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-28  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: specified LineString input requirement for
	StartPoint and LastPoint git-svn-id: http://svn.osgeo.org/postgis/trunk@1186
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-27  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Expanded "GIS Objects" chapter adding OGC/PostGIS
	(E)WKT/B and canonical forms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1185
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-27  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added HasBBOX() item git-svn-id: http://svn.osgeo.org/postgis/trunk@1184
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
	bool hasBBOX(geometry). Removed useless input copy in
	zmflag(geometry).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1183
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-23  Sandro Santilli <strk@kbt.io>

	* utils/test_joinestimation.pl: Fixed help string, and added a TODO
	item git-svn-id: http://svn.osgeo.org/postgis/trunk@1182
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-23  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Updated <GEOM>FromWKB signatures to take bytea
	instead of text, Removed non-standard GeometryFromText references
	and substituted with OGC GeomFromText.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1181
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-23  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Adjusted some function refereces, added another
	subsection for Geometry Output functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1180
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Added Mark Cave-Ayland implementation of
	JOIN selectivity estimator.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1179
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-22  Sandro Santilli <strk@kbt.io>

	* utils/test_joinestimation.pl: initial revision git-svn-id: http://svn.osgeo.org/postgis/trunk@1178
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwpostgis.sql.in: GeomFromWKB() and GeometryFromText() issue
	a warning if provided formats are not OGC-strict. Introduced
	GeomFromEWKT() and GeomFromEWKB() for extended formats.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1177
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-22  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Drop useless SRID from geometry when
	downloading EWKB format.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1176
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-21  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h,
	lwgeom/lwpostgis.sql.in: Made asText and asBinary strict OGC
	conformant, introduced asEWKT and asEWKB for extended version
	outputs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1175
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktunparse.c: 
	Canonical binary reverted back to EWKB, now supporting SRID
	inclusion.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1174
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Made setSRID(geom, -1) actually *remove* srid
	from LWGEOM.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1173
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-21  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* lwgeom/lwgeom_estimate.c: Fixed bug in pass 4 where sample boxes
	were referred as BOXs and not BOX2DFLOAT4. Also increased SDFACTOR
	to 3.25 git-svn-id: http://svn.osgeo.org/postgis/trunk@1172
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_ogc.c: Updated geom_accum to create *real* geometry
	arrays, changed aggregates using it accordingly. Fixed collect
	output type settings, and dropped CR/LF in lwgeom_functions_basic.c git-svn-id: http://svn.osgeo.org/postgis/trunk@1171
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwline.c: allocation for deserialized lwline made after
	type checking git-svn-id: http://svn.osgeo.org/postgis/trunk@1170
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added array element delimiter for type
	geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@1169
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: SRID is no more skipped from asText output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1168
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-20  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Created a new 'Geometry Editors' section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1167
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-20  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added addBBOX() and dropBBOX() documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1166
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added dropBBOX().  git-svn-id: http://svn.osgeo.org/postgis/trunk@1165
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: LWGEOM_gist_joinsel defined for all PG
	versions git-svn-id: http://svn.osgeo.org/postgis/trunk@1164
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Fixed call to geos_version.sh git-svn-id: http://svn.osgeo.org/postgis/trunk@1163
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom_inout.c,
	lwgeom/lwgparse.c, lwgeom/wktparse.h, lwgeom/wktunparse.c: Moved
	getMachineEndian from parser to liblwgeom.{h,c}.  Added XDR and NDR
	defines.  Fixed all usage of them.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1162
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Added missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@1161
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Added GEOSnoop stub for non-geos
	installations git-svn-id: http://svn.osgeo.org/postgis/trunk@1160
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added canonical
	binary conversions as bytea<->geometry casts and explicit _send and
	_recv for PG>73 git-svn-id: http://svn.osgeo.org/postgis/trunk@1159
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c, lwgeom/wktparse.h: getMachineEndian exported git-svn-id: http://svn.osgeo.org/postgis/trunk@1158
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, CREDITS, README.postgis, TODO: Changes in preparation for
	1.0.0RC1 git-svn-id: http://svn.osgeo.org/postgis/trunk@1157
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Initial skel for
	geometry_send canonical binary rep.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1155
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-16  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: pg_restore-800 handling git-svn-id: http://svn.osgeo.org/postgis/trunk@1154
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-15  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added UpdateGeometrySRID documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@1152
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Enforced schema use in UpdateGeometrySRID git-svn-id: http://svn.osgeo.org/postgis/trunk@1151
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added UpdateGeometrySRID git-svn-id: http://svn.osgeo.org/postgis/trunk@1150
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated TODO git-svn-id: http://svn.osgeo.org/postgis/trunk@1149
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-15  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Die if target database exists git-svn-id: http://svn.osgeo.org/postgis/trunk@1148
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-15  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed memory leaks depending on input size.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1145
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.c: Fixed a bug in lwgeom_dropBBOX() git-svn-id: http://svn.osgeo.org/postgis/trunk@1144
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
	geometry::text cast.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1143
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Added SRID check in
	collect_garray(); git-svn-id: http://svn.osgeo.org/postgis/trunk@1142
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: reduced function calls in
	lwcollection_serialize_size git-svn-id: http://svn.osgeo.org/postgis/trunk@1141
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: fixed a typo in polygonize function git-svn-id: http://svn.osgeo.org/postgis/trunk@1140
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-13  Sandro Santilli <strk@kbt.io>

	* .cvsignore: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1139
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: Initial
	skeleton on join selectivity estimator.  Current estimators
	application for box2d && box2d operator.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1138
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-13  Sandro Santilli <strk@kbt.io>

	* Makefile, lwgeom/Makefile: lwpostgis.sql copy moved from root to
	lwgeom/Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@1137
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Handled more schema specification in 800
	pg_restore output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1136
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c: Removed obsoleted
	function and fixed some warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1135
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-10  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added notice about availability of shorter syntax
	for estimated_extent() git-svn-id: http://svn.osgeo.org/postgis/trunk@1131
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-10  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added estimated_extent() doc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1130
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: implemented
	estimated_extent() function git-svn-id: http://svn.osgeo.org/postgis/trunk@1129
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-09  Sandro Santilli <strk@kbt.io>

	* examples/wkb_reader/.cvsignore, examples/wkb_reader/Makefile,
	examples/wkb_reader/{printwkb.inc => printwkb.c},
	examples/wkb_reader/readwkb.c, examples/wkb_reader/wkbtest.h: 
	Adjusted to work with new bytea WKB encoding, only supports 2d/3dz.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1128
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-08  Sandro Santilli <strk@kbt.io>

	* examples/wkb_reader/README: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1127
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-05  Sandro Santilli <strk@kbt.io>

	* examples/ogc_test_suite/.cvsignore,
	examples/ogc_test_suite/Makefile: Initial revision git-svn-id: http://svn.osgeo.org/postgis/trunk@1126
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-05  Sandro Santilli <strk@kbt.io>

	* examples/ogc_test_suite/3_cleanup.sql: commented out drops of
	unexistant tables git-svn-id: http://svn.osgeo.org/postgis/trunk@1125
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-12-05  Sandro Santilli <strk@kbt.io>

	* examples/ogc_test_suite/1_schema.sql: Changed AddGeometryColumns
	to not complain about invalid schema git-svn-id: http://svn.osgeo.org/postgis/trunk@1124
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/misures.c: Fixed a bug in pt_in_ring_2d.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1123
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Commented out useless CFLAGS override.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1122
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Some initializzations to make compiler
	happy.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1121
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/regress/lwgeom_regress3.sql,
	lwgeom/regress/lwgeom_regress3_expected,
	lwgeom/regress/regress_lots_of_points.sql,
	lwgeom/regress/run_regress3: Removed duplicated tests git-svn-id: http://svn.osgeo.org/postgis/trunk@1120
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/regress/lwgeom_regress2.sql,
	lwgeom/regress/lwgeom_regress2_expected,
	lwgeom/regress/run_regress2, {lwgeom/regress =>
	regress}/lwgeom_regress.sql, {lwgeom/regress =>
	regress}/lwgeom_regress_expected, lwgeom/regress/run_regress =>
	regress/run_lwgeom_regress: Moved basic LWGEOM parsing tests in
	mainstream regress dir.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1119
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/regress/lwgeom_regress.sql,
	lwgeom/regress/lwgeom_regress_expected, lwgeom/regress/run_regress: 
	First regress test cleaned up.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1118
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@1117
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* regress/README: Added regressions test notes git-svn-id: http://svn.osgeo.org/postgis/trunk@1116
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected,
	regress/regress_index_out, regress/regress_out, regress/run_regress: 
	Finished cleanup of main regression test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1115
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: lwcollection_same allows different
	components ordering to reflect older behaviour.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1114
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: Cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@1113
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: Fixed a bug in lwcollection_same git-svn-id: http://svn.osgeo.org/postgis/trunk@1112
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-26  Sandro Santilli <strk@kbt.io>

	* regress/regress.sql, regress/regress_expected,
	regress/regress_out, regress/run_regress: Initial regress tests
	adaptation for lwgeom git-svn-id: http://svn.osgeo.org/postgis/trunk@1111
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: POSTGIS2GEOS conversion failures handled
	cleanier git-svn-id: http://svn.osgeo.org/postgis/trunk@1109
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-19  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Massaged to work with pg_dump-7.2 and
	pg_restore-7.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@1107
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gml.c: precision made of type signed int (for %.*d
	correct use).  git-svn-id: http://svn.osgeo.org/postgis/trunk@1106
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Added support for PG<73 in gist support
	functions and modified preprocessor flags to be compatible with
	older versions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1105
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Fixed IN/OUT representation of types to
	support < 73 PG versions git-svn-id: http://svn.osgeo.org/postgis/trunk@1104
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-18  Sandro Santilli <strk@kbt.io>

	* loader/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1103
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-18  Sandro Santilli <strk@kbt.io>

	* loader/Makefile, loader/PQunescapeBytea.c, loader/compat.h,
	loader/pgsql2shp.c: Added a copy of the PQunescapeBytea function
	found in libpq of PG>=73 git-svn-id: http://svn.osgeo.org/postgis/trunk@1102
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Substituted isfinite() with
	finite().  git-svn-id: http://svn.osgeo.org/postgis/trunk@1101
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Yet another GEOSHasZ bug fix git-svn-id: http://svn.osgeo.org/postgis/trunk@1100
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: GEOSHasZ now checks both
	DoubleNotANumber and isFinite git-svn-id: http://svn.osgeo.org/postgis/trunk@1099
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Changes GEOSHasZ to use isfinite() git-svn-id: http://svn.osgeo.org/postgis/trunk@1098
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-17  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed a typo in geometry type names.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1097
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: SRID checks and enforce for all GEOS
	operations.  Z value handled so to show it only when available.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1096
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Added GEOSHasZ() and GEOSSetSRID() git-svn-id: http://svn.osgeo.org/postgis/trunk@1095
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-15  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Fixed a bug in PIP invocation, added some
	debugging lines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1094
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/README: Add information about where test
	was downloaded from.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1093
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-12  Sandro Santilli <strk@kbt.io>

	* examples/ogc_test_suite/3_cleanup.sql: Deleted entries in
	spatial_ref_sys and geometry_columns.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1092
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-12  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: Made PointN, InteriorRingN and GeometryN
	1-based as required by OGC conformance suite.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1091
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile: Added grep -v ^# to cpp pipeline for .sql
	generation. Under OS/X cpp adds a header with a # comment field to
	the start of the output file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1090
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1089
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added -fPIC to CFLAGS as suggested by Vincent
	Schut.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1086
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1085
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Had isvalid raise a NOTICE with
	invalidity message.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1084
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1083
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-05  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1082
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_estimate.c, lwgeom/misures.c: 
	Renamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1081
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-04  Sandro Santilli <strk@kbt.io>

	* Makefile, lwgeom/Makefile, lwpostgis.sql.in =>
	lwgeom/lwpostgis.sql.in: Oops.. my attemt at moving lwpostgis.sql.in
	one dir up was bogus.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1080
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-04  Sandro Santilli <strk@kbt.io>

	* Makefile, lwgeom/Makefile, lwgeom/lwpostgis.sql.in =>
	lwpostgis.sql.in: Moved lwpostgis.sql.in and it's build logic up to
	root directory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1079
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-02  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h: Fixed "compat.h" include to be local.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1078
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-02  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1077
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-02  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h: min/max macro made available regardless of
	MINGW32 define.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1076
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-02  Sandro Santilli <strk@kbt.io>

	* spatial_ref_sys.sql: Updated as suggested by Frank Warmerdam.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1074
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-11-02  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Fixed a typo in probe_geometry_columns()
	reported by Vinko Vrsalovic.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1073
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1072
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Fixed bug in AddGeometryColumn refusing
	to add 4D geoms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1071
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* loader/TODO: Initial local TODO git-svn-id: http://svn.osgeo.org/postgis/trunk@1070
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/stringBuffer.c: header inclusion cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@1069
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: Fixed bug in debugguing output git-svn-id: http://svn.osgeo.org/postgis/trunk@1068
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* : removed LF git-svn-id: http://svn.osgeo.org/postgis/trunk@1067
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_geos.c: cleanups.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1065
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c: Made data structurs old-compilers-friendly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1064
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gml.c: Fixed a bug in LWGEOM_asGML.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1063
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Fixed geos-based opPolygonize
	include.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1062
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: 
	Cleanups.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1061
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added makeline(point, point). Changed
	LineFromMultiPoint definition.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1060
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/liblwgeom.h,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_pg.c,
	lwgeom/lwgeom_pg.h, lwgeom/lwline.c, lwgeom/lwpostgis.sql.in,
	lwgeom/ptarray.c: Added AddPoint(line, point, [position]) and
	support API functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1059
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwpostgis.sql.in: fixed name of line
	constructor as documentation reports it.  LineFromMultiPoint().  git-svn-id: http://svn.osgeo.org/postgis/trunk@1058
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: 
	collect(geometry, geometry) re-introduced. collector() is an alias
	for collect().  git-svn-id: http://svn.osgeo.org/postgis/trunk@1057
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1056
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwgeom_geos.c, lwgeom/lwpostgis.sql.in: 
	MakePoly renamed to Polygonize git-svn-id: http://svn.osgeo.org/postgis/trunk@1055
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1054
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added constructors docs and intial organizzation
	for postgis extension functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1052
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Unset debug
	define.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1051
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_svg.c: AsSVG returns NULL on GEOMETRY COLLECTION
	input.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1049
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1048
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp: Added
	polygonize interface (makepoly aggregate) git-svn-id: http://svn.osgeo.org/postgis/trunk@1047
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Removed another getbox2d() call.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1046
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: Fixed fix_geometry_columns() to leave
	correctly linked records untouched.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1045
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-26  Sandro Santilli <strk@kbt.io>

	* geos_version.sh: Bug fix in GEOS version extractor.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1042
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c: Obsoleted
	getbox2d(). Use getbox2d_p() or getbox2d_internal() instead.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1041
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-25  Sandro Santilli <strk@kbt.io>

	* geos_version.sh: portable math expressions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1040
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_svg.c: Y axis reverse and relative path fixes from
	Olivier Courtin.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1039
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: Removed useless
	network type includes, Added param.h include for BYTE_ORDER defines
	under win32.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1038
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.c, lwgeom/wktunparse.c: Stricter syntax fixes.
	Reported by S�bastien NICAISE <snicaise@iciatechnologies.com> git-svn-id: http://svn.osgeo.org/postgis/trunk@1037
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1036
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: ZMflags check on costituent geometries only
	performed when there is at least one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1035
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added detect_geos_version in all: rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1034
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-18  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added reverse(geometry) and ForceRHR(geometry)
	documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1033
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: makeline_from_multipoint renamed to
	line_from_multipoint git-svn-id: http://svn.osgeo.org/postgis/trunk@1032
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1031
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: removed USE_WKB partially-used define git-svn-id: http://svn.osgeo.org/postgis/trunk@1030
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: HEXWKB polygon git-svn-id: http://svn.osgeo.org/postgis/trunk@1029
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1028
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: HEXWKB multiline output git-svn-id: http://svn.osgeo.org/postgis/trunk@1027
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwline.c: Fixed a bug in lwline_serialize_buf preventing
	dimension override git-svn-id: http://svn.osgeo.org/postgis/trunk@1026
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwline.c: Fixed a debugging function output bug git-svn-id: http://svn.osgeo.org/postgis/trunk@1025
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Point and MultiPoint loaded using HEXWKB.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1024
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: fixed prototype for user query table git-svn-id: http://svn.osgeo.org/postgis/trunk@1022
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-17  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Bug fixed in multipoint4D creation git-svn-id: http://svn.osgeo.org/postgis/trunk@1020
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1019
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Initial WKB functionalities git-svn-id: http://svn.osgeo.org/postgis/trunk@1018
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1017
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1016
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwline.c: Fixed a bug in outputput dimension detection for
	makeline() git-svn-id: http://svn.osgeo.org/postgis/trunk@1015
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1014
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Added debugging lines git-svn-id: http://svn.osgeo.org/postgis/trunk@1013
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwline.c: Fixed a bug in make_lwline git-svn-id: http://svn.osgeo.org/postgis/trunk@1012
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* TODO, lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@1011
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_svg.c: Fixed a bug making asSVG return a spurious
	char at the end.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1009
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1008
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: updated AsSVG doc git-svn-id: http://svn.osgeo.org/postgis/trunk@1007
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_svg.c: changed precision semantic back to number of
	decimal digits git-svn-id: http://svn.osgeo.org/postgis/trunk@1006
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c, lwgeom/liblwgeom.h: Added a trailing zeros
	trimmer git-svn-id: http://svn.osgeo.org/postgis/trunk@1005
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed handling of mixed dimensioned geometries
	in source table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1004
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-15  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktunparse.c: Fixed a bug introduced by me (byteorder
	skipped for inner geoms in WKB) git-svn-id: http://svn.osgeo.org/postgis/trunk@1003
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-14  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Updated pgsql2shp documentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1001
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-14  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Added support for user query (replacing
	schema.table) git-svn-id: http://svn.osgeo.org/postgis/trunk@999
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-13  Sandro Santilli <strk@kbt.io>

	* TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@998
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-13  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added third buffer arg expanation git-svn-id: http://svn.osgeo.org/postgis/trunk@996
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: fixed arg number in buffer third arg git-svn-id: http://svn.osgeo.org/postgis/trunk@994
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
	lwgeom/lwpostgis.sql.in: Added a third argument to the buffer()
	function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@993
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-13  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@992
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@991
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added point constructors PG funx.  git-svn-id: http://svn.osgeo.org/postgis/trunk@990
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/lwpoint.c,
	lwgeom/test.c: Added simpler lwpoint constructors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@989
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@986
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Added endiannes specification for
	postgis-1.0.0+ git-svn-id: http://svn.osgeo.org/postgis/trunk@985
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h,
	lwgeom/lwpostgis.sql.in, lwgeom/test.c, lwgeom/wktparse.h,
	lwgeom/wktunparse.c: Added endiannes specification to unparse_WKB,
	AsBinary, lwgeom_to_wkb.  git-svn-id: http://svn.osgeo.org/postgis/trunk@984
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added test.o to cleanup list git-svn-id: http://svn.osgeo.org/postgis/trunk@983
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@982
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@981
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: changed description of pgsql2shp -b switch git-svn-id: http://svn.osgeo.org/postgis/trunk@980
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Changed collect() to return
	MULTI* if applicabe (all input is corresponding SINGLE type).  git-svn-id: http://svn.osgeo.org/postgis/trunk@979
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.c: Added debug strings git-svn-id: http://svn.osgeo.org/postgis/trunk@978
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: collect() always return a
	collection, with a component for each input geometry.  memcollect()
	obsoleted.  git-svn-id: http://svn.osgeo.org/postgis/trunk@977
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwcollection.c: Fixed bug making it unbuildable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@976
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c: Added
	lwgeom_addBBOX() and lwcollection_construct_empty() git-svn-id: http://svn.osgeo.org/postgis/trunk@975
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@974
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-11  Sandro Santilli <strk@kbt.io>

	* TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@973
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
	lwgeom/lwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwline.c, lwgeom/lwpoly.c, lwgeom/ptarray.c: segmentize2d()
	port and use of new LWGEOM structure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@972
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-09  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@971
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@969
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.c: Debugging output cleanup.  git-svn-id: http://svn.osgeo.org/postgis/trunk@968
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gist.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.h, lwgeom/lwline.c,
	lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
	lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/lwpostgis.sql.in,
	lwgeom/ptarray.c: Changed LWGEOM structure to point to an actual
	BOX2DFLOAT4.  Renamed most function to reflect a TYPE_method naming
	convention.  (you'll need a dump/reload for it to work) Added more
	manipulation functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@967
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c: added memory allocation debugging git-svn-id: http://svn.osgeo.org/postgis/trunk@966
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added box2d.o module, reverted SCRIPTS_VERSION to
	0.1.0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@965
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/box2d.c: Initial revision git-svn-id: http://svn.osgeo.org/postgis/trunk@964
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-08  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Some updates git-svn-id: http://svn.osgeo.org/postgis/trunk@963
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-08  Sandro Santilli <strk@kbt.io>

	* hwgeom/Makefile, hwgeom/postgis.h, hwgeom/postgis.sql.in,
	hwgeom/postgis_algo.c, hwgeom/postgis_chip.c,
	hwgeom/postgis_debug.c, hwgeom/postgis_estimate.c,
	hwgeom/postgis_fn.c, hwgeom/postgis_geos.c,
	hwgeom/postgis_geos_wrapper.cpp, hwgeom/postgis_gist_71.c,
	hwgeom/postgis_gist_72.c, hwgeom/postgis_inout.c,
	hwgeom/postgis_ops.c, hwgeom/postgis_proj.c, hwgeom/postgis_svg.c,
	hwgeom/postgis_transform.c: Dropped HWGEOM from this branch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@962
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@959
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Lots of rewriting/cleanup. TypeM/TypeZ
	supports.  git-svn-id: http://svn.osgeo.org/postgis/trunk@958
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed a bug in 4d handling git-svn-id: http://svn.osgeo.org/postgis/trunk@957
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed bugs
	in TYPE_ macro usage git-svn-id: http://svn.osgeo.org/postgis/trunk@956
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom.h, lwgeom/ptarray.c,
	lwgeom/test.c: Changed ptarray2d_construct interface.  git-svn-id: http://svn.osgeo.org/postgis/trunk@955
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: Changed geometrytype() to support TYPEM.  git-svn-id: http://svn.osgeo.org/postgis/trunk@954
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/lwpostgis.sql.in: Changed
	AddGeometryColumn to handle TYPEM.  Updated SCRIPTS_VERSION to 1.1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@953
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed TYPEM handling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@952
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
	lwgeom/lwcollection.c, lwgeom/lwgeom.c, lwgeom/lwgeom.h,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_gist.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c,
	lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c,
	lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
	lwgeom/ptarray.c, lwgeom/test.c, lwgeom/wktparse.h,
	lwgeom/wktunparse.c: API cleanup, more steps toward standalone
	library.  git-svn-id: http://svn.osgeo.org/postgis/trunk@951
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-07  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@950
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-06  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: ZM handling. Log trimmed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@949
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-06  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Other separator fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@947
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-06  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added zmflag(geom) doc git-svn-id: http://svn.osgeo.org/postgis/trunk@946
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-06  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Handled 0-DBF-attributes corner case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@944
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
	zmflag(geom) function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@943
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-06  Sandro Santilli <strk@kbt.io>

	* TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@942
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-06  Sandro Santilli <strk@kbt.io>

	* jdbc/org/postgis/Point.java: Left off a semicolon in previous
	patch...  git-svn-id: http://svn.osgeo.org/postgis/trunk@941
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* jdbc/org/postgis/Point.java: Removed PGSQLException use as
	suggested by Kris Jurka git-svn-id: http://svn.osgeo.org/postgis/trunk@939
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Flex invocation patch by Kris Jurka.  git-svn-id: http://svn.osgeo.org/postgis/trunk@938
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Yes another change in SPI_cursor_open git-svn-id: http://svn.osgeo.org/postgis/trunk@936
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Fixed bugs in Centroid (not GEOS) git-svn-id: http://svn.osgeo.org/postgis/trunk@935
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_debug.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_spheroid.c: Cleanups for older compilers and PG
	verisons.  git-svn-id: http://svn.osgeo.org/postgis/trunk@934
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@933
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@932
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Made clean rule verbose git-svn-id: http://svn.osgeo.org/postgis/trunk@931
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@930
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
	lwgeom/lwgeom_chip.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_spheroid.c, lwgeom/lwgparse.c, lwgeom/lwline.c,
	lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
	lwgeom/lwpoint.c, lwgeom/lwpoly.c, lwgeom/lwpostgis.sql.in,
	lwgeom/wktparse.lex, lwgeom/wktparse.y: Added ZM dimensions flags
	knowledge.  git-svn-id: http://svn.osgeo.org/postgis/trunk@929
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@928
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c: Added newlines in standalone reporters git-svn-id: http://svn.osgeo.org/postgis/trunk@927
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added force_3dz, force_3dm docs git-svn-id: http://svn.osgeo.org/postgis/trunk@926
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* Makefile.config: Changed default variable setting to a more
	portable syntax git-svn-id: http://svn.osgeo.org/postgis/trunk@925
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-05  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgparse.c, lwgeom/wktparse.lex,
	lwgeom/wktparse.y, lwgeom/wktunparse.c: ZM aware WKT/WKB
	input/output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@924
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_chip.c, lwgeom/lwgeom_debug.c,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgparse.c,
	lwgeom/lwline.c, lwgeom/lwmline.c, lwgeom/lwmpoint.c,
	lwgeom/lwmpoly.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
	lwgeom/wktunparse.c: Serialized form and WKB prepared to accept ZM
	flags replacing DD (dimensions) git-svn-id: http://svn.osgeo.org/postgis/trunk@923
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Added missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@922
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-03  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@921
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-03  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_geos.c, lwgeom/lwgeom_geos_wrapper.cpp,
	lwgeom/lwline.c, lwgeom/lwpoint.c, lwgeom/lwpoly.c,
	lwgeom/lwpostgis.sql.in: Made GEOS<->LWGEOM converters keep geometry
	structures.  Fixed bug in serializers.  Added noop(geometry) for
	deserialize/serialize debugging.  git-svn-id: http://svn.osgeo.org/postgis/trunk@920
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwcollection.c, lwgeom/lwgeom.c,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_geos_wrapper.cpp, lwgeom/lwline.c, lwgeom/lwmline.c,
	lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
	lwgeom/lwpoly.c: Added lwgeom_add(LWGEOM *to, int where, LWGEOM
	*what).  Added LWGEOM2GEOS keeping input geometry structure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@919
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_debug.c: initial revision git-svn-id: http://svn.osgeo.org/postgis/trunk@918
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-10-01  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.h, lwgeom/lwgeom.c: Added runtime cast functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@917
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO, lwgeom/liblwgeom.c, lwgeom/lwgeom.h,
	lwgeom/lwgeom_functions_basic.c: bug fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@916
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
	lwgeom/lwgeom.c, lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_pg.h, lwgeom/lwline.c,
	lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
	lwgeom/lwpoint.c, lwgeom/lwpoly.c: Added BBOX finders and its
	support in serializer.  git-svn-id: http://svn.osgeo.org/postgis/trunk@915
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@914
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/liblwgeom.c, lwgeom/liblwgeom.h,
	lwgeom/lwcollection.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_pg.c, lwgeom/lwline.c, lwgeom/lwmline.c,
	lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
	lwgeom/lwpoly.c: More common flags between LW<type>s.
	LWGEOM_summary output made cleaner and moved to lwgeom_debug.c git-svn-id: http://svn.osgeo.org/postgis/trunk@913
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/liblwgeom.c, lwgeom/liblwgeom.h, lwgeom/lwgeom.c,
	lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwmline.c,
	lwgeom/lwmpoint.c, lwgeom/lwmpoly.c: Added missing liblwgeom.c file.
	Made LWMPOINT, LWMLINE, LWMPOLY compatible with LWCOLLECTION.  Fixed
	reverse() and forcerhr() to maintain geometry structure.  git-svn-id: http://svn.osgeo.org/postgis/trunk@912
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-30  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@911
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
	lwgeom/lwgeom.c, lwgeom/lwgeom_functions_basic.c, lwgeom/lwline.c,
	lwgeom/lwmline.c, lwgeom/lwmpoint.c, lwgeom/lwmpoly.c,
	lwgeom/lwpoint.c, lwgeom/lwpoly.c: Added serialize function for
	LWGEOM git-svn-id: http://svn.osgeo.org/postgis/trunk@910
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/liblwgeom.h, lwgeom/lwcollection.c,
	lwgeom/lwgeom.c, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_box.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h,
	lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_svg.c,
	lwgeom/lwgeom_transform.c, lwgeom/lwline.c, lwgeom/lwmline.c,
	lwgeom/lwmpoint.c, lwgeom/lwmpoly.c, lwgeom/lwpoint.c,
	lwgeom/lwpoly.c: Big layout change.  lwgeom.h is public API
	liblwgeom.h is private header lwgeom_pg.h is for PG-links lw<type>.c
	contains type-specific functions git-svn-id: http://svn.osgeo.org/postgis/trunk@909
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-29  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
	lwgeom/lwgeom_btree.c, lwgeom/lwgeom_chip.c,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_gml.c, lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c,
	lwgeom/lwgeom_spheroid.c, lwgeom/lwgeom_svg.c,
	lwgeom/lwgeom_transform.c: Changed LWGEOM to PG_LWGEOM.  Changed
	LWGEOM_construct to PG_LWGEOM_construct.  git-svn-id: http://svn.osgeo.org/postgis/trunk@908
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h: Removed ^Ms, added note about flatting nature of
	LWGEOM_EXPLODED.  git-svn-id: http://svn.osgeo.org/postgis/trunk@907
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added AsGML function ref git-svn-id: http://svn.osgeo.org/postgis/trunk@906
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Fixed a bug in PostGIS2GEOS_point git-svn-id: http://svn.osgeo.org/postgis/trunk@905
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@904
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
	forceRHR() and support functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@903
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added ptarray_isccw(). Added
	extern modifiers to public prototypes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@902
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@901
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
	reverse(geometry) and support functions git-svn-id: http://svn.osgeo.org/postgis/trunk@900
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-28  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added some const modifiers git-svn-id: http://svn.osgeo.org/postgis/trunk@899
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@898
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c, lwgeom/lwgeom_gist.c, lwgeom/profile.h: 
	Debugging defines set to NODEBUG.  git-svn-id: http://svn.osgeo.org/postgis/trunk@897
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-27  Sandro Santilli <strk@kbt.io>

	* utils/README: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@896
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-27  Sandro Santilli <strk@kbt.io>

	* utils/profile_intersects.pl: Added USE_GIST variable on top of
	file. Changed true values report as fraction of total rows.  git-svn-id: http://svn.osgeo.org/postgis/trunk@895
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added profile.h deps git-svn-id: http://svn.osgeo.org/postgis/trunk@894
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-24  Sandro Santilli <strk@kbt.io>

	* utils/profile_intersects.pl: Added worst and best percentile for
	both intersects and distance git-svn-id: http://svn.osgeo.org/postgis/trunk@893
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-24  Sandro Santilli <strk@kbt.io>

	* utils/profile_intersects.pl: approximated nums to 2 decimal digits git-svn-id: http://svn.osgeo.org/postgis/trunk@892
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-24  Sandro Santilli <strk@kbt.io>

	* utils/profile_intersects.pl: initial intersects profiler frontend
	implementation git-svn-id: http://svn.osgeo.org/postgis/trunk@891
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwpostgis.sql.in: Added
	box2d->geometry cast.  git-svn-id: http://svn.osgeo.org/postgis/trunk@890
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-23  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Added -m / -z switches to control output type:
	XYM,XYMZ.  git-svn-id: http://svn.osgeo.org/postgis/trunk@889
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in: Modified GML output
	as suggested by Martin Daly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@888
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/lwgeom_gml.c, lwgeom/lwpostgis.sql.in: 
	Initial GML output routines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@887
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/profile.h: Profile output modified again, input geoms points
	and conversion times separated git-svn-id: http://svn.osgeo.org/postgis/trunk@886
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: indentation fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@885
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gist.c: indentation and function-call-debugging
	preparation git-svn-id: http://svn.osgeo.org/postgis/trunk@884
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c: removed some compiler warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@883
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Added missing prototype to make
	compiler happy git-svn-id: http://svn.osgeo.org/postgis/trunk@882
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@881
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h: Some more source file cleanups.  git-svn-id: http://svn.osgeo.org/postgis/trunk@880
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* 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 *).  git-svn-id: http://svn.osgeo.org/postgis/trunk@879
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* 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..  git-svn-id: http://svn.osgeo.org/postgis/trunk@878
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* TODO.lwgeom => lwgeom/TODO: LWGEOM TODO moved back to the lwgeom/
	dir.  git-svn-id: http://svn.osgeo.org/postgis/trunk@877
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@876
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_analytic.c, lwgeom/lwpostgis.sql.in: 
	line_interpolate_point added.  git-svn-id: http://svn.osgeo.org/postgis/trunk@875
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h: fixed a comment git-svn-id: http://svn.osgeo.org/postgis/trunk@874
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/profile.h: Added 'label' argument to the profreport macro.  git-svn-id: http://svn.osgeo.org/postgis/trunk@873
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_geos.c, lwgeom/profile.h: Renamed
	lwgeom_npoints_recursive to lwgeom_npoints and exposed in lwgeom.h.
	Changed SERIALIZED_FORM macro to be less LWGEOM structure aware.
	Added profiling header file.  Modified profiling calls to include
	total query time.  Initial profiling support in the mindistance
	function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@872
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile, doc/postgis.xml: Add number nesting to sections. Fix
	link in postgis.xml git-svn-id: http://svn.osgeo.org/postgis/trunk@871
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: slightly changed PROF_SUM output for sort
	acceptance git-svn-id: http://svn.osgeo.org/postgis/trunk@870
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Fixed a profiler bug.  Added points count
	and doubled profiler output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@869
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Add section autolabelling to printed output git-svn-id: http://svn.osgeo.org/postgis/trunk@868
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Add autolabelling to sections in generated HTML.  git-svn-id: http://svn.osgeo.org/postgis/trunk@867
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Added missing profiling report calls in
	predicates git-svn-id: http://svn.osgeo.org/postgis/trunk@866
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Added GEOS profiling support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@865
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: reduced memory copies in GEOS2POSTGIS() git-svn-id: http://svn.osgeo.org/postgis/trunk@864
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: buffer serialized accept NULL as return-size
	pointer git-svn-id: http://svn.osgeo.org/postgis/trunk@863
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added lwgeom_empy_length(),
	lwgeom_constructempty_buf(), lwexploded_serialize_buf() git-svn-id: http://svn.osgeo.org/postgis/trunk@862
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-21  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added lwexploded_findlength git-svn-id: http://svn.osgeo.org/postgis/trunk@861
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: Optimized postgis->geos conversion git-svn-id: http://svn.osgeo.org/postgis/trunk@860
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: commented pfree call in GEOSnoop (seems to
	generate memory faults) git-svn-id: http://svn.osgeo.org/postgis/trunk@859
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* TODO.lwgeom: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@858
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: changed comments to better show shape type
	handling git-svn-id: http://svn.osgeo.org/postgis/trunk@857
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Added -d -d availability notice in help
	string.  Added user notice about output shape type.  git-svn-id: http://svn.osgeo.org/postgis/trunk@856
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, lwgeom/lwgeom.h,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
	force_4d(geometry) git-svn-id: http://svn.osgeo.org/postgis/trunk@855
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Added 4d geometries support.  Changelog
	section moved at bottom file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@854
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed a bug in popbyte. Trapped WKB endiannes
	errors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@852
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* TODO.lwgeom: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@851
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Postgis-1.x support (LWGEOM) added.  postgis
	version detected at runtime.  Endiannes unchecked ... TODO.  git-svn-id: http://svn.osgeo.org/postgis/trunk@850
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* README.postgis: Changed postgis.sql to lwpostgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@849
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* Makefile: Added lwpostgis.sql rule git-svn-id: http://svn.osgeo.org/postgis/trunk@848
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* README.postgis: updated layout description and configuration
	instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@847
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/{README => README.initial}: Renamed README git-svn-id: http://svn.osgeo.org/postgis/trunk@846
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* Makefile, Makefile.config, loader/Makefile, lwgeom/Makefile: Added
	missing 'uninstall' rules. Fixed existing install rules.  git-svn-id: http://svn.osgeo.org/postgis/trunk@845
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* Makefile, Makefile.config, hwgeom/Makefile, loader/Makefile,
	lwgeom/Makefile: Configuration and common Makefile work moved to
	Makefile.config Build is possible from each directory and from the
	root directory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@844
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: added missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@843
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* Makefile, hwgeom/Makefile, lwgeom/Makefile: Reworked build
	scripts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@842
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: fixed bugs in non-GEOS centroid
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@841
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: cleanups git-svn-id: http://svn.osgeo.org/postgis/trunk@840
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/.cvsignore: generalized library ignore line git-svn-id: http://svn.osgeo.org/postgis/trunk@839
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/.cvsignore: Added postgis_geos_version.h git-svn-id: http://svn.osgeo.org/postgis/trunk@838
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos_wrapper.cpp: included local
	postgis_geos_version.h git-svn-id: http://svn.osgeo.org/postgis/trunk@837
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added detect_geos_version rule git-svn-id: http://svn.osgeo.org/postgis/trunk@836
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO => TODO.lwgeom: Moved lwgeom TODO in the root git-svn-id: http://svn.osgeo.org/postgis/trunk@835
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* Makefile, postgis.h, postgis.sql.in, postgis_algo.c,
	postgis_chip.c, postgis_debug.c, postgis_estimate.c, postgis_fn.c,
	postgis_geos.c, postgis_geos_wrapper.cpp, postgis_gist_71.c,
	postgis_gist_72.c, postgis_inout.c, postgis_ops.c, postgis_proj.c,
	postgis_svg.c, postgis_transform.c: HWGEOM functions moved under
	hwgeom/ directory git-svn-id: http://svn.osgeo.org/postgis/trunk@834
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: fixed typo git-svn-id: http://svn.osgeo.org/postgis/trunk@833
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-20  Sandro Santilli <strk@kbt.io>

	* hwgeom/Makefile, hwgeom/postgis.h, hwgeom/postgis.sql.in,
	hwgeom/postgis_algo.c, hwgeom/postgis_chip.c,
	hwgeom/postgis_debug.c, hwgeom/postgis_estimate.c,
	hwgeom/postgis_fn.c, hwgeom/postgis_geos.c,
	hwgeom/postgis_geos_wrapper.cpp, hwgeom/postgis_gist_71.c,
	hwgeom/postgis_gist_72.c, hwgeom/postgis_inout.c,
	hwgeom/postgis_ops.c, hwgeom/postgis_proj.c, hwgeom/postgis_svg.c,
	hwgeom/postgis_transform.c: prepared to contain old internal
	representation code git-svn-id: http://svn.osgeo.org/postgis/trunk@832
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Fixed a serius bug in pointArray_construct.
	Added debugging output, optimized some functions, indentation
	buties..  git-svn-id: http://svn.osgeo.org/postgis/trunk@831
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gist.c: Added more debugging output git-svn-id: http://svn.osgeo.org/postgis/trunk@830
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Reorganize OpenGIS function reference into
	categories.  git-svn-id: http://svn.osgeo.org/postgis/trunk@829
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-16  Mark Leslie <mark.leslie@lisasoft.com>

	* CREDITS, postgis.h, postgis.sql.in, postgis_proj.c: Added the
	distance_sphere function to calculate the distance between two
	points on an earth-sized sphere using an algorithm implemented by
	Bruno Wolff III.  Added the postgresql loader function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@828
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added box3d_to_box2df_p to
	reduce number of required memcpys git-svn-id: http://svn.osgeo.org/postgis/trunk@827
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-16  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@826
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_geos.c: Added binary predicate short-circuits git-svn-id: http://svn.osgeo.org/postgis/trunk@825
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added getbox2d_internal git-svn-id: http://svn.osgeo.org/postgis/trunk@824
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-16  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@823
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_chip.c, lwgeom/lwgeom_geos_wrapper.cpp: CHIP and
	GEOS types (forgot to add) git-svn-id: http://svn.osgeo.org/postgis/trunk@821
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-14  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added a note about tweeking random_page_cost git-svn-id: http://svn.osgeo.org/postgis/trunk@819
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: fixed a typo in the geometry_send
	function definition git-svn-id: http://svn.osgeo.org/postgis/trunk@818
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-14  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Updated call to SPI_cursor_open to 8.0
	(beta2) interface.  git-svn-id: http://svn.osgeo.org/postgis/trunk@816
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@815
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-13  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_71_end.sql.in,
	Attic/postgis_sql_71_start.sql.in, Attic/postgis_sql_72_end.sql.in,
	Attic/postgis_sql_72_start.sql.in, Attic/postgis_sql_73_end.sql.in,
	Attic/postgis_sql_73_start.sql.in, Attic/postgis_sql_74_end.sql.in,
	Attic/postgis_sql_74_start.sql.in, Attic/postgis_sql_75_end.sql.in,
	Attic/postgis_sql_75_start.sql.in, Attic/postgis_sql_common.sql.in: 
	removed old files from Attic/ git-svn-id: http://svn.osgeo.org/postgis/trunk@813
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Added pdf rule that uses pdfxmltex git-svn-id: http://svn.osgeo.org/postgis/trunk@810
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added binary
	input/output function for type geometry.  git-svn-id: http://svn.osgeo.org/postgis/trunk@808
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-13  Sandro Santilli <strk@kbt.io>

	* postgis_svg.c: indentation fix git-svn-id: http://svn.osgeo.org/postgis/trunk@807
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@806
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-13  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/lwgeom_svg.c, lwgeom/lwpostgis.sql.in: 
	Added AsSVG().  git-svn-id: http://svn.osgeo.org/postgis/trunk@805
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-13  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added POINT rendering info for AsSVG function git-svn-id: http://svn.osgeo.org/postgis/trunk@804
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Bump version numbers to 0.9.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@803
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added 'recommended' to proj/geos flags git-svn-id: http://svn.osgeo.org/postgis/trunk@802
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES: Note 8.0 support and w32 git-svn-id: http://svn.osgeo.org/postgis/trunk@801
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_svg.c: Added Log tag to header.  git-svn-id: http://svn.osgeo.org/postgis/trunk@800
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added asSVG documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@799
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@798
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Sandro Santilli <strk@kbt.io>

	* postgis_svg.c: fixed a memory fault git-svn-id: http://svn.osgeo.org/postgis/trunk@797
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Sandro Santilli <strk@kbt.io>

	* Makefile, postgis.sql.in, postgis_svg.c: Included SVG output
	function, modified to have precision expressed in terms of
	significant digits.  git-svn-id: http://svn.osgeo.org/postgis/trunk@796
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwpostgis.sql.in: Added all
	..FromWKB functions, asbinary(geom) and bytea<->geom casts git-svn-id: http://svn.osgeo.org/postgis/trunk@795
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-10  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: asbinary(),
	geomfromwkb git-svn-id: http://svn.osgeo.org/postgis/trunk@794
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, CREDITS, README.postgis, TODO: Changes in preparation for
	0.9 git-svn-id: http://svn.osgeo.org/postgis/trunk@793
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Fix silly entity handling in chunked mode HTML
	generation git-svn-id: http://svn.osgeo.org/postgis/trunk@792
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Added FAQ for mapserver section and entries on
	SQL spatial queries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@791
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile, doc/postgis.xml: Added example spatial SQL section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@790
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Add --output flag to html build rule git-svn-id: http://svn.osgeo.org/postgis/trunk@789
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO, lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: some
	bug fixes... geometry_analyze added git-svn-id: http://svn.osgeo.org/postgis/trunk@788
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed bug in GEOS link reference git-svn-id: http://svn.osgeo.org/postgis/trunk@787
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@786
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
	segmentize() git-svn-id: http://svn.osgeo.org/postgis/trunk@785
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added segmentize(geom,double) documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@784
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@783
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: re-introduced 'jw' optional production method git-svn-id: http://svn.osgeo.org/postgis/trunk@782
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Fixed a bug in the z()
	function.  Added ! GEOS implementation of Centroid().  git-svn-id: http://svn.osgeo.org/postgis/trunk@781
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Commit today's edits.  git-svn-id: http://svn.osgeo.org/postgis/trunk@780
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Make default html output be a single page.  git-svn-id: http://svn.osgeo.org/postgis/trunk@779
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Change chunking depth to "chapter".  git-svn-id: http://svn.osgeo.org/postgis/trunk@778
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: More minor editorial changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@777
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/Makefile: Changed Docbook processing from DSSSL to XSL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@776
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-07  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@775
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
	lwgeom/lwpostgis.sql.in: Added CHIP type and support funx git-svn-id: http://svn.osgeo.org/postgis/trunk@774
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h: updated some comments git-svn-id: http://svn.osgeo.org/postgis/trunk@773
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@772
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwpostgis.sql.in: Changed getbox2d_p signature to return 0
	for EMPTY geometries.  Ported DP simplifier.  git-svn-id: http://svn.osgeo.org/postgis/trunk@771
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added IsEmpty() git-svn-id: http://svn.osgeo.org/postgis/trunk@770
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_box2dfloat4.c, lwgeom/lwgeom_box3d.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Finished
	BOX3D functions porting.  Added envelope() and extent3d().  git-svn-id: http://svn.osgeo.org/postgis/trunk@769
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-06  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@768
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-06  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/Makefile, lwgeom/lwgeom.h,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_box3d.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added box3d support and
	expand(geom|box2d|box3d, double) git-svn-id: http://svn.osgeo.org/postgis/trunk@767
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-09-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: More minor edits.  git-svn-id: http://svn.osgeo.org/postgis/trunk@766
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Replace all tabs with spaces.  git-svn-id: http://svn.osgeo.org/postgis/trunk@765
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Updated street address reference.  git-svn-id: http://svn.osgeo.org/postgis/trunk@764
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Removed < sign and replaced with &lt; git-svn-id: http://svn.osgeo.org/postgis/trunk@763
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added geom_accum(), collect_garray() and
	collect() git-svn-id: http://svn.osgeo.org/postgis/trunk@762
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@761
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed bug in
	lwgeom_explode allocating less memory then needed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@760
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/TODO, lwgeom/lwgeom.h,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
	LWGEOM_EXPLODED structure definition and utility funx.  Added
	collector() function and memcollect() aggregate.  Still faulting...  git-svn-id: http://svn.osgeo.org/postgis/trunk@759
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-27  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added point_inside_circle() and translate() git-svn-id: http://svn.osgeo.org/postgis/trunk@758
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-27  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Fixed typo ( mem_collect ==> memcollect ) git-svn-id: http://svn.osgeo.org/postgis/trunk@757
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, postgis_fn.c: max_distance()
	raises an 'unimplemented yet' error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@756
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added nrings(geom), multi(geom) and all of
	<type>FromText(geom, [srid]) git-svn-id: http://svn.osgeo.org/postgis/trunk@755
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@754
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added (bogus) max_distance(geom,geom) git-svn-id: http://svn.osgeo.org/postgis/trunk@753
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwpostgis.sql.in: Added
	distance(geometry) and all support functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@752
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-26  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: Added a note about spheroid computation git-svn-id: http://svn.osgeo.org/postgis/trunk@751
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-26  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@750
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: Added IsClosed() and
	force_collection() git-svn-id: http://svn.osgeo.org/postgis/trunk@749
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h: Added macros for LWGEOM.type manipulation git-svn-id: http://svn.osgeo.org/postgis/trunk@748
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added force_3d git-svn-id: http://svn.osgeo.org/postgis/trunk@747
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added perimeter,perimeter2d,perimeter3d.
	Modified length,length2d,length3d semantic.  Added force_2d.  git-svn-id: http://svn.osgeo.org/postgis/trunk@746
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added serialized functions
	writing to a pre-allocated buffer.  git-svn-id: http://svn.osgeo.org/postgis/trunk@745
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgeom_ogc.c, lwgeom/lwpostgis.sql.in: 
	Moved some OGC functions from lwgeom_inout.c to lwgeom_ogc.c.  Added
	area2d (area) to lwgeom_functions_basic.c git-svn-id: http://svn.osgeo.org/postgis/trunk@744
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-25  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/lwgeom_pg.c, lwgeom/lwgeom_pg.h: Added
	lwgeom_pg to contain PG-specific functions/interfaces.  git-svn-id: http://svn.osgeo.org/postgis/trunk@743
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
	lwgeom/lwpostgis.sql.in: Added StartPoint(), EndPoint() git-svn-id: http://svn.osgeo.org/postgis/trunk@742
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
	lwgeom/lwpostgis.sql.in: Added X(), Y() and Z() funx git-svn-id: http://svn.osgeo.org/postgis/trunk@741
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
	lwgeom/lwpostgis.sql.in: PointN() ported.  git-svn-id: http://svn.osgeo.org/postgis/trunk@740
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_ogc.c: fixed a bug preventing ExteriorRing() and
	InteriorRingN from setting the correct SRID.  git-svn-id: http://svn.osgeo.org/postgis/trunk@739
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@738
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
	lwgeom/lwpostgis.sql.in: Added NumInteriorRings() and
	InteriorRingN() git-svn-id: http://svn.osgeo.org/postgis/trunk@737
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_ogc.c,
	lwgeom/lwpostgis.sql.in: Added dimension() and exteriorring() git-svn-id: http://svn.osgeo.org/postgis/trunk@736
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added LWGEOM_construct()
	function to easy the work of dealing with SRID/BBOX optional
	embedding.  git-svn-id: http://svn.osgeo.org/postgis/trunk@735
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Fixed a bug in lwgeom_getSRID() git-svn-id: http://svn.osgeo.org/postgis/trunk@734
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: Indentation and debugging output.  git-svn-id: http://svn.osgeo.org/postgis/trunk@733
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h: fixed a typo in a comment git-svn-id: http://svn.osgeo.org/postgis/trunk@732
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: Fixed a bug in LWGEOM_addBBOX preventing it
	to detect missing BBOX embedding.  git-svn-id: http://svn.osgeo.org/postgis/trunk@731
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@730
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwpostgis.sql.in: Added
	npoints,numpoints,numgeometries,geometryn git-svn-id: http://svn.osgeo.org/postgis/trunk@729
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: transformation work made on an input
	copy (made by setSRID).  previous behaviour was unsafe (scribbling
	input object).  git-svn-id: http://svn.osgeo.org/postgis/trunk@728
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/TODO: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@727
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: added missing prototype git-svn-id: http://svn.osgeo.org/postgis/trunk@726
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-24  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: geos version detector and wrapper used from
	parent directory git-svn-id: http://svn.osgeo.org/postgis/trunk@725
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c: fixed typo git-svn-id: http://svn.osgeo.org/postgis/trunk@724
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom_geos.c,
	lwgeom/lwpostgis.sql.in: versioning functions completed git-svn-id: http://svn.osgeo.org/postgis/trunk@723
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: changed install rule to install lwpostgis.sql
	instead of lwgeom.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@722
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@721
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/Makefile,
	lwgeom/lwgeom_transform.c: proj support added git-svn-id: http://svn.osgeo.org/postgis/trunk@720
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: deleted debugging block from
	summary() fn git-svn-id: http://svn.osgeo.org/postgis/trunk@719
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Added getPoint(POINTARRAY
	*pts, int ptnum) git-svn-id: http://svn.osgeo.org/postgis/trunk@718
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_functions_basic.c: Fixed a bug
	in serializedform length computation (for collection).  git-svn-id: http://svn.osgeo.org/postgis/trunk@717
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-23  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gist.c,
	lwgeom/lwpostgis.sql.in: Removed custom allocator from lwgeom_api.
	Added summary(geometry).  Some indentation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@716
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: transform() support git-svn-id: http://svn.osgeo.org/postgis/trunk@715
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_transform.c: initial skel for transform() git-svn-id: http://svn.osgeo.org/postgis/trunk@714
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@713
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: gist operators support functions renamed
	to allow for finer control by postgis_restore.pl git-svn-id: http://svn.osgeo.org/postgis/trunk@712
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Hardcoded some functions being obsoleted git-svn-id: http://svn.osgeo.org/postgis/trunk@711
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_btree.c, lwgeom/lwgeom_functions_basic.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwpostgis.sql.in: Added
	Geom{etry,}FromWkb(<geometry>,[<int4>]) funx.  Added LWGEOM typedef
	and SERIALIZED_FORM(LWGEOM) macro.  Made lwgeom_setSRID an API
	function.  Added LWGEOM_setAllocator().  git-svn-id: http://svn.osgeo.org/postgis/trunk@710
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/.cvsignore: Added lwpostgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@709
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* postgis_debug.c: removed leak from mem_size() git-svn-id: http://svn.osgeo.org/postgis/trunk@708
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: lwgeom_mem_size uses int32 cast
	instead of int git-svn-id: http://svn.osgeo.org/postgis/trunk@707
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: bug fixed in lwgeom_mem_size git-svn-id: http://svn.osgeo.org/postgis/trunk@706
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Whole output wrapped in transaction blocks.
	Drops are out of transaction, and multiple transactions are used for
	INSERT mode.  git-svn-id: http://svn.osgeo.org/postgis/trunk@705
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-20  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Fixed a bug in 'append-mode'.  Added -g switch
	to specify geometry column.  Added a note about -d mode conceptual
	bugs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@704
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_inout.c: 
	indentation fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@703
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: added lwpostgis.sql build rule git-svn-id: http://svn.osgeo.org/postgis/trunk@702
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gist.c: Added finite coordinate check.  Reduced
	required bounding box copies.  git-svn-id: http://svn.osgeo.org/postgis/trunk@701
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: mem_size removed from list git-svn-id: http://svn.osgeo.org/postgis/trunk@700
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_functions_basic.c: Added mem_size(lwgeom) git-svn-id: http://svn.osgeo.org/postgis/trunk@699
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c, lwgeom/lwpostgis.sql.in: cpp checks
	updated to use 80 instead of 75 for USE_VERSION git-svn-id: http://svn.osgeo.org/postgis/trunk@698
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwpostgis.sql.in: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@697
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/MISSING_OBJECTS: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@696
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_estimate.c: Added selectivity estimation git-svn-id: http://svn.osgeo.org/postgis/trunk@695
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c: some indentation
	fixes git-svn-id: http://svn.osgeo.org/postgis/trunk@694
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_btree.c: fixed typos git-svn-id: http://svn.osgeo.org/postgis/trunk@693
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: added btree index support file git-svn-id: http://svn.osgeo.org/postgis/trunk@692
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_btree.c: added btree index support git-svn-id: http://svn.osgeo.org/postgis/trunk@691
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Fixed a bug in ascii dump "CREATE
	OPERATOR" scan git-svn-id: http://svn.osgeo.org/postgis/trunk@690
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: rename_geometry_table_constraints() re-introduced
	to make constraint names conformant.  git-svn-id: http://svn.osgeo.org/postgis/trunk@689
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.h: fixed some of the buch of broken comments git-svn-id: http://svn.osgeo.org/postgis/trunk@688
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Sandro Santilli <strk@kbt.io>

	* Makefile, lwgeom/Makefile, lwgeom/lwgeom_gist.c, postgis.h,
	postgis.sql.in, postgis_estimate.c, postgis_gist_72.c: USE_VERSION
	gets 80 where it got 75 git-svn-id: http://svn.osgeo.org/postgis/trunk@687
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added some references to Proj4 and GEOS utility and
	source code location in the Makefile to add context for new users.  git-svn-id: http://svn.osgeo.org/postgis/trunk@686
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-18  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_gist.c: Added PG80 (75) patches.  git-svn-id: http://svn.osgeo.org/postgis/trunk@685
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-18  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Added skip of postgisgistcostestimate
	(obsoleted) git-svn-id: http://svn.osgeo.org/postgis/trunk@684
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-18  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Spatial table constraints names get column name
	appended.  rename_geometry_table_constraints() obsoleted.  git-svn-id: http://svn.osgeo.org/postgis/trunk@683
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c: added
	extent(lwgeom) and support functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@682
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.sql.in: SRID(geometry) changed to SRID(lwgeom) git-svn-id: http://svn.osgeo.org/postgis/trunk@681
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-17  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Initial support for geometry->lwgeom
	switch (dump objects defined for 'geometry' are considered same of
	sql object defined for 'oldgeometry') git-svn-id: http://svn.osgeo.org/postgis/trunk@680
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.sql.in: Added SRID(geometry) for backward
	compatibility git-svn-id: http://svn.osgeo.org/postgis/trunk@679
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-17  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom.sql.in, lwgeom/lwgeom_functions_basic.c: Added
	geometrytype(LWGEOM) git-svn-id: http://svn.osgeo.org/postgis/trunk@678
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-16  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: OPERATOR parsing bug fixed. Schema
	removal improoved. More test reports.  git-svn-id: http://svn.osgeo.org/postgis/trunk@677
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-16  Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>

	* postgis_estimate.c: Added DLLIMPORT reference to
	"default_statistics_target" if we are compiling under Win32. This
	should make it unnecessary to apply Romi's patch to the PostgreSQL
	source tree when compiling PostgreSQL ready for PostGIS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@676
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-16  Sandro Santilli <strk@kbt.io>

	* Makefile: GEOS version extraction not attempted if USE_GEOS is not
	set to 1.  git-svn-id: http://svn.osgeo.org/postgis/trunk@675
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-13  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Support dump generated by pg_dump 7.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@674
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-11  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: Fixed a bug in non-finite Z check git-svn-id: http://svn.osgeo.org/postgis/trunk@673
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-10  Sandro Santilli <strk@kbt.io>

	* postgis_transform.c: changed proj version extractor to support pre
	4.4.8 releases git-svn-id: http://svn.osgeo.org/postgis/trunk@672
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-08  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: reduced psql invocation to a single one.  git-svn-id: http://svn.osgeo.org/postgis/trunk@671
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile, lwgeom/lwgeom.sql.in: lwgeom.sql production
	follow postgis.sql production rules (cpp usage) git-svn-id: http://svn.osgeo.org/postgis/trunk@670
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-08  Sandro Santilli <strk@kbt.io>

	* create_undef.pl: Added missing required parameter to usage string git-svn-id: http://svn.osgeo.org/postgis/trunk@669
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-07  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: more header comments git-svn-id: http://svn.osgeo.org/postgis/trunk@668
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-06  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: added handling of operators and operator
	classes (skip postgis defined, keep others) git-svn-id: http://svn.osgeo.org/postgis/trunk@667
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-06  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: perl detection and bug fixes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@666
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-05  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Another schema support bug from Mark git-svn-id: http://svn.osgeo.org/postgis/trunk@665
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-05  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: fixed bug in automatic perl invokation git-svn-id: http://svn.osgeo.org/postgis/trunk@664
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-05  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: schema support patches
	sent by Mark git-svn-id: http://svn.osgeo.org/postgis/trunk@663
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-03  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: geometry_columns and spatial_ref_sys
	back created from dump git-svn-id: http://svn.osgeo.org/postgis/trunk@662
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-03  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: Always added 'public' to search_path, to
	bypass pg_dump loss of constrain functions schema.  Added automatic
	'perl' invocation.  Reduced output (set $DEBUG=1 to have it back).  git-svn-id: http://svn.osgeo.org/postgis/trunk@661
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-03  Sandro Santilli <strk@kbt.io>

	* utils/README: updated git-svn-id: http://svn.osgeo.org/postgis/trunk@660
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-03  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: handling of more cases git-svn-id: http://svn.osgeo.org/postgis/trunk@659
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-02  Sandro Santilli <strk@kbt.io>

	* utils/postgis_restore.pl: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@658
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-08-02  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Fixed format bugs (needed for postgis_undef.pl to
	work) git-svn-id: http://svn.osgeo.org/postgis/trunk@657
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-29  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Unability to open a shapefile or dbffile
	reported more nicely.  git-svn-id: http://svn.osgeo.org/postgis/trunk@656
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-28  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added postgis_full_version(), marked
	postgis_version() as deprecated.  git-svn-id: http://svn.osgeo.org/postgis/trunk@655
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-28  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Fixed a bug in postgis_full_version() git-svn-id: http://svn.osgeo.org/postgis/trunk@654
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-28  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml, postgis.sql.in, postgis_fn.c, postgis_geos.c,
	postgis_transform.c: Changed all version functions to return text.
	Renamed postgis_scripts_version() to postgis_scripts_installed()
	Added postgis_scripts_released().  Added postgis_full_version().  git-svn-id: http://svn.osgeo.org/postgis/trunk@653
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-28  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@652
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-28  Sandro Santilli <strk@kbt.io>

	* Makefile, postgis.sql.in: Added postgis_scripts_version git-svn-id: http://svn.osgeo.org/postgis/trunk@651
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-27  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: short-circuit test for 'contains' git-svn-id: http://svn.osgeo.org/postgis/trunk@650
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-27  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: Added short-circuit test for the within function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@649
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-23  Sandro Santilli <strk@kbt.io>

	* postgis.h, postgis.sql.in, postgis_transform.c: Added
	postgis_proj_version() git-svn-id: http://svn.osgeo.org/postgis/trunk@648
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-22  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c, postgis_geos_wrapper.cpp: Updated to reflect geos
	version string split.  git-svn-id: http://svn.osgeo.org/postgis/trunk@647
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-22  Sandro Santilli <strk@kbt.io>

	* 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() git-svn-id: http://svn.osgeo.org/postgis/trunk@646
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-19  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Added -i switch git-svn-id: http://svn.osgeo.org/postgis/trunk@645
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-17  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: GEOS multi-version support switches
	implemented with GEOS_LAST_INTERFACE git-svn-id: http://svn.osgeo.org/postgis/trunk@644
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-17  Sandro Santilli <strk@kbt.io>

	* geos_version.sh: Added GEOS_FIRST_INTERFACE, GEOS_LAST_INTERFACE,
	GEOS_JTS_PORT detection git-svn-id: http://svn.osgeo.org/postgis/trunk@643
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-17  Sandro Santilli <strk@kbt.io>

	* Makefile: Modified to always detect geos version (no deps) git-svn-id: http://svn.osgeo.org/postgis/trunk@642
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-08  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: Updated to respect CoordinateSequence
	GEOS interface switch.  git-svn-id: http://svn.osgeo.org/postgis/trunk@641
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-02  Sandro Santilli <strk@kbt.io>

	* Makefile, postgis_geos_wrapper.cpp: Changed GEOS header inclusion
	mechanism to be more polite git-svn-id: http://svn.osgeo.org/postgis/trunk@640
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-01  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: Updated to support latest GEOS API.  git-svn-id: http://svn.osgeo.org/postgis/trunk@639
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-07-01  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: Updated to support latest GEOS (actually removed
	all geos-version related switches).  Fixed an access to unallocated
	memory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@638
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* jdbc/examples/TestServer.java: Compile patch from Markus Schaber git-svn-id: http://svn.osgeo.org/postgis/trunk@637
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-22  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Standard deviation factor used in histogram
	extent computation made a compile-time define.  git-svn-id: http://svn.osgeo.org/postgis/trunk@636
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-22  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Handled empty strings in numeric fields as
	'0'es... pg_atoi() does not do this (while atoi() does).  git-svn-id: http://svn.osgeo.org/postgis/trunk@635
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-18  Sandro Santilli <strk@kbt.io>

	* geos_version.sh: Fixed a bug in minor version extractor.  Wrapped
	GEOS_VERSION in an #ifndef block.  More runtime checks.  git-svn-id: http://svn.osgeo.org/postgis/trunk@634
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* Makefile: added geos_version.sh as dependency of
	postgis_geos_version.h rule git-svn-id: http://svn.osgeo.org/postgis/trunk@633
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* geos_version.sh, postgis_geos.c, postgis_geos_wrapper.cpp: Changed
	GEOS_VERSION to POSTGIS_GEOS_VERSION to avoid future clashes git-svn-id: http://svn.osgeo.org/postgis/trunk@632
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c, postgis_geos_wrapper.cpp: Added cleanup needed for
	GEOS > 1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@631
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* geos_version.sh: fixed a typo in preprocessor define git-svn-id: http://svn.osgeo.org/postgis/trunk@630
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* .cvsignore, Makefile: Added postgis_geos_version.h to .cvsignore
	and to the list of files removed by the clean: rule.  git-svn-id: http://svn.osgeo.org/postgis/trunk@629
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: Added code to
	detect geos version.  Added appropriate includes in geos connectors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@628
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* geos_version.sh: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@627
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Added schema support in getMaxFieldSize.
	Added direct support for TIMESTAMP field types (thanks to Steffen
	Macke).  git-svn-id: http://svn.osgeo.org/postgis/trunk@626
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-16  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: documented statistics gethering operations git-svn-id: http://svn.osgeo.org/postgis/trunk@625
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-14  Sandro Santilli <strk@kbt.io>

	* create_undef.pl: fixed bogus support for PG71 git-svn-id: http://svn.osgeo.org/postgis/trunk@624
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-14  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Histogram extent redefinition after hard
	deviant removal fixed to be "at most" the standard deviation based
	computed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@623
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-11  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Infinite geometries handling.  Histogram
	extent re-computation after 'hard deviant' features removal.  git-svn-id: http://svn.osgeo.org/postgis/trunk@622
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-10  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: histogram grid size refined to use near-square
	cells.  git-svn-id: http://svn.osgeo.org/postgis/trunk@621
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-10  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Added standard deviation based histogram
	extent refinement git-svn-id: http://svn.osgeo.org/postgis/trunk@620
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-10  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Separated the estimator code in an
	estimate_selectivity() function.  Handled complete contaiment and
	complete miss of histogram by searc box.  git-svn-id: http://svn.osgeo.org/postgis/trunk@619
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-09  Sandro Santilli <strk@kbt.io>

	* Makefile, postgis_gist_72.c, postgis_gist_75.c: Moved changes
	needed for PG75 inside postgis_gist_72.c using #if switches.  git-svn-id: http://svn.osgeo.org/postgis/trunk@618
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-09  Sandro Santilli <strk@kbt.io>

	* Makefile: Added switch for GIST_SUPPORT=75 git-svn-id: http://svn.osgeo.org/postgis/trunk@617
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-09  Sandro Santilli <strk@kbt.io>

	* postgis_gist_75.c: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@616
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-09  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Removed partial pgsql List API copy git-svn-id: http://svn.osgeo.org/postgis/trunk@615
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-09  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: changed index/rindex to strchr/strrchr git-svn-id: http://svn.osgeo.org/postgis/trunk@614
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-09  Sandro Santilli <strk@kbt.io>

	* postgis.h: Added Romi's Win32 patches.  git-svn-id: http://svn.osgeo.org/postgis/trunk@613
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-08  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Fixed to build cleanly agains pg75 git-svn-id: http://svn.osgeo.org/postgis/trunk@612
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-08  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Compression of code terminated.  Big blocks
	switched based on version have been removed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@611
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/regress/lwgeom_regress3_expected,
	lwgeom/regress/regress_lots_of_points.sql: removed user connect
	command git-svn-id: http://svn.osgeo.org/postgis/trunk@610
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-08  Sandro Santilli <strk@kbt.io>

	* postgis.h, postgis_inout.c: Deleted prototype for isspace() in
	postgis.h and included <ctype.h> in postgis_inout.c, which is the
	only module calling isspace().  This was needed to compile postgis
	against PG75(CVS).  git-svn-id: http://svn.osgeo.org/postgis/trunk@609
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-08  Sandro Santilli <strk@kbt.io>

	* Makefile, lwgeom/Makefile: MODULE_FILENAME path always defaults to
	$libdir, but is overridable using environment variable LPATH. Added
	comments about it and cleaned up code. Made global and lwgeom
	Makefile conformant about this.  git-svn-id: http://svn.osgeo.org/postgis/trunk@608
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-08  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c: added 'static' modifiers for the 'error'
	function, possibly clashing with some other declaration git-svn-id: http://svn.osgeo.org/postgis/trunk@607
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c: reverted change in lwg_parse_yyerror git-svn-id: http://svn.osgeo.org/postgis/trunk@606
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* Makefile: Default MODULE_FILENAME uses $libdir unless LPATH is set
	in the environment git-svn-id: http://svn.osgeo.org/postgis/trunk@605
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Removed obsolete postgisgistcostestimate function
	creation git-svn-id: http://svn.osgeo.org/postgis/trunk@604
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* Makefile: Removed postgis_old.sql from list of default rules git-svn-id: http://svn.osgeo.org/postgis/trunk@603
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_71_end.sql.in,
	Attic/postgis_sql_71_start.sql.in, Attic/postgis_sql_72_end.sql.in,
	Attic/postgis_sql_72_start.sql.in, Attic/postgis_sql_73_end.sql.in,
	Attic/postgis_sql_73_start.sql.in, Attic/postgis_sql_74_end.sql.in,
	Attic/postgis_sql_74_start.sql.in, Attic/postgis_sql_75_end.sql.in,
	Attic/postgis_sql_75_start.sql.in, Attic/postgis_sql_common.sql.in: 
	Moved old version-specific sql files under the Attic directory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@602
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_71_end.sql.in,
	Attic/postgis_sql_71_start.sql.in, Attic/postgis_sql_72_end.sql.in,
	Attic/postgis_sql_72_start.sql.in, Attic/postgis_sql_73_end.sql.in,
	Attic/postgis_sql_73_start.sql.in, Attic/postgis_sql_74_end.sql.in,
	Attic/postgis_sql_74_start.sql.in, Attic/postgis_sql_75_end.sql.in,
	Attic/postgis_sql_75_start.sql.in, Attic/postgis_sql_common.sql.in: 
	Moved old version-specific sql files under the Attic directory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@601
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: AddGeometryColumns call table constraints
	'enforce_srid' and 'enforce_geotype' git-svn-id: http://svn.osgeo.org/postgis/trunk@600
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c: Fixed a bug killing the backend -
	lwg_parse_yyerror never called custom error handler git-svn-id: http://svn.osgeo.org/postgis/trunk@599
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgeom_inout.c: allowed lower case in wkt git-svn-id: http://svn.osgeo.org/postgis/trunk@598
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-07  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktparse.lex, lwgeom/wktunparse.c: Added missing
	prototypes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@597
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/.cvsignore: Added y.output git-svn-id: http://svn.osgeo.org/postgis/trunk@596
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Added more cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@595
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/wktparse.y: added semicolumns at end of blocks git-svn-id: http://svn.osgeo.org/postgis/trunk@594
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/lex.yy.c: removed, will be created git-svn-id: http://svn.osgeo.org/postgis/trunk@593
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Removed references to constraint name (unsafe)
	from probe_geometry_columns() and fix_geometry_columns(). Added a
	rename_geometry_table_constraints() renaming all geometry
	constraints to 'enforce_srid' and 'enforce_geotype' git-svn-id: http://svn.osgeo.org/postgis/trunk@592
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: probe_geometry_columns() return message extended git-svn-id: http://svn.osgeo.org/postgis/trunk@591
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Added comments about fix_geometry_columns() job.
	SRID and type checks made stricter in fix_geometry_columns().  git-svn-id: http://svn.osgeo.org/postgis/trunk@590
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Added probe_geometry_columns().  Modified
	fix_geometry_columns() to prevent fixing of bogus records for which
	a corrected equivalent already exists.  git-svn-id: http://svn.osgeo.org/postgis/trunk@589
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added DropGeometryTable description git-svn-id: http://svn.osgeo.org/postgis/trunk@588
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Added DropGeometryColumn function git-svn-id: http://svn.osgeo.org/postgis/trunk@587
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/.cvsignore: first entries git-svn-id: http://svn.osgeo.org/postgis/trunk@586
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/lwgparse.c, lwgeom/wktparse.lex: Added prototypes git-svn-id: http://svn.osgeo.org/postgis/trunk@585
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* lwgeom/Makefile: Fixed YACC call to rename standardly produced
	y.tab.c and y.tab.h to wktparse.tab.c and wktparse.tab.h git-svn-id: http://svn.osgeo.org/postgis/trunk@584
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@583
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Lifted AddGeometryColumns result message,
	including output from fix_geometry_columns git-svn-id: http://svn.osgeo.org/postgis/trunk@582
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-04  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: fix_geometry_columns() makes its best effort to
	find appropriate schema.  git-svn-id: http://svn.osgeo.org/postgis/trunk@581
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis.h, postgis.sql.in, postgis_fn.c: Added expand_geometry -
	expand(geometry, int8) git-svn-id: http://svn.osgeo.org/postgis/trunk@580
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* .cvsignore: added postgis_old.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@579
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* create_undef.pl: Made it functional again.  git-svn-id: http://svn.osgeo.org/postgis/trunk@578
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: compatted CASTS section, commented out bogus cast
	geometry::chip referring to missing function git-svn-id: http://svn.osgeo.org/postgis/trunk@577
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Skipped attrelid, varattnum linking for PG>=75 git-svn-id: http://svn.osgeo.org/postgis/trunk@576
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: All type definitions moved at the beginning of the
	file.  Left to compat: what was in postgis_sql_end_VER_.  git-svn-id: http://svn.osgeo.org/postgis/trunk@575
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Fixed bug in update_geometry_stats() choking on
	null attrelids.  Modified update_geometry_stats(varchar, varchar) to
	cleanup stale record(s).  Added a CREATEFUNCTION define to become
	CREATE OR REPLACE FUNCTION for PG > 71.  Made
	update_geometry_stats(*) return meaningful result.  git-svn-id: http://svn.osgeo.org/postgis/trunk@574
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: infinite geoms handled in WKB parser git-svn-id: http://svn.osgeo.org/postgis/trunk@573
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis_gist_72.c, postgis_inout.c: yet another Infinite check
	used: finite() - which checks for NaN,-Inf,+Inf git-svn-id: http://svn.osgeo.org/postgis/trunk@572
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis_gist_72.c, postgis_inout.c: Simplified INFINITY checks by
	use of isinf() git-svn-id: http://svn.osgeo.org/postgis/trunk@571
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis_gist_72.c: Infinite coordinate geoms omitted from index git-svn-id: http://svn.osgeo.org/postgis/trunk@570
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: wkt parser throws an error on Infinite
	coordinates git-svn-id: http://svn.osgeo.org/postgis/trunk@569
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Document the expand() function (finally!) git-svn-id: http://svn.osgeo.org/postgis/trunk@568
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-02  Sandro Santilli <strk@kbt.io>

	* postgis_gist_72.c: Made equality checks the default in picksplit
	to catch also NaN results (INF geoms) git-svn-id: http://svn.osgeo.org/postgis/trunk@567
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-02  Sandro Santilli <strk@kbt.io>

	* postgis_gist_72.c: reverted Inf handling modification
	(conceptually bogus) git-svn-id: http://svn.osgeo.org/postgis/trunk@566
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-02  Sandro Santilli <strk@kbt.io>

	* postgis_gist_72.c: handled special case of Inf boxes as GiST keys
	in picksplit git-svn-id: http://svn.osgeo.org/postgis/trunk@565
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-02  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: stale locks removal in fix_geometry_columns() and
	update_geometry_stats(). Fixed a bug in fix_geometry_columns()
	deleting stats.  git-svn-id: http://svn.osgeo.org/postgis/trunk@564
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-02  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: build_histogram2d sets 'local' search_path.
	fix_geometry_columns sets to NULL cached data for unexistant tables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@563
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-01  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: removed namespace check for PG<73 in
	update_geometry_stats() git-svn-id: http://svn.osgeo.org/postgis/trunk@562
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-01  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Made AddGeometryColumn delete from geometry_column
	records which would be incompatible with the one being added git-svn-id: http://svn.osgeo.org/postgis/trunk@561
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-06-01  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Placed histogram2d type definition in a common
	place; added find_extent(schema, table, column) and
	build_histogram2d(histogram, schema, table, column); modified
	update_geometry_stats() to make use of available f_table_schema and
	to set statistical fields to NULL for stale records. Thanks to Carl
	Anderson for the ideas.  git-svn-id: http://svn.osgeo.org/postgis/trunk@560
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, CREDITS, README.postgis: Updates in anticipation of 0.8.2
	release git-svn-id: http://svn.osgeo.org/postgis/trunk@558
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Document the multi() function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@557
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-24  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: compat definition of fix_geometry_columns git-svn-id: http://svn.osgeo.org/postgis/trunk@556
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Fix bug in append mode that filled values into
	nonexistant gid column.  git-svn-id: http://svn.osgeo.org/postgis/trunk@555
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fix typos and section misreferences in OGC
	function reference section git-svn-id: http://svn.osgeo.org/postgis/trunk@554
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis.sql.in: Add multi() to the new cpp based sql.in file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@553
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-13  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Transformed NULL numeric values to 0 as it was
	before the introduction of bigint bug workaround.  git-svn-id: http://svn.osgeo.org/postgis/trunk@552
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-13  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Used DBFWriteAttributeDirectly interface for
	writing attributes.  This way we are not affected by shapelib
	long-integer bug.  git-svn-id: http://svn.osgeo.org/postgis/trunk@551
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-13  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Other fix in 3d handling - you should now be
	able to dump as 2d or 3d any 2d or 3d object git-svn-id: http://svn.osgeo.org/postgis/trunk@550
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-13  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed bug in 3d features handling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@549
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-13  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Totally reworked code to have a main loop for
	shapefile objects.  Much more readable, I belive.  git-svn-id: http://svn.osgeo.org/postgis/trunk@548
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-13  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Put table creation code in its own function.
	Fixed a bug with NULL shape records handling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@547
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-13  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: DBFReadStringValue always used to workaround
	shapelib bug with int values.  git-svn-id: http://svn.osgeo.org/postgis/trunk@546
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-05-04  Sandro Santilli <strk@kbt.io>

	* Makefile: Added -fPIC to CXXFLAGS. Reported to be needed on
	Solaris7 w/ gcc-3.3.2 by Havard Tveite <havard.tveite@nlh.no>.  git-svn-id: http://svn.osgeo.org/postgis/trunk@545
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  Ralph Mason <ralph.mason@telogis.com>

	* lwgeom/wktparse.tab.h: removed generated file git-svn-id: http://svn.osgeo.org/postgis/trunk@544
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  Ralph Mason <ralph.mason@telogis.com>

	* lwgeom/wktparse.tab.c: [no log message]

2004-04-29  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_box2dfloat4.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
	lwgeom/regress/run_regress2: Noted diff between inf and Infinity on
	Solaris/Intel machines git-svn-id: http://svn.osgeo.org/postgis/trunk@542
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  David Blasby <dblasby@gmail.com>

	* lwgeom/lex.yy.c: updated version git-svn-id: http://svn.osgeo.org/postgis/trunk@541
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  David Blasby <dblasby@gmail.com>

	* lwgeom/regress/run_regress, lwgeom/regress/run_regress2,
	lwgeom/regress/run_regress3: added sleep so it wouldnt complain on
	solarias as much git-svn-id: http://svn.osgeo.org/postgis/trunk@540
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  David Blasby <dblasby@gmail.com>

	* lwgeom/regress/lwgeom_regress2.sql,
	lwgeom/regress/lwgeom_regress2_expected: WKT parser changes required
	this change git-svn-id: http://svn.osgeo.org/postgis/trunk@539
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  David Blasby <dblasby@gmail.com>

	* lwgeom/regress/lwgeom_regress3_expected: minor changes git-svn-id: http://svn.osgeo.org/postgis/trunk@538
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  David Blasby <dblasby@gmail.com>

	* lwgeom/regress/lwgeom_regress_expected: WKT parser changes to
	MULTIPOINT required this be updated git-svn-id: http://svn.osgeo.org/postgis/trunk@537
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  Ralph Mason <ralph.mason@telogis.com>

	* lwgeom/lwgparse.c: clean up of wbk int and double reading code git-svn-id: http://svn.osgeo.org/postgis/trunk@536
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  Ralph Mason <ralph.mason@telogis.com>

	* lwgeom/wktparse.lex: fix number parsing git-svn-id: http://svn.osgeo.org/postgis/trunk@535
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-29  Ralph Mason <ralph.mason@telogis.com>

	* lwgeom/wktunparse.c: remove extra brackets from multipoints git-svn-id: http://svn.osgeo.org/postgis/trunk@534
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Change PGSQL_SRC behavior back to developer-friendly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@533
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/README: minor changes git-svn-id: http://svn.osgeo.org/postgis/trunk@532
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/README: Inital Version.  Hasnt been proofread.  git-svn-id: http://svn.osgeo.org/postgis/trunk@531
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile: Added flex/bison lines for parser.  git-svn-id: http://svn.osgeo.org/postgis/trunk@530
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_chip.c, postgis_debug.c, postgis_estimate.c,
	postgis_fn.c, postgis_geos.c, postgis_gist_71.c, postgis_gist_72.c,
	postgis_inout.c, postgis_ops.c, postgis_proj.c, postgis_transform.c: 
	Fixed spelling mistake in header text.  git-svn-id: http://svn.osgeo.org/postgis/trunk@529
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/regress/lwgeom_regress3.sql: minor changes to ensure its
	using the index git-svn-id: http://svn.osgeo.org/postgis/trunk@528
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/regress/lwgeom_regress3_expected: updated results git-svn-id: http://svn.osgeo.org/postgis/trunk@527
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/regress/lwgeom_regress3.sql: minor change for endianess git-svn-id: http://svn.osgeo.org/postgis/trunk@526
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_inout.c: removed an elog(NOTICE) git-svn-id: http://svn.osgeo.org/postgis/trunk@525
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/regress/lwgeom_regress.sql,
	lwgeom/regress/lwgeom_regress2.sql,
	lwgeom/regress/lwgeom_regress2_expected,
	lwgeom/regress/lwgeom_regress3.sql,
	lwgeom/regress/lwgeom_regress3_expected,
	lwgeom/regress/lwgeom_regress_expected,
	lwgeom/regress/regress_lots_of_points.sql,
	lwgeom/regress/run_regress, lwgeom/regress/run_regress2,
	lwgeom/regress/run_regress3: inital version of regression tests git-svn-id: http://svn.osgeo.org/postgis/trunk@524
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_regress.sql: moved to regress/
	directory git-svn-id: http://svn.osgeo.org/postgis/trunk@523
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_regress.sql, lwgeom/lwgparse.c, lwgeom/wktunparse.c: 
	Added automatic endian detection for the WKB parser/unparser.  git-svn-id: http://svn.osgeo.org/postgis/trunk@522
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-28  Paul Ramsey <pramsey@cleverelephant.ca>

	* lwgeom/Makefile: Genericize the Makefile per Dave's request.  git-svn-id: http://svn.osgeo.org/postgis/trunk@521
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: minor 3d geometrycollection bug fix git-svn-id: http://svn.osgeo.org/postgis/trunk@520
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_regress.sql: initial version git-svn-id: http://svn.osgeo.org/postgis/trunk@519
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_inout.c, lwgeom/wktunparse.c: minor changes for
	solaris git-svn-id: http://svn.osgeo.org/postgis/trunk@518
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgparse.c: fixed some typos for flip_bytes in read_int and
	read_double git-svn-id: http://svn.osgeo.org/postgis/trunk@517
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom.sql.in: minor ordering change git-svn-id: http://svn.osgeo.org/postgis/trunk@516
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_api.c: added float nextafterf_custom(float x, float
	y) for OSs that do not have a nextafterf implementation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@515
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  David Blasby <dblasby@gmail.com>

	* lwgeom/wktparse.lex, lwgeom/wktparse.y: bison -vd -p lwg_parse_yy
	wktparse.y flex -Plwg_parse_yy -if -o'lex.yy.c' wktparse.lex Initial versions (from Ralph Mason) git-svn-id: http://svn.osgeo.org/postgis/trunk@514
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  Sandro Santilli <strk@kbt.io>

	* postgis_algo.c: Fixed bug in simplify() that was using the square
	of the given tolerance.  git-svn-id: http://svn.osgeo.org/postgis/trunk@513
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-27  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: Removed use of
	geometryFactory->toGeometry(), indicated by Martin Davis as being
	intended for internal use only. Created a linear ring instead (the
	function converts a box3d to a geos geometry).  git-svn-id: http://svn.osgeo.org/postgis/trunk@512
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-26  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom.sql.in: made slightly more generic git-svn-id: http://svn.osgeo.org/postgis/trunk@511
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-26  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_gist.c: Minor cleanup git-svn-id: http://svn.osgeo.org/postgis/trunk@510
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-26  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_box2dfloat4.c: inital version git-svn-id: http://svn.osgeo.org/postgis/trunk@509
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-26  David Blasby <dblasby@gmail.com>

	* lwgeom/Makefile, lwgeom/lex.yy.c, lwgeom/lwgeom.h,
	lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_gist.c,
	lwgeom/lwgeom_inout.c, lwgeom/lwgparse.c, lwgeom/wktparse.h,
	lwgeom/wktparse.tab.c, lwgeom/wktparse.tab.h, lwgeom/wktunparse.c: 
	Initial working version - based on Ralph Masons WKT and WKB
	parser/writer.  git-svn-id: http://svn.osgeo.org/postgis/trunk@508
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-22  David Blasby <dblasby@gmail.com>

	* doc/postgis.xml: fixed minor typos GeomFromWKB not GeometryFromWKB git-svn-id: http://svn.osgeo.org/postgis/trunk@507
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-21  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@506
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-21  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Memory allocated for main_scan_query was not
	enough when using binary cursor. Fixed git-svn-id: http://svn.osgeo.org/postgis/trunk@505
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-13  David Blasby <dblasby@gmail.com>

	* doc/postgis.xml: GeometryN(...) now correctly says "1" is the 1st
	geometry (used to be 0).  git-svn-id: http://svn.osgeo.org/postgis/trunk@504
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-08  David Blasby <dblasby@gmail.com>

	* postgis_gist_72.c: Somehow the memory leak changes I made got
	removed - I've re-added them.  git-svn-id: http://svn.osgeo.org/postgis/trunk@503
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-08  David Blasby <dblasby@gmail.com>

	* postgis_gist_72.c: Changed ggeometry_consistent to be aware of
	NULL queries.  Ie.  select * from <table> where the_geom &&
	null::geometry; This tends to happen when you're joining two tables using && and the
	table has NULLs in it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@502
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-07  David Blasby <dblasby@gmail.com>

	* lwgeom/Makefile, lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_inout.c, lwgeom/stringBuffer.c, lwgeom/stringBuffer.h: 
	Added a cstring(lwgeom) function that returns WKT! git-svn-id: http://svn.osgeo.org/postgis/trunk@501
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-07  Sandro Santilli <strk@kbt.io>

	* Makefile: Made new postgis.sql generation procedure the default git-svn-id: http://svn.osgeo.org/postgis/trunk@500
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-06  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: 
	Changes to make it work with all the PostGIS type.  git-svn-id: http://svn.osgeo.org/postgis/trunk@499
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-04-02  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom.h, lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: Added
	support for 4d coordinates git-svn-id: http://svn.osgeo.org/postgis/trunk@498
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-29  Sandro Santilli <strk@kbt.io>

	* Makefile, postgis.sql.in: postgis.sql.in is now parsed by both sed
	and cpp git-svn-id: http://svn.osgeo.org/postgis/trunk@497
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-29  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed a bug in WKB parsing for Multipoints.
	Fixed a bug in -d handling for WKB.  Added point->multipoint
	fluffing capabilities.  git-svn-id: http://svn.osgeo.org/postgis/trunk@496
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Removed rogue docbook tags git-svn-id: http://svn.osgeo.org/postgis/trunk@495
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-26  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in: changed name of fluffType() to
	multi().  git-svn-id: http://svn.osgeo.org/postgis/trunk@494
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-26  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in, postgis.h, postgis_fn.c: added
	full support for fluffType(<geom>) postgis09=# select
	        fluffType('POINT(0 0)'); flufftype                 -------------------------                  SRID=-1;MULTIPOINT(0 0) git-svn-id: http://svn.osgeo.org/postgis/trunk@493
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-25  David Blasby <dblasby@gmail.com>

	* postgis_fn.c: added function fluffType() that takes POINT
	LINESTRING or POLYGON type and converts it to a multi*.  Needs to be
	integrated into a proper Postgresql function and given an SQL CREATE
	FUNCTION git-svn-id: http://svn.osgeo.org/postgis/trunk@492
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-22  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Moved AddGeometryColumn and DropGeometryColumn
	from USE_VERSION blocks to the end of file. Here, differences
	between versions are handled on a minimun-diff basis, making it
	easier to understand the differences and to modify the code. Also,
	diffs have been splitted between pgsql < 73 and >= 73.  Added
	reduced-parameters wrappers to both functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@491
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-22  Sandro Santilli <strk@kbt.io>

	* Makefile: postgis_new.sql build by default git-svn-id: http://svn.osgeo.org/postgis/trunk@490
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-19  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Updated AddGeometryColumn() and
	DropGeometryColumn() descriptions to the schema-aware versions git-svn-id: http://svn.osgeo.org/postgis/trunk@489
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-15  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Added calls to vacuum_delay_point() to give
	backend a chance of interrupting geometry stats computation.  Set
	default DEBUG_GEOMETRY_STATS to 0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@488
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-11  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: 
	minor clean and trying to figure out a memory bug.  valgrind wasnt
	helping, but it went away.  git-svn-id: http://svn.osgeo.org/postgis/trunk@487
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-11  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom.h, lwgeom/lwgeom.sql.in, lwgeom/lwgeom_api.c,
	lwgeom/lwgeom_inout.c: Should be working (with a tonne of notices)
	for points lines and polygons (2d and 3d) git-svn-id: http://svn.osgeo.org/postgis/trunk@486
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-10  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Fixed a bug reducing the output shapes from
	Multipolygon tables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@485
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-10  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: removed just-introduced bug git-svn-id: http://svn.osgeo.org/postgis/trunk@484
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-10  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: code cleanup, fixed a bug missing to transform
	'gid' to 'gid__2' in shapefile attribute name git-svn-id: http://svn.osgeo.org/postgis/trunk@483
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-10  David Blasby <dblasby@gmail.com>

	* lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom.sql.in,
	lwgeom/lwgeom_api.c, lwgeom/lwgeom_inout.c: WKB reader and WKB
	writer (totally untested) git-svn-id: http://svn.osgeo.org/postgis/trunk@482
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-09  David Blasby <dblasby@gmail.com>

	* lwgeom/Makefile, lwgeom/lwgeom.h, lwgeom/lwgeom_api.c: Initial
	implementation - should compile; not at all tested.  git-svn-id: http://svn.osgeo.org/postgis/trunk@481
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-09  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Removed useless code blocks in histogram
	builder git-svn-id: http://svn.osgeo.org/postgis/trunk@480
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-09  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: estimator applies a gain of AOI/cell_area on
	each cell it intersects (reverted to previous behaviour) git-svn-id: http://svn.osgeo.org/postgis/trunk@479
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-08  Sandro Santilli <strk@kbt.io>

	* utils/test_estimation.pl: changed error computation code to
	delta/totrows git-svn-id: http://svn.osgeo.org/postgis/trunk@478
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-08  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: Added the RECHECK clause for gist_geometry_ops
	operator class operators git-svn-id: http://svn.osgeo.org/postgis/trunk@477
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-06  Sandro Santilli <strk@kbt.io>

	* utils/test_estimation.pl: Comma-separated bps values accepted git-svn-id: http://svn.osgeo.org/postgis/trunk@476
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-06  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: Added RCSID string in
	usage output git-svn-id: http://svn.osgeo.org/postgis/trunk@475
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-06  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Added rcsid string to usage output git-svn-id: http://svn.osgeo.org/postgis/trunk@474
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  Sandro Santilli <strk@kbt.io>

	* utils/test_estimation.pl: Added -vacuum switch git-svn-id: http://svn.osgeo.org/postgis/trunk@473
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  Sandro Santilli <strk@kbt.io>

	* utils/test_estimation.pl: Made the -bps switch specify the exact
	level(s) at which to run the test git-svn-id: http://svn.osgeo.org/postgis/trunk@472
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom_api.c, lwgeom/lwgeom_estimate.c,
	lwgeom/lwgeom_functions_analytic.c,
	lwgeom/lwgeom_functions_basic.c, lwgeom/lwgeom_geos.c,
	lwgeom/lwgeom_gist.c, lwgeom/lwgeom_inout.c,
	lwgeom/lwgeom_transform.c: Empty files - preparing for writting
	actual code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@471
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  David Blasby <dblasby@gmail.com>

	* lwgeom/lwgeom.h: Same as the one in the above directory git-svn-id: http://svn.osgeo.org/postgis/trunk@470
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  David Blasby <dblasby@gmail.com>

	* lwgeom.h: moved to lwgeom/ directory git-svn-id: http://svn.osgeo.org/postgis/trunk@469
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  Sandro Santilli <strk@kbt.io>

	* postgis_gist_72.c: Applied Mark Cave-Ayland patch git-svn-id: http://svn.osgeo.org/postgis/trunk@468
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  Sandro Santilli <strk@kbt.io>

	* utils/test_estimation.pl: rewritten split_extent to be more
	datatype-conservative git-svn-id: http://svn.osgeo.org/postgis/trunk@467
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  Sandro Santilli <strk@kbt.io>

	* utils/test_estimation.pl: added -bps switch to set maximun query
	level. reworked command line parsing git-svn-id: http://svn.osgeo.org/postgis/trunk@466
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  Sandro Santilli <strk@kbt.io>

	* utils/test_estimation.pl: more verbose output git-svn-id: http://svn.osgeo.org/postgis/trunk@465
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  Sandro Santilli <strk@kbt.io>

	* utils/README, utils/test_estimation.pl: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@464
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-05  David Blasby <dblasby@gmail.com>

	* lwgeom.h: Initial version - still under discussion.  git-svn-id: http://svn.osgeo.org/postgis/trunk@463
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-04  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: postgis_gist_sel(): added warnings if
	search_box goes outside of histogram grid git-svn-id: http://svn.osgeo.org/postgis/trunk@462
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-04  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: The selectivity estimator does add the full
	value of each cell it overlaps, regardless of the actual overlapping
	area. Final gain is not applied (formerly 1 / minimun between
	 average feature cells occupation and search_box cells occupation) git-svn-id: http://svn.osgeo.org/postgis/trunk@461
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-03  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: added check to keep selectivity value in the
	range of validity (suggested by m.cave) git-svn-id: http://svn.osgeo.org/postgis/trunk@460
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-02  Sandro Santilli <strk@kbt.io>

	* Makefile: cpp call for postgis_new.sql creation uses shell
	redirection for the output file git-svn-id: http://svn.osgeo.org/postgis/trunk@459
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-02  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: modified to reflect new statistics building
	process for PG75 git-svn-id: http://svn.osgeo.org/postgis/trunk@458
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-03-01  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: histogram's boxesPerSide computed as a
	function of the column's statistic target git-svn-id: http://svn.osgeo.org/postgis/trunk@457
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-29  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: bug fix in postgis_gist_sel (for PG75):
	SysCache is not released if not acquired git-svn-id: http://svn.osgeo.org/postgis/trunk@456
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-28  Sandro Santilli <strk@kbt.io>

	* Makefile: Added rule to generate postgis_new.sql from
	postgis.sql.in using cpp git-svn-id: http://svn.osgeo.org/postgis/trunk@455
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-28  Sandro Santilli <strk@kbt.io>

	* postgis.sql.in: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@454
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-26  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Fixed bugs reported by Mark Cave-Ayland
	<m.cave-ayland@webbased.co.uk>.  Re-introduced previously removed
	estimate value incrementation by the fractional part of each of the
	cells' value computed as the fraction of overlapping area.  git-svn-id: http://svn.osgeo.org/postgis/trunk@453
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-25  Sandro Santilli <strk@kbt.io>

	* postgis_gist_72.c: RTContainedBy and RTOverlap strategries
	implemented locally with a pgbox_overlap function git-svn-id: http://svn.osgeo.org/postgis/trunk@452
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-25  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Added handling for point features in histogram
	creation (add 1 instead of AOI/cell_area when AOI is 0).  Fixed a
	wrong cast of BOX3D to BOX (called the convertion func).  Added some
	comments and an implementation on how to change evaluation based on
	the average feature and search box cells occupation.  git-svn-id: http://svn.osgeo.org/postgis/trunk@451
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-25  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: initial version of && selectivity estimation
	for PG75 git-svn-id: http://svn.osgeo.org/postgis/trunk@450
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-23  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: geometry analyzer builds the histogram git-svn-id: http://svn.osgeo.org/postgis/trunk@449
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-23  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@448
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-12  Sandro Santilli <strk@kbt.io>

	* postgis_fn.c, postgis_geos.c: changed USE_GEOS check from ifdef /
	ifndef to if / if ! git-svn-id: http://svn.osgeo.org/postgis/trunk@447
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-09  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: byte endiannes detected empirically git-svn-id: http://svn.osgeo.org/postgis/trunk@446
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-06  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: updated wkb reading funx to reflect changes
	made by pramsey in postgis_inout.c to be nicer with solaris git-svn-id: http://svn.osgeo.org/postgis/trunk@445
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-06  David Blasby <dblasby@gmail.com>

	* postgis_proj.c: moved forward declarations from postgis.h to
	postgis_proj.c git-svn-id: http://svn.osgeo.org/postgis/trunk@444
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-05  David Blasby <dblasby@gmail.com>

	* postgis_proj.c: Optimized the curvature method (doesnt have to
	calculate e2) git-svn-id: http://svn.osgeo.org/postgis/trunk@443
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-05  David Blasby <dblasby@gmail.com>

	* postgis_proj.c: Added 'curvature method' for cases where the
	original algorithm breaks down.  git-svn-id: http://svn.osgeo.org/postgis/trunk@442
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-04  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_75_end.sql.in,
	Attic/postgis_sql_75_start.sql.in: Added pg75 support scripts git-svn-id: http://svn.osgeo.org/postgis/trunk@441
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-04  Sandro Santilli <strk@kbt.io>

	* Makefile: Added detection code for PG75 git-svn-id: http://svn.osgeo.org/postgis/trunk@440
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-04  David Blasby <dblasby@gmail.com>

	* postgis_proj.c: applied patricia tozer's patch (distance function
	was taking acos of something just slightly outside [-1,1]).  git-svn-id: http://svn.osgeo.org/postgis/trunk@439
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Backed default sql file location out of contrib insto
	share git-svn-id: http://svn.osgeo.org/postgis/trunk@438
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Real DESTDIR changes this time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@437
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Ooops, let local configuration slip into cvs version git-svn-id: http://svn.osgeo.org/postgis/trunk@436
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Fixed error in -C loader directive git-svn-id: http://svn.osgeo.org/postgis/trunk@435
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile, loader/Makefile: Added DESTDIR to Makefiles to assist in
	RPM building.  git-svn-id: http://svn.osgeo.org/postgis/trunk@434
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-02-03  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: schema support added, slightly modified logic
	used to keep table and schema names cases (always quoted and forced
	to lower case if not asked to keep original case) git-svn-id: http://svn.osgeo.org/postgis/trunk@433
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis.h: Test commit on new CVS archive.  git-svn-id: http://svn.osgeo.org/postgis/trunk@432
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-21  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added line_interpolate_point entry git-svn-id: http://svn.osgeo.org/postgis/trunk@431
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-21  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_common.sql.in, postgis.h, postgis_algo.c: Added
	line_interpolate_point function by jsunday@rochgrp.com git-svn-id: http://svn.osgeo.org/postgis/trunk@430
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-20  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in: 
	cleaner comments for DropGeometryColumn git-svn-id: http://svn.osgeo.org/postgis/trunk@429
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-20  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_74_end.sql.in: removed bogus comment about
	missed alter table drop column git-svn-id: http://svn.osgeo.org/postgis/trunk@428
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-16  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Added FTLogical<->boolean mapping git-svn-id: http://svn.osgeo.org/postgis/trunk@427
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-15  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: field type array allocates num_fields *
	sizeof(int) instead of sizeof(char*) git-svn-id: http://svn.osgeo.org/postgis/trunk@426
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* jdbc/Makefile: Change absolute classpath reference to relative.  git-svn-id: http://svn.osgeo.org/postgis/trunk@425
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_transform.c: Fix solaris alignment problem in
	transformations.  git-svn-id: http://svn.osgeo.org/postgis/trunk@424
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_inout.c: Changed getint and getdouble used by WKB so that
	it plays nice with memory alignment (solaris issue).  git-svn-id: http://svn.osgeo.org/postgis/trunk@423
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-13  Sandro Santilli <strk@kbt.io>

	* postgis_debug.c: Added useless PG_RETURN_NULL() call to make
	compiler happy git-svn-id: http://svn.osgeo.org/postgis/trunk@422
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, README.postgis: Updates for 0.8.1 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@420
	b70326c6-7e19-0410-871a-916f4a2858ee

2004-01-02  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: always call setval with no schema
	specification. drop 'database' argument using the empty string to
	the AddGeometryColumn call git-svn-id: http://svn.osgeo.org/postgis/trunk@419
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-30  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: made shp2pgsql looser about numeric precisions git-svn-id: http://svn.osgeo.org/postgis/trunk@418
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-30  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: Fixed segfault bug reported by Randy George,
	removed explicit sequence drop git-svn-id: http://svn.osgeo.org/postgis/trunk@417
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-30  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in,
	Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in: 
	For all versions: Updated fix_geometry_columns to use a more
	readable format in queries.  For PG >= 73: Updated fix_geometry_columns() to consider schema when
	fixing attrelid and varattnum, also changed empty value to 'public'
	string for records with an invalid schema specification.  Updated
	DropGeometryColumn to actually issue the ALTER TABLE DROP COLUMN
	query.  git-svn-id: http://svn.osgeo.org/postgis/trunk@416
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-27  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Added schema specification support git-svn-id: http://svn.osgeo.org/postgis/trunk@415
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-23  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in,
	Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in,
	Attic/postgis_sql_common.sql.in: AddGeometryColumn,
	DropGeometryColum moved to version-specific scripts.  Schema support
	enabled for version 73 and 74.  git-svn-id: http://svn.osgeo.org/postgis/trunk@414
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-19  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: substituted setenv() calls with putenv() for
	Solaris support git-svn-id: http://svn.osgeo.org/postgis/trunk@413
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-18  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_71_end.sql.in, Attic/postgis_sql_72_end.sql.in,
	Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in,
	Attic/postgis_sql_common.sql.in: Changed fix_geometry_columns() for
	PG >= 73 so to set f_table_schema to the empty string if its value
	is not a valid pg namespace.  git-svn-id: http://svn.osgeo.org/postgis/trunk@412
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-16  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: added simplify() documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@411
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-12  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: reverted make_line patch, patched size_subobject
	instead - the reported bug was caused to their inconsistency git-svn-id: http://svn.osgeo.org/postgis/trunk@410
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-12  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: Fixed a bug in make_line allocating less memory
	then required git-svn-id: http://svn.osgeo.org/postgis/trunk@409
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-12  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: added missing 'const' in prototypes git-svn-id: http://svn.osgeo.org/postgis/trunk@408
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-12  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c, postgis_geos_wrapper.cpp, postgis_inout.c: More
	debugging output, some code cleanup.  git-svn-id: http://svn.osgeo.org/postgis/trunk@407
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-12  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: added GEOSnoop OUTPUT debugging info git-svn-id: http://svn.osgeo.org/postgis/trunk@406
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-12  Sandro Santilli <strk@kbt.io>

	* 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) git-svn-id: http://svn.osgeo.org/postgis/trunk@405
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-09  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: Final touch to wkb binary input function git-svn-id: http://svn.osgeo.org/postgis/trunk@404
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-09  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: WKB_recv: set StringInfo cursor to the end of
	StringInfo buf as required by postgres backend git-svn-id: http://svn.osgeo.org/postgis/trunk@403
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-08  Sandro Santilli <strk@kbt.io>

	* postgis_inout.c: Binary WKB input function built only when
	USE_VERSION > 73. Making some modifications based on reported
	failures git-svn-id: http://svn.osgeo.org/postgis/trunk@402
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-04  Sandro Santilli <strk@kbt.io>

	* loader/Makefile: Removed useless linkages from dumper and loader git-svn-id: http://svn.osgeo.org/postgis/trunk@401
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-04  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: code cleanup (removed useless and leaking
	malloc calls) git-svn-id: http://svn.osgeo.org/postgis/trunk@400
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-04  David Blasby <dblasby@gmail.com>

	* postgis_proj.c: changed david skae to skea git-svn-id: http://svn.osgeo.org/postgis/trunk@399
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-01  Sandro Santilli <strk@kbt.io>

	* loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: shapelib
	put in sync with gdal cvs git-svn-id: http://svn.osgeo.org/postgis/trunk@398
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-12-01  Sandro Santilli <strk@kbt.io>

	* loader/shp2pgsql.c: added simple malloc wrapper git-svn-id: http://svn.osgeo.org/postgis/trunk@397
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-28  Sandro Santilli <strk@kbt.io>

	* loader/wkb.h: Some more changes, now useless since wkb.h is no
	more used (just to get in sync) git-svn-id: http://svn.osgeo.org/postgis/trunk@396
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-28  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_73_end.sql.in, Attic/postgis_sql_74_end.sql.in: 
	Added explicit geometry as text cast git-svn-id: http://svn.osgeo.org/postgis/trunk@395
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-28  Sandro Santilli <strk@kbt.io>

	* 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 git-svn-id: http://svn.osgeo.org/postgis/trunk@394
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-26  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: fixed bug in HexDecoder, made WKB parsing the
	default git-svn-id: http://svn.osgeo.org/postgis/trunk@393
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-26  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: binary cursor implemented git-svn-id: http://svn.osgeo.org/postgis/trunk@392
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-26  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Made HEXWKB parsing settable at compile time git-svn-id: http://svn.osgeo.org/postgis/trunk@391
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-26  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Handled NULLS in wkb parsing, reduced
	functions args git-svn-id: http://svn.osgeo.org/postgis/trunk@390
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-26  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: wkb support for all geom types git-svn-id: http://svn.osgeo.org/postgis/trunk@389
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-26  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: WKB start to work git-svn-id: http://svn.osgeo.org/postgis/trunk@388
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-25  Sandro Santilli <strk@kbt.io>

	* loader/wkb.h: first attempt at wkb definitions git-svn-id: http://svn.osgeo.org/postgis/trunk@387
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-25  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: hardly trying to get WKB parsing work git-svn-id: http://svn.osgeo.org/postgis/trunk@386
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, CREDITS, README.postgis, TODO: Updates for 0.8.0 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@385
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/README: Fixed syntax error in execution
	example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@384
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-24  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Removed useless BYTE_ORDER checks git-svn-id: http://svn.osgeo.org/postgis/trunk@383
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Added Cygwin endian definition include to fix
	windows compile.  git-svn-id: http://svn.osgeo.org/postgis/trunk@381
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-20  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: patch from m.spring@gmx.de git-svn-id: http://svn.osgeo.org/postgis/trunk@380
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-20  Sandro Santilli <strk@kbt.io>

	* Makefile: Installs for PG>7.1 goes to pkglibdir git-svn-id: http://svn.osgeo.org/postgis/trunk@379
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-20  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: postgresql linking against libstdc++ reported as
	possibly needed for geos support git-svn-id: http://svn.osgeo.org/postgis/trunk@378
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-20  Sandro Santilli <strk@kbt.io>

	* Makefile: Updated postgis library path to be referenced with /..  git-svn-id: http://svn.osgeo.org/postgis/trunk@377
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-20  Sandro Santilli <strk@kbt.io>

	* postgis_ops.c: expected in-transaction memory release for btree
	operators git-svn-id: http://svn.osgeo.org/postgis/trunk@376
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-20  Sandro Santilli <strk@kbt.io>

	* Makefile: Moved MODULE_FILENAME definition where it will be easly
	modifiable git-svn-id: http://svn.osgeo.org/postgis/trunk@375
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-20  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@374
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-20  Sandro Santilli <strk@kbt.io>

	* loader/Makefile: Set CFLAGS where useless CPPFLAGS were used
	before git-svn-id: http://svn.osgeo.org/postgis/trunk@373
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-19  Sandro Santilli <strk@kbt.io>

	* postgis_debug.c: CR removed git-svn-id: http://svn.osgeo.org/postgis/trunk@372
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-19  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_common.sql.in: missing function definition added
	(I forgot - sorry) git-svn-id: http://svn.osgeo.org/postgis/trunk@371
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-19  Sandro Santilli <strk@kbt.io>

	* postgis.h: added prototypes for geometry_{le,ge,cmp} git-svn-id: http://svn.osgeo.org/postgis/trunk@370
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-19  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_74_end.sql.in: Added default btree operator
	class for PG7.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@369
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-19  Sandro Santilli <strk@kbt.io>

	* postgis_ops.c: Added geometry_le, geometry_ge, geometry_cmp
	functions, modified geometry_lt, geometry_gt, geometry_eq to be
	consistent.  git-svn-id: http://svn.osgeo.org/postgis/trunk@368
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-19  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_common.sql.in: Fixed wrong COMMUTATOR
	specifications in '<','>','~=','@' operators, added new '<=', '>='
	operators git-svn-id: http://svn.osgeo.org/postgis/trunk@367
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-19  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: typo fixed (ENABLE_SEQSCAN missing) - PG7.4
	support listed in 2.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@366
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-18  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: default row buffer lenght set to 100 git-svn-id: http://svn.osgeo.org/postgis/trunk@365
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-18  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Some more structuring. Initialization routine
	moved out of main loop.  Preparing dumper for WKB parsing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@364
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-16  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Huge code re-organization. More structured
	code, more errors handled, cursor based iteration, less code lines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@363
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-14  Sandro Santilli <strk@kbt.io>

	* loader/pgsql2shp.c: Used environment vars to pass libpq connection
	options (less error prone, easier to read). Printed clearer error
	message on query error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@362
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-13  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_common.sql.in: used quote_ident() calls in
	AddGeometryColumns as suggested by Bernhard Herzog git-svn-id: http://svn.osgeo.org/postgis/trunk@361
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-12  Sandro Santilli <strk@kbt.io>

	* .cvsignore, loader/.cvsignore: more cvsignore git-svn-id: http://svn.osgeo.org/postgis/trunk@360
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-12  Sandro Santilli <strk@kbt.io>

	* doc/.cvsignore, doc/html/.cvsignore: first import git-svn-id: http://svn.osgeo.org/postgis/trunk@359
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-12  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_common.sql.in: AddGeometryColumn column
	identifier case respect fix as suggested by Bernhard Herzog git-svn-id: http://svn.osgeo.org/postgis/trunk@358
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-12  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: delete all caught exceptions after use git-svn-id: http://svn.osgeo.org/postgis/trunk@357
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-11  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added (mem)GeomUnion and (mem_)collect aggregates
	documentation, updated Centroid paragraph git-svn-id: http://svn.osgeo.org/postgis/trunk@356
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-11  Sandro Santilli <strk@kbt.io>

	* postgis_fn.c: Fixed a typo in envelope() git-svn-id: http://svn.osgeo.org/postgis/trunk@355
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-11  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_74_end.sql.in,
	Attic/postgis_sql_74_start.sql.in: Postgresql 7.4 enabler scripts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@354
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-11  Sandro Santilli <strk@kbt.io>

	* postgis_estimate.c: Added support for PG74 git-svn-id: http://svn.osgeo.org/postgis/trunk@353
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-05  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_common.sql.in: Added fast collect() and
	geomunion() aggregates implementations git-svn-id: http://svn.osgeo.org/postgis/trunk@352
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-05  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: moved #ifdef USE_GEOS below prototypes, added NULL
	implementation of unite_garray git-svn-id: http://svn.osgeo.org/postgis/trunk@351
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-05  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: renamed unite_finalfunc to unite_garray git-svn-id: http://svn.osgeo.org/postgis/trunk@350
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-05  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml: Added GEOS support tips to installation
	instructions git-svn-id: http://svn.osgeo.org/postgis/trunk@349
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-05  Sandro Santilli <strk@kbt.io>

	* doc/Makefile, doc/{postgis.xml.in => postgis.xml}: postgis.xml put
	back in place. Makefile modified to generate a postgis-out.xml from
	postgis.xml.  git-svn-id: http://svn.osgeo.org/postgis/trunk@348
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-04  Sandro Santilli <strk@kbt.io>

	* doc/postgis.xml.in: made last release version a parameter git-svn-id: http://svn.osgeo.org/postgis/trunk@347
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-04  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: added 'global' specification to sed command git-svn-id: http://svn.osgeo.org/postgis/trunk@346
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-04  Sandro Santilli <strk@kbt.io>

	* doc/{postgis.xml => postgis.xml.in}: renamed postgis.xml to
	postgis.xml.in git-svn-id: http://svn.osgeo.org/postgis/trunk@345
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-04  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: dropped 'clean' rule (not really a good idea right
	now) git-svn-id: http://svn.osgeo.org/postgis/trunk@344
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-04  Sandro Santilli <strk@kbt.io>

	* Makefile: added doc clean in clean rule git-svn-id: http://svn.osgeo.org/postgis/trunk@343
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-04  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: added missing first geom pfree in unite_finalfunc git-svn-id: http://svn.osgeo.org/postgis/trunk@342
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-11-04  Sandro Santilli <strk@kbt.io>

	* doc/Makefile: initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@341
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-29  Sandro Santilli <strk@kbt.io>

	* 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.  git-svn-id: http://svn.osgeo.org/postgis/trunk@340
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-29  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: Added geoscentroid function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@339
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-29  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: Added GEOSGetCentroid() function git-svn-id: http://svn.osgeo.org/postgis/trunk@338
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-28  Sandro Santilli <strk@kbt.io>

	* postgis.h, postgis_fn.c: Added collect_garray() function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@337
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-28  Sandro Santilli <strk@kbt.io>

	* postgis.h, postgis_fn.c, postgis_geos.c: unite_sfunc() from
	postgis_geos.c renamed to geom_accum() and moved in postgis_fn.c git-svn-id: http://svn.osgeo.org/postgis/trunk@336
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-28  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_common.sql.in: Added Algorithms section and
	simplify() enabler code git-svn-id: http://svn.osgeo.org/postgis/trunk@335
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-28  Sandro Santilli <strk@kbt.io>

	* postgis.h: Added postgis_algo.c prototypes git-svn-id: http://svn.osgeo.org/postgis/trunk@334
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-28  Sandro Santilli <strk@kbt.io>

	* Makefile: Added postgis_algo.c build support git-svn-id: http://svn.osgeo.org/postgis/trunk@333
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-28  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: handled NULL state array in unite_finalfunc,
	cleaned up some spurios code git-svn-id: http://svn.osgeo.org/postgis/trunk@332
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-27  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: unite_sfunc made always copy input array in long
	lived memory context.  It should now work with safer memory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@331
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-27  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: Made GeomUnion release memory soon, Added
	fastunion support functions git-svn-id: http://svn.osgeo.org/postgis/trunk@330
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-27  Sandro Santilli <strk@kbt.io>

	* postgis_algo.c: Initial import.  git-svn-id: http://svn.osgeo.org/postgis/trunk@329
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-24  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c: Modified strcmp-based if-else with switch-case in
	GEOS2POSTGIS() using new GEOSGeometryTypeId() interface.  git-svn-id: http://svn.osgeo.org/postgis/trunk@328
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-24  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: Added GEOSGeometryTypeId(Geometry *)
	wrapper function.  Added GEOSGetCoordinates_Polygon(Polygon *) as an
	experimental optimized version of GEOSGetCoordinates(Geometry *);
	More to add ...  git-svn-id: http://svn.osgeo.org/postgis/trunk@327
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-24  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: GEOSGetCoordinates() reverted to
	getCoordinates() call so to be compatible to all type of geometries
	(not only LineStrings) git-svn-id: http://svn.osgeo.org/postgis/trunk@326
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-24  Sandro Santilli <strk@kbt.io>

	* postgis_geos.c, postgis_geos_wrapper.cpp: Fixed memory leak in
	GEOSGetCoordinates(), made sure that GEOS2POSTGIS free type string
	even in case of collapsed geoms. Made sure that geomunion release
	memory in case of exception thrown by GEOSUnion. Sooner release of
	palloced memory in PolyFromGeometry (pts_per_ring).  git-svn-id: http://svn.osgeo.org/postgis/trunk@325
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-23  Sandro Santilli <strk@kbt.io>

	* Makefile: added memory debugging tips for gcc >= 3.2.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@324
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-23  Sandro Santilli <strk@kbt.io>

	* Makefile: Added default-commented line to disable gcc "smart"
	memory caching feature.  git-svn-id: http://svn.osgeo.org/postgis/trunk@323
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-23  Sandro Santilli <strk@kbt.io>

	* Attic/postgis_sql_common.sql.in: Added 'unite' aggregate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@322
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: More additions to the TODO git-svn-id: http://svn.osgeo.org/postgis/trunk@321
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* TODO: Updated TODO list somewhat git-svn-id: http://svn.osgeo.org/postgis/trunk@320
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-21  Sandro Santilli <strk@kbt.io>

	* Makefile: Made GEOS_DIR and PROJ_DIR settable via environment vars git-svn-id: http://svn.osgeo.org/postgis/trunk@319
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-20  Sandro Santilli <strk@kbt.io>

	* postgis_geos_wrapper.cpp: Removed some memory leaks in PostGIS2*
	converters.  git-svn-id: http://svn.osgeo.org/postgis/trunk@318
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Pass USE_* information to version string, add some 7.4
	version passing flags to the compile.  git-svn-id: http://svn.osgeo.org/postgis/trunk@317
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-17  David Blasby <dblasby@gmail.com>

	* postgis_fn.c: Made Envelope() CW instead of CCW.  git-svn-id: http://svn.osgeo.org/postgis/trunk@316
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-17  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in, postgis_fn.c: made isEmpty()
	return true/false git-svn-id: http://svn.osgeo.org/postgis/trunk@315
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/2_queries.sql: Added some more AsText
	wrappers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@314
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/2_queries.sql: Added some AsText wrappers
	to results to make results match answers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@313
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-16  David Blasby <dblasby@gmail.com>

	* postgis_geos.c: Added NOTICE_HANDLER function.  For some reason
	this didnt get properly committed last time.  git-svn-id: http://svn.osgeo.org/postgis/trunk@312
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-16  David Blasby <dblasby@gmail.com>

	* postgis.h: added #include <sys/types.h> for people using freeBSD
	(strk@keybit.net patch) git-svn-id: http://svn.osgeo.org/postgis/trunk@311
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-15  David Blasby <dblasby@gmail.com>

	* postgis_geos_wrapper.cpp: added a bunch of catch (GEOSExceptions)
	blocks to write out more imformative error messages.  git-svn-id: http://svn.osgeo.org/postgis/trunk@310
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-14  David Blasby <dblasby@gmail.com>

	* postgis_geos.c: GEOS2POSTGIS - added protection to pfree(NULL) for
	multi* geoms git-svn-id: http://svn.osgeo.org/postgis/trunk@309
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_geos_wrapper.cpp: Added const declarations to sync with
	current GEOS cvs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@308
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-06  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: Fixed typo in add_to_geometry().  With very
	poorly aligned sub-objects, it wouldnt allocate enough memory.
	Fixed it so its pesimistic and will allocate enough memory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@307
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-10-03  David Blasby <dblasby@gmail.com>

	* postgis_geos.c, postgis_geos_wrapper.cpp: added pointonsurface()
	as a sub.  Some memory management fixes/tests.  removed a few
	NOTICEs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@306
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-09-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Patch from strk: - "\t" always preceeded the first value of a dump_format query   if NULL - field values where quoted with (") in dump_format when   called with -k ( did I introduce that? ) - Appropriate calls to DBF[..]ReadAttributes based on   cached attribute types.  - Assured that *all* shapes are NULL before exiting with   an error ( I did not check that NULL shapes in the midle   of the shapefiles are handled, but previous code did   not check that either ... ) git-svn-id: http://svn.osgeo.org/postgis/trunk@305
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-09-19  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: fixed a bug that actually tests the first 2
	point for pip instead of just thinking I was testing the first two.  git-svn-id: http://svn.osgeo.org/postgis/trunk@304
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-09-16  David Blasby <dblasby@gmail.com>

	* loader/Makefile, postgis_debug.c, postgis_fn.c, postgis_geos.c,
	postgis_geos_wrapper.cpp, postgis_transform.c: added ability to
	delete geometries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@303
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-09-10  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: got rid of warning...  git-svn-id: http://svn.osgeo.org/postgis/trunk@302
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-09-10  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: changed it to make the field names in the dbf
	file capital letters git-svn-id: http://svn.osgeo.org/postgis/trunk@301
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-09-10  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: fixed a bug in is_clockwise...  git-svn-id: http://svn.osgeo.org/postgis/trunk@300
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-09-04  David Blasby <dblasby@gmail.com>

	* doc/postgis.xml: removed truly_inside() doc.  git-svn-id: http://svn.osgeo.org/postgis/trunk@299
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-09-04  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in: removed truly_inside() function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@298
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-22  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: fixed geometry_in('SRID=<int>{no ;}').  git-svn-id: http://svn.osgeo.org/postgis/trunk@297
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-21  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: added patch from strk@freek.keybit.net  for
	PG_NARGS() not being in 7.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@296
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Add missing </para> git-svn-id: http://svn.osgeo.org/postgis/trunk@295
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Removed illegal characters from the file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@294
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: More entities git-svn-id: http://svn.osgeo.org/postgis/trunk@293
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Replace <> with proper entities in Dave's new
	function entries git-svn-id: http://svn.osgeo.org/postgis/trunk@292
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/README: Added info on piping results to
	output file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@291
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_geos_wrapper.cpp: Change include from io.h to geom.h.  git-svn-id: http://svn.osgeo.org/postgis/trunk@290
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile, loader/shp2pgsql.c: Change sequence handling to
	respect versions prior to 7.3. Patch from strk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@289
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-08  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in, Makefile, doc/postgis.xml,
	examples/ogc_test_suite/2_queries.sql, postgis.h, postgis_debug.c,
	postgis_fn.c, postgis_geos.c, postgis_geos_wrapper.cpp,
	postgis_gist_71.c, postgis_gist_72.c, postgis_inout.c: Conformance
	changes.  Removed junk from postgis_debug.c and added the first run
	of the long transaction locking support.  (this will change - dont
	use it) conformance tests were corrected some dos cr/lf removed
	empty geometries i.e. GEOMETRYCOLLECT(EMPTY) added (with indexing
	support) pointN(<linestring>,1) now returns the first point (used to
	return 2nd) git-svn-id: http://svn.osgeo.org/postgis/trunk@288
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Added some information about compiling PostgreSQL
	with C++ support to enable proper GEOS behavior.  git-svn-id: http://svn.osgeo.org/postgis/trunk@287
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-06  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in, postgis.h, postgis_geos.c,
	postgis_inout.c: Added the WKB parser.  Added all the functions like
	PolyFromWKB(<WKB>,[<SRID>]).  Added all the functions like PolyFromText(<WKT>,[<SRID>]) Minor problem in GEOS library fixed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@286
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-05  David Blasby <dblasby@gmail.com>

	* postgis_geos.c: Added null implementations of new
	GEOS-returning-geometry functions (ie.  buffer).  git-svn-id: http://svn.osgeo.org/postgis/trunk@285
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-05  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: Removed the setval for the sequence if the
	value was going to be 0.  This avoids a warning that occirs when you
	try to set it to 0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@284
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-01  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in, postgis_geos.c,
	postgis_geos_wrapper.cpp: added the functionality to convert
	GEOS->PostGIS geometries.  Added those geos functions to postgis.  git-svn-id: http://svn.osgeo.org/postgis/trunk@283
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-01  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: Altered the loader to use a (gid serial) type
	instead of just a (gid int4).  Also the gid is now declared as a
	primary key.  git-svn-id: http://svn.osgeo.org/postgis/trunk@282
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-08-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Added BC Albers parameterization (epsg 42102) git-svn-id: http://svn.osgeo.org/postgis/trunk@281
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-07-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis.h, postgis_debug.c, postgis_estimate.c, postgis_fn.c,
	postgis_inout.c, postgis_ops.c: Moved Cygwin endian define out of
	source files into postgis.h common header file.  git-svn-id: http://svn.osgeo.org/postgis/trunk@280
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-07-08  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: changed asbinary_specify() so that it is more
	aware of TEXT being un-terminated.  this is a modified patch from David Garnier
	<david.garnier@etudier-online.com>.  git-svn-id: http://svn.osgeo.org/postgis/trunk@279
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-07-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* Attic/postgis_sql_71_end.sql.in,
	Attic/postgis_sql_71_start.sql.in, Attic/postgis_sql_72_end.sql.in,
	Attic/postgis_sql_72_start.sql.in, Attic/postgis_sql_73_end.sql.in,
	Attic/postgis_sql_73_start.sql.in, Attic/postgis_sql_common.sql.in,
	loader/pgsql2shp.c, loader/shp2pgsql.c, postgis.h, postgis_chip.c,
	postgis_debug.c, postgis_estimate.c, postgis_fn.c, postgis_geos.c,
	postgis_gist_71.c, postgis_gist_72.c, postgis_inout.c,
	postgis_ops.c, postgis_proj.c, postgis_transform.c: Added CVS
	revision headers.  git-svn-id: http://svn.osgeo.org/postgis/trunk@278
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-06-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: It seems that invalid geometries where in the
	shapefile (as far as shapelib let shp2pgsql know). LINEZ objects
	with less then 2 vertices. I've patched shp2pgsql to recognized such
	an inconsistence and use a NULL geometry for that record printing a
	warning on stderr.  <strk@freek.keybit.net> git-svn-id: http://svn.osgeo.org/postgis/trunk@277
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-06-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* regress/isvalid_test, regress/relate_test: Added transaction begin
	and end.  git-svn-id: http://svn.osgeo.org/postgis/trunk@276
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-05-27  David Blasby <dblasby@gmail.com>

	* Makefile, postgis_geos.c, postgis_geos_wrapper.cpp: New version of
	the postgis-GEOS connector.  git-svn-id: http://svn.osgeo.org/postgis/trunk@275
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-05-13  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in: Added a modified version of Carl
	Anderson <carl.anderson@vadose.org> patch for schema-aware
	find_srid().  I have modified your schema-patched find_srid() and commited it to
	the postgis 1. removed isstrict qualification and explicity throw an error if
	one of the arguments is null 2. use "LIKE" instead of "~" for pattern matching because "~" wasnt
	working on my system 3. throw an error if the the requested geometry couldnt be found.  git-svn-id: http://svn.osgeo.org/postgis/trunk@274
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Patch for optional case sensitivity respect.
	From strk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@273
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/README: More info git-svn-id: http://svn.osgeo.org/postgis/trunk@272
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in: added area() as alias for
	area2d() git-svn-id: http://svn.osgeo.org/postgis/trunk@271
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  David Blasby <dblasby@gmail.com>

	* postgis_fn.c, postgis_geos.c: changes to area() git-svn-id: http://svn.osgeo.org/postgis/trunk@270
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/README: More info.  git-svn-id: http://svn.osgeo.org/postgis/trunk@269
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/2_queries.sql: Fixed within() test to have
	right order of arguments.  git-svn-id: http://svn.osgeo.org/postgis/trunk@268
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/2_queries.sql: Changes to function names
	to MATCH the specification.  git-svn-id: http://svn.osgeo.org/postgis/trunk@267
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/2_queries.sql: More consistency fixes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@266
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/1_schema.sql,
	examples/ogc_test_suite/2_queries.sql,
	examples/ogc_test_suite/README: Fixes for consistency (!!!!) of the
	tests and a first README on how to run them.  git-svn-id: http://svn.osgeo.org/postgis/trunk@265
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Attic/postgis_sql_common.sql.in: Extra OGC text constructor
	functions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@264
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Hack to supply c++ CXX variable if undefined.  git-svn-id: http://svn.osgeo.org/postgis/trunk@263
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Cruft removal git-svn-id: http://svn.osgeo.org/postgis/trunk@262
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Attic/postgis_sql_common.sql.in: Formatting changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@261
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Attic/postgis_sql_common.sql.in: Remove old commented out
	duplicate function.  git-svn-id: http://svn.osgeo.org/postgis/trunk@260
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Makefile should fully honor USE_GEOS flag now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@259
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile, postgis_transform.c: Cleaned up makefile and transform
	warning removed for null case.  git-svn-id: http://svn.osgeo.org/postgis/trunk@258
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* Attic/postgis_sql_common.sql.in: Some reformatting.  git-svn-id: http://svn.osgeo.org/postgis/trunk@257
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-09  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_common.sql.in, Makefile, postgis_geos.c,
	postgis_geos_wrapper.cpp: GEOS support -first run git-svn-id: http://svn.osgeo.org/postgis/trunk@256
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-09  David Blasby <dblasby@gmail.com>

	* regress/isvalid_test: test data for isvalid() git-svn-id: http://svn.osgeo.org/postgis/trunk@255
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* jdbc/Makefile: Makefile update git-svn-id: http://svn.osgeo.org/postgis/trunk@254
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-09  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, CREDITS, README.postgis: Updates for 0.7.5 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@252
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Cygwin BE_DLLLIBS fix from nvine/jtishler git-svn-id: http://svn.osgeo.org/postgis/trunk@251
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-08  David Blasby <dblasby@gmail.com>

	* regress/relate_test: simple table to test relate(g1,g2).  Taken
	from JTS/GEOS regression test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@250
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-04-01  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: Fixed a bug which dropped the last Z value of
	each line in 3d lines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@249
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-03-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: M-handling patch and some Z-recognition too.
	From strk@freek.keybit.net.  git-svn-id: http://svn.osgeo.org/postgis/trunk@248
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-03-06  Chris Hodgson <chodgson@refractions.net>

	* Attic/postgis_sql_73_end.sql.in: swapped '~=' for '=' in the
	operator class definition for gist_geometry_ops.  git-svn-id: http://svn.osgeo.org/postgis/trunk@247
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-03-06  Chris Hodgson <chodgson@refractions.net>

	* Attic/postgis_sql_common.sql.in: changed 'geometry' to 'GEOMETRY'
	two places in the AddGeometryColumn sql code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@246
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-03-06  Chris Hodgson <chodgson@refractions.net>

	* doc/postgis.xml: Updated the documentation for the '~' operator
	and added documentation for the '@' operator (they were backwards).  git-svn-id: http://svn.osgeo.org/postgis/trunk@245
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-03-06  David Blasby <dblasby@gmail.com>

	* Attic/postgis_sql_73_end.sql.in: indexing for 7.3:  @ and ~ were
	backwards.  Corrected.  git-svn-id: http://svn.osgeo.org/postgis/trunk@244
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-15  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: added more type checking into the create table
	statment.  Now uses int8, and numeric types if the columns
	definitions are too big git-svn-id: http://svn.osgeo.org/postgis/trunk@243
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-14  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: changed the PIP function to loop from i=0 to
	1<n-1 git-svn-id: http://svn.osgeo.org/postgis/trunk@242
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, README.postgis, loader/Makefile: Changes in preparation
	for 0.7.4 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@240
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Fixed bug with 7.1 build relating to postgis_estimate.  git-svn-id: http://svn.osgeo.org/postgis/trunk@239
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* Attic/postgis_sql_common.sql.in: Changed constraint name for
	geometry_columns_pk.  git-svn-id: http://svn.osgeo.org/postgis/trunk@238
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Fix memory management error, array of pointers
	allocated insufficient space.  git-svn-id: http://svn.osgeo.org/postgis/trunk@237
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: Added CVS substitution
	strings for logging.  git-svn-id: http://svn.osgeo.org/postgis/trunk@236
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* Attic/postgis_sql_72_end.sql.in: Fixed stupid case error in 7.2
	gist support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@235
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-02-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Updated SRS file with better proj4
	definitions and nicer commented description lines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@234
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-01-31  Chris Hodgson <chodgson@refractions.net>

	* doc/postgis.xml: fixed a small error in an example - road_name ->
	name git-svn-id: http://svn.osgeo.org/postgis/trunk@233
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-01-22  David Blasby <dblasby@gmail.com>

	* postgis_estimate.c: applied Mark Cave-Ayland's new patch that is a
	bit cleaner and has a user-defined FETCH limit for creating a
	histogram.  git-svn-id: http://svn.osgeo.org/postgis/trunk@232
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-01-21  David Blasby <dblasby@gmail.com>

	* postgis_estimate.c: added patch from Mark Cave-Ayland that saves
	memory during histogram calculations by using cursors instead of
	loading all the BOXs at once.  git-svn-id: http://svn.osgeo.org/postgis/trunk@231
	b70326c6-7e19-0410-871a-916f4a2858ee

2003-01-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added USE_STATS fix for index selectivity.  git-svn-id: http://svn.osgeo.org/postgis/trunk@230
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-17  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: fixed select astext(the_geom)||'dave' from ...;
	bug git-svn-id: http://svn.osgeo.org/postgis/trunk@229
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis.sql.in, postgis_gist_71.sql.in, postgis_gist_72.sql.in,
	postgis_gist_73.sql.in: Removed old sql.in files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@228
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* create_undef.pl: Support for 7.3 undefinition.  git-svn-id: http://svn.osgeo.org/postgis/trunk@227
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Attic/postgis_sql_71_end.sql.in,
	Attic/postgis_sql_71_start.sql.in, Attic/postgis_sql_72_end.sql.in,
	Attic/postgis_sql_72_start.sql.in, Attic/postgis_sql_73_end.sql.in,
	Attic/postgis_sql_73_start.sql.in, Attic/postgis_sql_common.sql.in,
	Makefile: New SQL update files, with version dependant start and end
	scripts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@226
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Set USE_PROJ back to default 0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@225
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis.sql.in: Returned to 'opaque' as type in creation, since
	7.3 will automatically cast and < 7.3 will fail if I use a different
	value. This causes some warnings in 7.3, but no failures.  git-svn-id: http://svn.osgeo.org/postgis/trunk@224
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile, postgis.sql.in, postgis_gist_73.sql.in: Updates to
	support 7.3 typecasting conventions. 7.3 support is now ready for
	beta testing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@223
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_gist_73.sql.in: "fixed" pg_opclass so that 7.3 index
	creation works.  git-svn-id: http://svn.osgeo.org/postgis/trunk@222
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_gist_73.sql.in: Changed an opaque to internal (many to
	go...) git-svn-id: http://svn.osgeo.org/postgis/trunk@221
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Pass USE_VERSION macro into the C compilation process to
	the pre-processor can make use of it git-svn-id: http://svn.osgeo.org/postgis/trunk@220
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Changed libdir references to LIBPATH and started using
	the magic $libpath entry for default installs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@219
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_gist_73.sql.in: Formatting change.  git-svn-id: http://svn.osgeo.org/postgis/trunk@218
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile, postgis_gist_73.sql.in: Early support for 7.3. No fixes
	for typecasting problems yet.  git-svn-id: http://svn.osgeo.org/postgis/trunk@217
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_gist_73.sql.in: Removed DOS linefeeds from SQL files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@216
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_gist_71.c, postgis_gist_71.sql.in: Changes to support 7.3
	cleanly.  git-svn-id: http://svn.osgeo.org/postgis/trunk@215
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile, README.postgis, postgis_gist.c, postgis_gist.sql.in,
	postgis_gist_73.sql.in: Changes to allow 7.3 support to be easily
	added.  git-svn-id: http://svn.osgeo.org/postgis/trunk@214
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-12-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/ogc_test_suite/1_schema.sql,
	examples/ogc_test_suite/2_queries.sql,
	examples/ogc_test_suite/3_cleanup.sql: Original OpenGIS test suite
	files. To be edited to conform to PostGIS syntax where legal.  git-svn-id: http://svn.osgeo.org/postgis/trunk@213
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-11-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Changed references to 'make' into macro references to
	MAKE git-svn-id: http://svn.osgeo.org/postgis/trunk@212
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-11-22  Chris Hodgson <chodgson@refractions.net>

	* doc/postgis.xml: changed the title of the new section from
	"Mapserver" to "Using Mapserver" git-svn-id: http://svn.osgeo.org/postgis/trunk@211
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-11-22  Chris Hodgson <chodgson@refractions.net>

	* doc/postgis.xml: added more advanced mapserver documentation, and
	separated mapserver into its own section of the documentation git-svn-id: http://svn.osgeo.org/postgis/trunk@210
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-11-22  David Blasby <dblasby@gmail.com>

	* postgis_transform.c: Non-compiled in transform() returns error
	instead of nop.  git-svn-id: http://svn.osgeo.org/postgis/trunk@209
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-11-20  Chris Hodgson <chodgson@refractions.net>

	* doc/postgis.xml: re-formatted the xml doc and added a bit about
	complex queries (still lots more to come on that topic) git-svn-id: http://svn.osgeo.org/postgis/trunk@208
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-11-06  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: added support for clockwise-ness in shp dumper git-svn-id: http://svn.osgeo.org/postgis/trunk@207
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-11-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Removed debugging connstring print.  git-svn-id: http://svn.osgeo.org/postgis/trunk@206
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-25  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: Now accepts both types of multipoint -
	'MULTIPOINT(0 0, 1 1)'::geometry and 'MULTIPOINT( (0 0), (1
	1))'::geometry; git-svn-id: http://svn.osgeo.org/postgis/trunk@205
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* jdbc/org/postgis/PGbox3d.java, jdbc/org/postgis/PGgeometry.java: 
	Added PGbox3d accessors for LLB and URB. Added PGgeometry update to
	account for SRIDs when they are present in the WKT. Submitted by
	Rueben Schultz.  git-svn-id: http://svn.osgeo.org/postgis/trunk@204
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-17  Chris Hodgson <chodgson@refractions.net>

	* loader/dbfopen.c: fixed the last compile warning on solaris/gcc git-svn-id: http://svn.osgeo.org/postgis/trunk@203
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-17  Chris Hodgson <chodgson@refractions.net>

	* loader/dbfopen.c, loader/getopt.c, loader/shp2pgsql.c,
	loader/shpopen.c: - cleaned up all the compiler warnings - for getopt.c, this involved moving the line:       extern char *getenv(const char *name);   outside of the two nested #ifdefs that it was inside, as it is
	  always required (the code that calls it isn't inside any #ifdefs)
	  Perhaps this may break compilation in non-linux/gnu environments? git-svn-id: http://svn.osgeo.org/postgis/trunk@202
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fixed syntax error in hyperlink to postgis
	source.  git-svn-id: http://svn.osgeo.org/postgis/trunk@201
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-16  David Blasby <dblasby@gmail.com>

	* postgis_estimate.c: Added support to turn off the
	postgis_gist_sel() computations (see Makefile).  git-svn-id: http://svn.osgeo.org/postgis/trunk@200
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added USE_STATS switch to make the new statistics system
	optional.  git-svn-id: http://svn.osgeo.org/postgis/trunk@199
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-16  Chris Hodgson <chodgson@refractions.net>

	* Makefile: makefile now has both support for auto-determining
	postgres version and support for the new histogram2d stuff git-svn-id: http://svn.osgeo.org/postgis/trunk@198
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-11  David Blasby <dblasby@gmail.com>

	* postgis_estimate.c: New file with original estimation methods.  git-svn-id: http://svn.osgeo.org/postgis/trunk@197
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-11  David Blasby <dblasby@gmail.com>

	* Makefile, postgis.h, postgis.sql.in, postgis_gist_72.c,
	postgis_gist_72.sql.in, postgis_inout.c: Added support for
	histogram2d and better statistical analysis.  git-svn-id: http://svn.osgeo.org/postgis/trunk@196
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-11  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: fixed the errors in the error fix i had just
	committed...  git-svn-id: http://svn.osgeo.org/postgis/trunk@195
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-11  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: Fixed a bug from adding NULL support to shape
	dumper git-svn-id: http://svn.osgeo.org/postgis/trunk@194
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-10  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: added support to write out null geometries to
	polygon, multipolygon, arc, and multiarcs...  git-svn-id: http://svn.osgeo.org/postgis/trunk@193
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-10  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: Added support to write out Null geometries to
	point and mulitpoints git-svn-id: http://svn.osgeo.org/postgis/trunk@192
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-10-10  Chris Hodgson <chodgson@refractions.net>

	* README.postgis, doc/postgis.xml, postgis_ops.c: - fixed a bug in box3d_overleft which would likely go unnoticed - fixed the docs for &<, &>, <<, and >> which were backwards git-svn-id: http://svn.osgeo.org/postgis/trunk@191
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-09-20  David Blasby <dblasby@gmail.com>

	* postgis_debug.c: Fixed complier complaint reported by Mark Sutton
	<mes@lazo.ca>.  git-svn-id: http://svn.osgeo.org/postgis/trunk@190
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-09-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* jdbc/org/postgis/LinearRing.java: Trivial initialization bug,
	forget to set dimension.  git-svn-id: http://svn.osgeo.org/postgis/trunk@188
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-09-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, README.postgis: Changes in preparation for 0.7.3 release git-svn-id: http://svn.osgeo.org/postgis/trunk@187
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-09-05  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: Fixed typo in dropgeometrycolumn() - IS null to
	=null.  This was caused in the last 'fix'.  git-svn-id: http://svn.osgeo.org/postgis/trunk@186
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-09-05  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Make 7.2 index test check for version 7.1 and default to
	7.2 if not This is preparatory to the 7.3 pgsql release which uses
	the sames GiST bindings as the 7.2 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@185
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-09-04  David Blasby <dblasby@gmail.com>

	* postgis_transform.c: Applied "Mark Cave-Ayland"
	<mark.cave-ayland@webbased.co.uk>'s patch so transform() will
	correctly tranform BBOX only geometries.  git-svn-id: http://svn.osgeo.org/postgis/trunk@184
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-09-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added automatic test for version string and setting of
	USE_PG72 to appropriate value, as submitted by Greg Stark.  git-svn-id: http://svn.osgeo.org/postgis/trunk@183
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-09-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, CREDITS, README.postgis: Changes in preparation for 0.7.2
	release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@181
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-08-19  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: changed "=NULL" to "is null" for postgresql 7.3
	devel issues (as reported by  Eric -  redmonde@purdue.edu) git-svn-id: http://svn.osgeo.org/postgis/trunk@180
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-08-16  David Blasby <dblasby@gmail.com>

	* postgis_fn.c: Applyed "Mark Cave-Ayland"
	 <mark.cave-ayland@webbased.co.uk>'s patch to the truly_inside()
	function.  Thanks mark! git-svn-id: http://svn.osgeo.org/postgis/trunk@179
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-08-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Patch to write null geometries as "\N" in the
	dump file format case.  Submitted by Steffen Macke <sdteffen@web.de> git-svn-id: http://svn.osgeo.org/postgis/trunk@178
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-07-26  Chris Hodgson <chodgson@refractions.net>

	* doc/postgis.xml: minor correction git-svn-id: http://svn.osgeo.org/postgis/trunk@177
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-07-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: fixes the unwanted quotation of NULLs for the
	sql insert format. Submitted by Steffen Macke.  git-svn-id: http://svn.osgeo.org/postgis/trunk@176
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-07-17  Chris Hodgson <chodgson@refractions.net>

	* doc/postgis.xml: fixed some formatting errors from my previous
	addition git-svn-id: http://svn.osgeo.org/postgis/trunk@175
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-07-17  Chris Hodgson <chodgson@refractions.net>

	* doc/postgis.xml: added a "common problems" sub-section to the
	"installing postgis" section git-svn-id: http://svn.osgeo.org/postgis/trunk@174
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-07-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Reverted USE_PROJ to 0 git-svn-id: http://svn.osgeo.org/postgis/trunk@173
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-07-06  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Patch from Steffen Macke, NULL attributes are
	imported as NULL now, gid field renaming works now (case problem), \
	and ' are escaped and don't break the import git-svn-id: http://svn.osgeo.org/postgis/trunk@172
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-07-04  David Blasby <dblasby@gmail.com>

	* Makefile, postgis.h, postgis.sql.in, postgis_inout.c: added
	bytea(wkb) git-svn-id: http://svn.osgeo.org/postgis/trunk@171
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-06-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: fixed syntax error in reference to pgsql2shp git-svn-id: http://svn.osgeo.org/postgis/trunk@170
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-06-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile: Cygwin fixes to the install target to provide
	.exe extensions.  git-svn-id: http://svn.osgeo.org/postgis/trunk@169
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-06-07  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: fixed a bug in pgsql2shp which displayed the
	total DBF rows written as one less than actually was written.  git-svn-id: http://svn.osgeo.org/postgis/trunk@168
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-28  Chris Hodgson <chodgson@refractions.net>

	* postgis_gist.sql.in: - updated the ~ and @ operator definitions in postgis_gist.sql.in so
	that ~ is contains and @ is contained (should have been done in the
	last update, but I forgot) git-svn-id: http://svn.osgeo.org/postgis/trunk@167
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-28  Chris Hodgson <chodgson@refractions.net>

	* postgis_gist_72.sql.in: - updated the ~ and @ operator definitions in postgis_gist_72.sql.in
	so that ~ is contains and @ is contained git-svn-id: http://svn.osgeo.org/postgis/trunk@166
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-28  Chris Hodgson <chodgson@refractions.net>

	* postgis_fn.c: - updated the translate function in postgis_fn.c to translate the
	bounding box as well, as suggested by Robert Burgholzer git-svn-id: http://svn.osgeo.org/postgis/trunk@165
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fixed syntax error in GeometryN defn.  git-svn-id: http://svn.osgeo.org/postgis/trunk@164
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Set USE_PG72 to 0.  git-svn-id: http://svn.osgeo.org/postgis/trunk@162
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, Makefile, README.postgis: Documentation updates for 0.7.1
	release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@161
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* : Stripped DOS carriage returns from all source code files. Should
	fix some compilation problems on some platforms.  git-svn-id: http://svn.osgeo.org/postgis/trunk@160
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-06  Chris Hodgson <chodgson@refractions.net>

	* Makefile, postgis_fn.c, postgis_inout.c: - changed add_to_geometry() and collector() so that the sql
	collect() aggregate returns the simplest possible geometric type,
	ie. a MULTIPOINT instead of a GEOMETRYCOLLECTIONwhen all of the
	geometries being collected are of either POINT or MULTIPOINT type git-svn-id: http://svn.osgeo.org/postgis/trunk@158
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fixed mistake in FAQ example on radius searching.  git-svn-id: http://svn.osgeo.org/postgis/trunk@155
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: More docbook changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@154
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Docbook syntax error changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@153
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added postgis_undef.sql to make clean target.  git-svn-id: http://svn.osgeo.org/postgis/trunk@152
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, CREDITS, Makefile, README.postgis, TODO, doc/postgis.xml: 
	Documentation updates to go with the 0.7 release. All new functions
	documented, and appropriate changes made to installation and other
	directions. New build process for the PG72 indexes and PROJ4 support
	added to Makefile.  git-svn-id: http://svn.osgeo.org/postgis/trunk@151
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Add commenting to indicate the coordinate
	system of each insert line in a human readable form.  git-svn-id: http://svn.osgeo.org/postgis/trunk@150
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/README.pgsql2shp, loader/README.shp2pgsql,
	loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: Update
	shapelib references to 1.2.9.  git-svn-id: http://svn.osgeo.org/postgis/trunk@149
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile: Added an "install" target which installs
	shp2pgsql and pgsql2shp in the default pgsql bin directory.  git-svn-id: http://svn.osgeo.org/postgis/trunk@148
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_transform.c: Changed WANT_PROJECTION flag to USE_PROJ to
	match other Makefile defines.  git-svn-id: http://svn.osgeo.org/postgis/trunk@147
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis.sql.in: Added GeomFromText alias to GeometryFromText since
	the former is in the SFSQL spec and the latter is not.  git-svn-id: http://svn.osgeo.org/postgis/trunk@146
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-03  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Start of 0.7 documenation edits.  git-svn-id: http://svn.osgeo.org/postgis/trunk@145
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-05-02  David Blasby <dblasby@gmail.com>

	* postgis_transform.c: transform_geom() - if it gets and error -38
	                   from PROJ.4 (couldnt open grid file) it will try to do the transform
	                   without a a datum conversion.  This usually occurs if you ask                    for a re-projection for a point outside where you
	                   have grid data for.  git-svn-id: http://svn.osgeo.org/postgis/trunk@144
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-30  David Blasby <dblasby@gmail.com>

	* Makefile, postgis_transform.c: Better error reporting.  git-svn-id: http://svn.osgeo.org/postgis/trunk@143
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-30  David Blasby <dblasby@gmail.com>

	* postgis_transform.c: Added some debugging to transform.  git-svn-id: http://svn.osgeo.org/postgis/trunk@142
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-29  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_proj.c: Added
	 distance_ellipsiod(point,point,ellipsoid) (called distance_spheroid
	in SQL) git-svn-id: http://svn.osgeo.org/postgis/trunk@141
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-26  Chris Hodgson <chodgson@refractions.net>

	* Makefile, loader/Makefile, postgis.h, postgis.sql.in,
	postgis_fn.c, postgis_gist.c, postgis_gist.sql.in,
	postgis_gist_72.c, postgis_gist_72.sql.in, postgis_ops.c: - cut the gist indexing-related functions out of postgis_ops.c and
	put them in postgis_gist.c, then put the new gist indexing functions
	for postgres >= 7.2 in the file postgis_gist_72 - similarly, the sql definitions of the gist functions have been
	split into their own new sql.in file, with postgis_gist_72.sql.in
	containing the new postgres >= 7.2 definitions - the makefile has been updated to compile EITHER postgis_gist.c OR
	postgis_gist_72.c, and also to process EITHER postgis_gist.sql.in OR
	postgis_gist_72.sql and add the output to the end of postgis.sql - in order to compile the gist functions for posgres 7.2 or newer,
	make sure to point your PGSQL_SRC at the new source directory, and
	uncomment the line in the makefile which says PG72 = 1 (near the
	top) - some functions that were previously in postgis_ops.c were moved to
	postgis_fn.c, as part of a general cleanup I did when splitting off
	the gist functions into their own file - some definitions that were previously in postgis.h (unnecessarily)
	where removed, as they varied depending on which version of
	postgis_gist was being used - also edited the loader/Makefile to clean up properly git-svn-id: http://svn.osgeo.org/postgis/trunk@140
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Column name length limitation removed. Patch
	submitted by Bernhard Reiter <bernhard@intevation.de> git-svn-id: http://svn.osgeo.org/postgis/trunk@139
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: XML syntax error.  git-svn-id: http://svn.osgeo.org/postgis/trunk@138
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Removed the CREATE INDEX statement since
	there is already a primary key index.  git-svn-id: http://svn.osgeo.org/postgis/trunk@137
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Added PROJ4 entries to all relevant rows,
	altered the auth_name to be EPSG for those IDs which originated from
	the EPSG.  git-svn-id: http://svn.osgeo.org/postgis/trunk@136
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* jdbc/README, jdbc/examples/TestServer.java: Patches to bring
	example up to current version in terms of SQL access and to stop
	silly bug in missing table case. Submitted by Steffen Macke
	<sdteffen@web.de> git-svn-id: http://svn.osgeo.org/postgis/trunk@135
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-04-15  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: fixed bug that allowed two field names to be
	the same in shp2psql, we are now checking for that.  git-svn-id: http://svn.osgeo.org/postgis/trunk@134
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-03-26  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: changed postgis_Version() to return type text, not
	type char.  git-svn-id: http://svn.osgeo.org/postgis/trunk@133
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis.h: Minor syntax changes in commenting.  git-svn-id: http://svn.osgeo.org/postgis/trunk@132
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-03-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis.h, postgis_debug.c: Minor syntactical changes to try and
	allow compilation on IRIX.  git-svn-id: http://svn.osgeo.org/postgis/trunk@131
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-03-22  Chris Hodgson <chodgson@refractions.net>

	* postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c: Added
	the collect(geometry) function which is an aggregate function that
	takes a group of geometries and turns them into a geometry
	collection. For example, "select collect(roadsgeom) from roadstable
	group by roadname" would return one geometrycollection for each
	unique road name.  git-svn-id: http://svn.osgeo.org/postgis/trunk@130
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-03-15  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_ops.c: ADD xmin(box3d) etc...
	for box3d's.  git-svn-id: http://svn.osgeo.org/postgis/trunk@129
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-03-14  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c: added a warning to the shape dumper when there
	are no fields in the database.  git-svn-id: http://svn.osgeo.org/postgis/trunk@128
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-03-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Alter shp2pgsql in the -d case so that 'DELETE
	FROM' is used to clear the 'GEOMETRY_COLUMNS' table during table
	drop instead of DropGeometryColumns.  Patch submitted by Steffen
	Macke <sdteffen@yahoo.com>.  git-svn-id: http://svn.osgeo.org/postgis/trunk@127
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-02-27  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis_inout.c: minor bug in geometry_to_text() for
	BOX3D only types fixed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@126
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-02-27  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: BOX3D only geometries now dump as
	"SRID=x;BOX3D(...)".  They are now okay to dump/restore.  git-svn-id: http://svn.osgeo.org/postgis/trunk@125
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-02-26  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: for bbox only geometries, it will dump as
	"SRID=x;NULL", and on load, it will be NULL.  git-svn-id: http://svn.osgeo.org/postgis/trunk@124
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-02-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/README.pgsql2shp, loader/pgsql2shp.c: Patch to pgsql2shp to
	allow dumping of tables with more than one geometry column, and
	addition of -g option to specific which geometry column to dump.
	Submitted by Steffen Macke <sdteffen@yahoo.com>.  git-svn-id: http://svn.osgeo.org/postgis/trunk@123
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-02-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Patch to shp2pgsql.c to properly handle 3D
	shape files. Submitted by Steffen Macke <sdteffen@yahoo.com>.  git-svn-id: http://svn.osgeo.org/postgis/trunk@122
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-02-18  David Blasby <dblasby@gmail.com>

	* postgis_chip.c: minor bug fix git-svn-id: http://svn.osgeo.org/postgis/trunk@121
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-02-18  David Blasby <dblasby@gmail.com>

	* Makefile, postgis.h, postgis.sql.in, postgis_chip.c,
	postgis_fn.c, postgis_transform.c: Added TS support function (chip
	and some non-SFSQL functions) git-svn-id: http://svn.osgeo.org/postgis/trunk@120
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-02-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Fixed syntax error in UPDATE statement.  git-svn-id: http://svn.osgeo.org/postgis/trunk@119
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-01-11  David Blasby <dblasby@gmail.com>

	* postgis_transform.c: better "no proj4" support addded git-svn-id: http://svn.osgeo.org/postgis/trunk@118
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-01-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Fixed dumb error in POINT syntax example.  git-svn-id: http://svn.osgeo.org/postgis/trunk@117
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-01-07  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: Order changes to avoid conflicts.  git-svn-id: http://svn.osgeo.org/postgis/trunk@116
	b70326c6-7e19-0410-871a-916f4a2858ee

2002-01-03  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_fn.c: Added max_distance(l1,l2)
	function git-svn-id: http://svn.osgeo.org/postgis/trunk@115
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-12-21  David Blasby <dblasby@gmail.com>

	* Makefile, postgis.h, postgis.sql.in, postgis_proj.c,
	postgis_transform.c: Coordinate transformation function, transform()
	added in this file.  Adds requirement for linking the proj4 library
	if non-null version of function is requested.  git-svn-id: http://svn.osgeo.org/postgis/trunk@114
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-12-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis, doc/postgis.xml, postgis.sql.in: Doco changes to
	reflect use of 'createlang' as default language creator.  git-svn-id: http://svn.osgeo.org/postgis/trunk@113
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-12-18  David Blasby <dblasby@gmail.com>

	* postgis_transform.c: Added to achive (no code) git-svn-id: http://svn.osgeo.org/postgis/trunk@112
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-12-12  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: changed setSRID(chip and geometry, int) so its
	cachable git-svn-id: http://svn.osgeo.org/postgis/trunk@111
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-12-12  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: Made setSRID cachable git-svn-id: http://svn.osgeo.org/postgis/trunk@110
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-21  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis_chip.c: Chip now handles data with different
	datasizes (datum_size) git-svn-id: http://svn.osgeo.org/postgis/trunk@109
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fix error in sentence about OGC support.  git-svn-id: http://svn.osgeo.org/postgis/trunk@108
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES: Added dates to changelog *yawn* git-svn-id: http://svn.osgeo.org/postgis/trunk@106
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES: Added 0.6.2 changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@105
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-06  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: Fixed the 'free memory that didn't exist
	problem' from newsgroup feedback git-svn-id: http://svn.osgeo.org/postgis/trunk@104
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-02  David Blasby <dblasby@gmail.com>

	* postgis_chip.c: New CHIP type git-svn-id: http://svn.osgeo.org/postgis/trunk@103
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-02  David Blasby <dblasby@gmail.com>

	* Makefile, postgis.h, postgis.sql.in: Added CHIP info git-svn-id: http://svn.osgeo.org/postgis/trunk@102
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added README to files installed by default git-svn-id: http://svn.osgeo.org/postgis/trunk@101
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-11-01  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/dbfopen.c, loader/shapefil.h, loader/shpopen.c: Updated
	shapelib files from latest CVS version.  git-svn-id: http://svn.osgeo.org/postgis/trunk@100
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-31  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added spatial_ref_sys.sql to the installed files for
	'make install' git-svn-id: http://svn.osgeo.org/postgis/trunk@99
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: Added some line commenting to make names more
	readable.  git-svn-id: http://svn.osgeo.org/postgis/trunk@98
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: More spelling fixes, this time with ispell! :) git-svn-id: http://svn.osgeo.org/postgis/trunk@97
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fix spelling mistake.  git-svn-id: http://svn.osgeo.org/postgis/trunk@96
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-29  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: fixed a bug which made the last column value
	in the dbf file loading incorrect if you were using Dump format.  git-svn-id: http://svn.osgeo.org/postgis/trunk@95
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile: Added N.Vines changes to Makefile for better
	compilation under cygwin.  git-svn-id: http://svn.osgeo.org/postgis/trunk@94
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fixed documentation error with respect to box3d git-svn-id: http://svn.osgeo.org/postgis/trunk@93
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-25  David Blasby <dblasby@gmail.com>

	* postgis_inout.c: Fixed but in WKB out - wkb_multi* didnt set the
	'size' return value.  git-svn-id: http://svn.osgeo.org/postgis/trunk@92
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* spatial_ref_sys.sql: File with all the ESRI standard ID codes,
	with corresponding WKT definitions, for loading into the
	SPATIAL_REF_SYS table.  git-svn-id: http://svn.osgeo.org/postgis/trunk@91
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-24  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile, loader/getopt.c: Sweet mary, mother of god,
	getopt.c was a mess! Cleaned out HTML entities and added stdio.h
	include. Works better now.  git-svn-id: http://svn.osgeo.org/postgis/trunk@90
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-23  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: fixed a bug in shp2pgsqkl that allocated way
	too much memory in polygon files.  git-svn-id: http://svn.osgeo.org/postgis/trunk@89
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-22  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/getopt.c, loader/getopt.h: Standard GNU option handling.  git-svn-id: http://svn.osgeo.org/postgis/trunk@88
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-22  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: Modified both
	loader/dumper to use gnu getopt.c instead of standar one since
	getopt was not the same on solaris and linux.  git-svn-id: http://svn.osgeo.org/postgis/trunk@87
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis_undef.sql: postgis_undef.sql is now automatically
	generated from postgis.sql so no longer part of source code
	distribution git-svn-id: http://svn.osgeo.org/postgis/trunk@86
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile, postgis_undef.sql: Added lines to automatically create
	postgis_undef.sql from postgis.sql using create_undef.pl as part of
	standard build process.  git-svn-id: http://svn.osgeo.org/postgis/trunk@85
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-18  David Blasby <dblasby@gmail.com>

	* create_undef.pl, postgis.sql.in: create_undef.pl changed to reove
	the 2 meta-info tables (spatial_ref_sys and geometry_columns).  git-svn-id: http://svn.osgeo.org/postgis/trunk@84
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/html/style.css: Updated style.css to match new website.  git-svn-id: http://svn.osgeo.org/postgis/trunk@83
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES: 0.6.1 changes git-svn-id: http://svn.osgeo.org/postgis/trunk@81
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-15  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Usage documentation changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@80
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Added line break ot usage.  git-svn-id: http://svn.osgeo.org/postgis/trunk@79
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Made usage line more friendly for 80 column
	displays.  git-svn-id: http://svn.osgeo.org/postgis/trunk@78
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/pgsql2shp.c: Edited the usage log to by nicer to 80 column
	displays git-svn-id: http://svn.osgeo.org/postgis/trunk@77
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-11  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: Fixed some errors and
	warning that caused it not to compile under linux git-svn-id: http://svn.osgeo.org/postgis/trunk@76
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-11  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: Modified the .c files slightly to get rid of
	some warnings.  git-svn-id: http://svn.osgeo.org/postgis/trunk@75
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-04  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/README.pgsql2shp, loader/pgsql2shp.c: Modified the
	pgsql2shp file to use getopt to parse the arguments.  Modified the
	Readme file accordingly to the new command line usages.  automatically CVS:  CVS: Committing in . CVS:  CVS: Modified Files:
	CVS:  postgis/loader/README.pgsql2shp postgis/loader/pgsql2shp.c git-svn-id: http://svn.osgeo.org/postgis/trunk@74
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-10-01  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/Makefile, loader/README.shp2pgsql, loader/shp2pgsql.c: 
	Modified the program to use getopt topion parsing.  git-svn-id: http://svn.osgeo.org/postgis/trunk@73
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-20  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/pgsql2shp.c, loader/shp2pgsql.c: Modified this file to
	dynamically detemine the name of the geometry column instead of
	using the default one the loader assigns.  git-svn-id: http://svn.osgeo.org/postgis/trunk@71
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-20  David Blasby <dblasby@gmail.com>

	* postgis_debug.c: Removed index-based extent() support functions in
	postgis_debug.c due to compile errors reported under cygwin.  git-svn-id: http://svn.osgeo.org/postgis/trunk@70
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/README.pgsql2shp: Updated to provide usage information for
	the dumper.  git-svn-id: http://svn.osgeo.org/postgis/trunk@69
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/README.pgsql2shp, loader/{README => README.shp2pgsql}: 
	Split the loader README into two readmes, one for loader and one for
	dumper.  git-svn-id: http://svn.osgeo.org/postgis/trunk@68
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile, doc/postgis.xml: Makefile changes in preparation for 0.6
	release.  Documentation fiddling for final format.  git-svn-id: http://svn.osgeo.org/postgis/trunk@67
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile, loader/pgsql2shp.c: Changes and additions
	necessary to include pgsql2shp git-svn-id: http://svn.osgeo.org/postgis/trunk@66
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Additions for the 0.6 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@65
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES, Makefile, README.postgis, TODO, doc/postgis.xml: Updates
	to the documentation (new functions, 0.6 special info, mapserver
	info). Other release-specific updates in CHANGES, README, TODO to
	give info on the new code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@64
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-17  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/shp2pgsql.c: Fixed a stupid debugging error that would
	cause all things to be treated as 3d points.  git-svn-id: http://svn.osgeo.org/postgis/trunk@63
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-17  Jeff Lounsbury <jeffloun@refractions.net>

	* loader/Makefile, loader/shp2pgsql.c: Makefile changes:    I added an option in the makefile to add debugging information
	   into the compile.  shp2psql.c    Modified this program so that it works with the new specs of
	   version 0.6 , sr_id's etc.  Also added a command line option to
	specify the sr_id.  git-svn-id: http://svn.osgeo.org/postgis/trunk@62
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-04  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: Added workaround for PostgreSQL's user defined
	VARIABLE length datatype default value bug git-svn-id: http://svn.osgeo.org/postgis/trunk@61
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-09-04  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c: Added
	support to make WKB a full type.  git-svn-id: http://svn.osgeo.org/postgis/trunk@60
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Typo in SQL example fixed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@59
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-24  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis_inout.c: geometry(text) function safer with
	null text fields.  git-svn-id: http://svn.osgeo.org/postgis/trunk@58
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-24  David Blasby <dblasby@gmail.com>

	* postgis.sql.in, postgis_debug.c, postgis_inout.c, postgis_ops.c: 
	added geometry(text) conversion function git-svn-id: http://svn.osgeo.org/postgis/trunk@57
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-14  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_ops.c: Added support for better
	restrictivity of && searches.  Defaulted to 0.005 (in
	backend/utils/adt/geo_selfuncs.c) - I've changed it to be much
	smaller.  This should work for everything but really really large
	tables.  git-svn-id: http://svn.osgeo.org/postgis/trunk@56
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fixed type in index description.  git-svn-id: http://svn.osgeo.org/postgis/trunk@55
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added a -C option for the shp2pgsql compile git-svn-id: http://svn.osgeo.org/postgis/trunk@54
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-08  David Blasby <dblasby@gmail.com>

	* create_undef.pl, postgis_undef.sql, undef-funcs.sql: Added new
	undef.sql file and perl file to generate it.  git-svn-id: http://svn.osgeo.org/postgis/trunk@53
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-08  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: Added new perl function to make an undef SQL
	script.  git-svn-id: http://svn.osgeo.org/postgis/trunk@52
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* jdbc/org/postgis/Geometry.java: Made OGIS type numbers final per
	request from James MacGill @ Leeds git-svn-id: http://svn.osgeo.org/postgis/trunk@51
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/wkb_reader/comp: This file is superceded by the Makefile.  git-svn-id: http://svn.osgeo.org/postgis/trunk@50
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* : This binary should not have been in CVS.  git-svn-id: http://svn.osgeo.org/postgis/trunk@49
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-08-02  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_fn.c: Added more openGIS
	functions: Length2d() is renamed length() perimeter2d() is renamed
	to perimeter() numgeometries(geometry) works on MULTI* types geometryn(geometry)
	works on MULTI* types from section 2.1.5.1 -------------------- startpoint(geometry) :- if
	geometry is a linestring, return the first point.  Otherwise, return
	NULL.  endpoint(geometry) :- if geometry is a linestring, return the last
	point.  Otherwise, return NULL.  from section 2.1.9.1/3.2.18.2 -------------------- centroid(geometry) :- if geometry is a polygon (or multipolygon),
	return the mathematical centroid (no guaranteed to be on polygon),
	otherwise return NULL. I define centroid as the average location of
	all the points in the polygon (outer ring only).  For multipolygons,
	average all the points on all the outer rings.  from section 3.2.12.2/3.2.17.2 ---------------------
	isclosed(geometry) :- if geometry is a linestring then returns
	startpoint == endpoint.  If its not a linestring then return NULL.
	If its a multilinestring, return true only if all the
	sub-linestrings have startpoint=endpoint.  git-svn-id: http://svn.osgeo.org/postgis/trunk@48
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-31  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_fn.c, postgis_inout.c,
	postgis_ops.c: Added plpgsql functions AddGeometryColumn() and
	DeleteGeometryColumn().  git-svn-id: http://svn.osgeo.org/postgis/trunk@47
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-30  David Blasby <dblasby@gmail.com>

	* Makefile, loader/Makefile, postgis.h, postgis.sql.in,
	postgis_inout.c: Starting to integrate all the SRIDs into functions
	that create geometries or use two geometries.  Throws error if try
	to compare geometries with different SRIDs.  git-svn-id: http://svn.osgeo.org/postgis/trunk@46
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Ooops, back to shp2pgsql as the target (dummy target) git-svn-id: http://svn.osgeo.org/postgis/trunk@45
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Renamed loader target to 'loader'.  git-svn-id: http://svn.osgeo.org/postgis/trunk@44
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-30  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Added a line to automatically make shp2pgsql with 'all' git-svn-id: http://svn.osgeo.org/postgis/trunk@43
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis: Added section on upgrading.  git-svn-id: http://svn.osgeo.org/postgis/trunk@42
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: And one last time, this time for real, fixing the
	install location.  git-svn-id: http://svn.osgeo.org/postgis/trunk@41
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Changed back to libdir for the install path git-svn-id: http://svn.osgeo.org/postgis/trunk@40
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Updated minor version number to 5 git-svn-id: http://svn.osgeo.org/postgis/trunk@39
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-24  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_fn.c: added
	expand_bbox(bbox,double) for easier searching.  git-svn-id: http://svn.osgeo.org/postgis/trunk@38
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-24  David Blasby <dblasby@gmail.com>

	* postgis_fn.c: minor change to distance(geom,geom) for stability git-svn-id: http://svn.osgeo.org/postgis/trunk@37
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-24  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_debug.c, postgis_fn.c,
	postgis_proj.c: added distance(geometry,geometry) and support
	functions git-svn-id: http://svn.osgeo.org/postgis/trunk@36
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Apply Norman Vine's Cygwin fix for the loader
	to compile git-svn-id: http://svn.osgeo.org/postgis/trunk@35
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Fix error in shp2pgsql section.  git-svn-id: http://svn.osgeo.org/postgis/trunk@34
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* CREDITS: Added lines for 0.2 and 0.5 git-svn-id: http://svn.osgeo.org/postgis/trunk@31
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-21  David Blasby <dblasby@gmail.com>

	* loader/shp2pgsql.c: Fixes to single-point-line problem.  git-svn-id: http://svn.osgeo.org/postgis/trunk@30
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-21  Paul Ramsey <pramsey@cleverelephant.ca>

	* README.postgis, TODO: Updates for 0.5 release.  git-svn-id: http://svn.osgeo.org/postgis/trunk@29
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* CHANGES: Entered 0.5 change list git-svn-id: http://svn.osgeo.org/postgis/trunk@28
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/README: First version.  git-svn-id: http://svn.osgeo.org/postgis/trunk@27
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Change version numbers git-svn-id: http://svn.osgeo.org/postgis/trunk@26
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* doc/postgis.xml: Updated to include all new functions and features
	since release 0.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@25
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  David Blasby <dblasby@gmail.com>

	* loader/shp2pgsql.c: Dumper changes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@24
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile: Spelling error in makefile.  git-svn-id: http://svn.osgeo.org/postgis/trunk@23
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Fixed dos2unix problem.  git-svn-id: http://svn.osgeo.org/postgis/trunk@22
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/shp2pgsql.c: Added newlines after each begin directive.  git-svn-id: http://svn.osgeo.org/postgis/trunk@21
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  David Blasby <dblasby@gmail.com>

	* loader/shp2pgsql.c: Added -dump option to produce pg_dump format
	output.  Minor fixes.  git-svn-id: http://svn.osgeo.org/postgis/trunk@20
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Hopefully fixed PGSQL_SRC environment variable test.  git-svn-id: http://svn.osgeo.org/postgis/trunk@19
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-18  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_fn.c: Added function:
	point_inside_circle(geometry, Px, Py, d)         - returns true if there is a point in geometry whose
	                distance to (Px,Py) is < d git-svn-id: http://svn.osgeo.org/postgis/trunk@18
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile, loader/{pop.c => shp2pgsql.c}: Changed loader
	name to shp2pgsql git-svn-id: http://svn.osgeo.org/postgis/trunk@17
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-18  Paul Ramsey <pramsey@cleverelephant.ca>

	* loader/Makefile, loader/README, loader/dbfopen.c, loader/pop.c,
	loader/shapefil.h, loader/shpopen.c: Initial add of the data loader
	code.  git-svn-id: http://svn.osgeo.org/postgis/trunk@16
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-07-16  Paul Ramsey <pramsey@cleverelephant.ca>

	* examples/wkb_reader/Makefile: Added a 'make clean' directive.  git-svn-id: http://svn.osgeo.org/postgis/trunk@15
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-29  David Blasby <dblasby@gmail.com>

	* postgis_fn.c: Fixed bug: must ALWAYS copy input data - never
	modify it in place.  If you do, it'll (unexpectly) update the
	database.  git-svn-id: http://svn.osgeo.org/postgis/trunk@14
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-29  David Blasby <dblasby@gmail.com>

	* postgis.sql.in: Fix typo in box3d git-svn-id: http://svn.osgeo.org/postgis/trunk@13
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-28  David Blasby <dblasby@gmail.com>

	* postgis.h, postgis.sql.in, postgis_fn.c: Added
	force_collection(geometry) git-svn-id: http://svn.osgeo.org/postgis/trunk@12
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-28  David Blasby <dblasby@gmail.com>

	* examples/wkb_reader/comp, examples/wkb_reader/readwkb.c,
	postgis_inout.c: converting a GEOMETRYCOLLECTION to wkb had the size
	of the wkb off by 9 bytes (size of the collection header).  Fixed.  git-svn-id: http://svn.osgeo.org/postgis/trunk@11
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-27  David Blasby <dblasby@gmail.com>

	* Makefile, postgis.h, postgis.sql.in, postgis_proj.c: [no log
	message]

2001-06-27  David Blasby <dblasby@gmail.com>

	* postgis_proj.c: Initial version of Projection support (currently
	limited to ellipsoids).  git-svn-id: http://svn.osgeo.org/postgis/trunk@9
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-26  Paul Ramsey <pramsey@cleverelephant.ca>

	* Makefile: Building in non-standard location now requires the
	PGSQL_SRC environment variable to be set and installs in the build
	location.  git-svn-id: http://svn.osgeo.org/postgis/trunk@8
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-26  David Blasby <dblasby@gmail.com>

	* Makefile, postgis.h, postgis.sql.in, postgis_debug.c,
	postgis_fn.c, postgis_inout.c: Added OGIS support functions and
	basic constructors.  git-svn-id: http://svn.osgeo.org/postgis/trunk@7
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-22  David Blasby <dblasby@gmail.com>

	* Makefile: Altered to point local development library path at right
	place.  git-svn-id: http://svn.osgeo.org/postgis/trunk@6
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-22  No Body <no@body.net>

	* CHANGES, COPYING, CREDITS, Makefile, README.postgis, TODO,
	doc/html/style.css, doc/postgis.xml, examples/wkb_reader/Makefile,
	examples/wkb_reader/README, examples/wkb_reader/comp,
	examples/wkb_reader/printwkb.inc, examples/wkb_reader/readwkb.c,
	jdbc/Makefile, jdbc/README, jdbc/examples/Test.java,
	jdbc/examples/TestServer.java, jdbc/org/postgis/Geometry.java,
	jdbc/org/postgis/GeometryCollection.java,
	jdbc/org/postgis/GeometryFactory.java,
	jdbc/org/postgis/LineString.java, jdbc/org/postgis/LinearRing.java,
	jdbc/org/postgis/MultiLineString.java,
	jdbc/org/postgis/MultiPoint.java,
	jdbc/org/postgis/MultiPolygon.java, jdbc/org/postgis/PGbox3d.java,
	jdbc/org/postgis/PGgeometry.java, jdbc/org/postgis/Point.java,
	jdbc/org/postgis/Polygon.java, postgis.h, postgis.sql.in,
	postgis_debug.c, postgis_fn.c, postgis_inout.c, postgis_ops.c,
	regress/regress.sql, regress/regress_biginsert.sql,
	regress/regress_expected, regress/regress_index.sql,
	regress/regress_index_expected, regress/regress_index_out,
	regress/regress_lots_of_points.sql, regress/regress_out,
	regress/run_index_regress, regress/run_regress, undef-funcs.sql: 
	Initial revision git-svn-id: http://svn.osgeo.org/postgis/trunk@2
	b70326c6-7e19-0410-871a-916f4a2858ee

2001-06-22  No Body <no@body.net>

	* New repository initialized by cvs2svn.  git-svn-id: http://svn.osgeo.org/postgis/trunk@1
	b70326c6-7e19-0410-871a-916f4a2858ee

