git.postgresql.org Git - postgresql.git/commit
2024年1月24日 14:43:41 +0000 (15:43 +0100)
2024年1月24日 15:34:37 +0000 (16:34 +0100)
commit 46a0cd4cefb4d9b462d8cc4df5e7ecdd190bea92
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
34 files changed:
This is the main PostgreSQL git repository.
RSS
Atom