aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_decoding/sql/ddl.sql
Commit message (Expand)AuthorAge
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Fix further hash table order dependent tests.Andres Freund2016-10-12
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-05
* Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund2015-06-27
* Remove dependency on ordering in logical decoding upsert test.Andres Freund2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund2014-09-01
* Fix test_decoding test case's check that slot has been dropped.Heikki Linnakangas2014-05-16
* Force consistent row order in contrib/test_decoding regression test.Noah Misch2014-03-29
* Fix whitespacePeter Eisentraut2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03