This release adds 7 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdds support for materialized view indexes, identity columns, ordered dependencies, partitioned tables, USING casts, and generated columns.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds support for partitioned tables. Adds support for partitioned tables. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Adds emission of USING cast for column type changes. Adds emission of USING cast for column type changes. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Adds support for generated columns (create/drop). Adds support for generated columns (create/drop). Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Adds support for identity changes on the ALTER path. Adds support for identity changes on the ALTER path. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Adds emission of identity columns (GENERATED ... AS IDENTITY). Adds emission of identity columns (GENERATED ... AS IDENTITY). Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Adds diff indexes on materialized views. Adds diff indexes on materialized views. Source: llm_adapter@2026-07-18 Confidence: high |
— |
| Feature | Medium |
Adds ordering of view‑on‑column dependencies. Adds ordering of view‑on‑column dependencies. Source: llm_adapter@2026-07-18 Confidence: high |
— |
Full changelog
What's Changed
- feat: diff indexes on materialized views by @Apakottur in https://github.com/Apakottur/pgmig/pull/82
- feat: emit identity columns (GENERATED ... AS IDENTITY) by @Apakottur in https://github.com/Apakottur/pgmig/pull/83
- feat: order view-on-column dependencies by @Apakottur in https://github.com/Apakottur/pgmig/pull/84
- feat: support partitioned tables by @Apakottur in https://github.com/Apakottur/pgmig/pull/85
- feat: emit USING cast for column type changes by @Apakottur in https://github.com/Apakottur/pgmig/pull/86
- feat: support generated columns (create/drop) by @Apakottur in https://github.com/Apakottur/pgmig/pull/87
- feat: support identity changes on the ALTER path by @Apakottur in https://github.com/Apakottur/pgmig/pull/88
Full Changelog: https://github.com/Apakottur/pgmig/compare/v0.0.7...v0.0.8
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Pgmig
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]