Linked issue Closes #30153 At a glance SQL builder: import type { WhereFilter } from '@prisma/orm-postgres/builder/types'; import type { Contract } from '../src/prisma/contract'; import { db } from '../src/prisma/db';…
Renews the expired coverage waiver for packages/1-framework/0-foundation/contract. The 90-day waiver added 2026-05-29 lapsed on 2026-08-27, which flipped the Test job's coverage gate red on every open PR (first observed…
chore: bump postgres_release to cut fresh AMIs (includes #2399) (#2406) Bumps postgres_release by 1 (lockstep) so a fresh AMI is cut carrying the migration and after-create.sql changes from #2399. Same pattern as #2349.
chore: bump postgres_release to cut fresh AMIs (includes #2399) (#2406) Bumps postgres_release by 1 (lockstep) so a fresh AMI is cut carrying the migration and after-create.sql changes from #2399. Same pattern as #2349.
chore: bump postgres_release to cut fresh AMIs (includes #2399) (#2406) Bumps postgres_release by 1 (lockstep) so a fresh AMI is cut carrying the migration and after-create.sql changes from #2399. Same pattern as #2349.
On August 13, 2026, PostgreSQL shipped its biggest security release ever: 28 CVEs closed in a single day. The old record was 11. The community has done its job, a phenomenal one at that! If you run PostgreSQL for…
Hello fellow Postgres Enjoyer. I'd like to do something a little different this week and talk a bit about how I got ensnared by the Postgres ecosystem, and what I've done with it over the years. Maybe you have something…
All three of these do nothing unless logging_collector is on; they describe the files the collector writes. Where, what they’re called, and who can read them. The defaults for all three are fine for a laptop and wrong…
A pg_dump data-only restore into a fresh, empty copy of the schema is the safest-sounding restore in PostgreSQL, since there is not a single row in the target for the incoming data to collide with. It stops anyway, on a…