Skip to content
@datastone-inc

dataStone Inc.

Custom Database Solutions

dataStone Inc.

PostgreSQL extension specialists. Evolution, not revolution.

dataStone has deep technical knowledge on both legacy mainframe databases and modern PostgreSQL to migrate databases from legacy to modern. We build custom extensions that bridge these worlds, enabling gradual modernization without disruptive "big bang" migrations.

We are also practitioners in AI-assisted development, building tools and publishing research on where agentic coding workflows fail and how to catch those failures before they reach production.

Our clients include enterprise system integrators and mainframe modernization specialists working with organizations transitioning from mainframe databases.

PostgreSQL Extensions

Foundation Tools

pg_helloworld - Verify your environment is correctly configured for building PostgreSQL extensions. Tests compilation, installation, and runtime loading.

Performance Optimizations

pg_num2int_direct_comp - Eliminate performance-destroying casts when comparing numeric types (decimal, numeric, float) with integer columns. Essential for schema mismatches in joins and lookups where index scans become table scans.

Data Type Enhancements

pg-bictext - Blank-insensitive comparison text for scenarios requiring flexible string matching without normalization overhead.

AI-Assisted Development

AI coding agents are good at reporting success. They are not always good at delivering it. We coined the term "phantom completion" for a specific failure mode: the agent marks a task done but the work was never performed. Our tooling catches these failures across multiple agentic coding platforms.

verify-plan - A Claude Code skill that checks whether a /plan was actually implemented. Parses plan items, diffs against actual changes, and reports what was missed. MIT licensed, zero dependencies.

spec-kit-verify-tasks - A spec-kit community extension that independently verifies task completions through a five-layer verification cascade. Works across Claude Code, GitHub Copilot, Gemini CLI, Cursor, and Windsurf.

Chiron (pronounced "KY-ron") - AI collaboration coaching tool, currently in closed beta.

Read more: The [X] Problem: Phantom Completions in AI-Assisted Development

Mainframe Integration

Extensions for connecting PostgreSQL to legacy mainframe systems - DB2 z/OS, IMS, and related technologies. Enables Foreign Data Wrapper (FDW) access patterns for gradual data migration.

Repositories publishing soon

Migration Utilities

Tools for schema translation, data validation, and test data generation during database modernization projects.

Repositories publishing soon

Contributing

We welcome feedback and issue reports:

  • Bug reports with reproduction steps
  • Feature requests with use case descriptions
  • Performance observations from your environment
  • Documentation improvements

We handle code development internally to maintain quality standards and architectural consistency. If you have implementation ideas, open an issue to discuss - we may incorporate the approach in future releases.

Resources

  • Technical Blog - Implementation guides, PostgreSQL internals, and AI-assisted development research
  • Website - Consulting services and case studies

About

dataStone builds PostgreSQL extensions for complex integration and performance challenges, and tooling for AI-assisted development reliability. We contribute open-source solutions for common problems and provide consulting for specialized requirements.

For extension support or custom development inquiries: dave.sharpe@datastone.ca

Popular repositories Loading

  1. .github .github Public

    The datastone-inc github README repo.

  2. pg_num2int_direct_comp pg_num2int_direct_comp Public

    PostgreSQL extension pg_num2int_direct_comp directly compares numerics (decimal, numeric, float, and strings) with integral columns for better performance, e.g., numeric parameters and join columns…

    C

  3. copilot_chat_analyzer copilot_chat_analyzer Public

    Analyze your VS Code Copilot chat history to identify effective prompting patterns, measure AI engagement, and track improvement over time.

    Python

  4. chiron_coaching_method_assets chiron_coaching_method_assets Public

    The dataStone logo and Chiron Coaching Method icon assets of the Chiron Coaching Method

  5. verify-plan-skill verify-plan-skill Public

    Post-implementation audit skill for Claude Code — verifies your /plan was actually built.

    Python

  6. alfred-notion-idea-capture alfred-notion-idea-capture Public

    Capture fleeting ideas to notion without leaving your task

    Shell

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…