File: ChangeLog

package info (click to toggle)
postgis 3.5.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 70,052 kB
  • sloc: ansic: 162,204; sql: 93,950; xml: 53,121; cpp: 12,646; perl: 5,658; sh: 5,369; makefile: 3,434; python: 1,205; yacc: 447; lex: 151; pascal: 58
file content (105 lines) | stat: -rw-r--r-- 3,507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
2025-01-18  Regina Obe <lr@pcorp.us>

	* NEWS: Prep for 3.5.2

2025-01-17  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, doc/release_notes.xml: Prep for PostGIS
	3.5.2 release

2025-01-13  Regina Obe <lr@pcorp.us>

	* .woodpecker/docs.yml, .woodpecker/regress.yml: Woodie changes  - set doc to use repo.osgeo.org instead of docker.osgeo.org  - Change regress testings from PG15 to PG17

2025-01-13  Regina Obe <lr@pcorp.us>

	* NEWS: NEWS update, References #5564 for PostGIS 3.5.2

2025-01-13  Regina Obe <lr@pcorp.us>

	* postgis/brin_2d.c, postgis/brin_nd.c,
	postgis/geography_brin.sql.in, postgis/postgis_after_upgrade.sql,
	postgis/postgis_brin.sql.in, regress/core/regress_brin_index.sql,
	regress/core/regress_brin_index_3d.sql,
	regress/core/regress_brin_index_geography.sql: BRIN Merge Support   - Add merge AM support function (11) for all BRIN operator class     families. Supports parallel BRIN build on PG17+     and in general should fix some longstanding low-probability
	    crash cases related to BRIN.   - Add upgrade logic to shimmy in the brin_inclusion_merge functions  - Add crash tests References #5564 for PostGIS 3.5.2

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

	* NEWS, sfcgal/Makefile.in, sfcgal/postgis_sfcgal_legacy.c: 
	pg_upgrade postgis_sfcgal failing because of missing
	ST_ConstrainDelaunayTriangles signature Closes #5833 for PostGIS 3.5.2

2025-01-07  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/lwgeom_geos.c: Retain SRID during unary union,
	references #5677

2024-12-22  Regina Obe <lr@pcorp.us>

	* NEWS, Version.config, extensions/upgradeable_versions.mk: Prep for
	next 3.5 dev cycle

2024-12-22  Regina Obe <lr@pcorp.us>

	* doc/release_notes.xml: Fix link tag, was using old ulink, instead
	of new link

2024-12-22  Regina Obe <lr@pcorp.us>

	* NEWS, README.postgis, Version.config, doc/release_notes.xml: 
	Prepping for PostGIS 3.5.1 release

2024-12-22  Regina Obe <lr@pcorp.us>

	* doc/reference_output.xml: Fix ST_AsMVTGeom example.  Closes #5758
	for PostGIS 3.5.1

2024-12-22  Regina Obe <lr@pcorp.us>

	* extensions/upgradeable_versions.mk: Add micro version upgrades for
	soon to be released micros

2024-12-21  Regina Obe <lr@pcorp.us>

	* NEWS, doc/installation.xml,
	extensions/postgis_tiger_geocoder/Makefile.in,
	extras/tiger_geocoder/tiger_loader_2024.sql: Update tiger geocoder
	to handle TIGER 2024 data Closes #5810 for PostGIS 3.5.1

2024-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News entry for #5823

2024-12-20  Paul Ramsey <pramsey@cleverelephant.ca>

	* libpgcommon/Makefile.in, libpgcommon/common.h,
	libpgcommon/lwgeom_pg.h, libpgcommon/pgsql_compat.h,
	postgis/flatgeobuf.c, postgis/geobuf.c, postgis/mvt.c,
	topology/postgis_topology.c: Remove old override of TupleDescAttr as
	no longer required for pgsql >= 10. Closes #5823

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

	* postgis/geography_inout.c, postgis/lwgeom_inout.c,
	raster/rt_core/rt_gdal.c, raster/rt_core/rt_geometry.c: Handle null
	returns from wkb parser

2024-12-12  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS, postgis/postgis.sql.in: Remove false guarantees of
	hashes/merges from <> operator, references #5815

2024-11-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* NEWS: News item for #5812

2024-11-22  Paul Ramsey <pramsey@cleverelephant.ca>

	* postgis/lwgeom_geos_predicates.c: Fix performance regression in
	ST_Within, closes #5812

2024-11-19  Paul Ramsey <pramsey@cleverelephant.ca>

	* Add news entry for #5677