Latest updates for Postgresql

Fresh curated links around postgresql are collected here so marketers can spot useful updates and turn timely ideas into posts faster.

Recent items include:

  • PostgreSQL 18 on Amazon Aurora and Amazon RDS: Security, monitoring, and developer enhancements
  • Postgresso 4 (89)
  • PostgreSQL change data capture governed Apache Iceberg / Parquet on AWS S3 — built for AI agents.

Post angles to try

Share the most useful takeaway for your audience.
Turn one article into a quick practical checklist.
Ask your audience how this shift affects their work.
Turn angles into scheduled posts

Fresh articles and ideas

Recent curated links from global sources. Generate one free draft from any story, then use SocialBu to schedule and refine your content calendar.

dev.to /4 weeks ago

PostgreSQL 18 on Amazon Aurora and Amazon RDS: Security, monitoring, and developer enhancements

PostgreSQL 18 brings several security, monitoring, and developer enhancements relevant to Amazon RDS and Aurora PostgreSQL users. Key changes include: deprecation of MD5 password a...

Read source
habr.com /1 month ago

Postgresso 4 (89)

PostgreSQL: PostgreSQL 19 Beta 1Официальный релиз запланировали на сентябрь/октябрь. Вот что старейшины решили выделить в описании релиза 19-й версии:ПроизводительностьPostgreSQL 1...

Read source
dev.to /1 month ago

PostgreSQL change data capture governed Apache Iceberg / Parquet on AWS S3 — built for AI agents.

Core Features pg-cdc is not just replication. pg-cdc streams Postgres Write Ahead Logs(WAL) out of production Postgres into typed, immutable, time-travelable Iceberg tables on S3...

Read source
dev.to /1 month ago

Prisma Query Logging and PostgreSQL: Where the ORM Ends and the Database Begins

Prisma Query Logging and PostgreSQL: Where the ORM Ends and the Database Begins I turned on query logging in Prisma, watched queries rolling into the console, and assumed I had f...

Read source
dev.to /1 month ago

Prisma query logging y PostgreSQL: dГіnde termina el ORM y empieza la base

Prisma query logging y PostgreSQL: dГіnde termina el ORM y empieza la base ActivГ© query logging en Prisma, vi los queries llegando a la consola, y asumГ­ que tenГ­a visibilidad...

Read source
snowflake.com /1 month ago

Snowflake Postgres Unifies Your Apps, Analytics and AI

Snowflake Postgres now offers data mirroring and pg_lake integration — a native, pipeline-free way to sync OLTP and analytical data in near real time.

Read source
dev.to /1 day ago

Realtime Without a WebSocket Service

The moment a feature needs to update live, a live counter, a presence indicator, a "new message" badge, an activity feed, the reflex is to reach for a websocket service. Pusher, Ab...

Read source
freelancer.com /1 month ago

Universal Postgres CRUD Utility

I need a reusable SQL/PL-pgSQL routine that can handle Create, Read and Update actions against any table in my PostgreSQL database. Table names, column sets and primary keys will b...

Read source
javacodegeeks.com /2 days ago

PostgreSQL Job Scheduling with pg_cron

Modern applications frequently require background jobs such as cleaning expired sessions, refreshing materialized views, archiving historical data, sending notifications, or genera...

Read source
sdtimes.com /1 month ago

EDB Releases PGD 6.4 with Quorum Commit, Bringing True Distributed Consistency to Mission-Critical Postgres

WILMINGTON, Del. — EnterpriseDB (EDB), the leading sovereign AI and data company, has announced EDB Postgres Distributed (PGD) 6.4, the distributed transactional foundation of EDB...

Read source
habr.com /2 weeks ago

Диапазонный тип данных в PostgreSQL: ускоряем запросы

Привет, Хабр! Пишет эту статью Александра Лысенко — вчера я была студенткой, а сегодня как инженер-программист Nexign спешу поделиться приобретенным опытом. Мой первый проект для р...

Read source
habr.com /1 month ago

Пап, а это HTAP? — Ну такое, это две разные СУБД в длинном плаще

HTAP — одна из главных тем в мире СУБД. Вокруг PostgreSQL массово появляются конструкции с внешними аналитическими движками со своими моделями хранения данных и ограничениями совме...

