September 25, 2025: PostgreSQL 18 Released!

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

Posted on 2025-11-09 by The Meme Factory, Inc.
Related Open Source

The Meme Factory, Inc., is proud to announce the 1.2.0 release of ISOK.

Isok 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/

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

Isok targets PostgreSQL 10 or later.