prisma
prisma-engines
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: fix JSON insensitive equals
fix/fix-json-insensitive-equals
1 day ago
chore: rebuild
test/make-create-index-concurrent-portable
2 days ago
fix: support concurrent indexes in shadow db replay (#5799) Support for multiple `CREATE INDEX CONCURRENTLY` statements in migrations was added in https://github.com/prisma/prisma-engines/pull/5767. Shadow DB migration replay still used a separate raw SQL execution path, causing shadow creation to fail if a migration existed with multiple `CREATE INDEX CONCURRENTLY`: ``` Error: P3006 Migration `20260316120000_<migration_name>` failed to apply cleanly to the shadow database. Error: ERROR: CREATE INDEX CONCURRENTLY cannot run inside a transaction block 0: schema_core::state::DevDiagnostic at schema-engine/core/src/state.rs:314 ``` This PR updates the shadow database migration path to use the new migration script logic. This fixes the issue in https://github.com/prisma/prisma/issues/14456#issuecomment-4085815316. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **Bug Fixes** * Improved PostgreSQL database migration execution with enhanced handling for concurrent index operations * Increased reliability in migration application <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: jacek-prisma <malec@prisma.io>
main
2 days ago
Fix Postgres default parsing for `pg_catalog.nextval(...)` (#5802) This fixes a small parsing gap in Postgres introspection. The parser already handled `nextval()`, but not schema-qualified calls like `pg_catalog.nextval()`. In some setups, the database can return the qualified form (not specified), so sequence defaults could be missed. This PR updates the parser to recognize both forms and adds a test. --------- Co-authored-by: jacek-prisma <malec@prisma.io>
main
2 days ago
Merge branch 'main' into fix/shadow-db-multiple-concurrent-indexes
zacharyliu:fix/shadow-db-multiple-concurrent-indexes
3 days ago
chore: fix formatting
Lukasdoe:fix/postgres-pg-catalog-nextval
3 days ago
Merge branch 'main' into fix/postgres-pg-catalog-nextval
Lukasdoe:fix/postgres-pg-catalog-nextval
3 days ago
fix: support concurrent indexes in shadow db replay
zacharyliu:fix/shadow-db-multiple-concurrent-indexes
3 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: fix JSON insensitive equals
#5806
1 day ago
c2c606d
fix/fix-json-insensitive-equals
CodSpeed Performance Gauge
0%
test: make the multiple_create_index_concurrently test portable to cockroachdb
#5805
2 days ago
3c3fb2d
test/make-create-index-concurrent-portable
CodSpeed Performance Gauge
0%
fix: support concurrent indexes in shadow db replay
#5799
3 days ago
e1a3394
zacharyliu:fix/shadow-db-multiple-concurrent-indexes
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs