» Tag
postgresql
46 postsTransitioning to Desired-State Reference Data in PostgreSQL
Desired-state reference data in PostgreSQL simplifies data model management.
The Challenge of Adding a Column in the Middle of a PostgreSQL Table
Explore the complexities of adding columns in PostgreSQL and its data storage structure.
Noisia: Harmful Workload Generator for PostgreSQL
Noisia is designed for PostgreSQL, generating harmful workload scenarios for testing purposes.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comMultigres Brings Listen/Notify to Pooled Postgres Connections
Multigres uses a shared listener connection and a two-level fan-out to make Postgres listen/notify scale cleanly across pooled connections.
Microsoft's DocumentDB Reimagines NoSQL on PostgreSQL
Microsoft open-sourced its vCore Cosmos DB engine as DocumentDB, a PostgreSQL-based NoSQL layer with MongoDB-compatible APIs, BSON support, and ambitions to become a NoSQL standard.
pg_stat_ch Streams PostgreSQL Query Telemetry into ClickHouse
pg_stat_ch is an open-source PostgreSQL extension that streams raw per-query telemetry to ClickHouse, offloading analytics from the database engine.
PostgreSQL Batch UPSERT with CTE: From 90 Seconds to 5
An email sync process with audit history was rewritten from separate queries into a single PostgreSQL CTE, cutting 100k-row processing time from 90 seconds to 5.
Systemic Risks in the Managed PostgreSQL Industry: Extension Risks Are Real
Research reveals critical security vulnerabilities in managed PostgreSQL extensions, emphasizing risks for engineers.
Sqlfmt: A gofmt-style Formatter for SQL
Sqlfmt is a tool that formats SQL queries in a gofmt style, inspired by PostgreSQL books.
PgColumnar: A Columnar Database Extension for PostgreSQL 15
PgColumnar is a column-oriented storage extension for PostgreSQL 15, optimized for analytics and data compression.