postgresql/src/backend
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
..
access Fix missing validation for the new GiST sortsupport functions. 2020-10-30 19:30:19 +02:00
bootstrap Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
catalog Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
commands Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
executor In INSERT/UPDATE, use the table's real tuple descriptor as target. 2020-10-26 11:36:53 -04:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f9. 2020-10-15 18:17:00 -07:00
lib Use pg_bitutils for HyperLogLog. 2020-07-30 09:14:23 -07:00
libpq Fix -Wcast-function-type warnings on Windows/MinGW 2020-10-21 08:17:51 +02:00
main Clean up includes of s_lock.h. 2020-06-18 19:41:05 -07:00
nodes Fix foreign-key selectivity estimation in the presence of constants. 2020-10-28 11:15:47 -04:00
optimizer Calculate extraUpdatedCols in query rewriter, not parser. 2020-10-28 13:47:02 -04:00
parser Calculate extraUpdatedCols in query rewriter, not parser. 2020-10-28 13:47:02 -04:00
partitioning Improve error cursor positions for problems with partition bounds. 2020-09-23 18:04:53 -04:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Fix -Wcast-function-type warnings on Windows/MinGW 2020-10-21 08:17:51 +02:00
postmaster Track statistics for streaming of changes from ReorderBuffer. 2020-10-29 09:11:51 +05:30
regex Dial back -Wimplicit-fallthrough to level 3 2020-05-13 15:31:14 -04:00
replication Track statistics for streaming of changes from ReorderBuffer. 2020-10-29 09:11:51 +05:30
rewrite Calculate extraUpdatedCols in query rewriter, not parser. 2020-10-28 13:47:02 -04:00
snowball code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00
statistics Remove some more useless assignments. 2020-09-04 14:32:19 -04:00
storage Fix wrong data table horizon computation during backend startup. 2020-10-28 21:49:07 -07:00
tcop Fix bogus completion tag usage in walsender 2020-09-16 21:16:25 -03:00
tsearch Improve behavior of tsearch_readline(), and remove t_readline(). 2020-09-23 20:26:58 -04:00
utils Don't use custom OID symbols in pg_type.dat, either. 2020-10-29 13:33:38 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00