Bookmarks (156)

  • screenshot

    ParadeDB - Postgres for Search and Analytics

    ParadeDB: An Elasticsearch Alternative Built on Postgres — Taking the common ‘cloud offering + open source...

  • screenshot

    GitHub - lacanoid/pgddl: DDL eXtractor functions for PostgreSQL (ddlx)

    pgddl / ddlx: DDL EXtractor Functions — An SQL-only extension that can create SQL DDL (e.g....

  • An unfair advantage: multi-tenant queues in Postgres – Nextra

    Creating Multi-Tenant Queues — Spinning up a basic queue on Postgres is reasonably easy, but what...

  • PGXN v2/Architecture - PostgreSQL wiki

    The Architecture of PGXN v2 — David Wheeler, and others, are working on a major update...

  • https://nextgres.com/res/20240419-The-Future-of-MySQL-is-Postgres.pdf

    PDF: The Future of MySQL is Postgres — The title of this slidedeck certainly caught my eye!...

  • screenshot

    Release v7.0.0 · salsita/node-pg-migrate

    node-pg-migrate 7.0: Database Migration Management for Postgres — Lots of cleanups and refactoring from the project’s...

  • screenshot

    GitHub - georgia-tech-db/pgvector-remote

    pgvector-remote: A pgvector Fork to Work with Remote Vectors — Pinecone only, for now. There's a blog...

  • General Availability | Supabase

    Supabase Declares 'General Availability' — I hadn’t noticed Supabase has been rocking ‘beta’ all this time,...

  • screenshot

    Optimize Your PostgreSQL Database | OtterTune

    Improve Postgres Performance and Reduce Costs with OtterTune — Automatically tune and optimize knobs, plus get...

  • screenshot

    PostgreSQL 17 features I am most waiting for

    The Postgres 17 Features I'm Most Waiting for — It’s still several months away, but Postgres...

  • Ten years of improvements in PostgreSQL's optimizer · Ryan Marcus

    📊 Ten Years of Improvements in Postgres's Optimizer — “I decided to run the join order benchmark...

  • screenshot

    GitHub - noborus/trdsql: CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.

    trdsql: Tool to Execute SQL Queries Upon Text-Based Data — A CLI tool that can execute...

  • screenshot

    GitHub - viggy28/pglite: postgres + sqlite = pglite

    Postgres + SQLite = pglite? — Not to be confused with the PGlite WASM build of...

  • screenshot

    GitHub - Florents-Tselai/vasco: vasco: MIC & MINE statistics for Postgres

    Vasco: MIC & MINE Statistics Extension — Maximal information coefficient (MIC) and maximal information-based nonparametric exploration...

  • Improved query cancellation in PostgreSQL 17 and Psycopg 3.2

    Improved Query Cancellation in Postgres 17 and Psycopg 3.2 — Postgres 17 will gain some improved...

  • ✂️ Use Cases for Merging and Splitting Partitions With Minimal Locking in PostgreSQL 17

    Use Cases for Merging and Splitting Partitions with Minimal Locking in Postgres 17 — Some interesting...

  • screenshot

    Postgres Roles and Privileges

    Postgres Roles and Privileges — A follow along, tutorial style, guide to understanding how roles and...

  • screenshot

    GitHub - stackframe-projects/pgmock: In-memory Postgres for unit/E2E tests

    pgmock: An In-Memory Postgres for Unit/E2E Testing — No external dependencies and runs entirely within WebAssembly...

  • Awesome Postgres

    Awesome Postgres: A Curated List of 200+ Libraries, Tools, and Resources — A handy, curated resource...

  • screenshot

    PostgreSQL Stories: A simple query with a big problem | Render Blog

    A Simple Query with a Big Problem — “Most of the time, PostgreSQL invisibly optimizes our...

  • screenshot

    POSETTE: An Event for Postgres 2024

    Save the Date for POSETTE: An Event for Postgres — Wondering who will be speaking at...

  • screenshot

    Protect Your PostgreSQL Database with pg_tde: Safe and Secure

    Protect Your Database with pg_tde (Transparent Data Encryption) — A tech preview release of an extension...

  • Compiling PostgreSQL on macOS To Test Documentation and Patches

    Compiling Postgres on macOS to Test Documentation and Patches — One developer’s experience compiling and installing...

  • screenshot

    Building the Best PostgreSQL GUI: PopSQL Joins Timescale

    Building the Best Postgres GUI? PopSQL Joins Timescale — The team behind the PopSQL collaborative SQL...

  • Announcing pl/dotnet, version 0.99 (beta)

    Announcing PL/.NET 0.99: A Public Beta Release — pl/dotnet adds full support for C# and F#...

  • Berkubernetus (@fuzzychef@m6n.io)

    R.I.P. Postgres Maintainer Simon Riggs — It’s with much sadness we share the news that Postgres...

  • screenshot

    Best pg_basebackup compression settings for v15 and above

    Best pg_basebackup Compression Settings for v15+

  • screenshot

    Building a Managed Postgres Service in Rust: Part 1 | Tembo

    Building a Managed Postgres Service in Rust: Part 1 — A little peek behind the scenes...

  • screenshot

    Real-time text translation using the azure_ai extension in Azure Database for PostgreSQL

    Real-Time Text Translation using the azure_ai Extension in Azure Database for PostgreSQL

  • screenshot

    Why Has Figma Reinvented the Wheel With PostgreSQL?

    Why Has Figma Reinveted the Wheel with Postgres? — A closer look at Figma’s custom sharding...

  • screenshot

    journald and syslog logging in PostgreSQL

    journald and Syslog Logging in Postgres — Using journald and syslog logging with Postgres isn’t a...

  • Taming PostgreSQL WAL File Growth - pgDash

    Taming WAL File Growth — A quick introduction to the Write Ahead Log subsystem in Postgres,...

  • screenshot

    YNAB Optimizes Postgres Database Performance and Spend with Crunchy Bridge

    Optimize Database Performance with Crunchy Bridge — Boost your Postgres performance with Crunchy Bridge! YNAB experienced...

  • screenshot

    Contributing to Postgres 101: A Beginner's... | Crunchy Data Blog

    Contributing to Postgres 101: A Beginner's Experience — I’ve recently seen some people lament how difficult...

  • screenshot

    Inside PostGIS: Calculating Distance | Crunchy Data Blog

    Inside PostGIS: Calculating Distance — Paul dives inside PostGIS’s distance calculation implementation.

  • MobilityDB

    MobilityDB 1.1: Geospatial Trajectory Data Management and Analysis Platform — Built upon Postgres and PostGIS, MobilityDB...

  • screenshot

    GitHub - gajus/slonik: A Node.js PostgreSQL client with runtime and build time type safety, and composable SQL.

    Slonik v38: The Sophisticated Postgres Client for Node.js — A ‘battle tested’ framework offering strict types, detailed...

  • screenshot

    Recovering Deleted Data From PostgreSQL Tables

    Recovering Deleted Data from Postgres Tables — Transactions and backups cover most situations, but can you...

  • screenshot

    Identify PostgreSQL semantic issues with the plpgsql_check extension | Amazon Web Services

    How to Identify Semantic Issues with plpgsql_check — plpgsql_check is a linter for statically analyzing Postgres...

  • Checking Your Privileges

    Checking Your Privileges — “If you are counting on the PostgreSQL privilege system to prevent roles...

  • screenshot

    Introducing pgzx: create PostgreSQL extensions using Zig

    Introducing pgzx: Create Postgres Extensions using Zig — Yes, we linked to pgzx last week, but...

  • screenshot

    Webinar: Automating Postgres Index Selection Using Constraint Programming

    How to Automate Postgres Index Selection Using the CP-SAT Solver — Learn about the Constraint Programming...

  • Will PostgreSQL ever change its license? | Jonathan Katz

    Will Postgres Ever Change Its License? — The recent announcement that Redis will be dropping the...

  • screenshot

    Product Tour | OtterTune

    OtterTune Optimizes Your RDS and Aurora Postgres Databases — No mock-ups or fake screenshots — use...

  • screenshot

    How Figma's Databases Team Lived to Tell the Scale | Figma Blog

    Figma's Nine Month Journey to Shard Its Postgres Stack — In a quest to unlock '(nearly)...

  • Distributed queries for pgvector | Jonathan Katz

    Distributed Queries for pgvector — Distributing a workload across multiple databases provides another way to scale...

  • screenshot

    Postgres Performance Boost: HOT Updates and... | Crunchy Data Blog

    Postgres Performance Boost: HOT Updates and Fill Factor — There’s a way for Postgres to only...

  • screenshot

    When Postgres is not enough: performance evaluation of PostgreSQL vs. Distributed DBMSs

    When Postgres is Not Enough? Performance Evaluation of Postgres vs. Distributed DBMSs — An empirical study...

  • screenshot

    GitHub - xataio/pgzx: Create PostgreSQL extensions using Zig.

    pgzx: Create Postgres Extensions using Zig — If you’re familiar with pgrx as a way to...

  • screenshot

    dalibo / transqlate · GitLab

    transqlate: Transpile SQL into the PostgreSQL Dialect — Focusing on Oracle-flavored SQL, this Go-powered tool (which...