index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
alter_table.out
Age
Commit message (
Expand
)
Author
2 days
Include error location in errors from ComputeIndexAttrs().
Tom Lane
2025-10-11
Stop creating constraints during DETACH CONCURRENTLY
Álvaro Herrera
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-08-22
Ignore temporary relations in RelidByRelfilenumber()
Michael Paquier
2025-07-03
Obtain required table lock during cross-table updates, redux.
Tom Lane
2025-06-29
Obtain required table lock during cross-table constraint updates.
Tom Lane
2025-04-08
Move contrib/spi testing from core regression tests to contrib/spi.
Tom Lane
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-01-27
Print out error position for some ALTER TABLE ALTER COLUMN type
Michael Paquier
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2024-12-12
Add some regression tests for missing DDL patterns
Michael Paquier
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Clarify a foreign key error message
Peter Eisentraut
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-09-30
Don't disallow DROP of constraints ONLY on partitioned tables
Alvaro Herrera
2024-09-24
Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH
Michael Paquier
2024-07-24
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2023-09-06
Update comments to match location of definition
Daniel Gustafsson
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-07-12
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-10
Message wording improvements
Peter Eisentraut
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-03-27
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-11
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-11
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2022-11-10
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
Fix alter_table.sql test case to test what it claims to.
Tom Lane
2022-11-09
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-07-26
Improve makeArrayTypeName's algorithm for choosing array type names.
Tom Lane
2022-07-13
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-04-07
Unlogged sequences
Peter Eisentraut
2022-03-28
Preparatory test cleanup
Peter Eisentraut
2022-03-11
Restore the previous semantics of get_constraint_index().
Tom Lane
2022-01-06
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-10-20
Protect against collation variations in test
Alvaro Herrera
2021-10-19
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
2021-10-18
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-08-25
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-04-21
Don't add a redundant constraint when detaching a partition
Alvaro Herrera
[next]