Commit graph

190 commits

Author SHA1 Message Date
Regina Obe f9c6a422a0 update srid exclude range for proper dump/restore preserve of custom spatial ref. Add WHERE to compute_srid.. so its an easier cut and paster to editable routine
git-svn-id: http://svn.osgeo.org/postgis/trunk@14170 b70326c6-7e19-0410-871a-916f4a2858ee
2015-10-01 04:39:38 +00:00
Paul Ramsey b78684e4f9 Reformat
git-svn-id: http://svn.osgeo.org/postgis/trunk@14098 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-24 17:44:09 +00:00
Paul Ramsey 8391182b79 Update pgxn file
git-svn-id: http://svn.osgeo.org/postgis/trunk@14097 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-24 17:43:29 +00:00
Regina Obe 78d849bacd Get rid of compiler warnings
git-svn-id: http://svn.osgeo.org/postgis/trunk@14078 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-18 06:28:49 +00:00
Regina Obe 1930ee2f22 #2978 address standardizer doesn't handle street number ranges, also added regress tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@14055 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-09 04:47:59 +00:00
Regina Obe 9940946a63 #2981 handling state highways with named parts. This might not be the best way to parse but aligns with tiger data. Include tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@14054 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-08 22:57:03 +00:00
Regina Obe bc2395b6b8 get rid of windows end line
git-svn-id: http://svn.osgeo.org/postgis/trunk@14045 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-04 06:22:11 +00:00
Regina Obe e920c5dbac change to always be linux line feed
git-svn-id: http://svn.osgeo.org/postgis/trunk@14043 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 22:48:34 +00:00
Regina Obe d632b32371 add an tuples only unaligned include so don't have to worry about behavior of echo /t in bash/sh (for testing)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14042 b70326c6-7e19-0410-871a-916f4a2858ee
2015-09-03 22:47:56 +00:00
Regina Obe 1b8cb49477 #3262 Fix address_standardizer and postgis_tiger_geocoder extension install
git-svn-id: http://svn.osgeo.org/postgis/trunk@13997 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-25 09:44:58 +00:00
Regina Obe 21b02cdf92 change to unix line breaks
git-svn-id: http://svn.osgeo.org/postgis/trunk@13996 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-24 21:33:38 +00:00
Regina Obe a206efe06f #3260: parse_address function screws up when zip is > 5 characters
git-svn-id: http://svn.osgeo.org/postgis/trunk@13992 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-24 06:32:19 +00:00
Regina Obe 3c6924efec #3258 installcheck for tiger geocoder, update some regress so they reflect actual state of outputs, add new genrated folders to gitignore and svn ignore. Update the docs to describe new installcheck for (postgis_tiger_geocoder and address_standardizer extensions)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13982 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-23 06:52:15 +00:00
Regina Obe 7090ec4400 cleanup of processing make installcheck and building extensions to prevent junk from being installed in extension folder
git-svn-id: http://svn.osgeo.org/postgis/trunk@13981 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-23 06:49:23 +00:00
Regina Obe 8ae2f0fa6b #3184: regression tests for address_standardizer - implement make installcheck
git-svn-id: http://svn.osgeo.org/postgis/trunk@13971 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-22 06:49:09 +00:00
Regina Obe d2641fbf7c #2448 geocoder_setting gives primary key on restore (created a new table geocode_settings_default to hold defaults and keep geocode_settings for custom ones)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13967 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-21 06:09:55 +00:00
Regina Obe 6603fceab6 #3183: Logic to upgrade the address_standardizer extensions
git-svn-id: http://svn.osgeo.org/postgis/trunk@13957 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-20 19:18:21 +00:00
Regina Obe 6d25814e67 #3227 Support for Tiger 2015 (also summary update of what's new in PostGIS 2.2)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13906 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-14 01:42:33 +00:00
Paul Ramsey 66ed5e7831 Add 2.0.7 release
git-svn-id: http://svn.osgeo.org/postgis/trunk@13901 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-10 18:19:00 +00:00
Sandro Santilli f426fc9d95 Do not clean *.control on "make clean"
It's generated by ./configure so should eventually
be removed on "make distclean".

