Raúl Marín
|
34032964c0
|
Merge pull request #344 from Algunenano/recover_hooks
Recover hooks
|
2019-01-03 14:28:00 +01:00 |
|
Raul Marin
|
6c57751579
|
CDB_TransformToWebmercator: Yet another hack over a function that shouldn't exist
|
2019-01-02 19:33:28 +01:00 |
|
Raul Marin
|
9a3ac908a9
|
Test with PG11
|
2019-01-02 19:01:30 +01:00 |
|
Raul Marin
|
80fdd00541
|
Drop functions removed in 0.11.1
|
2019-01-02 18:56:24 +01:00 |
|
Raul Marin
|
aeec2bbe06
|
Release 0.24.0
|
2018-09-13 10:29:24 +02:00 |
|
Raúl Marín
|
5033a0ba35
|
Merge pull request #340 from Algunenano/trav_jenkins
Improvements in `CDB_JenksBins`
|
2018-09-13 10:24:41 +02:00 |
|
Raul Marin
|
d2a00852a8
|
Jenks: Iterate increasing the number of moved elements exponentially
|
2018-09-11 19:22:48 +02:00 |
|
Raul Marin
|
7e131ac88d
|
Jenks: Add test for less data than breaks
|
2018-09-10 16:15:02 +02:00 |
|
Raul Marin
|
e374b9128f
|
Add NEWS
|
2018-09-10 16:12:54 +02:00 |
|
Raul Marin
|
e605234d38
|
Jenks: Remove log messages
|
2018-09-10 15:53:02 +02:00 |
|
Raul Marin
|
272d5be776
|
Jenks: Add inverse request test
|
2018-09-10 15:42:54 +02:00 |
|
Raul Marin
|
0e7d797400
|
Jenks: Fix multiple bugs
|
2018-09-10 15:42:35 +02:00 |
|
Raul Marin
|
fcc06e82bf
|
Jenks: Force valid tests
|
2018-09-10 13:16:25 +02:00 |
|
Raúl Marín
|
60a21d34bf
|
Merge pull request #339 from Algunenano/update_travis
Update travis + _cdb_estimated_extent fix
|
2018-09-05 17:42:18 +02:00 |
|
Raul Marin
|
74f939fd53
|
CDB_OverviewsTest: Run analyze for consistency
|
2018-09-04 18:22:22 +02:00 |
|
Raul Marin
|
7e131143f9
|
_cdb_estimated_extent: Adapt to ST_EstimatedExtent change
The behaviour was changed in Postgis 1.5.4 to return NULL instead of throwing
|
2018-09-04 18:21:28 +02:00 |
|
Raul Marin
|
ac15a6da25
|
Test: Update CDB_GreatCircle_expect for Postgis 2.4
|
2018-09-04 17:25:22 +02:00 |
|
Raul Marin
|
c0a7714f33
|
Travis: Test with Postgresql 9.5 and 10, and Postgis 2.4
|
2018-09-04 17:25:03 +02:00 |
|
Javier Torres
|
0c864694b6
|
Merge pull request #338 from CartoDB/naming-fixes
Update carto-package.json
|
2018-08-20 15:30:38 +02:00 |
|
Alejandro Guirao Rodríguez
|
4b246d34c8
|
PostGIS uses 4 numbers
|
2018-08-17 10:48:21 +02:00 |
|
Alejandro Guirao Rodríguez
|
87454ac37f
|
Update carto-package.json
|
2018-08-17 10:21:50 +02:00 |
|
Javier Torres
|
e3837c603d
|
Merge pull request #337 from CartoDB/carto_package_json
Created carto-package.json
|
2018-08-14 16:28:58 +02:00 |
|
Javier Torres
|
e84832b7f4
|
Created carto-package.json
|
2018-08-10 14:20:23 +02:00 |
|
Eneko Lakasta
|
b209726b1c
|
Merge pull request #320 from bloomberg/v0_18_5/cdb_tablemetadata_text_hotfix
Fix incorrect timestamps in CDB_TableMetadata_Text
|
2018-07-23 16:00:19 +02:00 |
|
Javier Torres
|
51a669f93c
|
Release 0.23.2
|
2018-07-20 14:15:05 +02:00 |
|
Javier Torres
|
c8a1119556
|
Merge pull request #335 from CartoDB/s1669-sql_api_injection_query_tables
Don't rely on regexp to identify non explainable queries
|
2018-07-20 14:12:59 +02:00 |
|
Javier Torres
|
24a37be1a9
|
Change querytables expect test
|
2018-07-20 13:22:02 +02:00 |
|
Javier Torres
|
5659275c0c
|
Don't rely on regexp to identify non explainable queries
|
2018-07-20 13:01:51 +02:00 |
|
Javier Goizueta
|
7760d6b30d
|
Release 0.23.1
|
2018-07-19 17:11:56 +02:00 |
|
Javier Goizueta
|
4515c8547e
|
Merge pull request #334 from CartoDB/333-parallel-unsafe
Fix PARALLEL tags
|
2018-07-19 16:57:22 +02:00 |
|
Javier Goizueta
|
2766bbc83a
|
Fix PARALLEL tags
Fixes #333
|
2018-07-18 12:13:31 +02:00 |
|
Rafa de la Torre
|
c4980a90f9
|
Merge pull request #332 from CartoDB/cdb-table-exists
Cdb table exists
|
2018-07-03 15:45:17 +02:00 |
|
Rafa de la Torre
|
61d2024eb5
|
Make the code nicer by avoiding IF/THEN/ELSE
As suggested by Algunenano.
|
2018-07-03 15:35:05 +02:00 |
|
Rafa de la Torre
|
af142306aa
|
Mark _CDB_Table_Exists() as PARALLEL UNSAFE
As pointed out by Algunenano, PL/pgSQL function which establishes an
EXCEPTION block to catch errors must be qualified with it.
|
2018-07-03 15:26:48 +02:00 |
|
Rafa de la Torre
|
7437a9686b
|
Use a more suitable version number 0.23.0 & NEWS
Use a better version number (as it adds a new function) and update
NEWS.md accordingly.
|
2018-07-03 15:08:34 +02:00 |
|
Rafa de la Torre
|
82f90e618c
|
Use CREATE OR REPLACE FUNCTION
|
2018-07-03 13:04:39 +02:00 |
|
Rafa de la Torre
|
55a77b0ef0
|
Add a new helper function _CDB_Table_Exists
|
2018-07-03 13:00:24 +02:00 |
|
Javier Torres
|
2e68626165
|
Merge pull request #331 from CartoDB/fix_0_22_1_hyphens
Fix 0 22 1 hyphens
|
2018-05-31 17:36:09 +02:00 |
|
Javier Torres
|
06b7eb8504
|
Bump to 0.22.2
|
2018-05-31 17:06:47 +02:00 |
|
Javier Torres
|
ccbabaa3b4
|
Missing quote idents
|
2018-05-31 17:06:39 +02:00 |
|
Javier Torres
|
0da36eab44
|
Bump to 0.22.1
|
2018-05-29 17:10:37 +02:00 |
|
Javier Torres
|
7f5bef1203
|
Escape regclass call with quote_ident
|
2018-05-29 14:04:53 +02:00 |
|
Javier Torres
|
625d62c448
|
Remove unneeded variable
|
2018-05-28 20:29:36 +02:00 |
|
Javier Torres
|
f06418c99b
|
Extract sequence-listing function
|
2018-05-28 20:14:57 +02:00 |
|
Javier Torres
|
1958f2de5b
|
Working code to add permission to all table sequences
|
2018-05-28 20:07:16 +02:00 |
|
Javier Torres
|
c19c88c9e0
|
Test for granting permissions for table with non-seria lcartodb_id
|
2018-05-28 19:54:19 +02:00 |
|
Javier Torres
|
716f47edae
|
We should be able to grant permission to non-cartodbfied tables
|
2018-05-28 19:46:58 +02:00 |
|
Andy Eschbacher
|
cd83ee21bb
|
Merge pull request #329 from CartoDB/update-readme-pg-version
updates pg version based on cdb_quantiles update
|
2018-05-07 10:13:36 -04:00 |
|
Andy Eschbacher
|
d98ae59535
|
updates pg version based on cdb_quantiles update
|
2018-04-25 09:09:55 -04:00 |
|
Mario de Frutos
|
a2e99ac533
|
Merge pull request #327 from CartoDB/test_for_325
Added test for the case that arose in #325
|
2018-03-22 12:02:47 +01:00 |
|