postgresql/src/test/regress
Peter Eisentraut 501e41dd3c Propagate ALTER TABLE ... SET STORAGE to indexes
When creating a new index, the attstorage setting of the table column
is copied to regular (non-expression) index columns.  But a later
ALTER TABLE ... SET STORAGE is not propagated to indexes, thus
creating an inconsistent and undumpable state.

Discussion: https://www.postgresql.org/message-id/flat/9765d72b-37c0-06f5-e349-2a580aafd989%402ndquadrant.com
2020-05-08 08:39:17 +02:00
..
data Fix full text search to handle NOT above a phrase search correctly. 2020-04-27 12:21:04 -04:00
expected Propagate ALTER TABLE ... SET STORAGE to indexes 2020-05-08 08:39:17 +02:00
input Implement operator class parameters 2020-03-30 19:17:23 +03:00
output Implement operator class parameters 2020-03-30 19:17:23 +03:00
sql Propagate ALTER TABLE ... SET STORAGE to indexes 2020-05-08 08:39:17 +02:00
.gitignore Fix inconsistencies and typos in the tree, take 10 2019-08-13 13:53:41 +09:00
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".