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
..
bit.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
bool.out
Fix planner to consider matches to boolean columns in extension indexes.
3 years ago
bytea.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
cash.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
char.out
Fix results of index-only scans on btree_gist char(N) indexes.
4 years ago
char_1.out
Fix results of index-only scans on btree_gist char(N) indexes.
4 years ago
cidr.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
date.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
enum.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
float4.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
float8.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
inet.out
Handle mixed returnable and non-returnable columns better in IOS.
4 years ago
init.out
…
int2.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
int4.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
int8.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
interval.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
macaddr.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
macaddr8.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
not_equal.out
…
numeric.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
oid.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
partitions.out
Allow some exclusion constraints on partitions
2 years ago
stratnum.out
Add stratnum GiST support function
1 year ago
text.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
text_1.out
…
time.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
timestamp.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
timestamptz.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
timetz.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
uuid.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
varbit.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
varchar.out
Revert "Add sortsupport for gist_btree opclasses, for faster index builds."
5 years ago
varchar_1.out
…
without_overlaps.out
Add temporal FOREIGN KEY contraints
1 year ago