Skip to content

Version 1.4.7

Compare
Choose a tag to compare
@funbringer funbringer released this 13 Oct 12:12
· 606 commits to master since this release
  • Fixed INSTEAD OF triggers on views selecting from partitioned tables (issue #77);
  • ALTER TABLE partitioned_table RENAME TO now also renames auto naming sequences (issue #127);
  • Disabled some dangerous optimizations for SELECT ... FOR SHARE/UPDATE on PostgreSQL 9.5 (issue #129);
  • Improved error handling in concurrent partitioning background worker (aka ConcurrentPartWorker, more info);