postgresql/contrib/btree_gist
Peter Eisentraut 34768ee361 Add temporal FOREIGN KEY contraints
Add PERIOD clause to foreign key constraint definitions.  This is
supported for range and multirange types.  Temporal foreign keys check
for range containment instead of equality.

This feature matches the behavior of the SQL standard temporal foreign
keys, but it works on PostgreSQL's native ranges instead of SQL's
"periods", which don't exist in PostgreSQL (yet).

Reference actions ON {UPDATE,DELETE} {CASCADE,SET NULL,SET DEFAULT}
are not supported yet.

Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: jian he <jian.universality@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg@mail.gmail.com
2024-03-24 07:37:13 +01:00
..
data
expected Add temporal FOREIGN KEY contraints 2024-03-24 07:37:13 +01:00
sql Add temporal FOREIGN KEY contraints 2024-03-24 07:37:13 +01:00
.gitignore
btree_bit.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
btree_bool.c Pre-beta mechanical code beautification. 2022-05-12 15:17:30 -04:00
btree_bytea.c
btree_cash.c Use C library functions instead of Abs() for int64 2022-10-10 09:01:17 +02:00
btree_date.c Remove unnecessary uses of Abs() 2022-10-07 13:29:33 +02:00
btree_enum.c
btree_float4.c Use fabsf() instead of Abs() or fabs() where appropriate 2022-10-08 13:43:26 +02:00
btree_float8.c Remove unnecessary uses of Abs() 2022-10-07 13:29:33 +02:00
btree_gist--1.0--1.1.sql
btree_gist--1.1--1.2.sql
btree_gist--1.2--1.3.sql
btree_gist--1.2.sql
btree_gist--1.3--1.4.sql
btree_gist--1.4--1.5.sql
btree_gist--1.5--1.6.sql
btree_gist--1.6--1.7.sql
btree_gist--1.7--1.8.sql Add stratnum GiST support function 2024-01-19 15:42:13 +01:00
btree_gist.c Fix comment on gist_stratnum_btree 2024-01-25 07:25:10 +01:00
btree_gist.control Add stratnum GiST support function 2024-01-19 15:42:13 +01:00
btree_gist.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
btree_inet.c Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
btree_int2.c Remove unnecessary uses of Abs() 2022-10-07 13:29:33 +02:00
btree_int4.c Remove unnecessary uses of Abs() 2022-10-07 13:29:33 +02:00
btree_int8.c Use C library functions instead of Abs() for int64 2022-10-10 09:01:17 +02:00
btree_interval.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
btree_macaddr8.c Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
btree_macaddr.c Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
btree_numeric.c
btree_oid.c
btree_text.c Fix results of index-only scans on btree_gist char(N) indexes. 2022-01-08 14:54:39 -05:00
btree_time.c Remove unnecessary uses of Abs() 2022-10-07 13:29:33 +02:00
btree_ts.c Remove unnecessary uses of Abs() 2022-10-07 13:29:33 +02:00
btree_utils_num.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
btree_utils_num.h Remove unnecessary uses of Abs() 2022-10-07 13:29:33 +02:00
btree_utils_var.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
btree_utils_var.h
btree_uuid.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
Makefile Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00
meson.build Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00