You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Eisentraut
89f908a6d0
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.
(previously committed as 34768ee361
, reverted by 8aee330af55; this is
essentially unchanged from those)
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
1 year ago
..
data
Add btree_gist support for enum types.
9 years ago
expected
Add temporal FOREIGN KEY contraints
1 year ago
sql
Add temporal FOREIGN KEY contraints
1 year ago
.gitignore
…
Makefile
Add temporal PRIMARY KEY and UNIQUE constraints
1 year ago
btree_bit.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
btree_bool.c
Pre-beta mechanical code beautification.
3 years ago
btree_bytea.c
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
btree_cash.c
Use C library functions instead of Abs() for int64
3 years ago
btree_date.c
Remove unnecessary uses of Abs()
3 years ago
btree_enum.c
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
btree_float4.c
Use fabsf() instead of Abs() or fabs() where appropriate
3 years ago
btree_float8.c
Remove unnecessary uses of Abs()
3 years ago
btree_gist--1.0--1.1.sql
Add index-only scan support to btree_gist.
11 years ago
btree_gist--1.1--1.2.sql
Make contrib modules' installation scripts more secure.
5 years ago
btree_gist--1.2--1.3.sql
Add uuid to the set of types supported by contrib/btree_gist.
9 years ago
btree_gist--1.2.sql
Handle contrib's GIN/GIST support function signature changes honestly.
9 years ago
btree_gist--1.3--1.4.sql
Add support for EUI-64 MAC addresses as macaddr8
9 years ago
btree_gist--1.4--1.5.sql
Add btree_gist support for enum types.
9 years ago
btree_gist--1.5--1.6.sql
Update btree_gist extension for parallel query
5 years ago
btree_gist--1.6--1.7.sql
Fix gist_bool_ops to use gbtreekey2
4 years ago
btree_gist--1.7--1.8.sql
Add stratnum GiST support function
1 year ago
btree_gist.c
Add stratnum GiST support function
1 year ago
btree_gist.control
Add stratnum GiST support function
1 year ago
btree_gist.h
Add trailing commas to enum definitions
2 years ago
btree_inet.c
Remove extraneous blank lines before block-closing braces
3 years ago
btree_int2.c
Remove unnecessary uses of Abs()
3 years ago
btree_int4.c
Remove unnecessary uses of Abs()
3 years ago
btree_int8.c
Use C library functions instead of Abs() for int64
3 years ago
btree_interval.c
Mark misc static global variables as const
1 year ago
btree_macaddr.c
Remove extraneous blank lines before block-closing braces
3 years ago
btree_macaddr8.c
Remove extraneous blank lines before block-closing braces
3 years ago
btree_numeric.c
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
btree_oid.c
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
btree_text.c
Fix results of index-only scans on btree_gist char(N) indexes.
4 years ago
btree_time.c
Remove unnecessary uses of Abs()
3 years ago
btree_ts.c
Remove unnecessary uses of Abs()
3 years ago
btree_utils_num.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
btree_utils_num.h
Remove unnecessary uses of Abs()
3 years ago
btree_utils_var.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
btree_utils_var.h
Make the order of the header file includes consistent.
6 years ago
btree_uuid.c
Remove useless casts to (void *) in arguments of some system functions
3 years ago
meson.build
Add temporal PRIMARY KEY and UNIQUE constraints
1 year ago