summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/foreign_key.out
Commit message (Expand)AuthorAgeFilesLines
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-14/+2
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-2/+14
* Reject system columns as elements of foreign keys.Tom Lane2023-03-311-5/+6
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-031-2/+2
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-071-0/+81
* Message style improvementsPeter Eisentraut2022-09-241-2/+2
* Fix typos.Amit Kapila2022-09-191-1/+1
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-201-3/+201
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-081-0/+71
* Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera2021-05-051-0/+78
* Avoid creating duplicate cached plans for inherited FK constraints.Tom Lane2021-03-101-0/+18
* Simplify FK-to-partitioned regression test queryAlvaro Herrera2020-02-201-6/+8
* Fix failure to create FKs correctly in partitionsAlvaro Herrera2020-02-071-0/+24
* Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera2019-11-071-3/+53
* Message style fixesPeter Eisentraut2019-09-231-5/+5
* Check that partitions are not in use when dropping constraintsAlvaro Herrera2019-07-231-0/+15
* Fix partitioned index attachmentAlvaro Herrera2019-04-251-0/+12
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-061-0/+26
* Support foreign keys that reference partitioned tablesAlvaro Herrera2019-04-031-15/+319
* Improve psql's \d display of foreign key constraintsAlvaro Herrera2019-03-261-13/+25
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-241-2/+8
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-181-0/+34
* Include all columns in default names for foreign key constraintsPeter Eisentraut2019-03-131-60/+80
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-241-2/+18
* Create action triggers when partitions are detachedAlvaro Herrera2019-01-211-2/+26
* Fix creation of duplicate foreign keys on partitionsAlvaro Herrera2019-01-181-0/+83
* Remove obsolete commentPeter Eisentraut2019-01-181-1/+0
* Increase test coverage in RI_Initial_Check()Peter Eisentraut2019-01-161-0/+17
* Increase test coverage in RI_FKey_fk_upd_check_required()Peter Eisentraut2019-01-161-1/+16
* Increase test coverage in RI_FKey_pk_upd_check_required()Peter Eisentraut2019-01-161-0/+24
* Add test case for ON DELETE NO ACTION/RESTRICTPeter Eisentraut2019-01-161-2/+8
* psql: Describe partitioned tables/indexes as suchAlvaro Herrera2018-11-191-2/+2
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-021-1/+1
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-121-0/+119
* Improve two error messages related to foreign keys on partitioned tablesMichael Paquier2018-10-081-0/+11
* Fix ALTER/TYPE on columns referenced by FKs in partitioned tablesAlvaro Herrera2018-09-141-0/+12
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-041-0/+211
* Pass correct TupDesc to ri_NullCheck() in AssertAlvaro Herrera2018-04-031-0/+13
* Check for pending trigger events on far end when dropping an FK constraint.Tom Lane2016-11-251-0/+13
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-231-0/+21
* Fix match_foreign_keys_to_quals for FKs linking to unused rtable entries.Tom Lane2016-06-291-0/+22
* Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane2015-05-031-19/+24
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-291-0/+19
* Reverting previous commit, pending investigationSimon Riggs2013-06-241-19/+0
* ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs2013-06-241-0/+19
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-46/+0
* Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane2012-06-191-0/+26
* Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane2012-06-181-0/+36
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-181-16/+16
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-171-1/+1