Jean-Paul Argudo

@jpargudo
145 Followers
140 Following
106 Posts
PostgreSQL fan and advocate, since 2000. Founding member of PostgreSQLFr, PostgreSQLEu and Dalibo.
Working at supabase.
PostgreSQLhttps://www.postgresqlfr.org/
Workhttps://www.supabase.com
Bloghttps://blog.argudo.org/
HobbiesMotorbike (BMW flat fanatic), Piano (Jazz) & Bass and HAM Radio

pgSimload v.1.4.8 released today. It's just a maintenance release to upgrade underlying modules:
- built with Go 1.24.5
- dependencies upgrades:
- golang.org/x/crypto => v0.40.0
- golang.org/x/sys => v0.34.0
- golang.org/x/text => v0.27.0

https://github.com/CrunchyData/pgSimload/releases/tag/v.1.4.8

Release v1.4.8 · CrunchyData/pgSimload

Version 1.4.8 (August, 4th 2025) Major changes none this is a monthly build, to refresh dependencies' versions Minor changes built with Go 1.24.5 rebuild of binaries with dependencies upgrade...

GitHub
I'm happy to share that I'm starting a new position as **Senior Solution Engineer** at ❄️ Snowflake ❄️. Very excited to bring some Elephants to the snow park! <3

pgSimload v.1.4.7 monthly build released!

Built with Go 1.24.3, dependencies upgrades:
- toolchain => go1.24.3
- github.com/jackc/pgx/v5 => v5.7.5
- golang.org/x/crypto => v0.38.0
- golang.org/x/sys => v0.33.0
- golang.org/x/text => v0.25.0

https://github.com/CrunchyData/pgSimload/releases/tag/v1.4.7

Release v1.4.7 · CrunchyData/pgSimload

Version 1.4.7 (May, 25th 2025) Major changes none this is mostly a monthly build, to refresh dependencies' versions Minor changes built with Go 1.24.3 rebuild of binaries with dependencies up...

GitHub

Crunchy Data est cette année encore, partenaire du PG Day France (https://pgday.fr/).

1) Ça se passe à Mons... en Belgique \o/... PostgreSQL Fr ça n'a jamais été "France" mais "Francophone".

2) Karen Jex sera de la partie avec un talk très attendu: "Postgres sur Kubernetes pour le DBA réticent"

3) Louise Grandjonc Leinweber nous propose un "Voyage au centre des statistiques dans Postgres"

4) Plein de moments de pause et de détente sont proposés pour partager notre passion commune 🙂

PG Day France

Conférence de la communauté PostgreSQL les 3-4 juin à Toulouse

Crunchy Data: leading by innovation

Logical Replication from Postgres to Iceberg: **marked as DONE**

https://www.crunchydata.com/blog/logical-replication-from-postgres-to-iceberg

Logical replication from Postgres to Iceberg | Crunchy Data Blog

We've launched native logical replication from Postgres tables in any Postgres server to Iceberg tables managed by Crunchy Data Warehouse.

Crunchy Data

[FR] N'oubliez pas, vous avez jusqu'à ce soir minuit pour nous envoyer vos propositions de talk pour le prochain pgday FR à Mons ! Elles peuvent être en français ou en anglais.

[ENG] Don't forget, you have until midnight to send us your talk submissions for the coming pgday FR in Mons ! Those can be in either French or English.

https://pgday.fr/appel

#postgresql #pgday #cfp

PG Day France

Conférence de la communauté PostgreSQL les 3-4 juin à Toulouse

pgSimload v.1.4.6 released today. It's just a maintenance release to upgrade underlying modules:
- upgraded crypto to v0.37.0
- upgraded sys to v0.32.0
- upgraded text to v0.24.0
- upgraded jackc/pgx/v5 to v5.7.4

https://github.com/CrunchyData/pgSimload/releases/tag/v1.4.6

Release v.1.4.6 · CrunchyData/pgSimload

Version 1.4.6 (April, 7th 2025) Major changes none this is mostly a monthly build, to refresh dependencies' versions Minor changes rebuild of binaries with dependencies updates: upgraded golang...

GitHub

Call of paper is still open at PGDay Fr 2025! Talks can be in English or French this year...

Because PostgreSQL Fr is not about France, it's a recognized NPO about both French speaking countries and PostgreSQL ;-)

This will take place in Mons, Belgium, early June.

See you there!

https://pgday.fr/apropos

PG Day France

Conférence de la communauté PostgreSQL les 3-4 juin à Toulouse

pgSimload v.1.4.5 released today. A good number of minor changes, including better compiled binaries.

More info on https://github.com/CrunchyData/pgSimload/releases/tag/v.1.4.5

Release v.1.4.5 · CrunchyData/pgSimload

Version 1.4.5 (February, 13th 2025) Major changes none this is mostly a monthly build, to refresh dependencies'versions Minor changes corrected a bug where -loops <number> could be ignored when...

GitHub
27.2. The Cumulative Statistics System

27.2. The Cumulative Statistics System # 27.2.1. Statistics Collection Configuration 27.2.2. Viewing Statistics 27.2.3. pg_stat_activity 27.2.4. pg_stat_replication 27.2.5. pg_stat_replication_slots 27.2.6. pg_stat_wal_receiver …

PostgreSQL Documentation