Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8aee330

Browse files
committedMay 16, 2024
Revert temporal primary keys and foreign keys
This feature set did not handle empty ranges correctly, and it's now too late for PostgreSQL 17 to fix it. The following commits are reverted: 6db4598 Add stratnum GiST support function 46a0cd4 Add temporal PRIMARY KEY and UNIQUE constraints 86232a4 Fix comment on gist_stratnum_btree 030e10f Rename pg_constraint.conwithoutoverlaps to conperiod a88c800 Use daterange and YMD in without_overlaps tests instead of tsrange. 5577a71 Use half-open interval notation in without_overlaps tests 34768ee Add temporal FOREIGN KEY contraints 482e108 Add test for REPLICA IDENTITY with a temporal key c3db1f3 doc: clarify PERIOD and WITHOUT OVERLAPS in CREATE TABLE 144c2ce Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes Discussion: https://www.postgresql.org/message-id/d0b64a7a-dfe4-4b84-a906-c7dedfa40a3e@eisentraut.org
1 parent f6ebb41 commit 8aee330

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+149
-4475
lines changed
 

‎contrib/btree_gist/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@ EXTENSION = btree_gist
3333
DATA = btree_gist--1.0--1.1.sql \
3434
btree_gist--1.1--1.2.sql btree_gist--1.2.sql btree_gist--1.2--1.3.sql \
3535
btree_gist--1.3--1.4.sql btree_gist--1.4--1.5.sql \
36-
btree_gist--1.5--1.6.sql btree_gist--1.6--1.7.sql \
37-
btree_gist--1.7--1.8.sql
36+
btree_gist--1.5--1.6.sql btree_gist--1.6--1.7.sql
3837
PGFILEDESC = "btree_gist - B-tree equivalent GiST operator classes"
3938

4039
REGRESS = init int2 int4 int8 float4 float8 cash oid timestamp timestamptz \
4140
time timetz date interval macaddr macaddr8 inet cidr text varchar char \
42-
bytea bit varbit numeric uuid not_equal enum bool partitions \
43-
stratnum without_overlaps
41+
bytea bit varbit numeric uuid not_equal enum bool partitions
4442

4543
SHLIB_LINK += $(filter -lm, $(LIBS))
4644

‎contrib/btree_gist/btree_gist--1.7--1.8.sql

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)