postgresql/src/backend/access
Peter Eisentraut 46a0cd4cef Add temporal PRIMARY KEY and UNIQUE constraints
Add WITHOUT OVERLAPS clause to PRIMARY KEY and UNIQUE constraints.
These are backed by GiST indexes instead of B-tree indexes, since they
are essentially exclusion constraints with = for the scalar parts of
the key and && for the temporal part.

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-01-24 16:34:37 +01:00
..
brin Update copyright for 2024 2024-01-03 20:49:05 -05:00
common Make attstattarget nullable 2024-01-13 18:14:53 +01:00
gin Update copyright for 2024 2024-01-03 20:49:05 -05:00
gist Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00
hash Update copyright for 2024 2024-01-03 20:49:05 -05:00
heap Remove LVPagePruneState. 2024-01-18 15:17:09 -05:00
index Fix some typos 2024-01-22 13:55:25 +09:00
nbtree Update copyright for 2024 2024-01-03 20:49:05 -05:00
rmgrdesc Update copyright for 2024 2024-01-03 20:49:05 -05:00
spgist Update copyright for 2024 2024-01-03 20:49:05 -05:00
table Update copyright for 2024 2024-01-03 20:49:05 -05:00
tablesample Update copyright for 2024 2024-01-03 20:49:05 -05:00
transam Update copyright for 2024 2024-01-03 20:49:05 -05:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00