postgresql/src/backend/utils
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
..
activity Fix some typos 2024-01-22 13:55:25 +09:00
adt Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00
cache Add temporal PRIMARY KEY and UNIQUE constraints 2024-01-24 16:34:37 +01:00
error Error message capitalisation 2024-01-18 09:35:12 +01:00
fmgr Refactor code checking for file existence 2024-01-12 12:04:51 +09:00
hash Update copyright for 2024 2024-01-03 20:49:05 -05:00
init Update copyright for 2024 2024-01-03 20:49:05 -05:00
mb Update copyright for 2024 2024-01-03 20:49:05 -05:00
misc Fix ERROR message in injection_point.c 2024-01-23 10:45:00 +09:00
mmgr Update copyright for 2024 2024-01-03 20:49:05 -05:00
resowner Update copyright for 2024 2024-01-03 20:49:05 -05:00
sort Update copyright for 2024 2024-01-03 20:49:05 -05:00
time Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
Gen_dummy_probes.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
Gen_fmgrtab.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
Makefile Update copyright for 2024 2024-01-03 20:49:05 -05:00
errcodes.txt Update copyright for 2024 2024-01-03 20:49:05 -05:00
generate-errcodes.pl Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
postprocess_dtrace.sed Update copyright for 2024 2024-01-03 20:49:05 -05:00
probes.d Update copyright for 2024 2024-01-03 20:49:05 -05:00