index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
foreign_key.sql
Commit message (
Expand
)
Author
Age
*
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Fix typos.
Amit Kapila
2022-09-19
*
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-03-20
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
*
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-05
*
Avoid creating duplicate cached plans for inherited FK constraints.
Tom Lane
2021-03-10
*
Simplify FK-to-partitioned regression test query
Alvaro Herrera
2020-02-20
*
Fix failure to create FKs correctly in partitions
Alvaro Herrera
2020-02-07
*
Fix SET CONSTRAINTS .. DEFERRED on partitioned tables
Alvaro Herrera
2019-11-07
*
Check that partitions are not in use when dropping constraints
Alvaro Herrera
2019-07-23
*
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
*
Fix failures in validateForeignKeyConstraint's slow path.
Tom Lane
2019-04-06
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
*
Improve psql's \d display of foreign key constraints
Alvaro Herrera
2019-03-26
*
Un-hide most cascaded-drop details in regression test results.
Tom Lane
2019-03-24
*
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-18
*
Include all columns in default names for foreign key constraints
Peter Eisentraut
2019-03-13
*
Fix droppability of constraints upon partition detach
Alvaro Herrera
2019-01-24
*
Create action triggers when partitions are detached
Alvaro Herrera
2019-01-21
*
Fix creation of duplicate foreign keys on partitions
Alvaro Herrera
2019-01-18
*
Remove obsolete comment
Peter Eisentraut
2019-01-18
*
Increase test coverage in RI_Initial_Check()
Peter Eisentraut
2019-01-16
*
Increase test coverage in RI_FKey_fk_upd_check_required()
Peter Eisentraut
2019-01-16
*
Increase test coverage in RI_FKey_pk_upd_check_required()
Peter Eisentraut
2019-01-16
*
Add test case for ON DELETE NO ACTION/RESTRICT
Peter Eisentraut
2019-01-16
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-08
*
Fix ALTER/TYPE on columns referenced by FKs in partitioned tables
Alvaro Herrera
2018-09-14
*
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-04
*
Pass correct TupDesc to ri_NullCheck() in Assert
Alvaro Herrera
2018-04-03
*
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-25
*
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-10-23
*
Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.
Tom Lane
2016-06-29
*
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-03
*
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-29
*
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
*
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-24
*
Share RI trigger code between NO ACTION and RESTRICT cases.
Tom Lane
2012-06-19
*
Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.
Tom Lane
2012-06-18
*
Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.
Tom Lane
2012-06-18
*
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Change FK trigger creation order to better support self-referential FKs.
Tom Lane
2011-10-26
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Refactor the handling of the various DropStmt variants so that when multiple
Tom Lane
2008-06-14
*
Repair problems occurring when multiple RI updates have to be done to the same
Tom Lane
2007-08-15
*
Fix incorrect optimization of foreign-key checks. When an UPDATE on the
Tom Lane
2007-07-17
*
Downgrade implicit casts to text to be assignment-only, except for the ones
Tom Lane
2007-06-05
[next]