One major a year
PostgreSQL ships a new major version every September. Each one adds material features and improves performance. Treat upgrades as scheduled maintenance, not as scary events: most are uneventful, the documentation is thorough, and the regression risk is small relative to the benefits of staying current.
What to watch each release
- Release notes (postgresql.org/about/news/) — five minutes well spent.
- Postgres Weekly newsletter — curated highlights.
- Crunchy Data and Cybertec blogs — deep dives on new features.
- Talks from PGCon, PGConf.EU, PGConf.NYC — the architects explaining their work.
The community is the secret weapon
The Postgres community is one of the friendliest in software. The pgsql-general mailing list, the Discord, the Slack — all welcoming. Reading the planner code is open to anyone. Submitting a patch is open to anyone. The same people who designed the JSONB you use answer questions on the mailing list.
One concrete habit
Pick a feature added in the last two majors and use it. uuidv7(). MERGE. CREATE TABLE ... PARTITION BY HASH. Virtual generated columns. The features will only stop being intimidating once you've touched them.