summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/alter_table.out
AgeCommit message (Expand)Author
2 daysInclude error location in errors from ComputeIndexAttrs().Tom Lane
2025-10-11Stop creating constraints during DETACH CONCURRENTLYÁlvaro Herrera
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2025-08-22Ignore temporary relations in RelidByRelfilenumber()Michael Paquier
2025-07-03Obtain required table lock during cross-table updates, redux.Tom Lane
2025-06-29Obtain required table lock during cross-table constraint updates.Tom Lane
2025-04-08Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-01-27Print out error position for some ALTER TABLE ALTER COLUMN typeMichael Paquier
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2024-12-12Add some regression tests for missing DDL patternsMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Clarify a foreign key error messagePeter Eisentraut
2024-10-05Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane
2024-09-30Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera
2024-09-24Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2023-09-06Update comments to match location of definitionDaniel Gustafsson
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-07-10Message wording improvementsPeter Eisentraut
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-02-09Fix various typos in code and testsMichael Paquier
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-11Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-11Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2022-11-10Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane
2022-11-10Fix alter_table.sql test case to test what it claims to.Tom Lane
2022-11-09Report a more useful error for reloptions on a partitioned table.Tom Lane
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-07-26Improve makeArrayTypeName's algorithm for choosing array type names.Tom Lane
2022-07-13Allow specifying STORAGE attribute for a new tablePeter Eisentraut
2022-04-07Unlogged sequencesPeter Eisentraut
2022-03-28Preparatory test cleanupPeter Eisentraut
2022-03-11Restore the previous semantics of get_constraint_index().Tom Lane
2022-01-06Prevent altering partitioned table's rowtype, if it's used elsewhere.Tom Lane
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-20Protect against collation variations in testAlvaro Herrera
2021-10-19Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-04-21Don't add a redundant constraint when detaching a partitionAlvaro Herrera