summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/misc_sanity.sql
AgeCommit message (Expand)Author
2025-05-07Remove pg_replication_origin's TOAST table.Nathan Bossart
2024-09-21Remove pg_authid's TOAST table.Nathan Bossart
2024-09-18Add TOAST table to pg_index.Nathan Bossart
2024-06-14Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries.Tom Lane
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-01-30Add primary keys and unique constraints to system catalogsPeter Eisentraut
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-07-19Add toast tables to most system catalogsMichael Paquier
2018-07-12Add regression test for system catalog toast tablesPeter Eisentraut
2017-08-28Fix over-aggressive sanity check in misc_sanity.sql.Tom Lane
2017-06-23Add testing to detect errors of omission in "pin" dependency creation.Tom Lane