summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/sql/rewrite.sql
AgeCommit message (Expand)Author
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-03-08Stabilize test_decoding touching with sequencesTomas Vondra
2022-02-11Add decoding of sequences to test_decodingTomas Vondra
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2014-09-01Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund
2014-03-03Introduce logical decoding.Robert Haas