postgresql/src/test/regress
Thomas Munro ec48314708 Revert per-index collation version tracking feature.
Design problems were discovered in the handling of composite types and
record types that would cause some relevant versions not to be recorded.
Misgivings were also expressed about the use of the pg_depend catalog
for this purpose.  We're out of time for this release so we'll revert
and try again.

Commits reverted:

1bf946bd: Doc: Document known problem with Windows collation versions.
cf002008: Remove no-longer-relevant test case.
ef387bed: Fix bogus collation-version-recording logic.
0fb0a050: Hide internal error for pg_collation_actual_version(<bad OID>).
ff942057: Suppress "warning: variable 'collcollate' set but not used".
d50e3b1f: Fix assertion in collation version lookup.
f24b1569: Rethink extraction of collation dependencies.
257836a7: Track collation versions for indexes.
cd6f479e: Add pg_depend.refobjversion.
7d1297df: Remove pg_collation.collversion.

Discussion: https://postgr.es/m/CA%2BhUKGLhj5t1fcjqAu8iD9B3ixJtsTNqyCCD4V0aTO9kAKAjjA%40mail.gmail.com
2021-05-07 21:10:11 +12:00
..
data Fix full text search to handle NOT above a phrase search correctly. 2020-04-27 12:21:04 -04:00
expected Revert per-index collation version tracking feature. 2021-05-07 21:10:11 +12:00
input Mark test_enc_conversion() as STRICT. 2021-04-06 14:53:56 +03:00
output Mark test_enc_conversion() as STRICT. 2021-04-06 14:53:56 +03:00
sql Revert per-index collation version tracking feature. 2021-05-07 21:10:11 +12:00
.gitignore
GNUmakefile Move tablespace path re-creation from the makefiles to pg_regress 2021-03-10 14:50:00 +09:00
Makefile
parallel_schedule Increment xactCompletionCount during subtransaction abort. 2021-04-06 09:24:50 -07:00
pg_regress_main.c Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
pg_regress.c Move tablespace path re-creation from the makefiles to pg_regress 2021-03-10 14:50:00 +09:00
pg_regress.h Allow pg_regress.c wrappers to postprocess test result files. 2021-01-11 13:43:19 -05:00
README
regress.c Add 'noError' argument to encoding conversion functions. 2021-04-01 11:45:22 +03:00
regressplans.sh
resultmap
serial_schedule Increment xactCompletionCount during subtransaction abort. 2021-04-06 09:24:50 -07: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".