postgresql/src
Peter Eisentraut 482e108cd3 Add test for REPLICA IDENTITY with a temporal key
You can only use REPLICA IDENTITY USING INDEX with a unique B-tree
index.  This commit just adds a test showing that you cannot use it
with a WITHOUT OVERLAPS index (which is GiST).

Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
Discussion: https://www.postgresql.org/message-id/3775839b-3f0f-4c8a-ac03-a253222e6a4b%40illuminatedcomputing.com
2024-05-08 15:24:48 +02:00
..
backend Fix typo in src/backend/utils/resowner/README. 2024-05-08 16:15:00 +09:00
bin Ensure that "pg_restore -l" reports dependent TOC entries correctly. 2024-05-07 18:22:52 -04:00
common Remove redundant JSON parser typedefs 2024-04-27 07:02:57 -04:00
fe_utils Fix an assortment of typos 2024-05-04 02:33:25 +12:00
include Fix assorted bugs related to identity column in partitioned tables 2024-05-07 22:50:00 +02:00
interfaces Translation updates 2024-05-06 12:06:31 +02:00
makefiles Optimize pg_popcount() with AVX-512 instructions. 2024-04-06 21:56:23 -05:00
pl Don't corrupt plpython's "TD" dictionary in a recursive trigger call. 2024-05-07 18:15:00 -04:00
port Fix code for probing availability of AVX-512. 2024-04-23 10:54:04 -05:00
template Remove AIX support 2024-02-28 15:17:23 +04:00
test Add test for REPLICA IDENTITY with a temporal key 2024-05-08 15:24:48 +02:00
timezone Update time zone data files to tzdata release 2024a. 2024-02-01 15:57:53 -05:00
tools Revert: Remove useless self-joins 2024-05-06 14:36:36 +03:00
tutorial Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Update Unicode data to CLDR 45 2024-04-22 09:16:33 +02:00
Makefile.shlib Remove AIX support 2024-02-28 15:17:23 +04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
nls-global.mk Remove distprep 2023-11-06 15:18:04 +01:00