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

Topic · Edition

PostgreSQL

16 items on 19 Aug 2026
PostgreSQL GitHub

supabase/postgres: 15.14.1.166-bench-2

feat: Do not hardcode `orioledb.main_buffers` in `postgresql.conf` supabase-admin-api now stores orioledb config into `generated-optimizations.conf` config file and therefore we should avoid hardcoding…

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL GitHub

supabase/postgres: 17.9.0.019-orioledb-bench-2

feat: Do not hardcode `orioledb.main_buffers` in `postgresql.conf` supabase-admin-api now stores orioledb config into `generated-optimizations.conf` config file and therefore we should avoid hardcoding…

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL GitHub

supabase/postgres: 15.14.1.166-bench-2-x86

feat: Do not hardcode `orioledb.main_buffers` in `postgresql.conf` supabase-admin-api now stores orioledb config into `generated-optimizations.conf` config file and therefore we should avoid hardcoding…

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL GitHub

supabase/postgres: 17.6.1.166-bench-2

feat: Do not hardcode `orioledb.main_buffers` in `postgresql.conf` supabase-admin-api now stores orioledb config into `generated-optimizations.conf` config file and therefore we should avoid hardcoding…

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL GitHub

supabase/postgres: 17.6.1.166-bench-2-x86

feat: Do not hardcode `orioledb.main_buffers` in `postgresql.conf` supabase-admin-api now stores orioledb config into `generated-optimizations.conf` config file and therefore we should avoid hardcoding…

Source: Supabase Postgres Releases github-actions[bot]
PostgreSQL GitHub

supabase/postgres: 17.9.0.019-orioledb-bench-2-x86

feat: Do not hardcode `orioledb.main_buffers` in `postgresql.conf` supabase-admin-api now stores orioledb config into `generated-optimizations.conf` config file and therefore we should avoid hardcoding…

Source: Supabase Postgres Releases github-actions[bot]
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