2014-06-09 19:04:42 +08:00
|
|
|
0.3.0dev - 2014-MM-DD
|
|
|
|
------------------
|
|
|
|
|
2014-06-11 22:34:06 +08:00
|
|
|
0.2.1 - 2014-06-11
|
2014-06-11 16:02:55 +08:00
|
|
|
------------------
|
|
|
|
|
|
|
|
Enhancements:
|
|
|
|
|
|
|
|
- Do not force re-cartodbfication on CREATE FROM unpackaged
|
2014-06-11 17:25:25 +08:00
|
|
|
- Drop useless DEFAULT specification in plpgsql variable declarations
|
2014-06-11 22:34:06 +08:00
|
|
|
- List plpythonu requirement first, to get pg_catalog scanned before public
|
2014-06-11 16:02:55 +08:00
|
|
|
|
2014-06-12 01:21:19 +08:00
|
|
|
Bug fixes:
|
|
|
|
|
|
|
|
- Do not add unique index on cartodb_id if already a primary key (#38)
|
|
|
|
|
2014-06-09 18:51:31 +08:00
|
|
|
0.2.0 - 2014-06-09
|
2014-05-23 23:40:14 +08:00
|
|
|
------------------
|
|
|
|
|
2014-06-05 21:00:57 +08:00
|
|
|
Important changes:
|
|
|
|
|
|
|
|
- This release adds dependency on "plpythonu" extension
|
2014-06-06 17:02:51 +08:00
|
|
|
- Roles are not created anymore, previously private functions
|
2014-06-06 17:33:34 +08:00
|
|
|
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 (#36)
|
2014-06-05 21:00:57 +08:00
|
|
|
|
2014-05-28 18:32:30 +08:00
|
|
|
Bug fixes:
|
|
|
|
|
|
|
|
- Fix recursive trigger on create table (#32)
|
|
|
|
- Ensure cartodb_id uses an associated sequence (#33)
|
2014-05-28 18:52:35 +08:00
|
|
|
- Fully qualify call to cdb_disable_ddl_hooks from cdb_enable_ddl_hooks
|
2014-05-28 23:42:11 +08:00
|
|
|
- Fully qualify call to CDB_UserDataSize from quota trigger
|
2014-06-06 23:28:02 +08:00
|
|
|
- Fully qualify call to CDB_TransformToWebmercator from CDB_CartodbfyTable
|
2014-05-31 01:09:24 +08:00
|
|
|
- Fix potential infinite loop in CDB_CartodbfyTable
|
2014-06-05 21:00:57 +08:00
|
|
|
- Fix potential infinite loop in CDB_QueryStatements
|
2014-05-28 18:32:30 +08:00
|
|
|
|
2014-06-03 19:20:49 +08:00
|
|
|
Enhancements:
|
|
|
|
|
|
|
|
- Include revision info in cdb_version() output (#34)
|
|
|
|
|
2014-06-04 16:28:48 +08:00
|
|
|
New features:
|
|
|
|
|
|
|
|
- Add a cdb_extension_reload() function
|
|
|
|
|
2014-05-23 23:40:14 +08:00
|
|
|
|
2014-05-23 23:09:36 +08:00
|
|
|
0.1.0 - 2014-05-23
|
2014-05-23 21:33:11 +08:00
|
|
|
------------------
|
2014-05-08 16:10:20 +08:00
|
|
|
|
|
|
|
Initial release
|