Commit Graph

93 Commits (cdb_userdomain)
 

Author SHA1 Message Date
Raul Ochoa 1e97d11837 CDB-3061 performs calls to table_sync methods in table creation an deletion
10 years ago
Kartones 225a236dd8 CDB-3030 adapted signature to proper one, added NEWS entry
10 years ago
Kartones fc346e4772 CDB-3030 Added CDB_UserDomain script
10 years ago
Sandro Santilli ce20009fb2 Workaround PostgreSQL bug possibly triggering infinite loops
10 years ago
Sandro Santilli cc9cbdb7a7 Typo
10 years ago
Sandro Santilli ac53d6b000 Formatting only change
10 years ago
Sandro Santilli f5ad0d0434 Fully qualify call to CDB_UserDataSize from quota trigger
10 years ago
Sandro Santilli bfd56f0ea6 Fully qualify call to cdb_disable_ddl_hooks from cdb_enable_ddl_hooks
10 years ago
Sandro Santilli 7483f8d10b Update NEWS file (0.1.1 will likely not happen)
10 years ago
Sandro Santilli 004c3c5543 Ensure cartodb_id uses an associated sequence
10 years ago
Sandro Santilli d1990f1765 Provide upgrade paths
10 years ago
Sandro Santilli 2601364011 Fix recursive DDL trigger on create table
10 years ago
Sandro Santilli 85cc74b4f4 Do not install cartodb_version.sql in system dirs
10 years ago
Sandro Santilli 2ffa13af58 Add tool to create upgrades
10 years ago
Sandro Santilli 09cf368d62 Move DDL triggers and extension postamble under scripts-available
10 years ago
Sandro Santilli 213cf0aee2 Set version to 0.1.0 again
10 years ago
Sandro Santilli b2b93a362f Encode dependency of cartodb_version.sql on Makefile
10 years ago
Sandro Santilli 348177d23a Fix cartodbfication of already-cartodbfied tables in presence of views
10 years ago
Sandro Santilli 50c5cd676c Encode dependency of cartodb.control on Makefile
10 years ago
Sandro Santilli e9c6728e8e Back to 0.1.0dev version (aborted final)
10 years ago
Sandro Santilli 102e8bd018 Improve error message on failing CDB_CartodbfyTable
10 years ago
Sandro Santilli fe008b952d Set version to 0.1.0
10 years ago
Sandro Santilli 5602edd207 Make time interval test not dependent on intervalstyle
10 years ago
Sandro Santilli 967b7abec0 Try to retain existing cartodb_id values
10 years ago
Sandro Santilli 134d2d29b6 Try to cast TEXT typed updated_at and created_at if present
10 years ago
Sandro Santilli 75a40c9b63 Tag CDB_TableMetadata as a configuration table
10 years ago
Sandro Santilli 8a8d198ea2 Do not enable DDL triggers on extension create
10 years ago
Sandro Santilli 0082138503 Do not force DROP FUNCTION but rely on CREATE OR REPLACE
10 years ago
Sandro Santilli eecab6e24c Remove CDB_SearchPath.sql from the set of scripts loaded directly
10 years ago
Sandro Santilli 21e68081f9 Fix extension requires directive
10 years ago
Sandro Santilli 2f0031e6a2 Do not call CDB_Invalidate_Varnish() if not owned by a superuser
11 years ago
Sandro Santilli ca4ce102bb Refuse to create new extension if legacy code is present on database
11 years ago
Sandro Santilli 02575155ce Complain if script is sourced in psql, rather than via CREATE EXTENSION
11 years ago
Sandro Santilli fdc58cde73 Migrate user quota on cartodb extension creation from unpackaged
11 years ago
Sandro Santilli 8d6188e282 Have _CDB_UserQuotaInBytes() take precedence over parameter-based quota
11 years ago
Sandro Santilli f98071cdac Do not allow cartodbfying tables while no user quota is set
11 years ago
Sandro Santilli e6b02de9aa Disable roles creation in extension-less installs
11 years ago
Sandro Santilli cfd8dbc5a4 Test calls to CDB_Invalidate_Varnish
11 years ago
Sandro Santilli b69ded8f66 Let CDB_CheckQuota second parameter override configured user quota
11 years ago
Sandro Santilli 1643ae2db1 Sleep less in the DDL hooks test
11 years ago
Sandro Santilli 402d04baf4 Update instructions to install in existing cartodb databases
11 years ago
Sandro Santilli 155844cbc6 Add travis badge
11 years ago
Sandro Santilli 4c93f75523 Fix clean rule not to drop CDB_version() method
11 years ago
Sandro Santilli 30186ac8cb Pretend _CDB_UserQuotaInBytes has to stay in public
11 years ago
Sandro Santilli acf3097c3a Add CDB_SetUserQuotaInBytes function
11 years ago
Sandro Santilli 055efe04aa Do not assume existance of a "publicuser" role in CDB_UserTables
11 years ago
Sandro Santilli 1c753b24e5 Do not assume existance of a "publicuser" role
11 years ago
Sandro Santilli 0f67b31272 [Travis] Drop env grepping (interrupts the build on no-match)
11 years ago
Sandro Santilli 31e3109784 [Travis] Set client_min_messages=NOTICE as expected by tests
11 years ago
Sandro Santilli fac0fc81de [Travis] Load schema_triggers.so as shared, not local preload
11 years ago