Added CDB_Math_Mode function
Changes in versioning: no revision is attached so it no longer uses git describe
for the version.
Dummy release to solve some issues with cdb branch/tag
Inverting priority of CDB_CheckQuota qmax so gies more priority to existing user quota function over parameter value.
Fixes issue with schemas in CDB_QueryTables
- Splitting of CartodbfyTable method in subfunctions to be able to call in fragments and evade timeouts on hot zones
- Make 0.3.0dev version upgradeable
- Dummy version. We start using semantic versioning
- Permission management functions
- Adapt functions to use schemas
Enhancements:
- Do not force re-cartodbfication on CREATE FROM unpackaged
- Drop useless DEFAULT specification in plpgsql variable declarations
- List plpythonu requirement first, to get pg_catalog scanned before public
Bug fixes:
- Do not add unique index on cartodb_id if already a primary key (#38)
Important changes:
- This release adds dependency on "plpythonu" extension
- 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 (#36)
Bug fixes:
- Fix recursive trigger on create table (#32)
- Ensure cartodb_id uses an associated sequence (#33)
- Fully qualify call to cdb_disable_ddl_hooks from cdb_enable_ddl_hooks
- Fully qualify call to CDB_UserDataSize from quota trigger
- Fully qualify call to CDB_TransformToWebmercator from CDB_CartodbfyTable
- Fix potential infinite loop in CDB_CartodbfyTable
- Fix potential infinite loop in CDB_QueryStatements
Enhancements:
- Include revision info in cdb_version() output (#34)
New features:
- Add a cdb_extension_reload() function
Initial release