aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_decoding/sql
Commit message (Expand)AuthorAge
* Relax overly strict assertionAlvaro Herrera2019-02-12
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Fix more user-visible elog() calls.Robert Haas2017-10-05
* Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund2017-08-05
* Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane2016-11-21
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-03
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* logical decoding: fix decoding of a commit's commit time.Andres Freund2016-03-02
* test_decoding: Protect against rare spurious test failures.Andres Freund2015-09-22
* Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund2015-06-27
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* 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
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-02
* Fix and improve cache invalidation logic for logical decoding.Andres Freund2014-11-13
* Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund2014-09-01
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-12
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-06
* Add test case for logical decoding of prepared transactions.Heikki Linnakangas2014-05-16
* 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