Read source
habr.com /1 month ago

PG_EXPECTO 10.1.3: Новые возможности нагрузочного тестирования СУБД PostgreSQL

Официальное предупреждение (дисклеймер)Настоящая статья подготовлена с использованием технологий искусственного интеллекта.В частности:— экспериментальные данные обработаны и проан...

Read source
dataengineeringcentral.substack.com /1 month ago

Spark. Postgres. Duplicates. Dang it.

a lesson in fundamentals

Read source
dev.to /1 month ago

ParadeDB NPM Package Seeks Feedback on Simplifying Postgres Integration with JavaScript via Drizzle ORM

Introduction: Bridging the Gap Between Postgres and JavaScript with ParadeDB The ParadeDB NPM package emerges as a targeted solution to a growing pain point in modern web develop...

Read source
aws.amazon.com /4 weeks ago

PostgreSQL 18 on Amazon Aurora and Amazon RDS: Security, monitoring, and developer enhancements

In Part 1 of this series, we explored the performance enhancements in PostgreSQL 18, including skip scan optimization, enhanced EXPLAIN output, automatic self-join removal, and vac...

Read source
rubyflow.com /4 days ago

Moving 300GB of Request Details Out of Postgres

https://www.deadbro.com/blog/moving-large-json-request-payloads-from-postgres-to-minio Our Postgres table grew 30x in a month (10GB → 300GB). Here’s how we fixed the storage proble...

Read source
dev.to /1 month ago

Optimistic concurrency is the whole design: event sourcing on Aurora DSQL

Quorum is an incident command plane built on Amazon Aurora DSQL. The failover story lives in another post. This one is about a narrower question that turned out to be the foundatio...

Read source
vmblog.com /1 month ago

EDB Releases PGD 6.4 with Quorum Commit, Bringing True Distributed Consistency to Mission-Critical Postgres

EnterpriseDB (EDB) announced EDB Postgres Distributed (PGD) 6.4, the distributed transactional foundation of EDB Postgres AI.

Read source
aws.amazon.com /1 week ago

Logical replication improvements in Amazon RDS for PostgreSQL 18

In this post, we demonstrate how to use the PostgreSQL 18 logical replication improvements on RDS for PostgreSQL: replicating STORED generated columns with the publish_generated_co...

Read source
aws.amazon.com /1 month ago

Index types supported in Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL using extensions (Bloom, pg_trgm, and pg...

In Part 1, Part 2, and Part 3 of this series, we explored PostgreSQL’s native indexes (B-tree, GIN, GiST, HASH, BRIN) and specialized extension-based index types (SP-GiST, btree_gi...

Read source
sqlservercentral.com /1 week ago

Moving On-Prem PostgreSQL to the Cloud: Picking the Right Path for Big Tables

Every PostgreSQL migration eventually hits the same fork in the road. The database is small enough to dump and restore in a maintenance window, or it isn't. Once you... The post Mo...

Read source
aws.amazon.com /1 month ago

Index types supported in Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL using extensions (SP-GiST, Btree_Gin and...

In this post, the third in the series, we dive into three extension-based index types: SP-GiST, btree_gin, and btree_gist. These are available in Amazon Aurora PostgreSQL-Compatibl...

Read source
sdtimes.com /3 weeks ago

pgEdge Announces ColdFront for PostgreSQL, Seamlessly Uniting AI, Analytical and OLTP Workloads

ALEXANDRIA, Va. — pgEdge, the leading open source enterprise Postgres company, has announced pgEdge ColdFront, a transparent data tiering solution for PostgreSQL. Unlike other alte...

Read source

Turn fresh research into a full content calendar

Use SocialBu to discover ideas, generate post drafts, and schedule them across your social channels.

Sources covering Postgresql

aws.amazon.com

Recent coverage from public sources
Public source

blogs.vmware.com

Recent coverage from public sources
Public source

dataengineeringcentral.substack.com

Recent coverage from public sources
Public source

dev.to

Recent coverage from public sources
Public source

habr.com

Recent coverage from public sources
Public source

rubyflow.com

Recent coverage from public sources
Public source