Bookmarks with tag "postgres", page 1 of 5
simple cron-based job scheduler for PostgreSQL (10 or higher) that runs inside the database as an extension
A Bloom filter is a space-efficient data structure that is used to test whether an element is a member of a set. In the case of an index access method, it allows fast exclusion of non-matching tuples via signatures whose size is determined at index creation
The Oversized-Attribute Storage Technique
Background jobs in Go via Postgres
TL;DR: When you are making a new application that requires persistent storage of data, like is the case for most web applications, your default choice should be Postgres
Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno
In-browser Postgres sandbox with AI assistance
How locale and collation impact sorting in PostgreSQL
A tool to generate migrations based on schema differences
Check the connection status of a PostgreSQL server