postgresql/src/test/regress
Alexander Korotkov db6335b5b1 Add support of multirange matching to the existing range GiST indexes
6df7a9698b has introduced a set of operators between ranges and multiranges.
Existing GiST indexes for ranges could easily support majority of them.
This commit adds support for new operators to the existing range GiST indexes.
New operators resides the same strategy numbers as existing ones.  Appropriate
check function is determined using the subtype.

Catversion is bumped.
2020-12-29 23:36:43 +03:00
..
data Fix full text search to handle NOT above a phrase search correctly. 2020-04-27 12:21:04 -04:00
expected Add support of multirange matching to the existing range GiST indexes 2020-12-29 23:36:43 +03:00
input Clean up ancient test style 2020-12-15 22:03:39 +01:00
output Clean up ancient test style 2020-12-15 22:03:39 +01:00
sql Add support of multirange matching to the existing range GiST indexes 2020-12-29 23:36:43 +03:00
.gitignore Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
GNUmakefile Make install-tests target work with vpath builds 2020-05-31 18:33:00 -04:00
Makefile Fix non-GNU makefiles for AIX make. 2017-11-30 00:57:22 -08:00
parallel_schedule Multirange datatypes 2020-12-20 07:20:33 +03:00
pg_regress_main.c
pg_regress.c Rethink API for pg_get_line.c, one more time. 2020-09-22 15:55:13 -04:00
pg_regress.h
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
regress.c Choose ppc compare_exchange constant path for more operand values. 2020-10-11 21:31:37 -07:00
regressplans.sh Fix inconsistencies in the code 2019-07-08 13:15:09 +09:00
resultmap Cygwin and Mingw floating-point fixes. 2019-02-16 01:50:16 +00:00
serial_schedule Multirange datatypes 2020-12-20 07:20:33 +03:00
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".