Advertisement · 728 × 90
#
Hashtag
#planetpg
Advertisement · 728 × 90
Preview
Who are the PGDG? This article describes what the PGDG (PostgreSQL Global Development Group) is and how you can become a part of it.

Nice article about what exactly is the PGDG (Postgres Global Development Group). My sv is "anyone who directly (and knowingly) helps the project in any form". www.cybertec-postgresql.com/en/who-are-t... #postgres #postgresql #planetpg

4 1 0 0

Fascinating discussion about Postgres and the use custom/generic plans (if you have been to my training, you know about this and the magic number 5). danolivo.substack.com/p/on-postgre... #postgres #postgresql #planetpg

2 1 0 0

Good Postgres post on how often the optimizer is "correct": vondra.me/posts/how-of... #postgres #postgresql #planetpg Key qyote: "There’s also the question of the cost model itself, which is a very rough approximation of the hardware behavior" - I'm looking at you again, random_page_cost!!!

1 0 0 0

Woah - did not expect to see vectors in the (still future) SQL standard, but there it is: peter.eisentraut.org/blog/2025/06... #postgres #planetpg #postgresql

0 0 0 0

Nice article on SELECT FOR UPDATE in Postgres at www.cybertec-postgresql.com/en/select-fo.... I take issue that plain FOR UPDATE is "harmful" or "wrong", but I get the point about only taking the locks you actually need. Would be nice if NO KEY UPDATE was default. #postgres #planetpg #postgresql

3 0 1 0
Preview
Prairie Postgres Developers Summit Even before the Community Summit in Montreal, I wanted to organize a Developers Summit at one of our meetups. My inspiration came from the Open spaces at DevOps Day Chicago. I saw how productive th…

Nice to see local Postgres meetups happening like this: hdombrovskaya.wordpress.com/2025/05/26/p... #postgres #postgresql #planetpg

2 0 0 0
Preview
Contributions for the week of 2025-05-05 (Week 19) Contributions for the week of 2025-05-05 (Week 19) | An Vercammen, Gregory Gioffredi and Wim Bertels organized PGConf.BE 2025, with help from Vera Demaiter and Ai…

This is a cool series: focused on non-technical contributions to the Postgres community. Here is the latest: postgres-contrib.org/post/41/ #postgres #postgresql #planetpg

1 0 0 0

Nice explanation of the asynchronous I/O work that has been happening for Postgres: pganalyze.com/blog/postgre... Also interesting to see poor little effective_io_concurrency become a lot more useful! #postgres #postgresql #planetpg

1 1 1 0
Preview
The Tux and the Pachyderm In the previous blog post we have seen how plenty of ram doesn’t necessary results in a faster instance. This time we’ll quickly see how PostgreSQL and Linux relate to each other in particular if we w...

Very interesting article from @pgdba.org at pgdba.org/post/2025/04... Love the Tron imagery, although the elephant came out better than the penguin! #planetpg #postgres #postgresql

1 0 1 0

andyatkinson.com/source-code-... Was kind of expecting some examples of the logged queries. I've definitely done a similar trick in other languages, to embed where the query is coming from into a SQL comment. #postgres #postgresql #planetpg

1 0 1 0

postgresql.life/post/adam_he... Another interview for the Postgres person series. Luckily they started with v7/v8. I'm going to feel so old when an interview happens someday with someone starting on v16 :) #planetpg #postgres #postgresql

0 0 0 0

kuntalgh.blogspot.com/2025/04/expl... says "Disclaimer: This blog post is partially generated by AI." While I appreciate the transparency, was AI really needed for this? It's a short and not particularly useful or interesting post. #postgres #postgresql #planetpg

1 0 1 0

www.cybertec-postgresql.com/en/type-alig... Nice article about alignment in columns. Shame the thumbnail does not show the opening illustrations, it's one of his best so far, IMHO. #planetpg #postgres #postgresql

1 0 0 0
Preview
PgPedia Week, 2025-04-13 PostgreSQL happenings for the week 2025-04-07 ~ 2025-04-13

pgpedia.info/blog/pgpedia... More v18 changes! #postgres #planetpg #postgresql

0 0 0 0
Preview
A roadmap to scaling Postgres After meeting with another database fellow recently - the evergreen topic of database scaling popped up again. That won’t go out of fashion anytime soon I guess, despite the AI advancements and the ri...

Great post about Postgres scaling: kmoppel.github.io/2025-04-10-p... #postgres #postgresql #planetpg

0 0 0 0
Bruce Momjian: Postgres Blog

momjian.us/main/blogs/p... Interesting article from Bruce about a major advantage to open source software. #postgres #postgresql #planetpg

0 0 0 0
Preview
pgai: Importing Wikipedia into PostgreSQL In this blog posting you can read more about how we can import Wikipedia into PostgreSQL and make use of it by using pgai.

Planet Postgres: www.cybertec-postgresql.com/en/pgai-impo... Interesting blending of three of my favorite tech things: Postgres, Wikipedia, and AI. #postgres #postgresql #planetpg

2 0 0 0
Time to Better Know The Time in PostgreSQL | boringSQL Deep dive into SQL & PostgreSQL to build reliable, rock-solid solutions with tips and tricks that keep business online. Data is everything. Explore, learn and innnovate to get them where you need fast...

Planet Postgres: notso.boringsql.com/posts/know-t... Fantastic article all about timestamps, intervals, and other time-related gotchas. #postgres #planetpg #postgresql (tl;dr always use timestamptz, never timestamp)

7 1 0 2
PostgreSQL 18: part 3 or CommitFest 2024-11 We continue the series of articles about new patches coming to PostgreSQL 18, this one covering the news of the November CommitFest. If you missed the previous reviews, you can check them out here: 20...

Planet Postgres: postgrespro.com/blog/pgsql/5... in which some new Postgres v18 (coming later this year) additions are discussed, including the amazing idea of turning on checksums by default :) #postgres #planetpg #postgresql

1 0 0 0
Do not expose port 5432 to the public Internet

Planet Postgres: thebuild.com/blog/2025/04... Sounds advice! No need to ever open any ports to the world (and especially my favorite one), except when absolutely necessary. #postgres #postgresql #planetpg

0 0 0 0
Preview
Postgres on Kubernetes for the Reluctant DBA Slides and transcript from my talk, "Postgres on Kubernetes for the Reluctant DBA", at Data on Kubernetes Day Europe in London on 1 April 2...

Planet Postgres: My friend @karenhjex.bsky.social talks about Kubernetes - which I need to get better at! karenjex.blogspot.com/2025/04/post... #postgres #postgresql #planetpg

3 0 0 0
Preview
Interview with: Akshat Jaimini | PostgreSQL Person of the Week PostgreSQL Person of the Week interview with Akshat Jaimini, published 31.03.2025, interview conducted by Andreas Scherbaum

Planet Postgres post on PG person-of-the-week Akshat Jaimini: postgresql.life/post/akshat_... +1 for the mention of Dune Messiah #planetpg #postgres #postgresql

0 0 0 0
Pavel Stehule's blog: How to fix Hibernate bug by conditional index

Planet Postgres: okbob.blogspot.com/2025/03/how-... in which once again programs write bad SQL (I'm shocked, shocked I tell you) #postgres #postgresql #planetpg

2 0 0 0