DatabasesPlanet PostgreSQL
Databases
Skip partition scanning with constraint_exclusion, PostgreSQL's old pruning trick.
On May 26 2026, the Bratislava PostgreSQL Meetup came together, organized by Pavlo Golub and Meego Smith. Mayur B. and Devrim Gündüz delivered a presentation. About 90 attendees showed up for the NYC Postgres meetup that took place May 27…

DuckDB has recently announced Quack, a new remote protocol over HTTP that lets multiple DuckDB instances connect to and work with the same database over a network. The protocol introduces client-server capabilities to a database that was…
PostgreSQL's `config_file` parameter creates a bootstrap paradox: it tells the server where to find its configuration, but lives on the command line only—never…