Fabrízio de Royes Mello

Results 23 issues of Fabrízio de Royes Mello

If a default privilege is configured and applied to a given Continuous Aggregate during it creation just the user view has the ACL properly configured but the underlying materialization hypertable...

bug
continuous_aggregate
permissions

Nowadays for the Continuous Aggregate materialization hypertable we add additional indexes. Those additional indexes are one for each group-by column plus time bucket expression and it can lead to unsusable...

continuous_aggregate
Core Database Team

First of all I need to anticipate excuses because it will be a long text, but the idea here is open a discussion to decide WHAT will do and IF...

brainstorm
refactoring
EPIC
product/api-server

Hi, We did some experiments, look at: https://github.com/prest/bgworker

enhancement
help wanted

After migrate a Continuous Aggregate from the old format to the new using `cagg_migrate` procedure we end up with the following problems: * Refresh policy is not copied from the...

bug
continuous_aggregate
compression
Core Database Team

Instances upgraded to 2.8.0 will end up with a wrong check constraint in catalog table `continuous_aggregate_migrate_plan_step`. Fixed it by removing and adding the constraint with the correct checks. Fix #4727

bug
continuous_aggregate
Core Database Team

### What type of bug is this? Incorrect result ### What subsystems and features are affected? Continuous aggregate ### What happened? After migrate a Continuous Aggregate from the old format...

bug
continuous_aggregate
compression
Core Database Team

During extension update (aka `ALTER EXTENSION`) Postgres switch the execution user context to the superuser because the extension is marked as trusted. So the `current_role` will return the execution context...

release