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

	* postgis/flatgeobuf.c, postgis/lwgeom_in_flatgeobuf.c: Handle
	32-bit platform in fromFlatGeobuf

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

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

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

	* NEWS: News entry for #5357

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

	* liblwgeom/cunit/cu_in_encoded_polyline.c,
	liblwgeom/lwin_encoded_polyline.c, regress/core/tickets.sql,
	regress/core/tickets_expected: Fix ST_LineFromEncodedPolyline
	dropping close points Use int32_t accumulators instead of double.  Closes #5357

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

	* NEWS: News entry for #5989

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

	* liblwgeom/cunit/cu_measures.c, liblwgeom/measures.c: Fix
	CurvePolygon distance issue, references #5989

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-04-14  Paul Ramsey <pramsey@cleverelephant.ca>

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

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

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

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

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

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>

	* liblwgeom/lwstroke.c: Remove potential null dereference in
	lwcircstring_linearize()

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

	* liblwgeom/measures3d.c: Remove potential null dereference in
	pt_in_ring_3d()

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

	* Remove potential null dereference from
	ptarray_contains_point_partial()

