postgresql/src/test/regress
Peter Eisentraut 2f70fdb064 Remove deprecated containment operators for built-in types
Remove old containment operators @ and ~ for built-in geometry data
types.  These have been deprecated; use <@ and @> instead.

(Some contrib modules still contain the same deprecated operators.
That will be dealt with separately.)

Author: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://www.postgresql.org/message-id/flat/20201027032511.GF9241@telsasoft.com
2020-11-03 10:43:12 +01:00
..
data Fix full text search to handle NOT above a phrase search correctly. 2020-04-27 12:21:04 -04:00
expected Remove deprecated containment operators for built-in types 2020-11-03 10:43:12 +01:00
input Fix typos. 2020-06-11 15:14:09 +05:30
output Fix typos. 2020-06-11 15:14:09 +05:30
sql Remove deprecated containment operators for built-in types 2020-11-03 10:43:12 +01: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
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
parallel_schedule Add pg_relation_check_pages() to check on-disk pages of a relation 2020-10-28 12:15:00 +09:00
pg_regress.c Rethink API for pg_get_line.c, one more time. 2020-09-22 15:55:13 -04:00
pg_regress.h Remove arbitrary line length limits in pg_regress (plain and ECPG). 2020-09-06 14:13:19 -04:00
pg_regress_main.c Update copyrights for 2020 2020-01-01 12:21:45 -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 Add pg_relation_check_pages() to check on-disk pages of a relation 2020-10-28 12:15:00 +09:00
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00

README

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