· 2 min · PostgreSQL

A Correction: Snowflake Postgres Is Just Postgres

Snowflake Postgres is community Postgres, not a fork with a proprietary storage layer—a correction to Wednesday's post on table access methods, and a closer…

0 comments

· 4 min

All Your GUCs in a Row: client_encoding

Character encoding conversions happen silently between client and server—until they don't.

0 comments

· 3 min · PostgreSQL

All Your GUCs in a Row: checkpoint_flush_after and checkpoint_warning

Meet two checkpoint neighbors paired by the alphabet, not the topic: `checkpoint_flush_after` tunes kernel writeback hints, while `checkpoint_warning` logs…

0 comments

· 4 min · PostgreSQL

pgvector 0.8.2 and the Trouble With Parallel HNSW

pgvector 0.8.2 fixes CVE-2026-3172, a heap buffer overflow in parallel HNSW index builds that can leak data or crash the server.

0 comments

· 4 min · PostgreSQL

All Your GUCs in a Row: checkpoint_timeout and checkpoint_completion_target

PostgreSQL's default 5-minute checkpoint interval wastes I/O on modern servers.

0 comments

· 4 min · PostgreSQL

Patch Today: CVE-2026-6473

A critical integer wraparound bug lets unprivileged SQL users trigger heap corruption with potential arbitrary code execution.

0 comments

· 3 min · PostgreSQL

All Your GUCs in a Row: check_function_bodies

PostgreSQL validates function bodies at creation time by default, catching syntax errors early.

0 comments

· 3 min · PostgreSQL

Table Access Methods Wake Up

PostgreSQL's Table Access Method API is finally seeing real action.

0 comments

· 3 min · PostgreSQL

All Your GUCs in a Row: bytea_output

PostgreSQL's `bytea_output` parameter controls how binary data is formatted when sent to clients: the modern `hex` format (default since 9.0) or the legacy…

0 comments

· 3 min · PostgreSQL

Patch PgBouncer Today

PgBouncer 1.25.2 shipped a patch for a pre-authentication crash (CVE-2026-6664). Any TCP connection can take down your pooler. Patch this week.

0 comments