Rafa de la Torre
371d84ea0c
Update Makefile and NEWS.md for new version
2015-06-29 12:09:35 +02:00
Rafa de la Torre
a7a52a23ea
fix indentation of Makefile #73
2015-03-03 16:10:56 +00:00
Rafa de la Torre
1c9e5f241f
Fix upgrade of CDB_StringToDate function #73
2015-03-03 16:09:57 +00:00
Rafa de la Torre
61804187c8
Fix conversion of strings to datetimes #73
2015-03-03 09:49:33 +00:00
Raul Ochoa
b913defebb
Stubs next version
2015-02-19 14:34:32 +01:00
Raul Ochoa
978742f868
Release 0.7.0
2015-02-19 14:33:21 +01:00
Raul Ochoa
9d679614c8
Stubs next version
2015-02-19 14:11:54 +01:00
Raul Ochoa
f18232037d
Release notes and version bump
2015-02-18 17:31:04 +01:00
Kartones
dbc0e069c5
#69 Updated version at makefile
2015-02-17 15:47:18 +01:00
Kartones
6c7706672f
#69 now using pg_relation_size
2015-02-17 15:40:26 +01:00
Rafa de la Torre
f0bf8a85a5
Fix Makefile versioning stuff #65
2015-01-29 16:37:59 +00:00
Rafa de la Torre
73232b8802
Increase version number to 0.5.2 #65
2015-01-29 14:02:38 +00:00
Kartones
dbb6f42b99
#1368 fixed escapings
2014-12-05 17:30:47 +01:00
Kartones
626b883cfc
Reactivating sh specs after stabilization
2014-11-19 10:53:52 +01:00
Kartones
cd9e44b266
#1138 Fixed DDL triggers to properly use new cartodbfy signature, fixed cartodbfy to properly send params to check raster table
2014-11-19 10:00:04 +01:00
Kartones
3b5c1f65cb
#1138 Quota changes, raster import cartodbfication and quota spec
2014-11-18 15:24:54 +01:00
Kartones
c9ff282b17
CDB-4418
2014-10-21 16:37:59 +02:00
Kartones
f251e12d35
CDB-4418
2014-10-21 16:19:44 +02:00
Raul Ochoa
7840e7c50b
Prepares version 0.4.0 with new versioning mechanism
2014-08-25 12:00:45 +02:00
Raul Ochoa
51d48c7629
CDB-3656 Removes revision from the extension version
2014-08-21 18:52:21 +02:00
Raul Ochoa
55615e1a32
Stubs next version
2014-08-11 16:18:02 +02:00
Raul Ochoa
93de996acc
Fixes 0.3.5 version:
...
- Version in Makefile
- Upgrade path from 0.3.4
2014-08-11 15:41:53 +02:00
Raul Ochoa
a67f324001
Release 0.3.4 version
2014-08-01 18:21:48 +02:00
Kartones
679af1d4a3
CDB-3497 Finished stabilizing specs
2014-07-28 17:53:19 +02:00
Kartones
6d665ab163
CDB-3497 ongoing spec stabilization
2014-07-28 15:16:19 +02:00
Luis Bosque
eff2f8b619
Dummy version. Start using semanting versioning
2014-07-22 18:15:17 +02:00
Raul Ochoa
f1504fb0b1
Make dev flavour upgradeable to current version
2014-07-17 15:43:19 +02:00
Raul Ochoa
13140dbc63
Version 0.3.0
2014-07-16 12:30:19 +02:00
Raul Ochoa
8dec91de87
Merge branch 'master' of https://github.com/CartoDB/cartodb-postgresql into CDB-3094
2014-06-16 18:56:34 +02:00
Raul Ochoa
9d7de169fb
CDB-3094 use bash command instead of sh
2014-06-16 16:28:28 +02:00
Raul Ochoa
9a55b03d6f
CDB-3094 initial function to share tables/schemas between users within the same database
2014-06-16 16:10:53 +02:00
Sandro Santilli
1bb8b85503
Merge branch 'b0.2'
...
Conflicts:
Makefile
NEWS
2014-06-11 19:30:32 +02:00
Sandro Santilli
9afc59da5e
Set release date for 0.2.1
2014-06-11 19:28:24 +02:00
Sandro Santilli
9dbe854df7
Do not force re-cartodbfication on CREATE FROM unpackaged
2014-06-11 10:24:53 +02:00
Sandro Santilli
5a8b9021c8
Prepare for 0.3.0
2014-06-09 13:04:42 +02:00
Sandro Santilli
befa7a10c8
Set version to 0.2.0
2014-06-09 12:51:31 +02:00
Sandro Santilli
85afef40d8
Make git dependency support use as a submodule
2014-06-06 16:15:02 +02:00
Sandro Santilli
1692e792a7
Make .git/index a dependency of cartodb_version.sql
...
Ensures proper rebuild of version function on git pull/commit
2014-06-06 13:36:21 +02:00
Sandro Santilli
01ae7b8c10
Drop role management
...
Roles are not created anymore, previously private functions for table
information extraction (CDB_UserTables, CDB_TableIndexes, CDB_ColumnNames,
CDB_ColumnType) will now be callable by anyone while only returning
information about tables over which the calling user has SELECT privilege.
Closes #36
2014-06-06 11:02:51 +02:00
Sandro Santilli
ca07c81f13
Make sed usage more compatible
...
... and a bit less safe
Might close #35
2014-06-04 15:11:30 +02:00
Sandro Santilli
9322cecb3d
Make sed command a variable
2014-06-04 12:58:19 +02:00
Sandro Santilli
a92d7d7d37
Add cdb_extension_reload() utility function
2014-06-04 10:31:03 +02:00
Sandro Santilli
9230ffa925
Include revision info in cdb_version() output
...
Closes #34
NOTE: it will only work if "make" is run from within a git clone
2014-06-03 13:20:49 +02:00
Sandro Santilli
d1990f1765
Provide upgrade paths
...
Mainly from 0.1.0 and 0.1.1
Includes 0.2.0dev to next and back
2014-05-28 09:48:32 +02:00
Sandro Santilli
85cc74b4f4
Do not install cartodb_version.sql in system dirs
2014-05-27 15:51:45 +02:00
Sandro Santilli
09cf368d62
Move DDL triggers and extension postamble under scripts-available
...
Target 0.2.0
2014-05-23 17:40:14 +02:00
Sandro Santilli
213cf0aee2
Set version to 0.1.0 again
2014-05-23 17:09:36 +02:00
Sandro Santilli
b2b93a362f
Encode dependency of cartodb_version.sql on Makefile
2014-05-23 16:58:26 +02:00
Sandro Santilli
50c5cd676c
Encode dependency of cartodb.control on Makefile
2014-05-23 16:43:01 +02:00
Sandro Santilli
e9c6728e8e
Back to 0.1.0dev version (aborted final)
2014-05-23 16:10:03 +02:00