1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 16 hours ago.
Aug 17, 2025 — Aug 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix(pgsql): key routines by signature so overloads survive the diff (#187) (#188) More... 4 days ago
ci(release): stop a partial binary matrix from publishing a release (#185) (#186) More... 7 days ago
ci(release): stop a partial binary matrix from publishing a release (#185) More... 7 days ago
perf(pgsql): batch schema fetching for changed tables (#165, #184) (#183) More... 8 days ago
perf(pgsql): read FK/UNIQUE/PK constraints from pg_catalog (#184) More... 8 days ago
refactor: reduce cognitive complexity in DBSchema and PostgresAdapter (S3776) More... 8 days ago
docs: document --allow-destructive and the destructive-change linter More... 8 days ago
test: cover the schema pre-scan and batch fetch; fix constraint-name collision More... 8 days ago
feat: batch schema fetching for changed tables (issue #165) More... 8 days ago
perf: schema pre-scan hash map to skip unchanged tables (#179 / #165) (#180) More... 13 days ago
fix: reduce buildColumnType() to 3 returns to satisfy SonarCloud S1142 More... 13 days ago
refactor: reduce method count to satisfy SonarCloud S2166 (max 20 per class) More... 13 days ago
refactor: extract hash-map helpers to reduce cognitive complexity (S3776) More... 13 days ago
fix: replace md5() with sha256 to satisfy SonarCloud S4790 More... 13 days ago
fix: use parameterized INFORMATION_SCHEMA query instead of SHOW TABLE STATUS More... 14 days ago
fix: replace chr(0) NULL sentinel with empty string in Postgres pre-scan CTE More... 14 days ago
perf: schema pre-scan hash map to skip unchanged tables (#179/#165) More... 14 days ago
ci: pin static-php-cli to 2.8.3 (fix Windows build) + verify NPM_TOKEN in dry run (#178) More... 27 days ago
ci: pin Windows binary build to windows-2022 runner More... 27 days ago
ci: pin static-php-cli to 2.8.3 and verify NPM_TOKEN in the release dry run More... 27 days ago
chore(deps): bump symfony/yaml from 6.4.34 to 6.4.40 in the composer group across 1 directory (#175) More... 27 days ago
feat: destructive change linter with --allow-destructive flag (#174) More... 27 days ago
fix: pass --allow-destructive in the PG conformance runner More... 27 days ago
refactor: resolve SonarCloud findings in DestructiveLinter More... 27 days ago
Merge remote-tracking branch 'origin/master' into feature/destructive-change-linter More... 27 days ago
Add golden-file edge-case fixtures for column types, constraints, and partial indexes (#177) More... 27 days ago
docs: document the PostgreSQL conformance harness in DOCKER.md More... 28 days ago
refactor: port pattern extractor from Python to PHP (drop psycopg2) More... 28 days ago
feat: support NOT VALID NOT NULL constraints and CHECK NO INHERIT More... 28 days ago
refactor: inline getDomainNullability to keep PostgresAdapter at 20 methods More... 28 days ago