postgresql/src/test/regress
Tom Lane 96d175e3e2 Fix findoidjoins to recognize oidvector columns.
Somehow we'd never noticed this oversight, even though it means
that such basic columns as pg_proc.proargtypes were not being
validated by the oidjoins test.  Correct the query and update
the test script with the newly-found dependencies.
2020-05-09 16:28:20 -04:00
..
data Fix full text search to handle NOT above a phrase search correctly. 2020-04-27 12:21:04 -04:00
expected Fix findoidjoins to recognize oidvector columns. 2020-05-09 16:28:20 -04:00
input Update oidjoins regression test for v13. 2020-05-09 13:05:08 -04:00
output Update oidjoins regression test for v13. 2020-05-09 13:05:08 -04:00
sql Fix findoidjoins to recognize oidvector columns. 2020-05-09 16:28:20 -04:00
.gitignore
GNUmakefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
Makefile
parallel_schedule Add SQL type xid8 to expose FullTransactionId to users. 2020-04-07 12:03:59 +12:00
pg_regress_main.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_regress.c Allow using Unix-domain sockets on Windows in tests 2020-03-30 17:35:29 +02:00
pg_regress.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
README
regress.c Implement operator class parameters 2020-03-30 19:17:23 +03:00
regressplans.sh
resultmap
serial_schedule Add SQL type xid8 to expose FullTransactionId to users. 2020-04-07 12:03:59 +12:00
standby_schedule

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