~postgresweekly | Bookmarks (121)
-
https://pganalyze.com/blog/postgresql-vs-sql-server-btree-index-deduplication
Postgres vs. SQL Server: A Look at B-Tree Index Differences — Both Postgres and Microsoft’s SQL...
-
GitHub - serpent7776/pg_sentence_transformer: Postgres extension running a huggingface sentence transformer model directly in a background worker
pg_sentence_transformer: Run A HuggingFace Sentence Transformer Model in a Background Worker — A prototype extension that...
-
Internals of MVCC in Postgres: Hidden costs of Updates vs Inserts
The Internals of MVCC: Hidden Costs of Updates vs Inserts — Postgres’ multiversion concurrency control (MVCC)...
-
Why PostgreSQL needs a better API for alternative table engines? | OrioleDB
Why Postgres Needs a Better API for Alternative Table Engines? — Postgres has mechanisms for allowing...
-
Life Altering Postgresql Patterns
Life Altering Postgres Patterns — The author promises the title isn’t just clickbait and delivers twelve...
-
A Practical Guide to Postgres Isolation Anomalies and How To Tame Them
A Practical Guide to Taming Postgres Isolation Anomalies — A practical, Ruby-based (though SQL heavy) walkthrough...
-
Semantic Search in PostgreSQL: An Overview
Semantic Search in Postgres: An Overview — Full text search is great, but if you want...
-
Postgres Security Checklist from the Center for Internet Security | Crunchy Data Blog
🔒 A Postgres Security Checklist — The Center for Internet Security (CIS) releases security benchmarks for a...
-
domm / Perl / Creating Postgres roles with passwords stored in gopass
Creating Postgres Roles with Passwords Stored in Gopass — Gopass is a Go-powered CLI-based password manager...
-
Reducing Cloud Spend: Migrating Logs from CloudWatch to Iceberg with Postgres | Crunchy Data Blog
Reducing Cloud Spend: Migrating Logs from CloudWatch to Iceberg with Postgres — Postgres provider Crunchy Data...
-
Teable - Postgres-Airtable Fusion
Teable: Open Source Airtable Alternative atop Postgres — Airtable is a popular data table database SaaS,...
-
Electric 1.0 released | ElectricSQL
⭐ Electric 1.0: A Postgres Sync Engine — “Electric solves sync.” The idea is that if you...
-
GitHub - achristmascarl/rainfrog: 🐸 a database management tui for postgres
Rainfrog 0.3: A Database Management TUI for Postgres — Think a little more structured than psql...
-
Authentication & User Management Software - FusionAuth
Sure, You Can Roll Your Own Auth - If You Hate Free Time — Don’t sacrifice...
-
Talking Postgres with Claire Giordano | Why Python developers just use Postgres with Dawn Wages
▶ 🎤 Why Python Developers Just Use Postgres — Dawn Wages of the Python Software Foundation joins Claire...
-
GitHub - xataio/agent: AI agent expert in PostgreSQL
Xata Agent: An 'AI Expert' in Postgres — An open source agent that monitors your database,...
-
https://sqlformat.darold.net/
pgFormatter 5.6: A Tool to Format SQL Code — You can test it out online, or...
-
Release pg_ivm 1.10 (2025-03-11) · sraoss/pg_ivm
pg_ivm 1.10: Incremental View Maintenance (IVM) Extension — A more efficient way to update materialized views...
-
GitHub - xataio/pgzx: Create PostgreSQL extensions using Zig.
pgzx 0.3: Create Postgres Extensions using Zig — If you’re familiar with pgrx as a way...
-
A SQL MERGE statement performs actions based on a RIGHT JOIN
Think About MERGE in Terms of a RIGHT JOIN — RIGHT JOIN isn’t encountered too often...
-
Can Artificial Intelligence Created Better Tables Than You?
Can Artificial Intelligence Create Better Tables Than You? — As someone guilty of leaning on LLMs...
-
You can make Postgres scale
You Can Make Postgres Scale — Newsflash: Postgres scales! After last week’s experiments with a 1...
-
Postgres Troubleshooting: Fixing Duplicate Primary Key Rows | Crunchy Data Blog
Troubleshooting Duplicate Primary Key Rows — If a table has unwanted ‘duplicate rows’ (which can happen...