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
#646 - Multiple backfill-requiring operations in the same migration cause redundant backfills
Issue -
State: open - Opened by andrew-farries 7 days ago
#645 - Support multi-operation migrations
Issue -
State: open - Opened by andrew-farries 7 days ago
#644 - Adding columns with `UNIQUE` takes an exclusive table lock
Issue -
State: open - Opened by andrew-farries 7 days ago
#643 - Adding columns with volatile `DEFAULT`s locks tables for duration of table rewrite
Issue -
State: open - Opened by andrew-farries 7 days ago
#642 - Skip backfill for empty table
Pull Request -
State: open - Opened by agedemenli 8 days ago
#641 - No previous version exists for the first migration
Issue -
State: open - Opened by agedemenli 9 days ago
#640 - Reuse table level foreign key references in `create_constraint`
Pull Request -
State: open - Opened by kvch 9 days ago
#639 - Rename `ForeignKeyReferenceOnDelete` to `ForeignKeyAction`
Pull Request -
State: closed - Opened by kvch 9 days ago
#638 - Add support for adding generated/identity columns to existing tables
Issue -
State: open - Opened by kvch 9 days ago
- 1 comment
Labels: enhancement
#637 - Forbid adding generated columns to existing tables
Pull Request -
State: closed - Opened by kvch 9 days ago
- 1 comment
#636 - No backfill needed for empty table
Issue -
State: open - Opened by agedemenli 9 days ago
#635 - Support recreating primary key constraints
Issue -
State: open - Opened by kvch 9 days ago
Labels: enhancement
#634 - Make backfill batch selection exclude rows inserted or updated after backfill start
Pull Request -
State: open - Opened by andrew-farries 9 days ago
Labels: help wanted
#633 - Cannot drop foreign key constraints that include a column with a `serial` type
Issue -
State: open - Opened by kvch 10 days ago
Labels: bug, good first issue
#632 - Use `text/template` for backfill query generation
Pull Request -
State: closed - Opened by andrew-farries 10 days ago
- 1 comment
#631 - Fix previous_version: Take inferred migrations into account
Pull Request -
State: closed - Opened by agedemenli 10 days ago
#630 - Use options pattern to configure backfill
Pull Request -
State: closed - Opened by andrew-farries 10 days ago
#629 - Add script to generate CLI structure
Pull Request -
State: closed - Opened by SferaDev 11 days ago
- 2 comments
#628 - Unify foreign key options in `create_table`, `create_constraint` and column level constraints
Pull Request -
State: open - Opened by kvch 11 days ago
- 1 comment
#627 - Move backfill code from `pkg/migrations` to new `pkg/backfill` package
Pull Request -
State: closed - Opened by andrew-farries 11 days ago
#626 - Add support for `alter_table` drop `NOT NULL` operations in multi-operation migrations
Pull Request -
State: closed - Opened by andrew-farries 11 days ago
#625 - Integrating `pgroll` into databases that use views
Issue -
State: open - Opened by kvch 14 days ago
#624 - Add support for exclusion constraints in `create_table` operation
Pull Request -
State: closed - Opened by kvch 14 days ago
- 1 comment
#623 - Segmentation violation when adding unique constraint
Issue -
State: closed - Opened by agedemenli 15 days ago
- 1 comment
Labels: bug
#622 - Add support for `alter_table` set `check` operations in multi-operation migrations
Pull Request -
State: closed - Opened by andrew-farries 15 days ago
#621 - Add support for `alter_table` set `references` operations in multi-operation migrations
Pull Request -
State: closed - Opened by andrew-farries 15 days ago
#620 - unknown field "constraints"
Issue -
State: closed - Opened by jokersoft 15 days ago
- 3 comments
Labels: documentation
#619 - Use official `goreleaser/goreleaser-cross` image
Pull Request -
State: closed - Opened by andrew-farries 16 days ago
#618 - Unpin Goreleaser
Issue -
State: open - Opened by andrew-farries 16 days ago
#617 - Pin Goreleaser version to `2.5.1`
Pull Request -
State: closed - Opened by andrew-farries 16 days ago
#616 - Add support for `alter_table` set `default` operations in multi-operation migrations
Pull Request -
State: closed - Opened by andrew-farries 16 days ago
#615 - Add extra validation checks to `OpRenameColumn`
Pull Request -
State: closed - Opened by andrew-farries 16 days ago
#614 - Add `defer rows.Close()` to `getRowCount` function
Pull Request -
State: closed - Opened by andrew-farries 17 days ago
#613 - Retry creating unique index
Pull Request -
State: closed - Opened by agedemenli 17 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] 18 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] 18 days ago
Labels: dependencies
#610 - Detect `up` migrations in SQL migration files
Issue -
State: open - Opened by kvch 18 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 18 days ago
#608 - Add support for `alter_table` set `NOT NULL` operations with `create_table` operations
Pull Request -
State: closed - Opened by andrew-farries 18 days ago
#607 - Add support for `alter_table` set `NOT NULL` operations with `rename_column` operations
Pull Request -
State: closed - Opened by andrew-farries 21 days ago
#606 - Add support for `alter_table` set `NOT NULL` operations with `rename_table` operations
Pull Request -
State: closed - Opened by andrew-farries 21 days ago
#605 - New option for columns: `generated`
Pull Request -
State: closed - Opened by kvch 21 days ago
- 2 comments
#604 - Use official `goreleaser/goreleaser-cross` image for cross-platform builds
Pull Request -
State: closed - Opened by andrew-farries 21 days ago
#603 - Remove the ability to rename columns with `alter_column` operations
Pull Request -
State: closed - Opened by andrew-farries 21 days ago
Labels: breaking-changes
#602 - Add `OpRenameColumn` for renaming columns
Pull Request -
State: closed - Opened by andrew-farries 21 days ago
#601 - Make column rename a separate operation and remove it from `alter_column`
Issue -
State: closed - Opened by andrew-farries 21 days ago
Labels: breaking-changes
#600 - Support renaming indexes
Issue -
State: closed - Opened by kvch 22 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 22 days ago
- 2 comments
#598 - Add support for renaming labels in PostgreSQL enums
Issue -
State: open - Opened by kvch 22 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 22 days ago
#596 - Multi-operation migration support for `create_table` operations
Pull Request -
State: closed - Opened by andrew-farries 23 days ago
#595 - Simplify fetching rows with composite primary keys during backfill
Pull Request -
State: closed - Opened by kvch 24 days ago
- 2 comments
#594 - Add support for primary key constraints in `create_table` operation
Pull Request -
State: closed - Opened by kvch 24 days ago
#593 - Multi-operation migration support for `alter_column` rename operations
Pull Request -
State: closed - Opened by andrew-farries 24 days ago
#593 - Multi-operation migration support for `alter_column` rename operations
Pull Request -
State: closed - Opened by andrew-farries 24 days ago
#592 - Add pg type type info to schema
Pull Request -
State: closed - Opened by agedemenli 24 days ago
#591 - Multi-operation migration support for `drop_column` operations
Pull Request -
State: closed - Opened by andrew-farries 24 days ago
#591 - Multi-operation migration support for `drop_column` operations
Pull Request -
State: closed - Opened by andrew-farries 24 days ago
#590 - Multi-operation migration support for `add_column` operations
Pull Request -
State: closed - Opened by andrew-farries 24 days ago
#590 - Multi-operation migration support for `add_column` operations
Pull Request -
State: closed - Opened by andrew-farries 24 days ago
#589 - Support `create_table`, `drop_table`, `create_table` sequence of operations
Pull Request -
State: closed - Opened by andrew-farries 25 days ago
- 1 comment
#589 - Support `create_table`, `drop_table`, `create_table` sequence of operations
Pull Request -
State: closed - Opened by andrew-farries 25 days ago
- 1 comment
#588 - Add support for `CHECK` constraints in `create_table` operation
Pull Request -
State: closed - Opened by kvch 25 days ago
- 1 comment
#587 - Multi-operation migration support for `drop_table` operations
Pull Request -
State: closed - Opened by andrew-farries 25 days ago
- 4 comments
#586 - Rollback migration operations in reverse order
Pull Request -
State: closed - Opened by andrew-farries 25 days ago
- 1 comment
#585 - Add `constraints` option to `create_table` and `unique` constraint support
Pull Request -
State: closed - Opened by kvch 28 days ago
#584 - Add column level check constraints to schema output
Pull Request -
State: closed - Opened by agedemenli 28 days ago
- 1 comment
#583 - `Backfill` process never completes during periods of high `INSERT` query rates
Issue -
State: open - Opened by santhosh-programmer 28 days ago
- 1 comment
#582 - Panic when attempting to backfill a table with a `uuid` primary key
Issue -
State: closed - Opened by ilyakooo0 28 days ago
- 1 comment
Labels: bug
#581 - Add new setting `constraints` to `create_table` operation
Pull Request -
State: closed - Opened by kvch 29 days ago
#580 - Add support for table constraints to `create_table`
Issue -
State: open - Opened by kvch 29 days ago
Labels: enhancement, sql2pgroll
#579 - Fix adding extra unique constraint to columns that are already unique
Pull Request -
State: closed - Opened by kvch 29 days ago
- 4 comments
#578 - How does pgroll interact with PG replication?
Issue -
State: open - Opened by chris-braidwell 30 days ago
- 1 comment
#577 - Add missing index renaming when completing a migration
Pull Request -
State: closed - Opened by kvch about 1 month ago
- 1 comment
#576 - Remove migration hooks
Issue -
State: open - Opened by ryanslade about 1 month ago
Labels: breaking-changes
#575 - Don't ignore migration hook errors
Pull Request -
State: closed - Opened by ryanslade about 1 month ago
- 1 comment
#574 - Use pointers for `schema` and `Table` struct fields
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
- 2 comments
#573 - Simplify percentage callback logic
Pull Request -
State: closed - Opened by ryanslade about 1 month ago
#572 - Use original table name without prefix when processing create table
Pull Request -
State: closed - Opened by agedemenli about 1 month ago
#571 - pgroll prefixes remain on index names after migration is completed
Issue -
State: closed - Opened by agedemenli about 1 month ago
#570 - Add missing indexes to duplicated columns
Pull Request -
State: closed - Opened by kvch about 1 month ago
#569 - Bump golang.org/x/tools from 0.28.0 to 0.29.0
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies
#568 - Make `migrations_test.go` tests consistent with other tests in `pkg/migrations`
Pull Request -
State: closed - Opened by andrew-farries about 1 month ago
#567 - Show completion estimate during backfill
Pull Request -
State: closed - Opened by ryanslade about 1 month ago
- 2 comments
#566 - Update docs for the `create_index` operation
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#565 - Stop using pointers for `OpCreateIndex` fields
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#564 - Update `pg query go` dependency
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#563 - Add a multi-column test case for `CREATE TABLE`
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#562 - Reduce duplication between `CREATE TABLE` and `ADD COLUMN` SQL conversion
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
Labels: sql2pgroll
#561 - Change `CREATE TABLE` `DEFAULT` constraint handling
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
Labels: sql2pgroll
#560 - Allow `INITIALLY IMMEDIATE` constraints in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
Labels: sql2pgroll
#559 - Allow some named inline column constraints in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
Labels: sql2pgroll
#558 - Fix `ALTER TABLE ADD COLUMN` default nullability
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
Labels: sql2pgroll
#557 - Convert schema-qualified `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#556 - Handle `DEFERRABLE` and `NOT DEFERRABLE` constraints in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#555 - Fall back to raw SQL for `GENERATED` columns in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#555 - Fall back to raw SQL for `GENERATED` columns in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#554 - Convert column `FOREIGN KEY`s in `CREATE TABLE`
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#554 - Convert column `FOREIGN KEY`s in `CREATE TABLE`
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago
#553 - Convert column `DEFAULT`s in `CREATE TABLE` statements
Pull Request -
State: closed - Opened by andrew-farries about 2 months ago