Hopefully fixes debbie build:
http://debbie.postgis.net:8080/job/PostGIS_Regress/7454/console

git-svn-id: http://svn.osgeo.org/postgis/trunk@13890 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-06 15:14:12 +00:00
Regina Obe a0a53fb280 #3191: address_standardizer_data_us should respect is_custom flag during restore (also revised make to discard artifacts when make clean is called), got rid of sql folder (gets recreated during make), and add sql_bits to hold config for restore
git-svn-id: http://svn.osgeo.org/postgis/trunk@13887 b70326c6-7e19-0410-871a-916f4a2858ee
2015-08-06 05:20:14 +00:00
Sandro Santilli abc1824d8c Ensure the sql/ dir exists before attempting to write there
See https://travis-ci.org/postgis/postgis/builds/73386848

git-svn-id: http://svn.osgeo.org/postgis/trunk@13859 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-30 14:36:20 +00:00
Regina Obe daa75d0b91 #2867 can't upgrde sfcgal extension - got rid of begin/commit in upgrade and duplicate includes of helper files, change the make unpackaged from postgis_topology to EXTENSION (not tested build from unpackaged).
git-svn-id: http://svn.osgeo.org/postgis/trunk@13851 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-24 08:37:13 +00:00
Regina Obe e83ac5e95d #3216: address standardizer mod path name not versioned
git-svn-id: http://svn.osgeo.org/postgis/trunk@13850 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-24 06:38:14 +00:00
Regina Obe 9b67e56eb2 #2285 standardize_address should no longer be marked as SETOF
git-svn-id: http://svn.osgeo.org/postgis/trunk@13849 b70326c6-7e19-0410-871a-916f4a2858ee
2015-07-23 21:34:29 +00:00
Regina Obe fe864c5d75 #3183 baby step - ability to do: ALTER EXTENSION address_standardizer_data_us UPDATE TO "2.2.0devnext"; ALTER EXTENSION address_standardizer_data_us UPDATE TO "2.2.0dev";
git-svn-id: http://svn.osgeo.org/postgis/trunk@13725 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 16:54:43 +00:00
Regina Obe f3df7f75ce fix encoding of us_lex.sql so consistent with others messing up installation of extension
git-svn-id: http://svn.osgeo.org/postgis/trunk@13723 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 15:55:58 +00:00
Regina Obe d85373e88f #2816: one more try had Data_built and Data confused
git-svn-id: http://svn.osgeo.org/postgis/trunk@13720 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 15:24:44 +00:00
Regina Obe 4c95db6165 #2816: Might have missed some commits on last go round, also add some updated doco
git-svn-id: http://svn.osgeo.org/postgis/trunk@13719 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 14:50:32 +00:00
Regina Obe 0d0a3e29ff #2816: Rest of logic needed to build data us extension and install and remove old logic used to build old sql files
git-svn-id: http://svn.osgeo.org/postgis/trunk@13718 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 13:43:21 +00:00
Regina Obe cdfa82018d #2816: Tables for address_standardizer us data extension, still need to commit logic to include as part of extension and get rid of code that creates the interim files.
git-svn-id: http://svn.osgeo.org/postgis/trunk@13717 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-27 08:24:28 +00:00
Regina Obe abd32f6001 #2906: Fix webiste link postgis.net (instead of postgis.org), consolidate censustract/bg/tabblock for 2014 into 2014 loader file, fix tabblock loading issue (they renamed it so its ends in 10 now)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13624 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-05 21:02:10 +00:00
Regina Obe 6ab190c011 change extension install to go from root of tiger
git-svn-id: http://svn.osgeo.org/postgis/trunk@13621 b70326c6-7e19-0410-871a-916f4a2858ee
2015-06-04 20:36:57 +00:00
Paul Ramsey 870eaef414 Remove the many and unloved $Id$ tags that clutter the code base
git-svn-id: http://svn.osgeo.org/postgis/trunk@13496 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-13 18:13:18 +00:00
Regina Obe cf79f3c6f7 #3092 refinement to geometry_columns view. Aslo add missing 2.1 extension upgrade targets
git-svn-id: http://svn.osgeo.org/postgis/trunk@13446 b70326c6-7e19-0410-871a-916f4a2858ee
2015-04-26 01:09:09 +00:00
Sandro Santilli 1718c45d89 Add upgrade path from 2.0.6
git-svn-id: http://svn.osgeo.org/postgis/trunk@13345 b70326c6-7e19-0410-871a-916f4a2858ee
2015-03-17 09:19:04 +00:00
Regina Obe 5ba0b0c33c #3014: add upgrade path from 2.1.5
git-svn-id: http://svn.osgeo.org/postgis/trunk@13182 b70326c6-7e19-0410-871a-916f4a2858ee
2015-01-18 09:40:05 +00:00
Paul Ramsey 94f57513ea Replace final reference to 'make' with $(MAKE)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13135 b70326c6-7e19-0410-871a-916f4a2858ee
2014-12-02 00:33:33 +00:00
Regina Obe fb2b2f355e #2877 remark out build-steps for Regexp:Assemble dependencies
git-svn-id: http://svn.osgeo.org/postgis/trunk@13048 b70326c6-7e19-0410-871a-916f4a2858ee
2014-10-08 03:03:59 +00:00
Regina Obe a9fb00d7ab #2877 try tab instead of spaces
git-svn-id: http://svn.osgeo.org/postgis/trunk@13047 b70326c6-7e19-0410-871a-916f4a2858ee
2014-10-08 02:55:27 +00:00
Regina Obe b4310fda47 typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@13046 b70326c6-7e19-0410-871a-916f4a2858ee
2014-10-08 02:46:59 +00:00
Regina Obe 6e25623e30 #2877 don't get rid of data header generated files during dist-clean (they can't be rebuilt if perl Regex::Assemble is not installed
git-svn-id: http://svn.osgeo.org/postgis/trunk@13045 b70326c6-7e19-0410-871a-916f4a2858ee
2014-10-08 02:42:00 +00:00
Regina Obe 119665ef47 #2877 Revise configure to build make scripts and address_standardizer extension
git-svn-id: http://svn.osgeo.org/postgis/trunk@13043 b70326c6-7e19-0410-871a-916f4a2858ee
2014-10-08 01:50:39 +00:00
Regina Obe 2570d1052a cut in missing 2.1.3 and 2.1.4 release notes, fix date type in 2.0.5, add 2.1.4 to extension upgrade mix
git-svn-id: http://svn.osgeo.org/postgis/trunk@12968 b70326c6-7e19-0410-871a-916f4a2858ee
2014-09-11 03:57:29 +00:00
Regina Obe 06483274e3 #2906 support for Tiger 2014
git-svn-id: http://svn.osgeo.org/postgis/trunk@12917 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-25 20:41:24 +00:00
Regina Obe 63ecbbcd2e #2877 -- folder address_standardizer into configure so inherits same versioning as rest of postgis extensions. Have makefile.in get dependencies from configure (pcre to be added later)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12870 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-07 20:57:02 +00:00
Regina Obe c6091a4bba Prep to move address_standardizer into extensions folder
git-svn-id: http://svn.osgeo.org/postgis/trunk@12860 b70326c6-7e19-0410-871a-916f4a2858ee
2014-08-06 19:35:52 +00:00
Regina Obe 64f70d7fc2 #2852 sfcgal extension needs to be relocatable
git-svn-id: http://svn.osgeo.org/postgis/trunk@12818 b70326c6-7e19-0410-871a-916f4a2858ee
2014-07-22 22:41:04 +00:00
Regina Obe 7c5c936752 #2754 postgis_sfcgal extension oops missed new extension folder
git-svn-id: http://svn.osgeo.org/postgis/trunk@12690 b70326c6-7e19-0410-871a-916f4a2858ee
2014-06-27 21:09:06 +00:00
Regina Obe 12e2966e11 #2754 need postgis_sfcgal wrapped as an extension - patch provided by Vincent Mora (vmo)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12689 b70326c6-7e19-0410-871a-916f4a2858ee
2014-06-27 20:56:57 +00:00