PostgreSQL: Infrastructure Transition and Graph Table Fixes

PostgreSQL completed a major infrastructure transition from Cirrus CI to GitHub Actions following Cirrus's shutdown, while addressing critical bugs in the new graph table feature and fixing several Unicode and permission issues.

Duration: PT2M1S

Episode overview

This episode is a short developer briefing from PostgreSQL.

It explains recent repository work in plain language.

  • Show: PostgreSQL
  • Published: 2026-06-05T13:04:59Z
  • Audio duration: PT2M1S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. This is your PostgreSQL development briefing for June 5th, 2026.

The biggest change this week was PostgreSQL's complete transition from Cirrus CI to GitHub Actions, prompted by Cirrus CI shutting down on June 1st. This infrastructure shift, implemented in commits 9c12606 and 68c8a36, maintains comprehensive testing across Linux, macOS, and Windows platforms while requiring…

Two significant fixes landed for the graph table feature, which appears to be receiving active stabilization. Commit 4cb2a98 resolved crashes in multi-label pattern queries by fixing how lateral references are handled when graph tables are rewritten as union subqueries. A separate fix in commit 72498a8 addressed…

Several permission and encoding issues were also resolved. The subscription system gained proper column-level privileges for the wal receiver timeout setting, while the text search functions received improved error handling to prevent invalid encoding issues when reporting weight symbol errors. A Unicode…

Looking ahead, developers should verify their CI configurations are properly enabled if working with PostgreSQL forks, and expect continued stabilization work on graph table functionality…

Th…

Nearby episodes from PostgreSQL

  1. Bug Fixes and Feature Rollbacks
  2. Interface Fixes and Memory Improvements
  3. Weekly Recap - Graph Database Features & Core Reliability
  4. Data Integrity and Stability Fixes
  5. Temporal Query Fixes and Release Prep
  6. Memory Safety and Query Optimization Fixes
  7. Beta Release Milestone
  8. Release 19 Documentation Push