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.94.2) (envelope-from ) id 1vIAd6-00FvTQ-9N for pgsql-announce@arkaria.postgresql.org; Sun, 09 Nov 2025 18:59:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1vIAc6-008R4P-Lm for pgsql-announce@arkaria.postgresql.org; Sun, 09 Nov 2025 18:58:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vIAc5-008R48-PR for pgsql-announce@lists.postgresql.org; Sun, 09 Nov 2025 18:58:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vIAc2-006qhg-1G for pgsql-announce@lists.postgresql.org; Sun, 09 Nov 2025 18:58:09 +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=uaZLY8zLQ3NijzR85mD55vEHqfzqMtAzkg4wauhInmo=; b=JRtvr6UIxF4okA+0zkdzmlBx1I vCP4zyc04VPAGfgjXNWtymWO3vePFbcRf7Fc/q+scN9LitjH3Z+IJhcTGvBA5MjCA4sXjb43UXfkB quka3ROQT2Sanu0yGdnbvU8GnoB62CSqjCvJdagUVLzOQTJM45jN37ij4PZRQnmF5JPtnG/J1kDQf Y1Zwd0BdG06QfWeMACkI7bgEQlq+dihu3Im7ZIzVDBM0YW+9yvbrYefGNrFDGETkYocjLaoXFN044 3V+zUvA+KuNSpsYf/iGML8HZdJa1vnuF6P3oSWd2GwMGO+pStw9NWFQgTJwsADAfL6GmuU2eLOsF8 YNbb4pQQ==; 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.94.2) (envelope-from ) id 1vIAc0-00CE18-Hs for pgsql-announce@lists.postgresql.org; Sun, 09 Nov 2025 18:58:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vIAby-002knz-2E for pgsql-announce@lists.postgresql.org; Sun, 09 Nov 2025 18:58:03 +0000 Content-Type: multipart/mixed; boundary="===============8337469253234115146==" MIME-Version: 1.0 Subject: Releasing Isok 1.2.0 -- a PostgreSQL extension to assist with data cleanup and query based data integrity management To: PostgreSQL Announce From: "The Meme Factory, Inc. via PostgreSQL Announce" Reply-To: kop@karlpinc.com Date: Sun, 09 Nov 2025 18:57:07 +0000 Message-ID: <176271462758.770.13676659768002579969@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 416cdf25b64509e26444af503a8a9a8e56e054233a52aa1dc7b65aae84d08e0a List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============8337469253234115146== Content-Type: multipart/alternative; boundary="===============0720613635242593716==" MIME-Version: 1.0 --===============0720613635242593716== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The Meme Factory, Inc., is proud to announce the 1.2.0 release of ISOK. [Isok](https://kop.codeberg.page/pg_isok_docs/) is PostgreSQL extension to assist with data cleanup and query based data integrity management. Discover problematic data patterns, track them, and manage them. Manage issue resolution, which may involve accepting questionable data, unchanged. Report not only the *existence* of particular data patterns, but also report *changes* to values of previously accepted data. With this feature Isok acts like a "soft trigger", accepting some questionable rows but not others found by the same query. Useful for "zero code required" batch-based data validation and data cleanup management. Most useful when review is required to determine whether a questionable data pattern should be allowed to remain in a database. With this release all of Isok is production ready. The core Isok code has been in production use for over a decade. The enhanced feature set is now fully tested. Although patches and other improvements will of course be considered, Isok is now feature-complete. Documentation and installation instructions: [https://kop.codeberg.page/pg_isok_docs/](https://kop.codeberg.page/pg_isok= _docs/) Isok can be built as pure SQL, for installation in the cloud or other managed PostgreSQL instances. Isok targets PostgreSQL 10 or later. --===============0720613635242593716== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Releasing Isok 1.2.0 -- a PostgreSQL extension to assist with da= ta cleanup and query based data integrity management
 

Releasing Isok 1.2.0 -- a PostgreSQL extension to assist with data cl= eanup and query based data integrity management

The Meme Factory, Inc., is proud to announc= e the 1.2.0 release of ISOK.

Isok is P= ostgreSQL extension to assist with data cleanup and query based data integrity management.

Discover problematic data patterns, track t= hem, and manage them. Manage issue resolution, which may involve accepting questionable data, unchanged. Report not only the existence of particular data patterns, but also report changes to values of previously accepted data. With this feature Isok acts like a "soft trigger", accepting some questionable rows but not others found by the same query.

Useful for "zero code required" batch-based= data validation and data cleanup management. Most useful when review is required to determine whether a questionable data pattern should be allowed to remain in a database.

With this release all of Isok is production= ready. The core Isok code has been in production use for over a decade. The enhanced feature set is now fully tested. Although patches and other improvements will of course be considered, Isok is now feature-complete.

Documentation and installation instructions: https://kop.codeberg.page/pg_isok_docs/

Isok can be built as pure SQL, for installa= tion in the cloud or other managed PostgreSQL instances.

Isok targets PostgreSQL 10 or later.

This email was sent to you from The Meme Factory, Inc.. It was delivered on= their behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to The Meme Factory, Inc..

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/.
 
--===============0720613635242593716==-- --===============8337469253234115146==--