Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / xataio/pgroll issues and pull requests
#625 - Integrating `pgroll` into databases that use views
Issue -
State: open - Opened by kvch 7 days ago
#624 - Add support for exclusion constraints in `create_table` operation
Pull Request -
State: open - Opened by kvch 7 days ago
#623 - Segmentation violation when adding unique constraint
Issue -
State: open - Opened by agedemenli 8 days ago
Labels: bug
#622 - Add support for `alter_table` set `check` operations in multi-operation migrations
Pull Request -
State: closed - Opened by andrew-farries 8 days ago
#621 - Add support for `alter_table` set `references` operations in multi-operation migrations
Pull Request -
State: closed - Opened by andrew-farries 8 days ago
#620 - unknown field "constraints"
Issue -
State: closed - Opened by jokersoft 8 days ago
- 3 comments
Labels: documentation
#619 - Use official `goreleaser/goreleaser-cross` image
Pull Request -
State: closed - Opened by andrew-farries 9 days ago
#618 - Unpin Goreleaser
Issue -
State: open - Opened by andrew-farries 9 days ago
#617 - Pin Goreleaser version to `2.5.1`
Pull Request -
State: closed - Opened by andrew-farries 9 days ago
#616 - Add support for `alter_table` set `default` operations in multi-operation migrations
Pull Request -
State: closed - Opened by andrew-farries 9 days ago
#615 - Add extra validation checks to `OpRenameColumn`
Pull Request -
State: closed - Opened by andrew-farries 9 days ago
#614 - Add `defer rows.Close()` to `getRowCount` function
Pull Request -
State: closed - Opened by andrew-farries 10 days ago
#613 - Retry creating unique index
Pull Request -
State: closed - Opened by agedemenli 10 days ago
#612 - Bump github.com/testcontainers/testcontainers-go from 0.34.0 to 0.35.0
Pull Request -
State: closed - Opened by dependabot[bot] 10 days ago
Labels: dependencies
#611 - Bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.34.0 to 0.35.0
Pull Request -
State: closed - Opened by dependabot[bot] 10 days ago
Labels: dependencies
#610 - Detect `up` migrations in SQL migration files
Issue -
State: open - Opened by kvch 11 days ago
Labels: enhancement, sql2pgroll
#609 - Add support for `alter_table` set `unique` operations in multi-operation migrations
Pull Request -
State: closed - Opened by andrew-farries 11 days ago
#608 - Add support for `alter_table` set `NOT NULL` operations with `create_table` operations
Pull Request -
State: closed - Opened by andrew-farries 11 days ago
#607 - Add support for `alter_table` set `NOT NULL` operations with `rename_column` operations
Pull Request -
State: closed - Opened by andrew-farries 14 days ago
#606 - Add support for `alter_table` set `NOT NULL` operations with `rename_table` operations
Pull Request -
State: closed - Opened by andrew-farries 14 days ago
#605 - New option for columns: `generated`
Pull Request -
State: closed - Opened by kvch 14 days ago
- 2 comments
#604 - Use official `goreleaser/goreleaser-cross` image for cross-platform builds
Pull Request -
State: closed - Opened by andrew-farries 14 days ago
#603 - Remove the ability to rename columns with `alter_column` operations
Pull Request -
State: closed - Opened by andrew-farries 14 days ago
Labels: breaking-changes
#602 - Add `OpRenameColumn` for renaming columns
Pull Request -
State: closed - Opened by andrew-farries 14 days ago
#601 - Make column rename a separate operation and remove it from `alter_column`
Issue -
State: closed - Opened by andrew-farries 14 days ago
Labels: breaking-changes
#600 - Support renaming indexes
Issue -
State: closed - Opened by kvch 15 days ago
- 1 comment
Labels: enhancement, sql2pgroll
#599 - Add new subcommand `sql-folder` to transform SQL files into pgroll operations
Pull Request -
State: closed - Opened by kvch 15 days ago
- 2 comments
#598 - Add support for renaming labels in PostgreSQL enums
Issue -
State: open - Opened by kvch 15 days ago
- 2 comments
Labels: enhancement, sql2pgroll
#597 - Add support for foreign key constraints in `create_table` operation
Pull Request -
State: closed - Opened by kvch 15 days ago
#596 - Multi-operation migration support for `create_table` operations
Pull Request -
State: closed - Opened by andrew-farries 16 days ago
#595 - Simplify fetching rows with composite primary keys during backfill
Pull Request -
State: closed - Opened by kvch 17 days ago
- 2 comments
#594 - Add support for primary key constraints in `create_table` operation
Pull Request -
State: closed - Opened by kvch 17 days ago
#593 - Multi-operation migration support for `alter_column` rename operations
Pull Request -
State: closed - Opened by andrew-farries 17 days ago
#593 - Multi-operation migration support for `alter_column` rename operations
Pull Request -
State: closed - Opened by andrew-farries 17 days ago
#592 - Add pg type type info to schema
Pull Request -
State: closed - Opened by agedemenli 17 days ago
#591 - Multi-operation migration support for `drop_column` operations
Pull Request -
State: closed - Opened by andrew-farries 17 days ago
#591 - Multi-operation migration support for `drop_column` operations
Pull Request -
State: closed - Opened by andrew-farries 17 days ago
#590 - Multi-operation migration support for `add_column` operations
Pull Request -
State: closed - Opened by andrew-farries 17 days ago
#590 - Multi-operation migration support for `add_column` operations
Pull Request -
State: closed - Opened by andrew-farries 17 days ago
#589 - Support `create_table`, `drop_table`, `create_table` sequence of operations
Pull Request -
State: closed - Opened by andrew-farries 18 days ago
- 1 comment
#589 - Support `create_table`, `drop_table`, `create_table` sequence of operations
Pull Request -
State: closed - Opened by andrew-farries 18 days ago
- 1 comment
#588 - Add support for `CHECK` constraints in `create_table` operation
Pull Request -
State: closed - Opened by kvch 18 days ago
- 1 comment
#587 - Multi-operation migration support for `drop_table` operations
Pull Request -
State: closed - Opened by andrew-farries 18 days ago
- 4 comments
#586 - Rollback migration operations in reverse order
Pull Request -
State: closed - Opened by andrew-farries 18 days ago
- 1 comment
#585 - Add `constraints` option to `create_table` and `unique` constraint support
Pull Request -
State: closed - Opened by kvch 21 days ago
#584 - Add column level check constraints to schema output
Pull Request -
State: open - Opened by agedemenli 21 days ago
#583 - `Backfill` process never completes during periods of high `INSERT` query rates
Issue -
State: open - Opened by santhosh-programmer 21 days ago
- 1 comment
#582 - Panic when attempting to backfill a table with a `uuid` primary key
Issue -
State: closed - Opened by ilyakooo0 21 days ago
- 1 comment
Labels: bug
#581 - Add new setting `constraints` to `create_table` operation
Pull Request -
State: open - Opened by kvch 22 days ago
#580 - Add support for table constraints to `create_table`
Issue -
State: open - Opened by kvch 22 days ago
Labels: enhancement, sql2pgroll
#579 - Fix adding extra unique constraint to columns that are already unique
Pull Request -
State: closed - Opened by kvch 22 days ago
- 4 comments
#578 - How does pgroll interact with PG replication?
Issue -
State: open - Opened by chris-braidwell 23 days ago
- 1 comment
#577 - Add missing index renaming when completing a migration
Pull Request -
State: closed - Opened by kvch 23 days ago
- 1 comment
#576 - Remove migration hooks
Issue -
State: open - Opened by ryanslade 23 days ago
Labels: breaking-changes
#575 - Don't ignore migration hook errors
Pull Request -
State: closed - Opened by ryanslade 23 days ago
- 1 comment
#574 - Use pointers for `schema` and `Table` struct fields
Pull Request -
State: closed - Opened by andrew-farries 23 days ago
- 2 comments
#573 - Simplify percentage callback logic
Pull Request -
State: closed - Opened by ryanslade 23 days ago
#572 - Use original table name without prefix when processing create table
Pull Request -
State: closed - Opened by agedemenli 24 days ago
#571 - pgroll prefixes remain on index names after migration is completed
Issue -
State: closed - Opened by agedemenli 24 days ago
#570 - Add missing indexes to duplicated columns
Pull Request -
State: closed - Opened by kvch 24 days ago
#569 - Bump golang.org/x/tools from 0.28.0 to 0.29.0
Pull Request -
State: closed - Opened by dependabot[bot] 24 days ago
Labels: dependencies
#568 - Make `migrations_test.go` tests consistent with other tests in `pkg/migrations`
Pull Request -
State: closed - Opened by andrew-farries 25 days ago
#567 - Show completion estimate during backfill
Pull Request -
State: closed - Opened by ryanslade 28 days ago
- 2 comments
#566 - Update docs for the `create_index` operation
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#565 - Stop using pointers for `OpCreateIndex` fields
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#564 - Update `pg query go` dependency
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#563 - Add a multi-column test case for `CREATE TABLE`
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#562 - Reduce duplication between `CREATE TABLE` and `ADD COLUMN` SQL conversion
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
Labels: sql2pgroll
#561 - Change `CREATE TABLE` `DEFAULT` constraint handling
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
Labels: sql2pgroll
#560 - Allow `INITIALLY IMMEDIATE` constraints in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
Labels: sql2pgroll
#559 - Allow some named inline column constraints in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
Labels: sql2pgroll
#558 - Fix `ALTER TABLE ADD COLUMN` default nullability
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
Labels: sql2pgroll
#557 - Convert schema-qualified `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#556 - Handle `DEFERRABLE` and `NOT DEFERRABLE` constraints in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#555 - Fall back to raw SQL for `GENERATED` columns in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#555 - Fall back to raw SQL for `GENERATED` columns in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#554 - Convert column `FOREIGN KEY`s in `CREATE TABLE`
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#554 - Convert column `FOREIGN KEY`s in `CREATE TABLE`
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#553 - Convert column `DEFAULT`s in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#553 - Convert column `DEFAULT`s in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#552 - Convert SQL `CREATE TABLE` inline `CHECK` constraints
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#552 - Convert SQL `CREATE TABLE` inline `CHECK` constraints
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#551 - Convert CREATE INDEX SQL into pgroll operation
Pull Request -
State: closed - Opened by ryanslade about 1 month ago
- 2 comments
#550 - Fall back to SQL for unconvertible column constraint options in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#550 - Fall back to SQL for unconvertible column constraint options in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#549 - Handle unconvertible `CREATE TABLE` table constraints
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#549 - Handle unconvertible `CREATE TABLE` table constraints
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#548 - Handle unconvertible `CREATE TABLE` column defintions
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#548 - Handle unconvertible `CREATE TABLE` column defintions
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#547 - Handle more unconvertible `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#547 - Handle more unconvertible `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#546 - Handle unconvertible `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
Labels: sql2pgroll
#546 - Handle unconvertible `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
Labels: sql2pgroll
#545 - Use `omissis/go-jsonschema` image for type generation
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#545 - Use `omissis/go-jsonschema` image for type generation
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#544 - Convert ADD COLUMN SQL into pgroll operations
Pull Request -
State: closed - Opened by ryanslade about 1 month ago
- 1 comment
#544 - Convert ADD COLUMN SQL into pgroll operations
Pull Request -
State: closed - Opened by ryanslade about 1 month ago
- 1 comment
#543 - Fix diagram images
Pull Request -
State: closed - Opened by elizabetdev about 1 month ago
#543 - Fix diagram images
Pull Request -
State: closed - Opened by elizabetdev about 1 month ago
#542 - Use `pg_query_go` to deparse `TypeName` AST nodes
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago