pg_ivm/sql
Jason Petersen fe6a09e5f7 WIP: Allow partitioned tables in IMMVs
This isn't feature-complete yet, but opening as a place to start a con-
versation around how to fully implement this feature.

At the moment, the prohibition on partitioned tables is removed, and
hooks are added to handle ATTACH PARTITION and DETACH PARTITION.

To do:

  * Add check to prohibit multiple partitioned tables (causes crash)
  * Change ATTACH/DETACH to be incremental (presently does a REFRESH)
  * Figure out issue with multiple tables and correct it
2024-09-26 10:22:45 -06:00
..
create_immv.sql Fix segmentation fault in incorrect view def (#39) 2022-12-15 19:03:49 +09:00
pg_ivm.sql Fix checking for expressions containing an EXISTS subquery (#71) 2024-03-01 20:33:56 +09:00
refresh_immv.sql WIP: Allow partitioned tables in IMMVs 2024-09-26 10:22:45 -06:00