summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/sql/ddl.sql
AgeCommit message (Expand)Author
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-08Stabilize test_decoding touching with sequencesTomas Vondra
2022-02-11Add decoding of sequences to test_decodingTomas Vondra
2020-08-26Add regression tests for REPLICA IDENTITY with dropped indexesMichael Paquier
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-03-31Remove header noise from test_decoding testAlvaro Herrera
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-02-12Relax overly strict assertionAlvaro Herrera
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2016-10-13Fix further hash table order dependent tests.Andres Freund
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2015-06-27Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund
2015-05-08Remove dependency on ordering in logical decoding upsert test.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-05-16Fix test_decoding test case's check that slot has been dropped.Heikki Linnakangas
2014-03-29Force consistent row order in contrib/test_decoding regression test.Noah Misch
2014-03-05Fix whitespacePeter Eisentraut
2014-03-03Introduce logical decoding.Robert Haas