summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/sql/toast.sql
AgeCommit message (Expand)Author
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-02-11Add decoding of sequences to test_decodingTomas Vondra
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2020-05-08Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2014-09-01Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-03-03Introduce logical decoding.Robert Haas