postgresql/src/backend
Peter Eisentraut 7da1bdc2c2 Remove obsolete RECHECK keyword completely
This used to be part of CREATE OPERATOR CLASS and ALTER OPERATOR
FAMILY, but it has done nothing (except issue a NOTICE) since
PostgreSQL 8.4.  Commit 30e7c175b8 removed support for dumping from
pre-9.2 servers, so this no longer serves any need.

This now removes it completely, and you'd get a normal parse error if
you used it.

Reviewed-by: Aleksander Alekseev <aleksander@timescale.com>
Discussion: https://www.postgresql.org/message-id/flat/113ef2d2-3657-4353-be97-f28fceddbca1%40eisentraut.org
2024-08-09 07:18:51 +02:00
..
access Mark misc static global variables as const 2024-08-06 23:04:48 +03:00
archive Fix memory leaks in error reporting with LOG level 2024-05-14 10:41:32 +02:00
backup Optimize escaping of JSON strings 2024-07-27 23:46:07 +12:00
bootstrap Include bison header files into implementation files 2024-08-02 10:25:11 +02:00
catalog Implement pg_wal_replay_wait() stored procedure 2024-08-02 21:16:56 +03:00
commands Refuse ATTACH of a table referenced by a foreign key 2024-08-08 19:35:13 -04:00
executor Fix edge case in plpgsql's make_callstmt_target(). 2024-08-07 12:54:39 -04:00
foreign Restrict accesses to non-system views and foreign tables during pg_dump. 2024-08-05 06:05:33 -07:00
jit Use CXXFLAGS instead of CFLAGS for linking C++ code 2024-08-04 11:17:46 +02:00
lib Implement pg_wal_replay_wait() stored procedure 2024-08-02 21:16:56 +03:00
libpq libpq: Use strerror_r instead of strerror 2024-07-28 09:23:24 +02:00
main Tighten check for --forkchild argument when spawning child process 2024-07-03 15:53:30 +03:00
nodes Convert node test compile-time settings into run-time parameters 2024-08-01 10:09:18 +02:00
optimizer Restrict accesses to non-system views and foreign tables during pg_dump. 2024-08-05 06:05:33 -07:00
parser Remove obsolete RECHECK keyword completely 2024-08-09 07:18:51 +02:00
partitioning Fix creation of partition descriptor during concurrent detach 2024-06-11 11:38:45 +02:00
po Translation updates 2024-06-24 13:11:27 +02:00
port Require memory barrier support. 2024-07-30 23:01:55 +12:00
postmaster Minor refactoring of assign_backendlist_entry() 2024-08-01 23:23:55 +03:00
regex Remove support for null pg_locale_t most places. 2024-08-05 18:31:48 -07:00
replication Change the misleading local end_lsn for prepared transactions. 2024-08-09 10:23:57 +05:30
rewrite Restrict accesses to non-system views and foreign tables during pg_dump. 2024-08-05 06:05:33 -07:00
snowball Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
statistics Fix typos and duplicate words 2024-04-18 21:28:07 +02:00
storage Implement pg_wal_replay_wait() stored procedure 2024-08-02 21:16:56 +03:00
tcop Turn a few 'validnsps' static variables into locals 2024-08-06 23:03:43 +03:00
tsearch Constify fields and parameters in spell.c 2024-08-06 23:04:51 +03:00
utils Add a caveat to hash_seq_init_with_hash_value() header comment 2024-08-08 11:48:57 +03:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Fix make build on MinGW 2024-06-21 08:17:23 +02:00
meson.build meson: Fix import library name in Windows 2024-06-20 09:08:36 +02:00
nls.mk Add missing gettext triggers 2024-05-14 12:57:22 +02:00