postgis/libpgcommon
pramsey 0981555c35 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-28 13:20:38 -07:00
..
cunit Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
Makefile.in Share gserialized objects between different cache types 2020-05-11 12:53:58 +02:00
common.h Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
gserialized_gist.c Be clever and only deserialize with copy when necessary 2020-11-06 15:16:40 +01:00
gserialized_gist.h Reduce the overhead of reading multiple values from the headers 2020-07-29 13:15:42 +02:00
lwgeom_cache.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-17 08:43:22 -07:00
lwgeom_cache.h 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-17 08:43:22 -07:00
lwgeom_pg.c Suggested change from Julien Rouhaud (rjuju) to fix PG14 2021-06-13 23:20:05 -04:00
lwgeom_pg.h 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-17 08:43:22 -07:00
lwgeom_transform.c Replace home-grown axis swapping code with the proj_normalize_for_visualization() 2021-07-28 13:20:38 -07:00
lwgeom_transform.h Replace home-grown axis swapping code with the proj_normalize_for_visualization() 2021-07-28 13:20:38 -07:00
pgsql_compat.h Use TupleDescAttr instead of its internal representation 2018-10-29 13:52:42 +00:00
shared_gserialized.c Share gserialized objects between different cache types 2020-05-11 12:53:58 +02:00