postgresql/src/backend/optimizer/util
Peter Eisentraut 8aee330af5 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:

    6db4598fcb Add stratnum GiST support function
    46a0cd4cef Add temporal PRIMARY KEY and UNIQUE constraints
    86232a49a4 Fix comment on gist_stratnum_btree
    030e10ff1a Rename pg_constraint.conwithoutoverlaps to conperiod
    a88c800deb Use daterange and YMD in without_overlaps tests instead of tsrange.
    5577a71fb0 Use half-open interval notation in without_overlaps tests
    34768ee361 Add temporal FOREIGN KEY contraints
    482e108cd3 Add test for REPLICA IDENTITY with a temporal key
    c3db1f30cb doc:  clarify PERIOD and WITHOUT OVERLAPS in CREATE TABLE
    144c2ce0cc Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes

Discussion: https://www.postgresql.org/message-id/d0b64a7a-dfe4-4b84-a906-c7dedfa40a3e@eisentraut.org
2024-05-16 08:17:46 +02:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
appendinfo.c Support MERGE into updatable views. 2024-02-29 15:56:59 +00:00
clauses.c Fix query pullup issue with WindowClause runCondition 2024-05-05 12:54:46 +12:00
inherit.c Fix IS [NOT] NULL qual optimization for inheritance tables 2024-04-12 20:07:53 +12:00
joininfo.c Add better handling of redundant IS [NOT] NULL quals 2024-01-23 18:09:18 +13:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
orclauses.c Code review for 6190d828cd 2024-03-25 19:45:27 +09:00
paramassign.c Add RETURNING support to MERGE. 2024-03-17 13:58:59 +00:00
pathnode.c Fix query pullup issue with WindowClause runCondition 2024-05-05 12:54:46 +12:00
placeholder.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
plancat.c Revert temporal primary keys and foreign keys 2024-05-16 08:17:46 +02:00
predtest.c Refactor predicate_{implied,refuted}_by_simple_clause. 2024-03-25 17:45:15 -04:00
relnode.c Ensure generated join clauses for child rels have correct relids. 2024-04-16 11:22:51 -04:00
restrictinfo.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
tlist.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
var.c Update copyright for 2024 2024-01-03 20:49:05 -05:00