2026-06-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml: Prep
	for 3.6.4 release

2026-06-08  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c, postgis/lwgeom_geos_prepared.h: 
	Remove unused PostgreSQL headers

2026-06-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News entry for #3916

2026-06-04  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom_geos_split.c: Avoid Inf looping and memory use in
	ST_Split When fed with very large coordinates, ST_Split could be fooled into
	an Inf loop, this fixes that case, closes #5916

2026-06-02  Paul Ramsey <pramsey@cleverelephant.ca>

	* extras/tiger_geocoder/geocode/other_helper_functions.sql,
	extras/tiger_geocoder/pagc_normalize/pagc_tables.sql: Prefix
	operators to avoid extension operator injection

2026-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News item for #5988

2026-05-29  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/lwgeom_transform.c: pg_upgrade issue for non-standard
	geography SRID When doing pg_upgrade on a table with Geography(type, srid) column,
	where the SRID is specified, but not 4326, the SRID lookup code will
	fail during schema transfer as the spatial_ref_sys table may be
	missing and unable to lookup the SRID number. This "fix" leans on
	the fact that most SRID numbers in PostGIS are already EPSG numbers
	so the lookup can be skipped most times.

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

	* NEWS: News entry for flatgeobuf schema fix

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

	* postgis/flatgeobuf.c, postgis/lwgeom_in_flatgeobuf.c: Check that
	user-provided flatbuffer schema matches The flatbuffer import maps an incoming file to a provided table
	schema, and the consistency of those two schemes needs to be checked
	before data are copied across.

2026-05-25  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News entry for GH-862

2026-05-25  Jean Felder <jean.felder@oslandia.com>

	* sfcgal/lwgeom_sfcgal.c: sfcgal: Adapt to deprecated
	sfcgal_geometry_tesselate `sfcgal_geometry_tessellate` is now used instead.

2026-05-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News item for #6076

2026-05-11  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/liblwgeom.h.in, liblwgeom/lwgeodetic.c,
	postgis/geography_measurement.c, postgis/lwgeom_spheroid.c,
	regress/core/geography.sql, regress/core/geography_expected: Fix
	ST_Length and ST_Perimeter for geography collections, closes #6076 ST_Length(geography) on collections now only sums linear components,
	and ST_Perimeter(geography) now only sums areal components. Added
	lwgeom_perimeter_spheroid to support the separation of logic.
	Preserve legacy behaviour in ST_LengthSpheroid.

2026-05-06  Jean Felder <jean.felder@oslandia.com>

	* doc/reference_accessor.xml: doc: Fix typo in ST_GeometryN
	documentation

2026-04-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Bump to
	development 3.6.4

2026-04-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml: 
	Prepare for 3.6.3 release

2026-04-14  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/lwgeom.c, liblwgeom/topo/lwgeom_topo.c: Bug fixes from
	Maxim Korotkov

2026-04-13  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, deps/uthash/include/uthash.h, deps/wagyu/lwgeom_wagyu.cpp,
	deps/wagyu/lwgeom_wagyu.h, extensions/address_standardizer/khash.h,
	extensions/address_standardizer/parseaddress-api.c,
	extensions/address_standardizer/standard.c,
	liblwgeom/cunit/cu_ptarray.c,
	liblwgeom/cunit/cu_remove_irrelevant_points_for_view.c,
	liblwgeom/cunit/cu_tester.c, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwboundingcircle.c, liblwgeom/lwgeom_api.c,
	libpgcommon/lwgeom_transform.c, libpgcommon/lwgeom_transform.h,
	loader/cunit/cu_tester.c, postgis/gserialized_typmod.c,
	postgis/lwgeom_functions_basic.c, postgis/lwgeom_geos_prepared.c,
	postgis/lwgeom_transform.c, postgis/postgis_module.c,
	raster/rt_pg/rtpg_mapalgebra.c, raster/rt_pg/rtpg_pixel.c,
	raster/rt_pg/rtpg_statistics.c, raster/test/cunit/cu_band_basics.c,
	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_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: Catch all FALLTHROUGH
	cases in a standard way, move to strict K&R style prototypes for
	functions with no arguments, cleans up warnings in recent compilers
	References #6069

2026-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* liblwgeom/effectivearea.c: Remove potential null dereference in
	ptarray_calc_areas()

2026-04-10  Paul Ramsey <pramsey@cleverelephant.ca>

	* Remove potential null dereference in lwcircstring_linearize()

