Skip to content
TILens What matters today in tech v0.0.4
Theme

Topic · Edition

PostgreSQL

3 items on 19 Aug 2026
PostgreSQL

Loongson loong64 packages on apt.postgresql.org

We have a new architecture on apt.postgresql.org: Loongson loong64, a Chinese processor architecture. The build host for the architecture is running on a Loongson 3B6000 board provided by the loongfans.cn community.…

Source: PostgreSQL News
PostgreSQL

Christophe Pettus: All Your GUCs in a Row: join_collapse_limit

PostgreSQL famously does not implement query hints. This is about 95% true, and join_collapse_limit is the other 5%: set it to 1, and the planner joins your tables in exactly the order you wrote them. This is not an…

Source: Planet PostgreSQL