Changes.Watch

Postgres changelog digest

Jan 27 - Feb 2, 2025. Useful releases, risky migrations, and noisy updates from the Postgres channel.

No matching updates in this bucket.

Postgres updates in 2025-w05

6.3.0

  • Added Prisma Studio to the Console with a new model viewer, edit sidebar, and “Close all” button for a better developer experience.
  • Introduced `limit` option for `updateMany()` and `deleteMany()` queries and replaced PostgreSQL NOT IN relation filters with NOT EXISTS for improved performance.
  • Made generator fields sorting deterministic and fixed several client and transaction bugs.