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>

	* 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>

	* liblwgeom/ptarray.c: Remove potential null dereference from
	ptarray_contains_point_partial()

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

	* liblwgeom/liblwgeom.h.in, liblwgeom/liblwgeom_internal.h,
	liblwgeom/lwalgorithm.c: Remove unused function pt_in_ring_2d()

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

	* liblwgeom/lwcompound.c: Remove reported crash in
	lwcompound_add_lwgeom()

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

	* liblwgeom/lwcompound.c: Remove reported crash in
	lwcompound_is_closed()

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

	* liblwgeom/effectivearea.c: Remove reported crash in
	lwline_set_effective_area()

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

	* NEWS, liblwgeom/lwin_wkt_lex.c, liblwgeom/lwin_wkt_lex.l,
	liblwgeom/lwutil.c: WKT parser produces incorrect error locations.
	In extreme cases causes occasional crashes.  References #6061

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

	* NEWS, liblwgeom/measures.c: Clean up and add another special case
	to lw_dist2d_pt_seg() When the seg is vertical or horizontal, we construct the nearest
	points to avoid getting a difference between the more-exact distance
	calculation that does not construct and the naturally constructive
	process of building a bbox, which can result in a situation where
	the "real distance" between two objects can be less than the "box
	distance", which is simply not allowed.  References #6026

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

	* postgis/postgis.sql.in: Ensure that functions called in upgrade
	script are fully qualified

2026-03-23  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/postgis.sql.in: Fully quality calls to helper
	functions references #6060

2026-03-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_out_geojson.c: Use Pg composite_to_json()
	function in 19+ References #6058

2026-03-18  Ariel Mashraki <ariel@mashraki.co.il>

	* raster/rt_pg/rtpg_mapalgebra.c,
	raster/test/regress/rt_mapalgebra_expr.sql,
	raster/test/regress/rt_mapalgebra_expr_expected: Use read-only SPI
	execution for user-supplied expressions in ST_MapAlgebraExpr

2026-03-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* extensions/postgis/Makefile.in,
	extensions/postgis_extension_helper.sql.in,
	extensions/postgis_extension_helper_uninstall.sql,
	extensions/postgis_raster/Makefile.in, postgis/Makefile.in,
	postgis/common_before_upgrade.sql, utils/create_uninstall.pl,
	utils/create_upgrade.pl: Function qualification improvements to
	avoid name squatting during upgrades References #6055

2026-03-17  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: NEWS item for GH-850

2026-03-17  Ariel Mashraki <ariel@mashraki.co.il>

	* Use quote_identifier to build tables in pgis_tablefromflatgeobuf

