postgresql/src
Heikki Linnakangas 6f0bc5e1da Fix missing validation for the new GiST sortsupport functions.
Because of this, if you tried to create an operator family with the new
sortsupport function, you got an error:

ERROR:  support function number 11 is invalid for access method gist

We missed this in commit 16fa9b2b30 that added the sortsupport function,
because it only added sortsupport to a built-in operator family.

Author: Andrey Borodin
Discussion: https://www.postgresql.org/message-id/3520A18A-5C38-4697-A2E3-F3BDE3496CD5%40yandex-team.ru
2020-10-30 19:30:19 +02:00
..
backend Fix missing validation for the new GiST sortsupport functions. 2020-10-30 19:30:19 +02:00
bin Use mode "r" for popen() in psql's evaluate_backtick(). 2020-10-28 14:35:53 -04:00
common Fix issue with --enable-coverage and the new unicode {de,re}composition code 2020-10-24 14:20:38 +09:00
fe_utils Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
include Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
interfaces Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
port Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
template Makefile comment: remove reference to tools/thread/thread_test 2020-10-27 14:00:50 -04:00
test Stabilize timetz test across DST transitions. 2020-10-29 15:28:14 -04:00
timezone Update time zone data files to tzdata release 2020d. 2020-10-22 21:23:47 -04:00
tools Add pg_relation_check_pages() to check on-disk pages of a relation 2020-10-28 12:15:00 +09:00
tutorial Remove support for postfix (right-unary) operators. 2020-09-17 19:38:05 -04:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Split Makefile symbol CFLAGS_VECTOR into two symbols. 2020-09-06 21:28:16 -04:00
Makefile.shlib Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00