Commit Graph
39 Commits
Author SHA1 Message Date
Mario de Frutos 481dbdfe3e Some more changes in the Make file
- Dont destroy upgrade/downgrade files
- Only remove the current version file which could be regenerated
- Added PHONY tags
2018-03-26 13:24:34 +02:00
Mario de Frutos a74e49a3e2 Fix make rule to clean all the automatically generated sql files
That should be done before create then new version file
2018-03-26 13:06:48 +02:00
Juan Ignacio Sánchez Lara d77051cadd Support for extension version increment and decrement 2018-02-20 11:13:43 +01:00
Juan Ignacio Sánchez Lara a50aeed50c 0.0.1 <-> 0.0.2 scripts 2018-02-20 10:52:52 +01:00
Juan Ignacio Sánchez Lara 4326ac3430 Removed folder-based versioning for extension files 2018-02-19 11:44:41 +01:00
Juan Ignacio Sánchez Lara a5c7f313ac 0.0.2 version for PG10 compatibility 2018-02-19 11:19:36 +01:00
Mario de Frutos 32ce9c1bba Fix namedplaces function that changed its ouputs in PG10
Chained unnests have changed its behavior in PG10. In previous versions
if the unnested arrays had different cardinality the function
automatically fills the gaps duplicating the content of the array with
less cardinality but not anymore.
2018-02-14 19:20:09 +01:00
Mario de Frutos 5df9e5b850 Fixed to keep the provider order in the results
Also now is compatible with PG10
2018-02-14 14:23:19 +01:00
Javier Torres 87560451b4 Do nto install schema triggers (not in 9.6) 2017-10-05 10:31:30 +02:00
Javier Torres fda117b880 Run tests in order 2017-10-05 10:31:19 +02:00
Carla 1caa98bd1e carto 2016-07-11 10:46:03 +02:00
Rafa de la Torre 6c25a75284 Add quota trigger to tests 2015-12-02 17:31:29 +01:00
Carla Iriberri 3e8f635404 Encapsulate cleaning function and restructure 2015-12-01 14:11:44 +01:00
Carla Iriberri 49eb8213eb Adds missing normalization in postal codes 2015-11-30 17:03:06 +01:00
Carla Iriberri ec0d06446d Fixes typo 2015-11-30 16:11:50 +01:00
Carla Iriberri 21a893f6ac Cleans countries in postal codes for extension 2015-11-30 16:06:13 +01:00
Carla Iriberri 7661b28e52 Cleans countries in extensions 2015-11-30 15:53:06 +01:00
Carla Iriberri 4be28d4b9b Adds country cleaning in extension 2015-11-30 15:41:42 +01:00
Carla Iriberri 352916d247 Cleans country inputs and fixes some trailing spaces 2015-11-30 15:39:25 +01:00
Carla Iriberri df1d6c0d8d Add guessing function and tests to extension 2015-11-20 15:50:46 +01:00
Rafa de la Torre dae0fa38ab Rename tests and improve Makefile 2015-11-05 15:56:27 +00:00
Rafa de la Torre 016e5af85a Modify sequence name to match dumps, table global_postal_code_polygons 2015-11-04 16:46:23 +01:00
Rafa de la Torre f06029cfd7 Modify sequence name to match dumps, table global_postal_code_points 2015-11-04 16:46:23 +01:00
Rafa de la Torre 0f4754aa24 Modify sequence name to match dumps, table global_cities_points_limited 2015-11-04 16:46:23 +01:00
Mario de Frutos 0bc00a7f76 Update README.md 2015-11-04 15:31:08 +01:00
Rafa de la Torre 8ff3e81b5f Modify sequence names to match production 2015-11-03 19:39:06 +01:00
Rafa de la Torre e3caf7db56 Modify sequence names to match production 2015-11-03 18:35:49 +00:00
Rafa de la Torre bdbbdbbf93 Modify sequence names to match production 2015-11-03 18:32:57 +00:00
Rafa de la Torre 44f007f558 Add tests for postalcodes (by iriberri) 2015-11-03 18:41:17 +01:00
Rafa de la Torre 13a94cd3cc Merge postalcodes into cdb_geocoder 2015-11-03 18:37:58 +01:00
Rafa de la Torre 745c0a8b0a Move namedplaces to cbd_geocoder extension 2015-11-03 16:44:21 +00:00
Rafa de la Torre 7152048707 Move ipaddr into common geocoder 2015-11-03 17:17:13 +01:00
Rafa de la Torre 5a7e1ca262 Add an install test 2015-11-03 16:15:59 +01:00
Rafa de la Torre ddd66aff08 First try at moving admin1 to merged extension 2015-11-03 16:03:44 +01:00
Carla 6e5836a123 Removing admin0 mentions in README 2015-11-03 12:35:16 +01:00
Rafa de la Torre 699b5af31b Split into header and admin0 2015-11-03 11:31:47 +00:00
Rafa de la Torre f1cccc2431 Improvements on Makefile 2015-11-03 11:19:58 +00:00
Rafa de la Torre 5257b944b7 First version of viable Makefile 2015-11-03 11:15:19 +00:00
Rafa de la Torre 052d22d80a Moving admin0 to common extension dir (WIP) 2015-11-03 11:33:48 +01:00