Commit graph

27 commits

Author SHA1 Message Date
Paul Ramsey 18d82466fa PostGIS extensions should build/install automatically if PostGIS is compiled against 9.1 (#1490)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9044 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-06 19:01:50 +00:00
Paul Ramsey 593c7af97e Change how we calculate minor versions suitable for extension upgrade.
git-svn-id: http://svn.osgeo.org/postgis/trunk@9043 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-06 18:44:56 +00:00
Paul Ramsey a4298ca293 Try an older bash syntax for robe?
git-svn-id: http://svn.osgeo.org/postgis/trunk@8759 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-11 02:27:41 +00:00
Paul Ramsey cd2ef3c505 Bring the extensions into the autoconf environment
git-svn-id: http://svn.osgeo.org/postgis/trunk@8753 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-10 21:51:21 +00:00
Regina Obe 624d5b93ad put in svn Author Date Id Revision keywords
git-svn-id: http://svn.osgeo.org/postgis/trunk@8732 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-09 20:17:59 +00:00
Regina Obe 018308119c fix typo in version number
git-svn-id: http://svn.osgeo.org/postgis/trunk@8698 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-07 19:24:23 +00:00
Regina Obe 503cd60c3c change alpha1 to a14. It appears we won't be releasing an alpha1 this weekend bah.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8697 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-07 19:04:16 +00:00
Regina Obe fbcf345fff bump version to alpha1 in preparation for alpha1 shuttle launch
git-svn-id: http://svn.osgeo.org/postgis/trunk@8693 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-07 00:55:25 +00:00
Regina Obe ea4e2710c8 bump up release numbers
git-svn-id: http://svn.osgeo.org/postgis/trunk@8624 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-31 04:45:16 +00:00
Regina Obe 61977452cb bump up version numbers
git-svn-id: http://svn.osgeo.org/postgis/trunk@8577 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-26 09:32:48 +00:00
Regina Obe 8c6a27c685 bump up numbers. logic to drop raster casts from extension if they are present and script asks to drop.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8466 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-19 06:33:13 +00:00
Regina Obe 7f6cbad4a9 minor change to rtpostgis_drop so can more easily drop from extension for extension install. Many changes to extensions so can use native postgis upgarde and raster upgrade scripts. bump up version numbers
git-svn-id: http://svn.osgeo.org/postgis/trunk@8404 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-14 11:22:38 +00:00
Regina Obe 82f97f55c9 remove more obsolete protos in docs and up extension alpha version numbers
git-svn-id: http://svn.osgeo.org/postgis/trunk@8242 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-25 11:54:34 +00:00
Regina Obe 5057823985 up the alpha numbers
git-svn-id: http://svn.osgeo.org/postgis/trunk@8221 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-22 09:26:56 +00:00
Regina Obe a1a5516047 minor corrections to extension helper, create extension uninstall, incorporate in topology extension upgrade script
git-svn-id: http://svn.osgeo.org/postgis/trunk@8151 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-14 07:36:54 +00:00
Regina Obe 8d12cb137b increment version
git-svn-id: http://svn.osgeo.org/postgis/trunk@8124 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-09 03:52:04 +00:00
Regina Obe 307a5db261 increment to 2.0.0a4
git-svn-id: http://svn.osgeo.org/postgis/trunk@8097 b70326c6-7e19-0410-871a-916f4a2858ee
2011-11-04 22:05:18 +00:00
Regina Obe bb6de5e095 upgrade from a1-a3 for topology, beginning of upgrade extension for postgis -- still need to resolve issue of ALTER EXTENSION not having a DROP IF EXISTS -- a bit annoying for aggs.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7983 b70326c6-7e19-0410-871a-916f4a2858ee
2011-10-16 18:17:54 +00:00
Regina Obe 7021dc7839 merge postgis and raster into a single extension called "postgis", revise postgis_topology control to depend on this new extension
git-svn-id: http://svn.osgeo.org/postgis/trunk@7906 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-27 23:29:46 +00:00
Regina Obe d48d848946 Add killer sed command to create a topology upgrade minor script from topology.sql. Also change release version to 2.0.0a1 since we haven't released yet. This will build a script to upgrade our mislabeled 2.0.0 to 2.0.0a1
git-svn-id: http://svn.osgeo.org/postgis/trunk@7888 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-23 22:00:16 +00:00
Regina Obe a635a0e93c more changes to properly utilize extenions model, 1 remove create schema since extesnion creates it if not present, in control file designate postgis_core is required so create adds it to search path, more cleanup for unpackaged
git-svn-id: http://svn.osgeo.org/postgis/trunk@7875 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-21 03:23:45 +00:00
Regina Obe a15dc8126d pick up table, type, trigger, and schemas in unlogged add
git-svn-id: http://svn.osgeo.org/postgis/trunk@7874 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-21 02:14:13 +00:00
Regina Obe bb995ad62d get rid of linebreaks in function arg list so unpackaged builder works, fix logical error in sed expression
git-svn-id: http://svn.osgeo.org/postgis/trunk@7873 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-20 16:47:08 +00:00
Regina Obe 60266d1887 preliminary logic to build install from unpackaged file
git-svn-id: http://svn.osgeo.org/postgis/trunk@7872 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-20 15:49:25 +00:00
Regina Obe 88b34f9b00 more cleanup and put in logic to also install in database help descriptors
git-svn-id: http://svn.osgeo.org/postgis/trunk@7856 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 20:43:57 +00:00
Regina Obe dc8ea50314 postgis_topology extension now installing right. Had to get rid of ALTER TABLE .. hasz and merge it into the CREATE TABLE since that was the culprit causing extension install error
git-svn-id: http://svn.osgeo.org/postgis/trunk@7853 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 18:33:55 +00:00
Regina Obe a1edbf92da Support for PostgreSQL 9.1 CREATE EXTENSION syntax
git-svn-id: http://svn.osgeo.org/postgis/trunk@7851 b70326c6-7e19-0410-871a-916f4a2858ee
2011-09-15 08:40:49 +00:00