Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wBFSk-000sVP-2a for pgsql-announce@arkaria.postgresql.org; Fri, 10 Apr 2026 17:16:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wBFSi-00DFvq-2T for pgsql-announce@arkaria.postgresql.org; Fri, 10 Apr 2026 17:16:09 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wBFSh-00DFvZ-2q for pgsql-announce@lists.postgresql.org; Fri, 10 Apr 2026 17:16:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wBFSf-00000000MkJ-3VTt for pgsql-announce@lists.postgresql.org; Fri, 10 Apr 2026 17:16:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=ZuZVD/C7IGfV025ACMUKUYD0r6fo6a7mtDchD+5PP08=; b=Gv1xGY+VtFZjzwrEbYUsnOZQII lwHlf5DUy+yReyEIPrjAqQL9zvf5YeuzvG8lzmxvmtd60CfZ4En35cDUzf3CW6C+hq7Z0JaCyURLj zS0g58TWsAEqfmaVvEp3kFvjhFXuPIVQdjLHxBafwHP8GzIQZzF2Jh/uFmt21taBdYByNRrkAc7XU zA/OtTxuQUAjYOeqG4KKzs2sdISzA0uWbujIdSfvLX/gNUMn2ginb73g5rlSN7s3OEj3Ab8bZzRuR GVuDC5H1LhmTepLQg0XgpKOG+cRPgJ2kgHXx0P0IZBZYc2WsQVEAYSqOxuwlOjjYvOv6ioag31wx1 WWmIzQOQ==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wBFSe-0011ux-1o for pgsql-announce@lists.postgresql.org; Fri, 10 Apr 2026 17:16:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wBFSc-002415-2k for pgsql-announce@lists.postgresql.org; Fri, 10 Apr 2026 17:16:03 +0000 Content-Type: multipart/alternative; boundary="===============2033113930210406028==" MIME-Version: 1.0 Subject: pg_datasentinel 1.0 released To: PostgreSQL Announce From: Datasentinel via PostgreSQL Announce Reply-To: datasentinel6@gmail.com Date: Fri, 10 Apr 2026 17:15:54 +0000 Message-ID: <177584135480.403057.411416451069088089@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: c46a605b9f56c52b74b6df4bee286fcfee225859460cb1bf50cf2bab2990aa8d List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============2033113930210406028== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ## pg_datasentinel - Observability extension for PostgreSQL We are pleased to announce the first release of pg_datasentinel. - Source: [https://github.com/datasentinel/pg_datasentinel](https://github.= com/datasentinel/pg_datasentinel) ## Features - **Extended activity monitoring** =E2=80=94 enriches pg_stat_activity with= per-backend memory usage, live temporary file bytes, and (PostgreSQL 18+) = the current execution plan ID per backend. - **Container resource visibility** =E2=80=94 reports CPU quota, memory lim= its, current memory usage, and CPU pressure for PostgreSQL running inside D= ocker, Kubernetes, OpenShift, or any cgroup-managed environment. - **Wraparound risk estimation** =E2=80=94 tracks XID and MXID consumption = rates and provides live ETAs to the aggressive-vacuum and wraparound limits. - **Log capture into queryable views** =E2=80=94 records vacuum, analyze, t= emporary file, and checkpoint events into shared-memory ring buffers with p= arsed counters and timings available for real-time querying. ## Requirements - PostgreSQL 15 or newer. ## About pg_datasentinel - **pg_datasentinel** is an open source PostgreSQL extension under the [3-C= lause BSD license](https://opensource.org/license/BSD-3-Clause) that adds d= eep observability capabilities. =20

 

The extension is developed and maintained by Christophe REVEILLERE at [DATA= SENTINEL](https://www.datasentinel.io). =20 If you need more information, please [contact us](mailto:contact@datasentin= el.io). --===============2033113930210406028== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pg_datasentinel 1.0 released
 

pg_datasentinel 1.0 released

pg_datasentinel - Observability= extension for PostgreSQL

We are pleased to announce the first releas= e of pg_datasentinel.

Features

  • Extende= d activity monitoring =E2=80=94 enriches pg_stat_activity with per= -backend memory usage, live temporary file bytes, and (PostgreSQL 18+) the = current execution plan ID per backend.
  • Contain= er resource visibility =E2=80=94 reports CPU quota, memory limits,= current memory usage, and CPU pressure for PostgreSQL running inside Docke= r, Kubernetes, OpenShift, or any cgroup-managed environment.
  • Wraparo= und risk estimation =E2=80=94 tracks XID and MXID consumption rate= s and provides live ETAs to the aggressive-vacuum and wraparound limits.
  • Log cap= ture into queryable views =E2=80=94 records vacuum, analyze, tempo= rary file, and checkpoint events into shared-memory ring buffers with parse= d counters and timings available for real-time querying.

Requirements

  • PostgreSQL 15 o= r newer.

About pg_datasentinel

  • pg_data= sentinel is an open source PostgreSQL extension under the 3-Clause BSD license that adds deep observab= ility capabilities.

 

The extension is developed and maintained b= y Christophe REVEILLERE at DATASENTINEL.
If you need more information, please contact us.

This email was sent to you from Datasentinel. It was delivered on their beh= alf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to Datasentinel.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============2033113930210406028==--