We've posted a video of Jonathan Katz's talk Vector search is now boring, but PostgreSQL has ways to go https://youtu.be/frG8L7GDcLc #postgresql #PGConfdev
We've posted a video of Jonathan Katz's talk Vector search is now boring, but PostgreSQL has ways to go https://youtu.be/frG8L7GDcLc #postgresql #PGConfdev
We've posted a video of Palak Chaturvedi's talk Debugging Data Corruption in PostgreSQL https://youtu.be/82SFq5SlCx0 #postgresql #PGConfdev
Postges Docker Hub Release!
Postgres wurde in einer neuen Version veröffentlicht: library/postgres:16.9
Schaut's euch an: https://hub.docker.com/r/library/postgres/tags?name=16.9
Tengo instalaciones de #ejabberd por @ejabberd y #prosody por @prosodyim. Ambos facil de instalar (paquetes de #Debian) y mantener, con muy poco mantenimiento.
La configuración de ejabberd (YAML) me gusta mas que prosody (Lua). Uso ejabberd con #PostgreSQL, prosody con "file storage".
Prosody ya tiene invitaciones, que me parece buenisimo:
https://blog.prosody.im/great-invitations/
No tengo experiencia con otros servidores, como #Tigase por @tigase u #Openfire por @news.
And why does `substr()` in #PostgreSQL treat `1` as the first character, instead of `0`, LIKE EVERYTHING ELSE?!
Using #gotosocial + #postgresql for a small instance (25 to 50 users) on a small server (intel N2800/4Gb/SSD). A good idea? Any feedbacks?
Message de service : notre instance #mobilizon est en maintenance depuis 3 jours.
Contexte : suite à la dernière mise à jour mineure, on a découvert que la version minimum de #PostgreSQL est passée de 11 à 13. On doit donc mettre à jour notre cluster PGSQL pour régler le problème.
So, it finally happened: #PostgreSQL added two features that conflict with each other. I suppose it had to despite all the checks.
The two features are parallel index build and pg_stat_progress_create_index. Normally, the progress table lets you check build so that you know how much there is to go and whether to abort or not.
The conflict? Parallel index build with 6+ workers is so fast that there's no time to check the progress table before it's done. Even on a 50GB table.
Amazon Aurora DSQL is now generally available!
This PostgreSQL-compatible, serverless & distributed database from AWS is designed to support active-active high availability and multi-region strong consistency.
Discover more: https://bit.ly/4jPLo2e
The program is live! We'll highlight all the separate sessions in detail over the next few weeks, but here's the schedule for our September conference: https://www.postgresql.eu/events/pgdaynl2025/schedule/ #PostgreSQL
@RichiH Does this grow #PostgreSQL databases? ;-)
This 4th year of the virtual @posetteconf will have:
45 a-ma-zing speakers from 21 companies
4 livestreams
42 #PostgreSQL talks
Live virtual hallway track on Discord
The 2 keynotes are by brilliant speakers Bruce Momjian & Charles Feddersen
+ 18 talks about the Postgres core
+ 12 Postgres ecosystem talks
+ 10 talks about Azure Database for PostgreSQL
Hope to see you—or your Postgres database friends—at #PosetteConf
/End (4)
Now everything is distributed. Including how we connect with each other: email, discord, telegram, slack, teams, linkedin, mastodon, youtube, reddit...
Another way? Traveling by planes , trains
, or automobiles
to in-person #PostgreSQL conferences. I've never been to a bad Postgres conference, they've all been pretty magical.
But not everyone can travel: kids, budgets, caregiving, life
That's one of the reasons my team at Microsoft created #PosetteConf. To make great #PostgreSQL content accessible to anyone w/ laptop + internet
So what's in store for @posetteconf this year? This "ultimate guide" blog post gives you categories & tags to help figure out what's relevant for you(3): https://techcommunity.microsoft.com/blog/adforpostgresql/ultimate-guide-to-posette-an-event-for-postgres-2025-edition/4419896
When I was an engineer in the developer tools group at Sun, our team was co-located. We coded together, ate lunch together, played volleyball together—& sometimes even juggled in the halls, waiting for servers to reboot (crazy that I still remember the server's names: skippy, jif, and peterpan)
Today, the #PostgreSQL community I work with is spread across time zones, countries, & companies
(2)
This week on Tue/Wed/Thu Jun 10-12 is @posetteconf, a free & virtual developer conference with 4 livestreams, 42 talks about Postgres, & a live hallway track on Discord
If you use #PostgreSQL there's probably something here for you: https://posetteconf.com/2025/schedule/
(1) A quick story on why #PosetteConf matters (and why virtual conferences matter)
Crypto.com is hiring Senior Golang Developer(Staking)
#golang #cryptocurrency #kafka #postgresql #redis #seniorengineer
Shenzhen, China
Full-time
Crypto.com
Job details https://jobsfordevelopers.com/jobs/senior-golang-developer-staking-at-crypto-com-dec-26-2024-65de40?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Test Postgres in Python Like SQLite : A #Python testing library that provides seamless integration between PGlite and Python test suites. Get the full power of PostgreSQL in your tests without the overhead of a full PostgreSQL installation.
A great way to spend an afternoon is watching past #tech talks at conferences... no?
Well, if it's interesting enough to you, maybe take a look at "Stats roll, baby, stats roll" from Cédric Villemain, presented at #FOSDEM2025. Here, he discusses using the PACS (#PostgreSQL Advanced Cumulative Statistics) extension to explore what is offered by #Postgres as well as how to define your own new kind of statistics.
https://mirrors.dotsrc.org/fosdem/2025/ua2220/fosdem-2025-4496-stats-roll-baby-stats-roll-.mp4
#PostgreSQL performance has improved exponentially since PG15, with critical changes such as basic support for logical replication to seamless failover slots, only being able to set basic thresholds for autovacuum vs. being adaptive, and limited parallel query support evolving to expanded parallel aggregates.
Get advanced performance tuning techniques for PG17 as well as details on what's changed since PG15 in this blog from Ibrar Ahmed:
I wrote a thing about a somewhat bizarre CPU behavior observed during #PostgreSQL benchmarks on large systems. Seems related to cores being too idle, but hard to "prove" these internal CPU behaviors :-( Also, not sure how to mitigate it.